File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/default-storage/windows/ReactNativeAsyncStorage Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 30
30
<AppContainerApplication >true</AppContainerApplication >
31
31
<ApplicationType >Windows Store</ApplicationType >
32
32
<ApplicationTypeRevision >10.0</ApplicationTypeRevision >
33
- <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0</WindowsTargetPlatformVersion >
34
- <WindowsTargetPlatformMinVersion Condition =" '$(WindowsTargetPlatformMinVersion)' == '' " >10.0.17763.0</WindowsTargetPlatformMinVersion >
35
33
</PropertyGroup >
36
34
</Otherwise >
37
35
</Choose >
38
36
<PropertyGroup Label =" ReactNativeWindowsProps" >
39
37
<ReactNativeWindowsDir Condition =" '$(ReactNativeWindowsDir)' == ''" >$([MSBuild]::GetDirectoryNameOfFileAbove($(SolutionDir), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir >
40
38
<RunAutolinkCheck >false</RunAutolinkCheck >
41
39
</PropertyGroup >
42
- <Import Project =" $(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" />
40
+ <Import Project =" $(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition =" Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')" />
41
+ <PropertyGroup Label =" Fallback Windows SDK Versions" >
42
+ <WindowsTargetPlatformVersion Condition =" '$(WindowsTargetPlatformVersion)' == '' " >10.0</WindowsTargetPlatformVersion >
43
+ <WindowsTargetPlatformMinVersion Condition =" '$(WindowsTargetPlatformMinVersion)' == '' " >10.0.17763.0</WindowsTargetPlatformMinVersion >
44
+ </PropertyGroup >
43
45
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
44
46
<ItemGroup Label =" ProjectConfigurations" >
45
47
<ProjectConfiguration Include =" Debug|Win32" >
You can’t perform that action at this time.
0 commit comments