[ALL] Conditionals are upper case

This commit is contained in:
Matt Nadareski
2016-10-28 21:49:29 -07:00
parent f8a69f6de2
commit acba22fcec
17 changed files with 17 additions and 17 deletions

View File

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