From 8b93a0c018a25474caff8f6ab950295aea39cf75 Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Tue, 25 Nov 2014 11:01:35 -0800 Subject: [PATCH] Add schema version to kproj files --- .../RoutingSample.Web/RoutingSample.Web.kproj | 22 +++++-------------- .../Microsoft.AspNet.Routing.kproj | 17 ++++++-------- .../Microsoft.AspNet.Routing.Tests.kproj | 16 +++++--------- 3 files changed, 19 insertions(+), 36 deletions(-) diff --git a/samples/RoutingSample.Web/RoutingSample.Web.kproj b/samples/RoutingSample.Web/RoutingSample.Web.kproj index dc9a59a7ac..b1837197a5 100644 --- a/samples/RoutingSample.Web/RoutingSample.Web.kproj +++ b/samples/RoutingSample.Web/RoutingSample.Web.kproj @@ -1,27 +1,17 @@ - - + + - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) db94e647-c73a-4f52-a126-aa7544ccf33b - Web - k10 - - - - + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ 2.0 - - 28778 - - - 22209 - - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj b/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj index 2d2fcb5b88..adf6bcf117 100644 --- a/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj +++ b/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj @@ -1,20 +1,17 @@ - - + + - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) 1ee54d32-6ced-4206-acf5-3dc1dd39d228 - Library - - - - + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ 2.0 - + - \ No newline at end of file + diff --git a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.kproj b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.kproj index 323a4b4b09..d819837f0d 100644 --- a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.kproj +++ b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.kproj @@ -1,21 +1,17 @@ - - + + - 12.0 + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) 636d79ed-7b32-487c-bda5-d2a1aaa97371 - Library - - - - + ..\..\artifacts\obj\$(MSBuildProjectName) + ..\..\artifacts\bin\$(MSBuildProjectName)\ 2.0 - - \ No newline at end of file +