This is a simple question. I need to get a complete list of the project build order for our solution.
Is there a way to get Visual Studio 2010 to print out a list of the projects in the order it will build them?
Maybe an add-in that will do it?
I’d even settle for a screen shot or series of screen shots except that from the Project Dependencies build order it would take over twenty of them since the dialog is not sizable. What does MS have against sizable dialogs anyway?
Thanks
I’m answering my own just so i can mark it as answered. Thanks to PVitt’s comment, i thought of getting a full build output from our CM group and parsing it with regex to get the full list. In 10 minutes i had both the list the projects where started building and also the order in which they finished. Even more than I needed.
Thanks again Stack Overflow.