From 458a0f6809a6091c00063f510d993409e1de57ea Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 2 Apr 2015 13:49:28 -0700 Subject: [PATCH 1/2] Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename --- samples/RoutingSample.Web/RoutingSample.Web.xproj | 4 ++-- .../Microsoft.AspNet.Routing.xproj | 8 ++++---- .../Microsoft.AspNet.Routing.Tests.xproj | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/samples/RoutingSample.Web/RoutingSample.Web.xproj b/samples/RoutingSample.Web/RoutingSample.Web.xproj index bf53632392..bbbf2d25da 100644 --- a/samples/RoutingSample.Web/RoutingSample.Web.xproj +++ b/samples/RoutingSample.Web/RoutingSample.Web.xproj @@ -4,7 +4,7 @@ 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + db94e647-c73a-4f52-a126-aa7544ccf33b ..\..\artifacts\obj\$(MSBuildProjectName) @@ -14,5 +14,5 @@ 2.0 25397 - + \ No newline at end of file diff --git a/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.xproj b/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.xproj index adf6bcf117..6e1266e86b 100644 --- a/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.xproj +++ b/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.xproj @@ -1,10 +1,10 @@ - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 1ee54d32-6ced-4206-acf5-3dc1dd39d228 ..\..\artifacts\obj\$(MSBuildProjectName) @@ -13,5 +13,5 @@ 2.0 - - + + \ No newline at end of file diff --git a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj index d819837f0d..56fed88594 100644 --- a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj +++ b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj @@ -1,10 +1,10 @@ - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 636d79ed-7b32-487c-bda5-d2a1aaa97371 ..\..\artifacts\obj\$(MSBuildProjectName) @@ -13,5 +13,5 @@ 2.0 - - + + \ No newline at end of file From 9d35441ac30bae3625e5fc5bcc30c8f035662b98 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 2 Apr 2015 22:56:56 -0700 Subject: [PATCH 2/2] Add another `` item --- .../Microsoft.AspNet.Routing.Tests.xproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj index 56fed88594..2de6f3a8dc 100644 --- a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj +++ b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.xproj @@ -13,5 +13,8 @@ 2.0 + + + \ No newline at end of file