-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update projects to use shared props/targets #4987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update projects to use shared props/targets #4987
Conversation
a6614a0 to
fcce020
Compare
packages/E2ETest/windows/ReactUWPTestApp/ReactUWPTestApp.csproj
Outdated
Show resolved
Hide resolved
e381f1e to
20e1746
Compare
|
Please add the PR description. |
packages/microsoft-reactnative-sampleapps/windows/SampleAppCPP/SampleAppCpp.vcxproj
Outdated
Show resolved
Hide resolved
41e2962 to
761c518
Compare
vnext/local-cli/generator-windows/templates/cpp/proj/MyApp.vcxproj
Outdated
Show resolved
Hide resolved
vmoroz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
![]()
761c518 to
5c07fdd
Compare
packages/microsoft-reactnative-sampleapps/windows/SampleLibraryCPP/SampleLibraryCPP.vcxproj
Outdated
Show resolved
Hide resolved
vnext/PropertySheets/External/Microsoft.ReactNative.Common.props
Outdated
Show resolved
Hide resolved
asklar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only concern is the app/lib mismatch in sampleapplibrarycpp
5c07fdd to
4c25978
Compare
|
Hello @dannyvv! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
5f2be83 to
cdc0712
Compare
cdc0712 to
d8f4177
Compare
|
Adding the breaking change label since this modifies the template. |
|
Adding backport as this change will now be required as a dependency for autolinking. I have to re-work auto-linking on top of these template changes, since they conflict. #5044 |
|
Removing backport, autolinking will wait until 63. |
|
@dannyvv Please make a corresponding issue in the docs repo to update the native module setup to include the new Lib.targets and props you've created here. (After the 62 releases and the website snaps to 62, so the changes will be ready for 63). |
This change updates all our checked in apps and libraries to use our shared props and targets files. This is to have them match the template we have for react-native-init
Microsoft Reviewers: Open in CodeFlow