Skip to content

Commit f9689e5

Browse files
authored
Update matrix_multiply.vcxproj
1 parent d5c1aaa commit f9689e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/Advisor/matrix_multiply_advisor/matrix_multiply.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2222
<ConfigurationType>Application</ConfigurationType>
2323
<UseDebugLibraries>true</UseDebugLibraries>
24-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
24+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2525
<CharacterSet>Unicode</CharacterSet>
2626
</PropertyGroup>
2727
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2828
<ConfigurationType>Application</ConfigurationType>
2929
<UseDebugLibraries>false</UseDebugLibraries>
30-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
30+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3131
<WholeProgramOptimization>true</WholeProgramOptimization>
3232
<CharacterSet>Unicode</CharacterSet>
3333
</PropertyGroup>

0 commit comments

Comments
 (0)