Browse Source

Set mono test application obj path.

So that it's not shared with windows version.
pull/39/head
Steven Kirk 11 years ago
parent
commit
29746b8732
  1. 2
      TestApplication/TestApplication-Mono.csproj

2
TestApplication/TestApplication-Mono.csproj

@ -18,6 +18,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug-Mono\</OutputPath>
<BaseIntermediateOutputPath>obj\Debug-Mono</BaseIntermediateOutputPath>
<DefineConstants>TRACE;DEBUG;PERSPEX_CAIRO;PERSPEX_GTK</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@ -28,6 +29,7 @@
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release-Mono\</OutputPath>
<BaseIntermediateOutputPath>obj\Release-Mono</BaseIntermediateOutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>

Loading…
Cancel
Save