From caa827f5c3574144cfb7345790cabc3dddbaf9e7 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 7 Jul 2016 12:43:58 -0700 Subject: [PATCH] One build to rule them all - well, at least VS and command-line builds will share output - part of aspnet/Coherence-Signed#277 --- samples/SessionSample/SessionSample.xproj | 4 ++-- .../Microsoft.AspNetCore.Session.xproj | 4 ++-- .../Microsoft.AspNetCore.Session.Tests.xproj | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/SessionSample/SessionSample.xproj b/samples/SessionSample/SessionSample.xproj index 23f0e9a0f1..8bf0bf2374 100644 --- a/samples/SessionSample/SessionSample.xproj +++ b/samples/SessionSample/SessionSample.xproj @@ -7,8 +7,8 @@ fe0b9969-3bde-4a7d-be1b-47eae8dbf365 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj index 18442b5af3..0ddd8c8e57 100644 --- a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj +++ b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.xproj @@ -7,8 +7,8 @@ 71802736-f640-4733-9671-02d267edd76a - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\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 c030463c79..934269a7aa 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj +++ b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.xproj @@ -7,8 +7,8 @@ 8c131a0a-bc1a-4cf3-8b77-8813fbfe5639 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0