Skip to content

Commit ed01dd5

Browse files
authored
fix: Update Compiler version to 2024 for Mandlebrot example (#1985)
1 parent 24f3b37 commit ed01dd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DirectProgramming/C++SYCL/VisualizedSamples/VisualMandlebrot/MandelbrotSDL.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)