I have a project that contains 9-10 other projects. When we modify our code our custumers have to open VS and build all of the projects to get new versions of our libraries (yes the customer gets source code and have the oppportunity to add their own changes to our code...That's another story though). To simplify things I want to provide a gui/batch file that can be used to build every sub project in the main project.

Is this possible? More to the point would be whether there is a way to build a single project without opening Visual Studio. I assume that if I can do one then I can do ten.

I hope this makes sense to someone because I think that I just confused myself.

BTW. The I have the same question for dev studio 6 and VS 2005.