Skip to content
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

Add CppWinRTGenerateWindowsMetadata property to more quickly determine if a project outputs a winmd. #404

Merged
merged 4 commits into from
Oct 29, 2019

Conversation

jlaanstra
Copy link
Contributor

@jlaanstra jlaanstra commented Oct 29, 2019

This PR adds the CppWinRTGenerateWindowsMetadata property to more quickly determine if a project outputs a winmd. This allows a project to determine this without evaluating all its project references for the presence of static libraries.

Tested NuGetTest.sln as well as various razzle projects.

Fixes #399

nuget/readme.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DesignTime builds are slow in VS with the latest MSBuild targets.
2 participants