Revision 4b0a2fc0 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
230 230
            }
231 231
        }
232 232
        
233
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
234
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
235
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/im/login")]
236
        public string PithosLoginUrl {
237
            get {
238
                return ((string)(this["PithosLoginUrl"]));
239
            }
240
        }
241
        
233 242
        [global::System.Configuration.UserScopedSettingAttribute()]
234 243
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
235
        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfAccountSettings xmlns:xsi=\"http:" +
236
            "//www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchem" +
237
            "a\" />")]
244
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
245
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" />\r\n        ")]
238 246
        public global::Pithos.Interfaces.AccountsCollection Accounts {
239 247
            get {
240 248
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
......
243 251
                this["Accounts"] = value;
244 252
            }
245 253
        }
246
        
247
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
248
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
249
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/im/login")]
250
        public string PithosLoginUrl {
251
            get {
252
                return ((string)(this["PithosLoginUrl"]));
253
            }
254
        }
255 254
    }
256 255
}

Also available in: Unified diff