Skip to content

Instantly share code, notes, and snippets.

@deadlydog
Last active September 10, 2016 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deadlydog/2e354ed49b0618ecd387cc36d892c0d5 to your computer and use it in GitHub Desktop.
Save deadlydog/2e354ed49b0618ecd387cc36d892c0d5 to your computer and use it in GitHub Desktop.
Modifies the registry to have the Visual Studio output window show additional info about why a project was rebuilt, even if you had just built it.
Windows Registry Editor Version 5.00
; This will cause Visual Studio to display additional info in the Output pane as to why a project was rebuilt, even if you had just built it.
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\General]
"U2DCheckVerbosity"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment