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

Create item for all projects in solution #1694

Open
rainersigwald opened this issue Feb 13, 2017 · 0 comments
Open

Create item for all projects in solution #1694

rainersigwald opened this issue Feb 13, 2017 · 0 comments
Labels
Area: Solution (.sln) Issues related to parsing .sln files or building solutions triaged
Milestone

Comments

@rainersigwald
Copy link
Member

The existing solution metaproject doesn't actually have an item for every project in the solution. It has a pointer to every project, but they're not always the real project on disk--some circumstances cause the link to point to a virtual project with the extension .metaproj appended instead.

This works fine for build, but not for solution-extending build logic that wants to do something with each project.

See NuGet/Home#4578 (comment)

One wrinkle: the "is this MSBuild format" stuff might still be relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Solution (.sln) Issues related to parsing .sln files or building solutions triaged
Projects
None yet
Development

No branches or pull requests

2 participants