Skip to content

Commit b3b6a1d

Browse files
authored
Update 1d_HeatTransfer.vcxproj
1 parent 99f97b3 commit b3b6a1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/StructuredGrids/1d_HeatTransfer/1d_HeatTransfer.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
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>Unicode</CharacterSet>
2929
</PropertyGroup>
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3131
<ConfigurationType>Application</ConfigurationType>
3232
<UseDebugLibraries>false</UseDebugLibraries>
33-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
33+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3434
<WholeProgramOptimization>true</WholeProgramOptimization>
3535
<CharacterSet>Unicode</CharacterSet>
3636
</PropertyGroup>
@@ -89,4 +89,4 @@
8989
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
9090
<ImportGroup Label="ExtensionTargets">
9191
</ImportGroup>
92-
</Project>
92+
</Project>

0 commit comments

Comments
 (0)