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

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