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

@@ -17,7 +17,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>