Revision 7e26c075 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.235
4
//     Runtime Version:4.0.30319.239
5 5
//
6 6
//     Changes to this file may cause incorrect behavior and will be lost if
7 7
//     the code is regenerated.
......
212 212
            }
213 213
        }
214 214
        
215
        [global::System.Configuration.UserScopedSettingAttribute()]
216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
218
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n          </ArrayOfAccou" +
219
            "ntSettings>\r\n        ")]
220
        public global::Pithos.Interfaces.AccountsCollection Accounts {
221
            get {
222
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
223
            }
224
            set {
225
                this["Accounts"] = value;
226
            }
227
        }
228
        
215 229
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
216 230
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
217 231
        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
......
229 243
                return ((string)(this["CloudfilesAuthenticationUrl"]));
230 244
            }
231 245
        }
232
        
233
        [global::System.Configuration.UserScopedSettingAttribute()]
234
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
235
        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
236
<ArrayOfAccountSettings xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
237
  <AccountSettings>
238
    <IsActive>false</IsActive>
239
    <UsePithos>false</UsePithos>
240
    <SelectiveFolders />
241
  </AccountSettings>
242
</ArrayOfAccountSettings>")]
243
        public global::Pithos.Interfaces.AccountsCollection Accounts {
244
            get {
245
                    return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
246
            }
247
            set {
248
                this["Accounts"] = value;
249
            }
250
        }
251 246
    }
252 247
}

Also available in: Unified diff