Skip to content

Commit ab4d2e8

Browse files
authored
Update hidden-markov-models.vcxproj
1 parent bf3dca5 commit ab4d2e8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

DirectProgramming/C++SYCL/GraphTraversal/hidden-markov-models/hidden-markov-models.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2626
<ConfigurationType>Application</ConfigurationType>
2727
<UseDebugLibraries>true</UseDebugLibraries>
28-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
28+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
2929
<CharacterSet>Unicode</CharacterSet>
3030
</PropertyGroup>
3131
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" 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>
3838
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3939
<ConfigurationType>Application</ConfigurationType>
4040
<UseDebugLibraries>true</UseDebugLibraries>
41-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
41+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4242
<CharacterSet>Unicode</CharacterSet>
4343
</PropertyGroup>
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<UseDebugLibraries>false</UseDebugLibraries>
47-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
47+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4848
<WholeProgramOptimization>true</WholeProgramOptimization>
4949
<CharacterSet>Unicode</CharacterSet>
5050
</PropertyGroup>
@@ -141,4 +141,4 @@
141141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
142142
<ImportGroup Label="ExtensionTargets">
143143
</ImportGroup>
144-
</Project>
144+
</Project>

0 commit comments

Comments
 (0)