Skip to content

Commit 50459d3

Browse files
authored
Update loop-unroll.vcxproj
1 parent 1b71706 commit 50459d3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/ParallelPatterns/loop-unroll/loop-unroll.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
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
<CharacterSet>Unicode</CharacterSet>
2525
</PropertyGroup>
2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2727
<ConfigurationType>Application</ConfigurationType>
2828
<UseDebugLibraries>false</UseDebugLibraries>
29-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
29+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3030
<WholeProgramOptimization>true</WholeProgramOptimization>
3131
<CharacterSet>Unicode</CharacterSet>
3232
</PropertyGroup>
@@ -85,4 +85,4 @@
8585
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
8686
<ImportGroup Label="ExtensionTargets">
8787
</ImportGroup>
88-
</Project>
88+
</Project>

0 commit comments

Comments
 (0)