Skip to content

Commit df1ce61

Browse files
authored
Update matrix.vcxproj
1 parent 11b01b0 commit df1ce61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/VTuneProfiler/matrix_multiply_c/vc16/matrix.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2525
<ConfigurationType>Application</ConfigurationType>
2626
<CharacterSet>Unicode</CharacterSet>
27-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
27+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3030
<ConfigurationType>Application</ConfigurationType>
3131
<CharacterSet>Unicode</CharacterSet>
3232
<WholeProgramOptimization>true</WholeProgramOptimization>
3333
<InterproceduralOptimization>true</InterproceduralOptimization>
34-
<PlatformToolset>Intel C++ Compiler 2024</PlatformToolset>
34+
<PlatformToolset>Intel C++ Compiler 2025</PlatformToolset>
3535
</PropertyGroup>
3636
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3737
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)