Skip to content

Commit cb3bf0e

Browse files
authored
Update build_with_openmp_optimized.vcxproj
1 parent 5b5b7b0 commit cb3bf0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@
3030
<ConfigurationType>Application</ConfigurationType>
3131
<CharacterSet>MultiByte</CharacterSet>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
33-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
33+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3636
<ConfigurationType>Application</ConfigurationType>
3737
<CharacterSet>MultiByte</CharacterSet>
38-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
38+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3939
</PropertyGroup>
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<CharacterSet>MultiByte</CharacterSet>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
44-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
44+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4747
<ConfigurationType>Application</ConfigurationType>
4848
<CharacterSet>MultiByte</CharacterSet>
49-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
49+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
5050
</PropertyGroup>
5151
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5252
<ImportGroup Label="ExtensionSettings">
@@ -237,4 +237,4 @@
237237
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
238238
<ImportGroup Label="ExtensionTargets">
239239
</ImportGroup>
240-
</Project>
240+
</Project>

0 commit comments

Comments
 (0)