Changing Build Output Verbosity in VS 2005
03 May 2007When builds go wrong, it’s important to know where in the process things broke. The MSBuild default verbosity setting in Visual Studio 2005 is set to minimal but you can change it by going to Tools.Options… and navigating to Projects and Solutions and then Build and Run.
Setting the output to Detailed gives much more detailed information about the build and can be a real help in debugging.
Technorati tags: Visual Studio 2005, C#, .NET, MSBuild