mtherien / slntools

Solution Tools for Visual Studio - manages solution files
MIT License
28 stars 14 forks source link

Added CreateSolutionFromFilterFile #13

Closed jabpe closed 5 years ago

jabpe commented 5 years ago

Added CreateSolutionFromFilterFile command that generates a .sln file from a .slnfilter file without running a GUI.

Running

SLNTools.exe CreateSolutionFromFilterFile foo.slnfilter

generates foo.sln.

mtherien commented 5 years ago

Thanks for the addition. I plan to release a new version soon.