[ALL] Fix changed output path

This commit is contained in:
Matt Nadareski
2018-01-23 17:45:55 -08:00
parent 12b7015ab0
commit 192137b4f0
3 changed files with 3 additions and 3 deletions

View File

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