diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-31 06:53:13 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-31 06:53:13 -0700 |
commit | 0dc3716cdc297f1c57a074584663a9c014e76dcc (patch) | |
tree | 8ab94b787272f8dbde514fdf6558895736185791 /samples/OAuthServiceProvider/Code/DataClasses.designer.cs | |
parent | a5e59982c1b66ebabd4c6436d4d3d177d2440649 (diff) | |
download | DotNetOpenAuth-0dc3716cdc297f1c57a074584663a9c014e76dcc.zip DotNetOpenAuth-0dc3716cdc297f1c57a074584663a9c014e76dcc.tar.gz DotNetOpenAuth-0dc3716cdc297f1c57a074584663a9c014e76dcc.tar.bz2 |
Migrated to Dev11 project files. They should all open in Dev10 still (except the new .sqlproj).
This reverts commit a5e59982c1b66ebabd4c6436d4d3d177d2440649.
Fixes #96
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 b7d291c..4077063 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.1 +// Runtime Version:4.0.30319.17608 // // 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")] + [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_VerificationCodeFormat", CanBeNull=false)] public DotNetOpenAuth.OAuth.VerificationCodeFormat VerificationCodeFormat { get |