Skip to content

Commit b1bf3a2

Browse files
authored
Update MandelbrotSDL.vcxproj
1 parent 27a82ce commit b1bf3a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/VisualizedSamples/VisualMandlebrot/MandelbrotSDL.vcxproj

Lines changed: 3 additions & 3 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 2024</PlatformToolset>
22+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</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 2024</PlatformToolset>
28+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2929
<WholeProgramOptimization>true</WholeProgramOptimization>
3030
<CharacterSet>Unicode</CharacterSet>
3131
</PropertyGroup>
@@ -102,4 +102,4 @@
102102
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103103
<ImportGroup Label="ExtensionTargets">
104104
</ImportGroup>
105-
</Project>
105+
</Project>

0 commit comments

Comments
 (0)