I have a C# solution that has a very high build time. This article suggests analysing it using msbuild switches.
How can I add those command line switches to my solution so visual studio adds them when starting the build?
I would like to run msbuild using these switches:
/tv:4.0 /m:4 /ds /t:ParallelBuild