Skip to content

Commit 7cd2998

Browse files
authored
Update gamma-correction.vcxproj
1 parent 9b7f96c commit 7cd2998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Libraries/oneDPL/gamma-correction/gamma-correction.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
3333
<ConfigurationType>Application</ConfigurationType>
3434
<UseDebugLibraries>true</UseDebugLibraries>
35-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
35+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
3636
<CharacterSet>Unicode</CharacterSet>
3737
<UseInteloneTBB>true</UseInteloneTBB>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
4141
<UseDebugLibraries>false</UseDebugLibraries>
42-
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2024</PlatformToolset>
42+
<PlatformToolset>Intel(R) oneAPI DPC++ Compiler 2025</PlatformToolset>
4343
<WholeProgramOptimization>true</WholeProgramOptimization>
4444
<CharacterSet>Unicode</CharacterSet>
4545
<UseInteloneTBB>true</UseInteloneTBB>
@@ -108,4 +108,4 @@
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
109109
<ImportGroup Label="ExtensionTargets">
110110
</ImportGroup>
111-
</Project>
111+
</Project>

0 commit comments

Comments
 (0)