From 2f1bb39407ae8c4f30d9203b135ff2835ebf00d3 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 2 Mar 2016 21:22:43 -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 --- samples/SessionSample/SessionSample.xproj | 2 +- .../Microsoft.AspNetCore.Session.xproj | 2 +- .../Microsoft.AspNetCore.Session.Tests.xproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/SessionSample/SessionSample.xproj b/samples/SessionSample/SessionSample.xproj index d092ddc3e1..23f0e9a0f1 100644 --- a/samples/SessionSample/SessionSample.xproj +++ b/samples/SessionSample/SessionSample.xproj @@ -8,7 +8,7 @@ fe0b9969-3bde-4a7d-be1b-47eae8dbf365 ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ 2.0 diff --git a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj index bfd4661379..18442b5af3 100644 --- a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj +++ b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj @@ -8,7 +8,7 @@ 71802736-f640-4733-9671-02d267edd76a ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ 2.0 diff --git a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj index 6171b1b973..2fc2960ef9 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj +++ b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj @@ -8,7 +8,7 @@ 8c131a0a-bc1a-4cf3-8b77-8813fbfe5639 ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\$(MSBuildProjectName)\ + ..\..\artifacts\bin\ 2.0