Fixed OutputPath in Configurer xproj (#3685)

This is required for building in VS.
This commit is contained in:
Petr Onderka 2016-06-24 20:10:58 +02:00 committed by Piotr Puszkiewicz
parent c5d68ac0b0
commit f811069898

View file

@ -9,7 +9,7 @@
<ProjectGuid>e5ed47ef-bf25-4da9-a7fe-290c642cbf0f</ProjectGuid>
<RootNamespace>Microsoft.DotNet.Configurer</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin</OutputPath>
</PropertyGroup>
<PropertyGroup>