24 строки
2.1 KiB
Diff
24 строки
2.1 KiB
Diff
diff --git a/node_modules/react-native-linear-gradient/windows/RNLinearGradient/RNLinearGradient/RNLinearGradient.vcxproj b/node_modules/react-native-linear-gradient/windows/RNLinearGradient/RNLinearGradient/RNLinearGradient.vcxproj
|
|
index 5e228da..7870388 100644
|
|
--- a/node_modules/react-native-linear-gradient/windows/RNLinearGradient/RNLinearGradient/RNLinearGradient.vcxproj
|
|
+++ b/node_modules/react-native-linear-gradient/windows/RNLinearGradient/RNLinearGradient/RNLinearGradient.vcxproj
|
|
@@ -13,13 +13,16 @@
|
|
<AppContainerApplication>true</AppContainerApplication>
|
|
<ApplicationType>Windows Store</ApplicationType>
|
|
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
|
- <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
|
|
- <WindowsTargetPlatformMinVersion>10.0.16299.0</WindowsTargetPlatformMinVersion>
|
|
</PropertyGroup>
|
|
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Label="ReactNativeWindowsProps">
|
|
<ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
|
|
</PropertyGroup>
|
|
+ <Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.WindowsSdk.Default.props')" />
|
|
+ <PropertyGroup Label="Fallback Windows SDK Versions">
|
|
+ <WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
|
|
+ <WindowsTargetPlatformMinVersion Condition=" '$(WindowsTargetPlatformMinVersion)' == '' ">10.0.16299.0</WindowsTargetPlatformMinVersion>
|
|
+ </PropertyGroup>
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
<Configuration>Debug</Configuration>
|