Skip to content

Commit 14e8e2d

Browse files
authored
Update Nbody.vcxproj
1 parent 1f3729f commit 14e8e2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DirectProgramming/C++SYCL/N-BodyMethods/Nbody/Nbody.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3838
<ConfigurationType>Application</ConfigurationType>
3939
<UseDebugLibraries>true</UseDebugLibraries>
40-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
40+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4141
<CharacterSet>Unicode</CharacterSet>
4242
</PropertyGroup>
4343
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4444
<ConfigurationType>Application</ConfigurationType>
4545
<UseDebugLibraries>false</UseDebugLibraries>
46-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
46+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4747
<WholeProgramOptimization>true</WholeProgramOptimization>
4848
<CharacterSet>Unicode</CharacterSet>
4949
</PropertyGroup>
@@ -105,4 +105,4 @@
105105
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
106106
<ImportGroup Label="ExtensionTargets">
107107
</ImportGroup>
108-
</Project>
108+
</Project>

0 commit comments

Comments
 (0)