diff options
author | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2014-12-08 15:31:10 +0000 |
---|---|---|
committer | David Christiansen <DavidChristiansen@users.noreply.github.com> | 2014-12-08 15:31:10 +0000 |
commit | 1c340ebc033691e69c36d3885c5fe6b215cc37ce (patch) | |
tree | b25b96e0f8c26956bf4b858f440f6dbd0d591d50 /src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs | |
parent | 92ef68e33b715ecdd1d42ee33ce56e9ea295f4f7 (diff) | |
parent | 51b3d1681795475eeadeb946884ec2d871edf9b9 (diff) | |
download | DotNetOpenAuth.Samples-1c340ebc033691e69c36d3885c5fe6b215cc37ce.zip DotNetOpenAuth.Samples-1c340ebc033691e69c36d3885c5fe6b215cc37ce.tar.gz DotNetOpenAuth.Samples-1c340ebc033691e69c36d3885c5fe6b215cc37ce.tar.bz2 |
Merge pull request #20 from DavidChristiansen/master
Fixing build
Diffstat (limited to 'src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs')
-rw-r--r-- | src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs b/src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs index c7af82a..3e40d43 100644 --- a/src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs +++ b/src/OAuth/OAuthAuthorizationServer/Code/DataClasses.designer.cs @@ -2,7 +2,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:4.0.30319.235 +// Runtime Version:4.0.30319.34014 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -122,7 +122,7 @@ namespace OAuthAuthorizationServer.Code public partial class User : INotifyPropertyChanging, INotifyPropertyChanged { - private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(string.Empty); + private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty); private int _UserId; @@ -260,7 +260,7 @@ namespace OAuthAuthorizationServer.Code public partial class Client : INotifyPropertyChanging, INotifyPropertyChanged { - private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(string.Empty); + private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty); private int _ClientId; @@ -470,7 +470,7 @@ namespace OAuthAuthorizationServer.Code public partial class ClientAuthorization : INotifyPropertyChanging, INotifyPropertyChanged { - private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(string.Empty); + private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty); private int _AuthorizationId; @@ -734,7 +734,7 @@ namespace OAuthAuthorizationServer.Code public partial class Nonce : INotifyPropertyChanging, INotifyPropertyChanged { - private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(string.Empty); + private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty); private string _Context; @@ -844,7 +844,7 @@ namespace OAuthAuthorizationServer.Code public partial class SymmetricCryptoKey : INotifyPropertyChanging, INotifyPropertyChanged { - private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(string.Empty); + private static PropertyChangingEventArgs emptyChangingEventArgs = new PropertyChangingEventArgs(String.Empty); private string _Bucket; |