[SabreTools] Add long descriptions to depreciated flags

This commit is contained in:
Matt Nadareski
2018-01-23 17:45:00 -08:00
parent b5055134ee
commit 12b7015ab0
4 changed files with 25 additions and 24 deletions

View File

@@ -62,7 +62,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mono|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>..\..\Debug-mono-x64</OutputPath>
<OutputPath>..\..\Debug-mono-x64-new\</OutputPath>
<DefineConstants>TRACE;DEBUG;MONO</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>