Skip to content

Commit 66e4bef

Browse files
authored
Update build_with_tbb_optimized.vcxproj
1 parent c5caf41 commit 66e4bef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
<CharacterSet>MultiByte</CharacterSet>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
3333
<UseIntelTBB>true</UseIntelTBB>
34-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
34+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3535
<UseInteloneTBB>true</UseInteloneTBB>
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3838
<ConfigurationType>Application</ConfigurationType>
3939
<CharacterSet>MultiByte</CharacterSet>
4040
<UseIntelTBB>true</UseIntelTBB>
41-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
41+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
4242
<UseInteloneTBB>true</UseInteloneTBB>
4343
</PropertyGroup>
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<CharacterSet>MultiByte</CharacterSet>
4747
<WholeProgramOptimization>true</WholeProgramOptimization>
4848
<UseIntelTBB>true</UseIntelTBB>
49-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
49+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
5050
<UseInteloneTBB>true</UseInteloneTBB>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5353
<ConfigurationType>Application</ConfigurationType>
5454
<CharacterSet>MultiByte</CharacterSet>
5555
<UseIntelTBB>true</UseIntelTBB>
56-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
56+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
5757
<UseInteloneTBB>true</UseInteloneTBB>
5858
</PropertyGroup>
5959
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
@@ -232,4 +232,4 @@
232232
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
233233
<ImportGroup Label="ExtensionTargets">
234234
</ImportGroup>
235-
</Project>
235+
</Project>

0 commit comments

Comments
 (0)