File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ diff --git a/node_modules/@react-native-picker/picker/windows/ReactNativePicker/ReactNativePicker.vcxproj b/node_modules/@react-native-picker/picker/windows/ReactNativePicker/ReactNativePicker.vcxproj
2+ index 439edfa..abfc3bf 100644
3+ --- a/node_modules/@react-native-picker/picker/windows/ReactNativePicker/ReactNativePicker.vcxproj
4+ +++ b/node_modules/@react-native-picker/picker/windows/ReactNativePicker/ReactNativePicker.vcxproj
5+ @@ -14,13 +14,16 @@
6+ <AppContainerApplication>true</AppContainerApplication>
7+ <ApplicationType>Windows Store</ApplicationType>
8+ <ApplicationTypeRevision>10.0</ApplicationTypeRevision>
9+ - <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
10+ - <WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
11+ </PropertyGroup>
12+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
13+ <PropertyGroup Label="ReactNativeWindowsProps">
14+ <ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
15+ </PropertyGroup>
16+ + <Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')" />
17+ + <PropertyGroup Label="Fallback Windows SDK Versions">
18+ + <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0</WindowsTargetPlatformVersion>
19+ + <WindowsTargetPlatformMinVersion Condition=" '$(WindowsTargetPlatformMinVersion)' == '' ">10.0.16299.0</WindowsTargetPlatformMinVersion>
20+ + </PropertyGroup>
21+ <ItemGroup Label="ProjectConfigurations">
22+ <ProjectConfiguration Include="Debug|ARM">
23+ <Configuration>Debug</Configuration>
You can’t perform that action at this time.
0 commit comments