Revision 422c9598 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
214 214
        
215 215
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
216 216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/im/login")]
217
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/login")]
218 218
        public string PithosLoginUrl {
219 219
            get {
220 220
                return ((string)(this["PithosLoginUrl"]));
......
294 294
                this["ProxyDomain"] = value;
295 295
            }
296 296
        }
297
        
298
        [global::System.Configuration.UserScopedSettingAttribute()]
299
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
300
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
301
        public byte HashingParallelism {
302
            get {
303
                return ((byte)(this["HashingParallelism"]));
304
            }
305
            set {
306
                this["HashingParallelism"] = value;
307
            }
308
        }
297 309
    }
298 310
}

Also available in: Unified diff