Skip to content

Commit 11b01b0

Browse files
authored
Update array-transform.vcxproj
1 parent f9689e5 commit 11b01b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/ApplicationDebugger/array-transform/array-transform.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
2525
<ConfigurationType>Application</ConfigurationType>
2626
<UseDebugLibraries>true</UseDebugLibraries>
27-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
27+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2828
<CharacterSet>MultiByte</CharacterSet>
2929
<VCToolsVersion />
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3232
<ConfigurationType>Application</ConfigurationType>
3333
<UseDebugLibraries>false</UseDebugLibraries>
34-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
34+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3535
<WholeProgramOptimization>true</WholeProgramOptimization>
3636
<CharacterSet>Unicode</CharacterSet>
3737
</PropertyGroup>

0 commit comments

Comments
 (0)