Skip to content

Commit 1b71706

Browse files
authored
Update PrefixSum.vcxproj
1 parent 14e8e2d commit 1b71706

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/ParallelPatterns/PrefixSum/PrefixSum.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
1818
<ConfigurationType>Application</ConfigurationType>
1919
<UseDebugLibraries>true</UseDebugLibraries>
20-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
20+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2121
<CharacterSet>Unicode</CharacterSet>
2222
</PropertyGroup>
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2424
<ConfigurationType>Application</ConfigurationType>
2525
<UseDebugLibraries>false</UseDebugLibraries>
26-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
26+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2727
<WholeProgramOptimization>true</WholeProgramOptimization>
2828
<CharacterSet>Unicode</CharacterSet>
2929
</PropertyGroup>
@@ -76,4 +76,4 @@
7676
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
7777
<ImportGroup Label="ExtensionTargets">
7878
</ImportGroup>
79-
</Project>
79+
</Project>

0 commit comments

Comments
 (0)