Visual Studio solution parser

Posted by gsirianni on Stack Overflow See other posts from Stack Overflow or by gsirianni
Published on 2010-02-03T14:21:47Z Indexed on 2010/03/23 0:31 UTC
Read the original article Hit count: 189

Filed under:

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.

© Stack Overflow or respective owner

Related posts about visual-studio-2008