How to rebuild ALL?

rebuild, visual-studio

Solution

Use the batch build option...right click on the solution to see it.

Here is a screen shot (VS2010 but I believe it's the same for VS2008 too)

Batch build screen shot http://img368.imageshack.us/img368/1516/batchbuild.jpg

Problem

In Visual Studio, how do I rebuild a complete solution, including all configurations? If I choose "Rebuild solution", it always rebuilds ONLY Debug or ONLY Release, but never both.

Original source

Related problems