Skip to content

Commit e6cefbc

Browse files
authored
Update tbb-resumable-tasks-sycl.vcxproj
1 parent 22a497f commit e6cefbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Libraries/oneTBB/tbb-resumable-tasks-sycl/tbb-resumable-tasks-sycl.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2222
<ConfigurationType>Application</ConfigurationType>
2323
<UseDebugLibraries>true</UseDebugLibraries>
24-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
24+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2525
<CharacterSet>Unicode</CharacterSet>
2626
<UseInteloneTBB>true</UseInteloneTBB>
2727
</PropertyGroup>
2828
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2929
<ConfigurationType>Application</ConfigurationType>
3030
<UseDebugLibraries>false</UseDebugLibraries>
31-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
31+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
3333
<CharacterSet>Unicode</CharacterSet>
3434
<UseInteloneTBB>true</UseInteloneTBB>
@@ -102,4 +102,4 @@
102102
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103103
<ImportGroup Label="ExtensionTargets">
104104
</ImportGroup>
105-
</Project>
105+
</Project>

0 commit comments

Comments
 (0)