Revision 6f03d6e1 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
322 322
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
323 323
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
324 324
        [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
325
        [global::System.Configuration.DefaultSettingValueAttribute("https://github.com/pkanavos/PithosUpdateTest/raw/master/versioninfo.xml")]
325
        [global::System.Configuration.DefaultSettingValueAttribute("https://raw.github.com/pkanavos/PithosUpdateTest/master/versioninfo.xml")]
326 326
        public string UpdateUrl {
327 327
            get {
328 328
                return ((string)(this["UpdateUrl"]));
......
370 370
                return ((bool)(this["UpdateForceCheck"]));
371 371
            }
372 372
        }
373
        
374
        [global::System.Configuration.UserScopedSettingAttribute()]
375
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
376
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
377
        public bool DebugLoggingEnabled {
378
            get {
379
                return ((bool)(this["DebugLoggingEnabled"]));
380
            }
381
            set {
382
                this["DebugLoggingEnabled"] = value;
383
            }
384
        }
373 385
    }
374 386
}

Also available in: Unified diff