Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit cd7ad1c

Browse files
committed
Remove project name from output path
- aspnet/Coherence-Signed#187 - remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />` - in a few cases, standardize on VS version `14.0` and not something more specific
1 parent 467ffc7 commit cd7ad1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotnet-razor-tooling/dotnet-razor-tooling.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>6f1cab8c-2315-46bb-b9b4-00564743590c</ProjectGuid>
1010
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11-
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
11+
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\</OutputPath>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<SchemaVersion>2.0</SchemaVersion>

test/dotnet-razor-tooling.Test/dotnet-razor-tooling.Test.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>ab04d3ba-0a35-4502-ad4f-e8d1b38a6e5b</ProjectGuid>
1010
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
11-
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
11+
<OutputPath Condition="'$(OutputPath)'=='' ">..\..\artifacts\bin\</OutputPath>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<SchemaVersion>2.0</SchemaVersion>

0 commit comments

Comments
 (0)