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

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
205 205
        
206 206
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
207 207
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
209
        public string PithosSite {
210
            get {
211
                return ((string)(this["PithosSite"]));
212
            }
213
        }
214
        
215
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217
        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
218
        public string PithosAuthenticationUrl {
219
            get {
220
                return ((string)(this["PithosAuthenticationUrl"]));
221
            }
222
        }
223
        
224
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
225
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
226 208
        [global::System.Configuration.DefaultSettingValueAttribute("https://auth.api.rackspacecloud.com")]
227 209
        public string CloudfilesAuthenticationUrl {
228 210
            get {
......
260 242
            }
261 243
        }
262 244
        
245
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
246
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
247
        [global::System.Configuration.DefaultSettingValueAttribute("http://plus.pithos.grnet.gr")]
248
        public string ProductionServer {
249
            get {
250
                return ((string)(this["ProductionServer"]));
251
            }
252
        }
253
        
254
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
255
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
256
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
257
        public string DevelopmentServer {
258
            get {
259
                return ((string)(this["DevelopmentServer"]));
260
            }
261
        }
262
        
263 263
        [global::System.Configuration.UserScopedSettingAttribute()]
264 264
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
265
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
266
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" />\r\n        ")]
267 265
        public global::Pithos.Interfaces.AccountsCollection Accounts {
268 266
            get {
269 267
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));

Also available in: Unified diff