We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f281a96 commit 3dc3855Copy full SHA for 3dc3855
1 file changed
src/Microsoft.VisualStudio.Web.BrowserLink.Loader/Microsoft.VisualStudio.Web.BrowserLink.Loader.xproj
@@ -7,8 +7,8 @@
7
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
8
<PropertyGroup Label="Globals">
9
<ProjectGuid>c31202e6-fc58-4354-b2d2-acd1b3118c05</ProjectGuid>
10
- <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11
- <OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\</OutputPath>
+ <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
+ <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
12
</PropertyGroup>
13
<PropertyGroup>
14
<SchemaVersion>2.0</SchemaVersion>
0 commit comments