You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move unneeded ReactNativeHost out of ReactWindows-Desktop
`//vnect/Shared/Shared.vcxitems` is included by two project:
1. `//vnext/Microsoft.ReactNative/Microsoft.ReactNative.vcxproj`
2. `//vnext/Desktop/React.Windows.Desktop.vcxproj`
(2) is a static library that doesn’t require `ReactNativeHost`
compilation units. Drop them as having them leads to compiler errors
due to `ReactNativeHost.cpp` including `XamlApplication.h` which in
turn includes `Xaml.XamlApplication.g.*` which requires
`XamlApplication.idl` to be generating them. This won’t happen due to
the project type of (2).
0 commit comments