-
Notifications
You must be signed in to change notification settings - Fork 51
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
New <MultiTarget> system, added multitarget-aware ProjectReference generator #330
Conversation
…ultitargeting (WIP)
Draft PR. Working in MSBuild, not yet working in Visual Studio. |
common/MultiTarget/MultiTargetAwareProjectReference.props.template
Outdated
Show resolved
Hide resolved
We should include something for documentation in this PR before closing. |
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.
Think we're still missing the targetframework modification aspect of this? As well as some issues on WASM/Skia/Uno for netstandard still being generated/included for samples?
Otherwise, glad it's mostly self-contained, but think there's still a bit of clean-up/streamlining we can do.
…ding, causing defaults to always be used
Requested changes complete, reviewer is gone for the week.
Summary of changes
./common/
.MultiTarget.props
file found alongside a discovered project. Scans an array of folders, and generates a conditional project reference that only activates when the referenced project supports a MultiTarget that the referencing project uses.Closes #298