From d8da964e88686f22f7c5382c532ac293e4342e75 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Sun, 18 May 2014 20:13:56 -0700 Subject: [PATCH] Updating kproj file to match tooling changes --- .gitignore | 3 ++- samples/RoutingSample.Web/RoutingSample.Web.kproj | 6 +++--- src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj | 6 +++--- .../Microsoft.AspNet.Routing.Tests.kproj | 6 +++--- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 216e8d9c58..9274ba2c88 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ nuget.exe *DS_Store *.ncrunchsolution *.*sdf -*.ipch \ No newline at end of file +*.ipch +*.sln.ide \ No newline at end of file diff --git a/samples/RoutingSample.Web/RoutingSample.Web.kproj b/samples/RoutingSample.Web/RoutingSample.Web.kproj index 114f38c6b5..ff219ed92b 100644 --- a/samples/RoutingSample.Web/RoutingSample.Web.kproj +++ b/samples/RoutingSample.Web/RoutingSample.Web.kproj @@ -1,10 +1,10 @@ - + 12.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + db94e647-c73a-4f52-a126-aa7544ccf33b Web @@ -31,5 +31,5 @@ - + \ 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 b6cfaa410f..c8e308b0cd 100644 --- a/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj +++ b/src/Microsoft.AspNet.Routing/Microsoft.AspNet.Routing.kproj @@ -1,10 +1,10 @@ - + 12.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 1ee54d32-6ced-4206-acf5-3dc1dd39d228 Library @@ -46,5 +46,5 @@ - + \ 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 3afa0da4a3..54737d5d98 100644 --- a/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.kproj +++ b/test/Microsoft.AspNet.Routing.Tests/Microsoft.AspNet.Routing.Tests.kproj @@ -1,10 +1,10 @@ - + 12.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 636d79ed-7b32-487c-bda5-d2a1aaa97371 Library @@ -30,5 +30,5 @@ - + \ No newline at end of file