Tools for SLN File 1.1

Free 'Tools for SLN File' make it easier for developers to compare, merge
Rating
Your vote:
Latest version:
1.1.2 See all
Developer:
christianwarren
Screenshots
1 / 3
Request
Download
link when available

'Tools for SLN File' make it easier for developers to compare, merge or filter the ".sln" files generated by Visual Studio. It's developed in C#.
Using the SLNTools provides the following advantages:
- Make it easier to compare SLN files versus a 'generic' file comparer.
- Make it easier to merge SLN files versus a 'generic' file merger.
- Make it possible to create filters for a SLN file. The way it work is that when the filter file is opened, a temporary solution is created dynamically. The created solution file contain only the projects that are specified in the filter, and all the dependencies of those projects. This make it possible to have a mega-solution that contain all the projects needed to build the complete system but still have the possibility to work efficiently on a subset of the system. As you might know, Visual Studio is a lot faster when you have a solution with 10-20 projects instead of one with 200 projects (opening the solution, building, etc).

Comments

User

Your vote: