diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-10-02 09:52:17 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-02 09:52:17 -0700 |
commit | e414945b440325d6616c57e3baa5c818821f558a (patch) | |
tree | 28def1e31840bb66a9047daacb1bc51b0a8b6ef3 /samples/ConsumerWpf/Properties/Settings.Designer.cs | |
parent | df5629e0149a262dcda8dfdb7652b67df77d6845 (diff) | |
download | DotNetOpenAuth-e414945b440325d6616c57e3baa5c818821f558a.zip DotNetOpenAuth-e414945b440325d6616c57e3baa5c818821f558a.tar.gz DotNetOpenAuth-e414945b440325d6616c57e3baa5c818821f558a.tar.bz2 |
Added Consumer WPF and ASP.NET WebForms samples.
Diffstat (limited to 'samples/ConsumerWpf/Properties/Settings.Designer.cs')
-rw-r--r-- | samples/ConsumerWpf/Properties/Settings.Designer.cs | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/samples/ConsumerWpf/Properties/Settings.Designer.cs b/samples/ConsumerWpf/Properties/Settings.Designer.cs new file mode 100644 index 0000000..c884743 --- /dev/null +++ b/samples/ConsumerWpf/Properties/Settings.Designer.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------
+// <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 DotNetOAuth.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;
+ }
+ }
+ }
+}
|