Knowledge Base/Tools/Microsoft Visual Studio
From Quantitative Finance
[edit]
Enabling detailed compiler logging
[edit]
Visual Studio 2005
The build process produces a log file, BuildLog.htm, normally under the Output Directory. It is possible to change the level of detail that it contains. In the menu select Tools > Options > Projects and Solutions > Build and Run. Set the "MSBuild project build output verbosity options" to the verbosity level of your preference ("Quiet", "Minimal", "Normal", "Detailed", or "Diagnostic"). I usually set this option to "Diagnostic".
[edit]
Visual Studio 6.0
In the menu select Settings > Compiler and Debugger > Other and adjust "Compiler Logging".
