Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.0/sources/HeuristicLab.PluginInfrastructure.GUI/Properties/Settings.Designer.cs @ 14581

Last change on this file since 14581 was 217, checked in by swagner, 16 years ago

Worked on #54

  • changed default URL of plugin sources to new update location of the HeuristicLab 3.0 release branch
File size: 3.6 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:2.0.50727.1433
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
11namespace 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("plugins\\cache")]
29        public string CacheDir {
30            get {
31                return ((string)(this["CacheDir"]));
32            }
33            set {
34                this["CacheDir"] = value;
35            }
36        }
37       
38        [global::System.Configuration.UserScopedSettingAttribute()]
39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40        [global::System.Configuration.DefaultSettingValueAttribute("plugins")]
41        public string PluginDir {
42            get {
43                return ((string)(this["PluginDir"]));
44            }
45            set {
46                this["PluginDir"] = value;
47            }
48        }
49       
50        [global::System.Configuration.UserScopedSettingAttribute()]
51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52        [global::System.Configuration.DefaultSettingValueAttribute("plugins\\backup")]
53        public string BackupDir {
54            get {
55                return ((string)(this["BackupDir"]));
56            }
57            set {
58                this["BackupDir"] = value;
59            }
60        }
61       
62        [global::System.Configuration.UserScopedSettingAttribute()]
63        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64        [global::System.Configuration.DefaultSettingValueAttribute("plugins\\temp")]
65        public string TempDir {
66            get {
67                return ((string)(this["TempDir"]));
68            }
69            set {
70                this["TempDir"] = value;
71            }
72        }
73       
74        [global::System.Configuration.UserScopedSettingAttribute()]
75        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
77            "org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n  <s" +
78            "tring>http://update.heuristiclab.com/hl30/</string>\r\n</ArrayOfString>")]
79        public global::System.Collections.Specialized.StringCollection PluginSources {
80            get {
81                return ((global::System.Collections.Specialized.StringCollection)(this["PluginSources"]));
82            }
83            set {
84                this["PluginSources"] = value;
85            }
86        }
87    }
88}
Note: See TracBrowser for help on using the repository browser.