Skip to content

Commit 1f3729f

Browse files
authored
Update MonteCarloPi.vcxproj
1 parent ab4d2e8 commit 1f3729f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/MonteCarloPi.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2121
<ConfigurationType>Application</ConfigurationType>
2222
<UseDebugLibraries>true</UseDebugLibraries>
23-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
23+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2626
<ConfigurationType>Application</ConfigurationType>
2727
<UseDebugLibraries>false</UseDebugLibraries>
28-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
28+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3131
<ImportGroup Label="ExtensionSettings">
@@ -73,4 +73,4 @@
7373
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
7474
<ImportGroup Label="ExtensionTargets">
7575
</ImportGroup>
76-
</Project>
76+
</Project>

0 commit comments

Comments
 (0)