Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.PluginInfrastructure.GUI/Properties/Settings.Designer.cs @ 1222

Last change on this file since 1222 was 854, checked in by swagner, 16 years ago

Reviewed and fixed all application and user settings (#405).

File size: 3.0 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:2.0.50727.3053
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("<?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       
40        [global::System.Configuration.ApplicationScopedSettingAttribute()]
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       
49        [global::System.Configuration.ApplicationScopedSettingAttribute()]
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       
58        [global::System.Configuration.ApplicationScopedSettingAttribute()]
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}
Note: See TracBrowser for help on using the repository browser.