Fixed some build paths for Mono and Windows

This commit is contained in:
Ami Bar
2009-12-24 02:00:43 +02:00
parent d621800e9e
commit 3a35ce5340
4 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -20,16 +20,16 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>bin\Windows\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;_WINDOWS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>bin\Windows\Release\</OutputPath>
<DefineConstants>TRACE;_WINDOWS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>