From 0a719735135c0e49ec024d377fc086e628f635bd Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Tue, 25 Nov 2014 11:03:55 -0800 Subject: [PATCH] Add schema version to kproj files --- samples/CookieSample/CookieSample.kproj | 8 +++++--- samples/CookieSessionSample/CookieSessionSample.kproj | 8 +++++--- samples/SocialSample/SocialSample.kproj | 10 +++++----- .../Microsoft.AspNet.Security.Cookies.kproj | 3 +++ .../Microsoft.AspNet.Security.Facebook.kproj | 3 +++ .../Microsoft.AspNet.Security.Google.kproj | 3 +++ .../Microsoft.AspNet.Security.MicrosoftAccount.kproj | 3 +++ .../Microsoft.AspNet.Security.OAuth.kproj | 3 +++ .../Microsoft.AspNet.Security.Twitter.kproj | 3 +++ .../Microsoft.AspNet.Security.kproj | 3 +++ .../Microsoft.AspNet.Security.Tests.kproj | 3 +++ 11 files changed, 39 insertions(+), 11 deletions(-) diff --git a/samples/CookieSample/CookieSample.kproj b/samples/CookieSample/CookieSample.kproj index 3afd3733f3..0cc8921558 100644 --- a/samples/CookieSample/CookieSample.kproj +++ b/samples/CookieSample/CookieSample.kproj @@ -1,9 +1,8 @@ - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - 54539 @@ -11,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + - \ No newline at end of file + diff --git a/samples/CookieSessionSample/CookieSessionSample.kproj b/samples/CookieSessionSample/CookieSessionSample.kproj index 954c473e9a..3dde446f74 100644 --- a/samples/CookieSessionSample/CookieSessionSample.kproj +++ b/samples/CookieSessionSample/CookieSessionSample.kproj @@ -1,9 +1,8 @@ - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - 54541 @@ -11,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + - \ No newline at end of file + diff --git a/samples/SocialSample/SocialSample.kproj b/samples/SocialSample/SocialSample.kproj index 1fbca3ad0e..640b2404b4 100644 --- a/samples/SocialSample/SocialSample.kproj +++ b/samples/SocialSample/SocialSample.kproj @@ -1,11 +1,8 @@ - + 14.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - 54540 - - @@ -13,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + - \ No newline at end of file + diff --git a/src/Microsoft.AspNet.Security.Cookies/Microsoft.AspNet.Security.Cookies.kproj b/src/Microsoft.AspNet.Security.Cookies/Microsoft.AspNet.Security.Cookies.kproj index 6f29892441..31c09ed577 100644 --- a/src/Microsoft.AspNet.Security.Cookies/Microsoft.AspNet.Security.Cookies.kproj +++ b/src/Microsoft.AspNet.Security.Cookies/Microsoft.AspNet.Security.Cookies.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/src/Microsoft.AspNet.Security.Facebook/Microsoft.AspNet.Security.Facebook.kproj b/src/Microsoft.AspNet.Security.Facebook/Microsoft.AspNet.Security.Facebook.kproj index b4d1603634..8a4224835e 100644 --- a/src/Microsoft.AspNet.Security.Facebook/Microsoft.AspNet.Security.Facebook.kproj +++ b/src/Microsoft.AspNet.Security.Facebook/Microsoft.AspNet.Security.Facebook.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/src/Microsoft.AspNet.Security.Google/Microsoft.AspNet.Security.Google.kproj b/src/Microsoft.AspNet.Security.Google/Microsoft.AspNet.Security.Google.kproj index 93e3716ced..32f8d92b26 100644 --- a/src/Microsoft.AspNet.Security.Google/Microsoft.AspNet.Security.Google.kproj +++ b/src/Microsoft.AspNet.Security.Google/Microsoft.AspNet.Security.Google.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/src/Microsoft.AspNet.Security.MicrosoftAccount/Microsoft.AspNet.Security.MicrosoftAccount.kproj b/src/Microsoft.AspNet.Security.MicrosoftAccount/Microsoft.AspNet.Security.MicrosoftAccount.kproj index 439829d54b..88701bdb38 100644 --- a/src/Microsoft.AspNet.Security.MicrosoftAccount/Microsoft.AspNet.Security.MicrosoftAccount.kproj +++ b/src/Microsoft.AspNet.Security.MicrosoftAccount/Microsoft.AspNet.Security.MicrosoftAccount.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/src/Microsoft.AspNet.Security.OAuth/Microsoft.AspNet.Security.OAuth.kproj b/src/Microsoft.AspNet.Security.OAuth/Microsoft.AspNet.Security.OAuth.kproj index 32d728261b..abcb5afdeb 100644 --- a/src/Microsoft.AspNet.Security.OAuth/Microsoft.AspNet.Security.OAuth.kproj +++ b/src/Microsoft.AspNet.Security.OAuth/Microsoft.AspNet.Security.OAuth.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/src/Microsoft.AspNet.Security.Twitter/Microsoft.AspNet.Security.Twitter.kproj b/src/Microsoft.AspNet.Security.Twitter/Microsoft.AspNet.Security.Twitter.kproj index 980720b3f5..e073a505c9 100644 --- a/src/Microsoft.AspNet.Security.Twitter/Microsoft.AspNet.Security.Twitter.kproj +++ b/src/Microsoft.AspNet.Security.Twitter/Microsoft.AspNet.Security.Twitter.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/src/Microsoft.AspNet.Security/Microsoft.AspNet.Security.kproj b/src/Microsoft.AspNet.Security/Microsoft.AspNet.Security.kproj index 9a1e957279..6262851a78 100644 --- a/src/Microsoft.AspNet.Security/Microsoft.AspNet.Security.kproj +++ b/src/Microsoft.AspNet.Security/Microsoft.AspNet.Security.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 + diff --git a/test/Microsoft.AspNet.Security.Test/Microsoft.AspNet.Security.Tests.kproj b/test/Microsoft.AspNet.Security.Test/Microsoft.AspNet.Security.Tests.kproj index a989127e44..77ea1e71cf 100644 --- a/test/Microsoft.AspNet.Security.Test/Microsoft.AspNet.Security.Tests.kproj +++ b/test/Microsoft.AspNet.Security.Test/Microsoft.AspNet.Security.Tests.kproj @@ -10,5 +10,8 @@ ..\..\artifacts\obj\$(MSBuildProjectName) ..\..\artifacts\bin\$(MSBuildProjectName)\ + + 2.0 +