From c4a4e8670813e5549b785ccfd0ee81e1679553cf Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 7 Jul 2016 12:05:28 -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/IISSample/IISSample.xproj | 4 ++-- ...icrosoft.AspNetCore.Server.IISIntegration.Tools.xproj | 9 ++++----- .../Microsoft.AspNetCore.Server.IISIntegration.xproj | 4 ++-- ...spNetCore.Server.IISIntegration.FunctionalTests.xproj | 4 ++-- ...icrosoft.AspNetCore.Server.IISIntegration.Tests.xproj | 4 ++-- ...ft.AspNetCore.Server.IISIntegration.Tools.Tests.xproj | 9 ++++----- test/TestSites.Portable/TestSites.Portable.xproj | 8 ++------ test/TestSites/TestSites.xproj | 4 ++-- 8 files changed, 20 insertions(+), 26 deletions(-) diff --git a/samples/IISSample/IISSample.xproj b/samples/IISSample/IISSample.xproj index 10fe198590..032118be17 100644 --- a/samples/IISSample/IISSample.xproj +++ b/samples/IISSample/IISSample.xproj @@ -7,8 +7,8 @@ e4e2bdc4-a9c6-4ae9-b429-032ec83ede64 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Microsoft.AspNetCore.Server.IISIntegration.Tools.xproj b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Microsoft.AspNetCore.Server.IISIntegration.Tools.xproj index 2527791ac2..7b42b1524b 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Microsoft.AspNetCore.Server.IISIntegration.Tools.xproj +++ b/src/Microsoft.AspNetCore.Server.IISIntegration.Tools/Microsoft.AspNetCore.Server.IISIntegration.Tools.xproj @@ -1,15 +1,14 @@  - + - 14.0.24720 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) b1bc61b7-ba1d-4100-a2e8-49d00ce2771d - Microsoft.AspNetCore.Server.IISIntegration.Tools - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\ + .\obj + .\bin\ 2.0 diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.xproj b/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.xproj index b9dc5d5769..abf80a406d 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.xproj +++ b/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.xproj @@ -7,8 +7,8 @@ 8b3446e8-e6a8-4591-aa63-a95837c6e97c - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.xproj b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.xproj index 5fd7da2bfa..3c372088d9 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.xproj +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.xproj @@ -7,8 +7,8 @@ 7f2f50c7-610f-4b69-b945-ca283511a587 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.xproj b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.xproj index 40a4f5de1d..8b22b6e6e7 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.xproj +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.xproj @@ -7,8 +7,8 @@ 4106db10-e09f-480e-9ce6-b39235512ee6 - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0 diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests.xproj b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests.xproj index 4d265e078f..06c2f45b78 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests.xproj +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests.xproj @@ -1,15 +1,14 @@  - + - 14.0.24720 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) d0fa003d-de4c-480e-b4a4-bd38691b36ad - Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\ + .\obj + .\bin\ 2.0 diff --git a/test/TestSites.Portable/TestSites.Portable.xproj b/test/TestSites.Portable/TestSites.Portable.xproj index 2bcbf1a59c..477f1c67dd 100644 --- a/test/TestSites.Portable/TestSites.Portable.xproj +++ b/test/TestSites.Portable/TestSites.Portable.xproj @@ -4,16 +4,12 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - f54715c3-88d8-49e3-a291-c13570fe81fc - TestSites.Portable - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\ - v4.5.2 + .\obj + .\bin\ - 2.0 diff --git a/test/TestSites/TestSites.xproj b/test/TestSites/TestSites.xproj index d61af61fcf..8a932146f7 100644 --- a/test/TestSites/TestSites.xproj +++ b/test/TestSites/TestSites.xproj @@ -7,8 +7,8 @@ e27453ad-9ca0-49a2-94fa-96337d77677d - ..\..\artifacts\obj\$(MSBuildProjectName) - ..\..\artifacts\bin\ + .\obj + .\bin\ 2.0