|
@@ -63,9 +63,11 @@
|
63
|
63
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
64
|
64
|
<ImportGroup Label="ExtensionSettings">
|
65
|
65
|
</ImportGroup>
|
|
66
|
+ <PropertyGroup>
|
|
67
|
+ <ReactNativeWindowsDir Condition="'$(ReactNativeWindowsDir)' == ''">$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'node_modules\react-native-windows\package.json'))\node_modules\react-native-windows\</ReactNativeWindowsDir>
|
|
68
|
+ </PropertyGroup>
|
66
|
69
|
<ImportGroup Label="Shared">
|
67
|
|
- <Import Project="..\..\..\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label="Shared" Condition="Exists('..\..\..\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems')" />
|
68
|
|
- <Import Project="..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label="Shared" Condition="Exists('..\..\node_modules\react-native-windows\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems')"/>
|
|
70
|
+ <Import Project="$(ReactNativeWindowsDir)\Microsoft.ReactNative.Cxx\Microsoft.ReactNative.Cxx.vcxitems" Label="Shared" />
|
69
|
71
|
</ImportGroup>
|
70
|
72
|
<ImportGroup Label="PropertySheets">
|
71
|
73
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
@@ -139,11 +141,7 @@
|
139
|
141
|
<None Include="PropertySheet.props" />
|
140
|
142
|
</ItemGroup>
|
141
|
143
|
<ItemGroup>
|
142
|
|
- <ProjectReference Include="..\..\..\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj" Condition="Exists('..\..\..\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj')">
|
143
|
|
- <Project>{f7d32bd0-2749-483e-9a0d-1635ef7e3136}</Project>
|
144
|
|
- <Private>false</Private>
|
145
|
|
- </ProjectReference>
|
146
|
|
- <ProjectReference Include="..\..\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj" Condition="Exists('..\..\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj')">
|
|
144
|
+ <ProjectReference Include="$(ReactNativeWindowsDir)\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj">
|
147
|
145
|
<Project>{f7d32bd0-2749-483e-9a0d-1635ef7e3136}</Project>
|
148
|
146
|
<Private>false</Private>
|
149
|
147
|
</ProjectReference>
|