diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-05 20:24:05 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-04-05 20:24:05 -0700 |
commit | ed71e7109016111e8b72bf759fdf5df8a6931dd0 (patch) | |
tree | 652bc67ada3d9e04c819e167a47e36c95fbb54a1 /samples/OAuthServiceProvider/Code/DataClasses.designer.cs | |
parent | 2a67db4f550ecdb86e9adb05fb46b42650a375c0 (diff) | |
download | DotNetOpenAuth-ed71e7109016111e8b72bf759fdf5df8a6931dd0.zip DotNetOpenAuth-ed71e7109016111e8b72bf759fdf5df8a6931dd0.tar.gz DotNetOpenAuth-ed71e7109016111e8b72bf759fdf5df8a6931dd0.tar.bz2 |
Reverts v4.0 branch back to VS2010, and samples target .NET 3.5, and MVC samples are MVC 2.
The "upgrade" had introduced a lot of issues, such as broken project templates, broken MVC 3/4 story, etc. and wasn't fitting the stabilization that the v4.0 branch needs.
Diffstat (limited to 'samples/OAuthServiceProvider/Code/DataClasses.designer.cs')
-rw-r--r-- | samples/OAuthServiceProvider/Code/DataClasses.designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthServiceProvider/Code/DataClasses.designer.cs b/samples/OAuthServiceProvider/Code/DataClasses.designer.cs index 4077063..b7d291c 100644 --- a/samples/OAuthServiceProvider/Code/DataClasses.designer.cs +++ b/samples/OAuthServiceProvider/Code/DataClasses.designer.cs @@ -2,7 +2,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.17608 +// Runtime Version:4.0.30319.1 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -607,7 +607,7 @@ namespace OAuthServiceProvider.Code } } - [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_VerificationCodeFormat", CanBeNull=false)] + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_VerificationCodeFormat")] public DotNetOpenAuth.OAuth.VerificationCodeFormat VerificationCodeFormat { get |