Modified loggers to use their enclosing class
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.Designer.cs
index f058497..cec2bff 100644 (file)
@@ -97,7 +97,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.UserScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("False")]
+        [global::System.Configuration.DefaultSettingValueAttribute("True")]
         public bool ProxyAuthentication {
             get {
                 return ((bool)(this["ProxyAuthentication"]));
@@ -205,54 +205,63 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
-        public string PithosSite {
+        [global::System.Configuration.DefaultSettingValueAttribute("https://auth.api.rackspacecloud.com")]
+        public string CloudfilesAuthenticationUrl {
             get {
-                return ((string)(this["PithosSite"]));
+                return ((string)(this["CloudfilesAuthenticationUrl"]));
             }
         }
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
-        public string PithosAuthenticationUrl {
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/login")]
+        public string PithosLoginUrl {
             get {
-                return ((string)(this["PithosAuthenticationUrl"]));
+                return ((string)(this["PithosLoginUrl"]));
             }
         }
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("https://auth.api.rackspacecloud.com")]
-        public string CloudfilesAuthenticationUrl {
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/im/feedback")]
+        public string FeedbackUri {
             get {
-                return ((string)(this["CloudfilesAuthenticationUrl"]));
+                return ((string)(this["FeedbackUri"]));
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("True")]
+        public bool MustUpgrade {
+            get {
+                return ((bool)(this["MustUpgrade"]));
+            }
+            set {
+                this["MustUpgrade"] = value;
             }
         }
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/im/login")]
-        public string PithosLoginUrl {
+        [global::System.Configuration.DefaultSettingValueAttribute("https://plus.pithos.grnet.gr")]
+        public string ProductionServer {
             get {
-                return ((string)(this["PithosLoginUrl"]));
+                return ((string)(this["ProductionServer"]));
             }
         }
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/tools/feedback")]
-        public string FeedbackUri {
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
+        public string DevelopmentServer {
             get {
-                return ((string)(this["FeedbackUri"]));
+                return ((string)(this["DevelopmentServer"]));
             }
         }
         
         [global::System.Configuration.UserScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfAccountSettings xmlns:xsi=\"http:" +
-            "//www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchem" +
-            "a\" />")]
         public global::Pithos.Interfaces.AccountsCollection Accounts {
             get {
                 return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
@@ -264,13 +273,49 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.UserScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("True")]
-        public bool MustUpgrade {
+        [global::System.Configuration.DefaultSettingValueAttribute("10")]
+        public int PollingInterval {
             get {
-                return ((bool)(this["MustUpgrade"]));
+                return ((int)(this["PollingInterval"]));
             }
             set {
-                this["MustUpgrade"] = value;
+                this["PollingInterval"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("")]
+        public string ProxyDomain {
+            get {
+                return ((string)(this["ProxyDomain"]));
+            }
+            set {
+                this["ProxyDomain"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("1")]
+        public byte HashingParallelism {
+            get {
+                return ((byte)(this["HashingParallelism"]));
+            }
+            set {
+                this["HashingParallelism"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
+        public global::System.TimeSpan StartupDelay {
+            get {
+                return ((global::System.TimeSpan)(this["StartupDelay"]));
+            }
+            set {
+                this["StartupDelay"] = value;
             }
         }
     }