I’m looking for a tool that reads a .sln file and parses out all the sub projects and then parses all the sub project files into a list so that I can write a build list for a release?
I just want the directory structure of the entier solution minus any excess that may exist in the solution’s directory structure.
I’ve posted an answer to this question which you might find helpful. I’m using the SolutionParser, an internal class of the Microsoft.Build framework, which handles solution files.
Library for parsing Visual Studio Solution files