How to set build verbosity in Visual Studio 2010 IDE?

All you need to do is to go into the Tools->Options menu, and go to Projects and Solutions->Build and Run and change the value of the MSBuild project build output verbosity.  You can pick between Quiet, Minimal, Normal, Detailed and Diagnostic.


Comments

Popular posts from this blog

How do I find the number of CPUs in C++11?

Office Picture Manager opens slowly

Comparing C and Go Lang - My first impression