[854] | 1 | //------------------------------------------------------------------------------
|
---|
[2] | 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
[2504] | 4 | // Runtime Version:2.0.50727.4200
|
---|
[2] | 5 | //
|
---|
| 6 | // Changes to this file may cause incorrect behavior and will be lost if
|
---|
| 7 | // the code is regenerated.
|
---|
| 8 | // </auto-generated>
|
---|
| 9 | //------------------------------------------------------------------------------
|
---|
| 10 |
|
---|
| 11 | namespace HeuristicLab.PluginInfrastructure.Properties {
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
| 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
|
---|
[854] | 16 | public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
---|
[2] | 17 |
|
---|
| 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
---|
| 19 |
|
---|
| 20 | public static Settings Default {
|
---|
| 21 | get {
|
---|
| 22 | return defaultInstance;
|
---|
| 23 | }
|
---|
| 24 | }
|
---|
| 25 |
|
---|
[854] | 26 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
---|
[2] | 27 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
[2597] | 28 | [global::System.Configuration.DefaultSettingValueAttribute("-")]
|
---|
[2527] | 29 | public string User {
|
---|
[2] | 30 | get {
|
---|
[2527] | 31 | return ((string)(this["User"]));
|
---|
[2] | 32 | }
|
---|
| 33 | }
|
---|
[2504] | 34 |
|
---|
| 35 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
---|
| 36 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
[2597] | 37 | [global::System.Configuration.DefaultSettingValueAttribute("-")]
|
---|
[2527] | 38 | public string Organization {
|
---|
[2504] | 39 | get {
|
---|
[2527] | 40 | return ((string)(this["Organization"]));
|
---|
[2504] | 41 | }
|
---|
| 42 | }
|
---|
| 43 |
|
---|
[3006] | 44 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
[2504] | 45 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
[3006] | 46 | [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment/Update.svc")]
|
---|
| 47 | public string UpdateLocation {
|
---|
[2504] | 48 | get {
|
---|
[3006] | 49 | return ((string)(this["UpdateLocation"]));
|
---|
[2504] | 50 | }
|
---|
[3006] | 51 | set {
|
---|
| 52 | this["UpdateLocation"] = value;
|
---|
| 53 | }
|
---|
[2504] | 54 | }
|
---|
[3006] | 55 |
|
---|
| 56 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 57 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 58 | [global::System.Configuration.DefaultSettingValueAttribute("")]
|
---|
| 59 | public string UpdateLocationUserName {
|
---|
| 60 | get {
|
---|
| 61 | return ((string)(this["UpdateLocationUserName"]));
|
---|
| 62 | }
|
---|
| 63 | set {
|
---|
| 64 | this["UpdateLocationUserName"] = value;
|
---|
| 65 | }
|
---|
| 66 | }
|
---|
| 67 |
|
---|
| 68 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 69 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 70 | [global::System.Configuration.DefaultSettingValueAttribute("")]
|
---|
| 71 | public string UpdateLocationPassword {
|
---|
| 72 | get {
|
---|
| 73 | return ((string)(this["UpdateLocationPassword"]));
|
---|
| 74 | }
|
---|
| 75 | set {
|
---|
| 76 | this["UpdateLocationPassword"] = value;
|
---|
| 77 | }
|
---|
| 78 | }
|
---|
| 79 |
|
---|
| 80 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 81 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 82 | [global::System.Configuration.DefaultSettingValueAttribute("http://servdev.heuristiclab.com/Deployment/Admin.svc")]
|
---|
| 83 | public string UpdateLocationAdministrationAddress {
|
---|
| 84 | get {
|
---|
| 85 | return ((string)(this["UpdateLocationAdministrationAddress"]));
|
---|
| 86 | }
|
---|
| 87 | set {
|
---|
| 88 | this["UpdateLocationAdministrationAddress"] = value;
|
---|
| 89 | }
|
---|
| 90 | }
|
---|
[2] | 91 | }
|
---|
| 92 | }
|
---|