File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
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 >
17
+ </PropertyGroup >
18
+ <PropertyGroup Label =" ReactNativeWindowsProps" >
19
+ <ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
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 >
19
25
</PropertyGroup >
20
26
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
21
27
<ItemGroup Label =" ProjectConfigurations" >
69
75
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
70
76
<ImportGroup Label =" ExtensionSettings" >
71
77
</ImportGroup >
72
- <PropertyGroup >
73
- <ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
74
- </PropertyGroup >
75
78
<ImportGroup Label =" Shared" >
76
79
<Import Project =" $(ReactNativeWindowsDir)\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label =" Shared" />
77
80
</ImportGroup >
You can’t perform that action at this time.
0 commit comments