Revision e394ef0f trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
1 1
//------------------------------------------------------------------------------
2 2
// <auto-generated>
3 3
//     This code was generated by a tool.
4
//     Runtime Version:4.0.30319.488
4
//     Runtime Version:4.0.30319.530
5 5
//
6 6
//     Changes to this file may cause incorrect behavior and will be lost if
7 7
//     the code is regenerated.
......
374 374
                this["DebugLoggingEnabled"] = value;
375 375
            }
376 376
        }
377
        
378
        [global::System.Configuration.UserScopedSettingAttribute()]
379
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
380
        [global::System.Configuration.DefaultSettingValueAttribute("False")]
381
        public bool IgnoreCertificateErrors {
382
            get {
383
                return ((bool)(this["IgnoreCertificateErrors"]));
384
            }
385
            set {
386
                this["IgnoreCertificateErrors"] = value;
387
            }
388
        }
377 389
    }
378 390
}

Also available in: Unified diff