Jupaol
Jupaol

Reputation: 21365

Visual Studio Express 2012 how to hide the compilation details when the build is success and show it when the build fails

This is really annoying, I´m used to see the compilation details only when the build fails, otherwise I´m happy just checking the message at the status bar saying build success. But it appears on every build...

I´m trying Visual Studio Express 2012 and I have not found the setting required to get this effect

Any ideas?

Upvotes: 3

Views: 1106

Answers (1)

elinor
elinor

Reputation: 876

In VS 2012: Tools > Options > Projects and Solutions > General

  • Check 'Always show Error List if build finishes with errors'
  • Uncheck 'Show Output window when build starts'

Upvotes: 10

Related Questions