Skip to content

Commit 5b5b7b0

Browse files
authored
Update build_with_openmp.vcxproj
1 parent 1f576b6 commit 5b5b7b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@
2929
<ConfigurationType>Application</ConfigurationType>
3030
<CharacterSet>MultiByte</CharacterSet>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
32-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
32+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3333
</PropertyGroup>
3434
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3535
<ConfigurationType>Application</ConfigurationType>
3636
<CharacterSet>MultiByte</CharacterSet>
37-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
37+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<CharacterSet>MultiByte</CharacterSet>
4242
<WholeProgramOptimization>true</WholeProgramOptimization>
43-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
43+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
4444
</PropertyGroup>
4545
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4646
<ConfigurationType>Application</ConfigurationType>
4747
<CharacterSet>MultiByte</CharacterSet>
48-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
48+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
4949
</PropertyGroup>
5050
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5151
<ImportGroup Label="ExtensionSettings">
@@ -236,4 +236,4 @@
236236
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
237237
<ImportGroup Label="ExtensionTargets">
238238
</ImportGroup>
239-
</Project>
239+
</Project>

0 commit comments

Comments
 (0)