diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-26 14:09:42 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-03-26 14:09:42 -0700 |
commit | 79dee332a2be944d9ff55db0b3d53fdeaab96efd (patch) | |
tree | 9987e89e1941161cd7673ca8e1f8d5d41af97930 /samples/ConsumerWpf/Properties/Settings.Designer.cs | |
parent | 4238297df55276ca36facb42e95ad84eb4937962 (diff) | |
download | DotNetOpenAuth-79dee332a2be944d9ff55db0b3d53fdeaab96efd.zip DotNetOpenAuth-79dee332a2be944d9ff55db0b3d53fdeaab96efd.tar.gz DotNetOpenAuth-79dee332a2be944d9ff55db0b3d53fdeaab96efd.tar.bz2 |
Renamed ConsumerWpf sample to OAuthConsumerWpf.
Diffstat (limited to 'samples/ConsumerWpf/Properties/Settings.Designer.cs')
-rw-r--r-- | samples/ConsumerWpf/Properties/Settings.Designer.cs | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/samples/ConsumerWpf/Properties/Settings.Designer.cs b/samples/ConsumerWpf/Properties/Settings.Designer.cs deleted file mode 100644 index daf59f9..0000000 --- a/samples/ConsumerWpf/Properties/Settings.Designer.cs +++ /dev/null @@ -1,26 +0,0 @@ -//------------------------------------------------------------------------------ -// <auto-generated> -// This code was generated by a tool. -// Runtime Version:2.0.50727.3053 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// </auto-generated> -//------------------------------------------------------------------------------ - -namespace DotNetOpenAuth.Samples.ConsumerWpf.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default { - get { - return defaultInstance; - } - } - } -} |