make build process saner (emit binaries into root rather than spray them through /bin/Debug/)

This commit is contained in:
Chris Forbes
2010-05-27 20:59:02 +12:00
parent 4dcc65237d
commit ce9f7666b4
11 changed files with 18 additions and 128 deletions

View File

@@ -35,7 +35,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>