Use a common build directory between both build ccnfigurations

There's no need to build to VisualTests when they share everything
This commit is contained in:
Dean Herbert 2017-08-04 16:07:25 +09:00
parent 7e89b1021d
commit fc97fdb8c1
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'VisualTests|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\VisualTests\</OutputPath>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<WarningLevel>0</WarningLevel>