File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
windows/ReactNativePicker Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
<AppContainerApplication >true</AppContainerApplication >
15
15
<ApplicationType >Windows Store</ApplicationType >
16
16
<ApplicationTypeRevision >10.0</ApplicationTypeRevision >
17
- <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
18
- <WindowsTargetPlatformMinVersion >10.0.17763.0</WindowsTargetPlatformMinVersion >
19
17
</PropertyGroup >
20
- <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
18
<PropertyGroup Label =" ReactNativeWindowsProps" >
22
19
<ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
23
20
</PropertyGroup >
21
+ <Import Project =" $(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition =" Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')" />
22
+ <PropertyGroup Label =" Fallback Windows SDK Versions" >
23
+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0.18362.0</WindowsTargetPlatformVersion >
24
+ <WindowsTargetPlatformMinVersion Condition =" '$(WindowsTargetPlatformMinVersion)' == '' " >10.0.17763.0</WindowsTargetPlatformMinVersion >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
24
27
<ItemGroup Label =" ProjectConfigurations" >
25
28
<ProjectConfiguration Include =" Debug|ARM" >
26
29
<Configuration >Debug</Configuration >
You can’t perform that action at this time.
0 commit comments