[ALL] Forgot x86

This commit is contained in:
Matt Nadareski
2016-10-28 21:55:07 -07:00
parent acba22fcec
commit 2304fc8e73
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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