Skip to content

Commit d5c1aaa

Browse files
authored
Update tbb-task-sycl.vcxproj
1 parent e6cefbc commit d5c1aaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Libraries/oneTBB/tbb-task-sycl/tbb-task-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>
@@ -104,4 +104,4 @@
104104
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105105
<ImportGroup Label="ExtensionTargets">
106106
</ImportGroup>
107-
</Project>
107+
</Project>

0 commit comments

Comments
 (0)