Skip to content

Commit c5caf41

Browse files
authored
Update build_with_tbb.vcxproj
1 parent cb3bf0e commit c5caf41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tools/VTuneProfiler/tachyon/windows/msvs/build_with_tbb.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,29 @@
3030
<CharacterSet>MultiByte</CharacterSet>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
3232
<UseIntelTBB>true</UseIntelTBB>
33-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
33+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3434
<UseInteloneTBB>true</UseInteloneTBB>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3737
<ConfigurationType>Application</ConfigurationType>
3838
<CharacterSet>MultiByte</CharacterSet>
3939
<UseIntelTBB>true</UseIntelTBB>
40-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
40+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
4141
<UseInteloneTBB>true</UseInteloneTBB>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4444
<ConfigurationType>Application</ConfigurationType>
4545
<CharacterSet>MultiByte</CharacterSet>
4646
<WholeProgramOptimization>true</WholeProgramOptimization>
4747
<UseIntelTBB>true</UseIntelTBB>
48-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
48+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
4949
<UseInteloneTBB>true</UseInteloneTBB>
5050
</PropertyGroup>
5151
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5252
<ConfigurationType>Application</ConfigurationType>
5353
<CharacterSet>MultiByte</CharacterSet>
5454
<UseIntelTBB>true</UseIntelTBB>
55-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
55+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
5656
<UseInteloneTBB>true</UseInteloneTBB>
5757
</PropertyGroup>
5858
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -231,4 +231,4 @@
231231
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
232232
<ImportGroup Label="ExtensionTargets">
233233
</ImportGroup>
234-
</Project>
234+
</Project>

0 commit comments

Comments
 (0)