updated prerelease config.

This commit is contained in:
morkt
2016-07-28 21:22:41 +04:00
parent 891b602a7f
commit 0e8a3ea417
5 changed files with 7 additions and 8 deletions

View File

@@ -50,7 +50,7 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Prerelease|AnyCPU'">
<OutputPath>bin\Prerelease\</OutputPath>
<OutputPath>..\bin\Prerelease\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>