Skip to content

Commit 433810c

Browse files
SternXDslouken
authored andcommitted
SDL2: Update from Visual Studio 2019 to Visual Studio 2022
1 parent 916ddb1 commit 433810c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

VisualC-WinRT/SDL-UWP.vcxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@
371371
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
372372
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
373373
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
374+
<WindowsTargetPlatformMinVersion>10.0.0.0</WindowsTargetPlatformMinVersion>
374375
</PropertyGroup>
375376
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
376377
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -391,7 +392,7 @@
391392
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
392393
<ConfigurationType>DynamicLibrary</ConfigurationType>
393394
<UseDebugLibraries>true</UseDebugLibraries>
394-
<PlatformToolset>v142</PlatformToolset>
395+
<PlatformToolset>v143</PlatformToolset>
395396
</PropertyGroup>
396397
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
397398
<ConfigurationType>DynamicLibrary</ConfigurationType>
@@ -603,4 +604,4 @@
603604
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
604605
<ImportGroup Label="ExtensionTargets">
605606
</ImportGroup>
606-
</Project>
607+
</Project>

0 commit comments

Comments
 (0)