Unfortunately. I did not log in when I sent or when I answered. And not one of my browsers lost a cookie or anything that allowed it to remember me. Otherwise, I would edit the answer above. (It seems I'm doing everything wrong here.)
I wanted to post a solution to this problem. Hans was right that installing VS2010 on a system that already had VS2005 and / or VS2008 tried to save the configuration from the old version. This part of the old configuration was like this: Tools-> Settings-> Projects and Solutions-> VC ++ Project Settings -> Build Time
In the settings of VS2005 / VS2008 it was set to "Yes", but it seems to do nothing or not very little to display the assembly in these versions.
In VS2010, it includes the "Performance Overview" sections on output. In addition, this setting overrides the two verbosity parameters mentioned above, so these sections appear even if the detail parameters are in "Quiet".
I changed the "Build time" setting to "No", and now I only see these sections if the details are in the "Diagnostics". I think it should have worked.
So, this is the solution: set the "Time Assembly" to "No", and the "Summary of Results" sections will disappear (if you do not use the details options to enable them).
Mike
source share