Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit a8c16e0

Browse files
committed
Bump minimum Windows SDK version to 10.0.17763.0, fix build with visual studio 143
1 parent 176121d commit a8c16e0

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

windows/CodePush/CodePush.vcxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<AppContainerApplication>true</AppContainerApplication>
1515
<ApplicationType>Windows Store</ApplicationType>
1616
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
17-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
18-
<WindowsTargetPlatformMinVersion>10.0.17134.0</WindowsTargetPlatformMinVersion>
17+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
18+
<WindowsTargetPlatformMinVersion>10.0.17763.0</WindowsTargetPlatformMinVersion>
1919
</PropertyGroup>
2020
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2121
<PropertyGroup Label="ReactNativeWindowsProps">
@@ -55,14 +55,6 @@
5555
<Platform>x64</Platform>
5656
</ProjectConfiguration>
5757
</ItemGroup>
58-
<PropertyGroup Label="Configuration">
59-
<ConfigurationType>DynamicLibrary</ConfigurationType>
60-
<PlatformToolset>v140</PlatformToolset>
61-
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
62-
<PlatformToolset Condition="'$(VisualStudioVersion)' == '16.0'">v142</PlatformToolset>
63-
<CharacterSet>Unicode</CharacterSet>
64-
<GenerateManifest>false</GenerateManifest>
65-
</PropertyGroup>
6658
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
6759
<UseDebugLibraries>true</UseDebugLibraries>
6860
<LinkIncremental>true</LinkIncremental>

0 commit comments

Comments
 (0)