In Visual Studio 2010 we have under ‘tools|options|projects and solutions|build and run’ (couldn’t find a correct image on the internet) two options for the logging of MSBuild:
‘MSBuild project build output verbosity’ and
‘MSBuild project build log verbosity’.
So I was hoping to be able to get a minimal build log in the output view within Visual Studio devenv (correct) while at the same time a detailed build log in some log file.
I cannot find a way to configure a build log file to appear.
Note: I do not want to configure my own MSBuild.
Log file from Visual Studio is only supported for C++ projects. You just have to work with the output window for others.