ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Support traversal projects #207

Closed baronfel closed 4 months ago

baronfel commented 4 months ago

Traversal projects are a nice alternative to solutions, but they don't have great IDE support because they lack many of the targets/properties that 'normal' projects have. This PR introduces support for traversal projects basically by detecting them just enough to get their ProjectReferences, and then doing nothing else with them.