Revision 3c43ec9b trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
203 203
            }
204 204
        }
205 205
        
206
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
207
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/pithos.html")]
209
        public string PithosSite {
210
            get {
211
                return ((string)(this["PithosSite"]));
212
            }
213
        }
214
        
206 215
        [global::System.Configuration.UserScopedSettingAttribute()]
207 216
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208
        [global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?>
209
<ArrayOfAccountSettings xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema"">
210
  <AccountSettings>
211
    <AccountName>pkanavos</AccountName>
212
    <ApiKey>9d3cb7b231e96f72ebe96af1c6cd5112</ApiKey>
213
    <IsActive>true</IsActive>
214
    <SelectiveFolders />
215
  </AccountSettings>
216
</ArrayOfAccountSettings>")]
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            <AccountSett" +
219
            "ings>\r\n            </AccountSettings>\r\n          </ArrayOfAccountSettings>\r\n    " +
220
            "    ")]
217 221
        public global::Pithos.Interfaces.AccountsCollection Accounts {
218 222
            get {
219 223
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
......
222 226
                this["Accounts"] = value;
223 227
            }
224 228
        }
225
        
226
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
227
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
228
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/pithos.html")]
229
        public string PithosSite {
230
            get {
231
                return ((string)(this["PithosSite"]));
232
            }
233
        }
234 229
    }
235 230
}

Also available in: Unified diff