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