Skip to content

Commit db55c96

Browse files
authored
fix: Update Visual Studio project files to 2024 compiler (#1983)
1 parent 74e549f commit db55c96

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/matrix_mul_dpcpp.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<UseDebugLibraries>true</UseDebugLibraries>
47-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
47+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
4848
<CharacterSet>Unicode</CharacterSet>
4949
</PropertyGroup>
5050
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
5151
<ConfigurationType>Application</ConfigurationType>
5252
<UseDebugLibraries>false</UseDebugLibraries>
53-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
53+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
5454
<WholeProgramOptimization>true</WholeProgramOptimization>
5555
<CharacterSet>Unicode</CharacterSet>
5656
</PropertyGroup>

DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/hidden-markov-models.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2626
<ConfigurationType>Application</ConfigurationType>
2727
<UseDebugLibraries>true</UseDebugLibraries>
28-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
28+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
2929
<CharacterSet>Unicode</CharacterSet>
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3232
<ConfigurationType>Application</ConfigurationType>
3333
<UseDebugLibraries>false</UseDebugLibraries>
34-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
34+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
3535
<WholeProgramOptimization>true</WholeProgramOptimization>
3636
<CharacterSet>Unicode</CharacterSet>
3737
</PropertyGroup>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3939
<ConfigurationType>Application</ConfigurationType>
4040
<UseDebugLibraries>true</UseDebugLibraries>
41-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
41+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
4242
<CharacterSet>Unicode</CharacterSet>
4343
</PropertyGroup>
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<UseDebugLibraries>false</UseDebugLibraries>
47-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
47+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
4848
<WholeProgramOptimization>true</WholeProgramOptimization>
4949
<CharacterSet>Unicode</CharacterSet>
5050
</PropertyGroup>

DirectProgramming/C++SYCL/MapReduce/MonteCarloPi/MonteCarloPi.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2121
<ConfigurationType>Application</ConfigurationType>
2222
<UseDebugLibraries>true</UseDebugLibraries>
23-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
23+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2626
<ConfigurationType>Application</ConfigurationType>
2727
<UseDebugLibraries>false</UseDebugLibraries>
28-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
28+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
2929
</PropertyGroup>
3030
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3131
<ImportGroup Label="ExtensionSettings">

DirectProgramming/C++SYCL/VisualizedSamples/GameOfLife/GameOfLife.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2020
<ConfigurationType>Application</ConfigurationType>
2121
<UseDebugLibraries>true</UseDebugLibraries>
22-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
22+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
2323
<CharacterSet>Unicode</CharacterSet>
2424
</PropertyGroup>
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
2626
<ConfigurationType>Application</ConfigurationType>
2727
<UseDebugLibraries>false</UseDebugLibraries>
28-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2023</PlatformToolset>
28+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
2929
<WholeProgramOptimization>true</WholeProgramOptimization>
3030
<CharacterSet>Unicode</CharacterSet>
3131
</PropertyGroup>

0 commit comments

Comments
 (0)