From e9f26ec4b69d7419dc65dd70bfcb0cf6e9880ddb Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 6 Jul 2016 21:43:13 -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/AntiforgerySample/AntiforgerySample.xproj | 4 ++-- .../Microsoft.AspNetCore.Antiforgery.xproj | 4 ++-- .../Microsoft.AspNetCore.Antiforgery.FunctionalTests.xproj | 4 ++-- .../Microsoft.AspNetCore.Antiforgery.Test.xproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/samples/AntiforgerySample/AntiforgerySample.xproj b/samples/AntiforgerySample/AntiforgerySample.xproj index 254d0c3d03..df07bd9b50 100644 --- a/samples/AntiforgerySample/AntiforgerySample.xproj +++ b/samples/AntiforgerySample/AntiforgerySample.xproj @@ -7,8 +7,8 @@ af9e0784-5edb-494f-b46c-1a8da785c49c - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.xproj b/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.xproj index cfd5f9890c..3799efa7b6 100644 --- a/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.xproj +++ b/src/Microsoft.AspNetCore.Antiforgery/Microsoft.AspNetCore.Antiforgery.xproj @@ -7,8 +7,8 @@ 46fb03fb-7a44-4106-bdde-d6f5417544ab - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/Microsoft.AspNetCore.Antiforgery.FunctionalTests.xproj b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/Microsoft.AspNetCore.Antiforgery.FunctionalTests.xproj index 8ecb47ec07..1901f0cc82 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/Microsoft.AspNetCore.Antiforgery.FunctionalTests.xproj +++ b/test/Microsoft.AspNetCore.Antiforgery.FunctionalTests/Microsoft.AspNetCore.Antiforgery.FunctionalTests.xproj @@ -7,8 +7,8 @@ 8b288810-5a96-4af5-9836-8ba2d2953203 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.xproj b/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.xproj index b016f46aac..87bf4fd855 100644 --- a/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.xproj +++ b/test/Microsoft.AspNetCore.Antiforgery.Test/Microsoft.AspNetCore.Antiforgery.Test.xproj @@ -7,8 +7,8 @@ 415e83f8-6002-47e4-aa8e-cd5169c06f28 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0