Skip to content

Commit

Permalink
fix(Windows): Initial build can fail because RN NuGet packages aren't…
Browse files Browse the repository at this point in the history
… downloaded yet
  • Loading branch information
tido64 committed Sep 7, 2020
1 parent 0db047a commit 21b6bf0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion windows/ReactTestApp/ReactTestApp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,25 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\node_modules\react-native-windows\Common\Common.vcxproj">
<Project>{fca38f3c-7c73-4c47-be4e-32f77fa8538d}</Project>
</ProjectReference>
<ProjectReference Include="..\..\node_modules\react-native-windows\Folly\Folly.vcxproj">
<Project>{a990658c-ce31-4bcc-976f-0fc6b1af693d}</Project>
</ProjectReference>
<ProjectReference Include="..\..\node_modules\react-native-windows\JSI\Universal\JSI.Universal.vcxproj">
<Project>{a62d504a-16b8-41d2-9f19-e2e86019e5e4}</Project>
</ProjectReference>
<ProjectReference Include="..\..\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj">
<Project>{f7d32bd0-2749-483e-9a0d-1635ef7e3136}</Project>
<Private>false</Private>
</ProjectReference>
<ProjectReference Include="..\..\node_modules\react-native-windows\ReactCommon\ReactCommon.vcxproj">
<Project>{a9d95a91-4db7-4f72-beb6-fe8a5c89bfbd}</Project>
</ProjectReference>
<ProjectReference Include="..\..\node_modules\react-native-windows\ReactWindowsCore\ReactWindowsCore.vcxproj">
<Project>{11c084a3-a57c-4296-a679-cac17b603144}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand All @@ -204,4 +219,4 @@
<Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200630.5\build\native\Microsoft.Windows.CppWinRT.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.200630.5\build\native\Microsoft.Windows.CppWinRT.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.200630.5\build\native\Microsoft.Windows.CppWinRT.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Windows.CppWinRT.2.0.200630.5\build\native\Microsoft.Windows.CppWinRT.targets'))" />
</Target>
</Project>
</Project>

0 comments on commit 21b6bf0

Please sign in to comment.