MSBuild.SolutionSdk icon indicating copy to clipboard operation
MSBuild.SolutionSdk copied to clipboard

MSBuild SDK package for SDK-style .NET solution projects (.slnproj)

Results 3 MSBuild.SolutionSdk issues
Sort by recently updated
recently updated
newest added

I know this is probably not the scope of this is project, but it certainly could be. I have found this other project [https://github.com/ReMinoer/SubSolution](https://github.com/ReMinoer/SubSolution) which takes a really nice approach,...

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?

In my [SnowShovel](https://github.com/smack0007/SnowShovel/blob/master/SnowShovel.slnproj) project I'm using an slnproj file to run my tests: ```xml ``` Tests can then be executed with the dotnet cli: ``` dotnet test SnowShovel.slnproj ``` I...