MSBuild.SolutionSdk
MSBuild.SolutionSdk copied to clipboard
Difference between this and the Traversal SDK?
This project seems really interesting, I am all for moving away from .sln files - they are a nightmare.
I'm just curious what the difference between this and https://github.com/microsoft/MSBuildSdks/tree/master/src/Traversal is?
Thank you for your interest, the main difference from the Traversal project is that I wanted to support explicit project dependency and the configuration/platform mapping that you can do in VS Configuration Manager to support stuff like "Mixed Platforms".
However time goes by and I didn't quite finish what I had in mind, so in its current state MSBuild.SolutionSdk is very similar to Traversal.