fsprojects / ProjectScaffold

A prototypical .NET solution (file system layout and tooling), recommended for F# projects
http://fsprojects.github.io/ProjectScaffold
The Unlicense
516 stars 153 forks source link

Proposal: Replace .sln with msbuild .proj #208

Closed ghost closed 7 years ago

ghost commented 9 years ago

Here is a stackoverflow question: Replace .sln with MSBuild and wrap contained projects into targets. The answer illustrated a msbuild replacement which looks better than what's in .sln. The Contents of .sln looks illogical and verbose.

gsvgit commented 9 years ago

I think that only as option. ProjectScaffold very useful for beginners and .sln is default format when you use MS VS for development. So, sln format support should be default.