Skip to content

Commit 5bc47aa

Browse files
Tweaks to .xproj files made automatically by VS
1 parent 22da55a commit 5bc47aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎samples/misc/Webpack/Webpack.xproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<ProjectGuid>a8905301-8492-42fd-9e83-f715a0fdc3a2</ProjectGuid>
1111
<RootNamespace>Webpack</RootNamespace>
1212
<BaseIntermediateOutputPathCondition="'$(BaseIntermediateOutputPath)'=='' ">..\..\..\JavaScriptServices.sln\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
13-
<OutputPathCondition="'$(OutputPath)'=='' ">..\..\..\JavaScriptServices.sln\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
13+
<OutputPathCondition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1414
</PropertyGroup>
1515
<PropertyGroup>
1616
<SchemaVersion>2.0</SchemaVersion>
1717
<DevelopmentServerPort>2018</DevelopmentServerPort>
1818
</PropertyGroup>
1919
<ImportProject="$(VSToolsPath)\DNX\Microsoft.DNX.targets"Condition="'$(VSToolsPath)' != ''" />
20-
</Project>
20+
</Project>

‎samples/react/MusicStore/MusicStore.xproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<ProjectGuid>c870a92c-9e3f-4bf2-82b8-5758545a8b7c</ProjectGuid>
1111
<RootNamespace>MusicStore</RootNamespace>
1212
<BaseIntermediateOutputPathCondition="'$(BaseIntermediateOutputPath)'=='' ">..\..\..\JavaScriptServices.sln\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
13-
<OutputPathCondition="'$(OutputPath)'=='' ">..\..\..\JavaScriptServices.sln\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
13+
<OutputPathCondition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1414
</PropertyGroup>
1515
<PropertyGroup>
1616
<SchemaVersion>2.0</SchemaVersion>
1717
<DevelopmentServerPort>2018</DevelopmentServerPort>
1818
</PropertyGroup>
1919
<ImportProject="$(VSToolsPath)\DNX\Microsoft.DNX.targets"Condition="'$(VSToolsPath)' != ''" />
20-
</Project>
20+
</Project>

0 commit comments

Comments
(0)