Skip to content

Commit 5d88998

Browse files
authored
Update complex_mult.vcxproj
1 parent faae650 commit 5d88998

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/DenseLinearAlgebra/complex_mult/complex_mult.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3434
<ConfigurationType>Application</ConfigurationType>
3535
<UseDebugLibraries>true</UseDebugLibraries>
36-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
36+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3737
<CharacterSet>Unicode</CharacterSet>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<UseDebugLibraries>false</UseDebugLibraries>
42-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
42+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<CharacterSet>Unicode</CharacterSet>
4545
</PropertyGroup>
@@ -99,4 +99,4 @@
9999
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
100100
<ImportGroup Label="ExtensionTargets">
101101
</ImportGroup>
102-
</Project>
102+
</Project>

0 commit comments

Comments
 (0)