[854] | 1 | //------------------------------------------------------------------------------
|
---|
[2] | 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
[854] | 4 | // Runtime Version:2.0.50727.3053
|
---|
[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.GUI.Properties {
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
| 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
|
---|
| 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
---|
| 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 |
|
---|
| 26 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 27 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 28 | [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
|
---|
| 29 | "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
|
---|
| 30 | "tring>http://update.heuristiclab.com/hl-nextgen/</string>\r\n</ArrayOfString>")]
|
---|
| 31 | public global::System.Collections.Specialized.StringCollection PluginSources {
|
---|
| 32 | get {
|
---|
| 33 | return ((global::System.Collections.Specialized.StringCollection)(this["PluginSources"]));
|
---|
| 34 | }
|
---|
| 35 | set {
|
---|
| 36 | this["PluginSources"] = value;
|
---|
| 37 | }
|
---|
| 38 | }
|
---|
| 39 |
|
---|
[854] | 40 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
---|
[2] | 41 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 42 | [global::System.Configuration.DefaultSettingValueAttribute("plugins\\cache")]
|
---|
| 43 | public string CacheDir {
|
---|
| 44 | get {
|
---|
| 45 | return ((string)(this["CacheDir"]));
|
---|
| 46 | }
|
---|
| 47 | }
|
---|
| 48 |
|
---|
[854] | 49 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
---|
[2] | 50 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 51 | [global::System.Configuration.DefaultSettingValueAttribute("plugins\\backup")]
|
---|
| 52 | public string BackupDir {
|
---|
| 53 | get {
|
---|
| 54 | return ((string)(this["BackupDir"]));
|
---|
| 55 | }
|
---|
| 56 | }
|
---|
| 57 |
|
---|
[854] | 58 | [global::System.Configuration.ApplicationScopedSettingAttribute()]
|
---|
[2] | 59 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 60 | [global::System.Configuration.DefaultSettingValueAttribute("plugins\\temp")]
|
---|
| 61 | public string TempDir {
|
---|
| 62 | get {
|
---|
| 63 | return ((string)(this["TempDir"]));
|
---|
| 64 | }
|
---|
| 65 | }
|
---|
| 66 | }
|
---|
| 67 | }
|
---|