Disable displaying of "output window" at each compilation

Visual Studio-2010Visual StudioBuildCompilation

Visual Studio-2010 Problem Overview


In VS2010, I noticed that the "output window" is shown every time we compile the solution, even if we have had close it.

In VS2008, that wasn't the case. I don't mind this output window. I prefer looking at the "Error window" only, and only if it is necessary. In VS2008, it was perfect.

How to disable the systematic displaying of the "output window" in VS2010?

Visual Studio-2010 Solutions


Solution 1 - Visual Studio-2010

Go to Tools, Options, Projects And Solutions, and uncheck Show Output Window when Build Starts.

Solution 2 - Visual Studio-2010

While the question is related to compiling. I came to this question and I am sure other will, just to disable the output window entirely.

So in addition to the accepted answer I offer the following.

In VS2013 (versions maybe more or less).

Tools > Options > Debugging > Output Window

There are a number of options turned on for directing messages to the output window.

I has simply saved a unit test class when it popped up in front of me.

Solution 3 - Visual Studio-2010

In VS2013 also:
Tools -> Options -> Source Control -> Perforce - Logging -> uncheck "Show p4 command output for file operations"

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionWolveFredView Question on Stackoverflow
Solution 1 - Visual Studio-2010SLaksView Answer on Stackoverflow
Solution 2 - Visual Studio-2010ValamasView Answer on Stackoverflow
Solution 3 - Visual Studio-2010no81noView Answer on Stackoverflow