summaryrefslogtreecommitdiff
path: root/Source/Model/Model.csproj
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2013-08-05 10:23:41 -0700
committerGravatar wuestholz <unknown>2013-08-05 10:23:41 -0700
commitf89732676bc18182314f91a77821e2194a2616dc (patch)
tree3066125d01b810ee26382098629995fac7e13616 /Source/Model/Model.csproj
parentd5a32ffd75e5723a5f2a6f9d6a5b50b3e692a0ff (diff)
Fixed several build errors in the 'Checked' configuration.
Diffstat (limited to 'Source/Model/Model.csproj')
-rw-r--r--Source/Model/Model.csproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Model/Model.csproj b/Source/Model/Model.csproj
index cfd5f852..b307a799 100644
--- a/Source/Model/Model.csproj
+++ b/Source/Model/Model.csproj
@@ -19,7 +19,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
+ <OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -27,7 +27,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
+ <OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Checked|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Checked\</OutputPath>
+ <OutputPath>..\..\Binaries\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>