msvc: use pretty compiler diagnostics

This commit is contained in:
Shawn Hoffman 2017-06-02 16:38:41 -07:00
parent bf3022ef2b
commit 0d1324af50
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@
<!--Treat sources as utf-8-->
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
<DiagnosticsFormat>Caret</DiagnosticsFormat>
<!--
4996 is for GetVersionEx being marked as depreciated - which is idiotic and there's
not much else we can do since many externals use it. The bad part is that there doesn't