From da20c535c57fff79cf1dd0ffa116c4680a99a67b Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 2 Mar 2016 20:37:03 -0800 Subject: [PATCH] Remove project name from output path - aspnet/Coherence-Signed#187 - remove `` settings but maintain other unique aspects e.g. `` - in a few cases, standardize on VS version `14.0` and not something more specific --- src/MusicStore/MusicStore.xproj | 2 +- test/E2ETests/E2ETests.xproj | 2 +- test/MusicStore.Test/MusicStore.Test.xproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MusicStore/MusicStore.xproj b/src/MusicStore/MusicStore.xproj index dca5217a4e..037ac9d759 100644 --- a/src/MusicStore/MusicStore.xproj +++ b/src/MusicStore/MusicStore.xproj @@ -8,7 +8,7 @@ 3cfbed5d-2ed8-49db-96fb-bdaa748dc5a0 ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ 2.0 diff --git a/test/E2ETests/E2ETests.xproj b/test/E2ETests/E2ETests.xproj index 9474f8e79c..a53802bc22 100644 --- a/test/E2ETests/E2ETests.xproj +++ b/test/E2ETests/E2ETests.xproj @@ -8,7 +8,7 @@ a319acce-060b-4385-9534-9f2202f6180e ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ 2.0 diff --git a/test/MusicStore.Test/MusicStore.Test.xproj b/test/MusicStore.Test/MusicStore.Test.xproj index d5272acdce..5d83750f96 100644 --- a/test/MusicStore.Test/MusicStore.Test.xproj +++ b/test/MusicStore.Test/MusicStore.Test.xproj @@ -8,7 +8,7 @@ ca663205-77de-4e55-b300-85594181b5a9 ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ 2.0