Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs @ 11651

Last change on this file since 11651 was 11651, checked in by ascheibe, 9 years ago

#2247 removed SharpZipLib settings and files from the services and slave projects

File size: 11.8 KB
Line 
1//------------------------------------------------------------------------------
2// <auto-generated>
3//     This code was generated by a tool.
4//     Runtime Version:4.0.30319.34014
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.Clients.Hive.SlaveCore.Properties {
12   
13   
14    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
16    public 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("lastUsed.dat")]
29        public string LastUsedFileName {
30            get {
31                return ((string)(this["LastUsedFileName"]));
32            }
33            set {
34                this["LastUsedFileName"] = value;
35            }
36        }
37       
38        [global::System.Configuration.UserScopedSettingAttribute()]
39        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
40        [global::System.Configuration.DefaultSettingValueAttribute("PluginCache")]
41        public string PluginCacheDir {
42            get {
43                return ((string)(this["PluginCacheDir"]));
44            }
45            set {
46                this["PluginCacheDir"] = value;
47            }
48        }
49       
50        [global::System.Configuration.UserScopedSettingAttribute()]
51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
52        [global::System.Configuration.DefaultSettingValueAttribute("PluginTemp")]
53        public string PluginTempBaseDir {
54            get {
55                return ((string)(this["PluginTempBaseDir"]));
56            }
57            set {
58                this["PluginTempBaseDir"] = value;
59            }
60        }
61       
62        [global::System.Configuration.UserScopedSettingAttribute()]
63        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
64        [global::System.Configuration.DefaultSettingValueAttribute("Configuration")]
65        public string ConfigurationName {
66            get {
67                return ((string)(this["ConfigurationName"]));
68            }
69            set {
70                this["ConfigurationName"] = value;
71            }
72        }
73       
74        [global::System.Configuration.UserScopedSettingAttribute()]
75        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
76        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.PluginInfrastructure-3.3.dll")]
77        public string PluginInfrastructureDll {
78            get {
79                return ((string)(this["PluginInfrastructureDll"]));
80            }
81            set {
82                this["PluginInfrastructureDll"] = value;
83            }
84        }
85       
86        [global::System.Configuration.UserScopedSettingAttribute()]
87        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
88        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.SlaveCore-3.3.dll")]
89        public string ClientsHiveSlaveCoreDll {
90            get {
91                return ((string)(this["ClientsHiveSlaveCoreDll"]));
92            }
93            set {
94                this["ClientsHiveSlaveCoreDll"] = value;
95            }
96        }
97       
98        [global::System.Configuration.UserScopedSettingAttribute()]
99        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
100        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive-3.3.dll")]
101        public string ClientsHiveDll {
102            get {
103                return ((string)(this["ClientsHiveDll"]));
104            }
105            set {
106                this["ClientsHiveDll"] = value;
107            }
108        }
109       
110        [global::System.Configuration.UserScopedSettingAttribute()]
111        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
112        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Hive-3.3.dll")]
113        public string HiveDll {
114            get {
115                return ((string)(this["HiveDll"]));
116            }
117            set {
118                this["HiveDll"] = value;
119            }
120        }
121       
122        [global::System.Configuration.UserScopedSettingAttribute()]
123        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
124        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Common-3.3.dll")]
125        public string ClientsCommonDll {
126            get {
127                return ((string)(this["ClientsCommonDll"]));
128            }
129            set {
130                this["ClientsCommonDll"] = value;
131            }
132        }
133       
134        [global::System.Configuration.UserScopedSettingAttribute()]
135        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
136        [global::System.Configuration.DefaultSettingValueAttribute("3")]
137        public int PluginLifetime {
138            get {
139                return ((int)(this["PluginLifetime"]));
140            }
141            set {
142                this["PluginLifetime"] = value;
143            }
144        }
145       
146        [global::System.Configuration.UserScopedSettingAttribute()]
147        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
148        [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]
149        public global::System.TimeSpan DirOpSleepTime {
150            get {
151                return ((global::System.TimeSpan)(this["DirOpSleepTime"]));
152            }
153            set {
154                this["DirOpSleepTime"] = value;
155            }
156        }
157       
158        [global::System.Configuration.UserScopedSettingAttribute()]
159        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
160        [global::System.Configuration.DefaultSettingValueAttribute("5")]
161        public int PluginDeletionRetries {
162            get {
163                return ((int)(this["PluginDeletionRetries"]));
164            }
165            set {
166                this["PluginDeletionRetries"] = value;
167            }
168        }
169       
170        [global::System.Configuration.UserScopedSettingAttribute()]
171        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
172        [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]
173        public global::System.TimeSpan PluginDeletionTimeout {
174            get {
175                return ((global::System.TimeSpan)(this["PluginDeletionTimeout"]));
176            }
177            set {
178                this["PluginDeletionTimeout"] = value;
179            }
180        }
181       
182        [global::System.Configuration.UserScopedSettingAttribute()]
183        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
184        [global::System.Configuration.DefaultSettingValueAttribute("00:00:46")]
185        public global::System.TimeSpan ExecutorSemTimeouts {
186            get {
187                return ((global::System.TimeSpan)(this["ExecutorSemTimeouts"]));
188            }
189            set {
190                this["ExecutorSemTimeouts"] = value;
191            }
192        }
193       
194        [global::System.Configuration.UserScopedSettingAttribute()]
195        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
196        [global::System.Configuration.DefaultSettingValueAttribute("5000")]
197        public int QueuesMaxThreads {
198            get {
199                return ((int)(this["QueuesMaxThreads"]));
200            }
201            set {
202                this["QueuesMaxThreads"] = value;
203            }
204        }
205       
206        [global::System.Configuration.UserScopedSettingAttribute()]
207        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
208        [global::System.Configuration.DefaultSettingValueAttribute("SlaveCommunicationServiceEndpoint")]
209        public string SlaveCommunicationServiceEndpoint {
210            get {
211                return ((string)(this["SlaveCommunicationServiceEndpoint"]));
212            }
213            set {
214                this["SlaveCommunicationServiceEndpoint"] = value;
215            }
216        }
217       
218        [global::System.Configuration.UserScopedSettingAttribute()]
219        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
220        [global::System.Configuration.DefaultSettingValueAttribute("hiveslave")]
221        public string SlaveUser {
222            get {
223                return ((string)(this["SlaveUser"]));
224            }
225            set {
226                this["SlaveUser"] = value;
227            }
228        }
229       
230        [global::System.Configuration.UserScopedSettingAttribute()]
231        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
232        [global::System.Configuration.DefaultSettingValueAttribute("hiveslave")]
233        public string SlavePwd {
234            get {
235                return ((string)(this["SlavePwd"]));
236            }
237            set {
238                this["SlavePwd"] = value;
239            }
240        }
241       
242        [global::System.Configuration.UserScopedSettingAttribute()]
243        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
244        [global::System.Configuration.DefaultSettingValueAttribute("1")]
245        public int MaxLogCount {
246            get {
247                return ((int)(this["MaxLogCount"]));
248            }
249            set {
250                this["MaxLogCount"] = value;
251            }
252        }
253       
254        [global::System.Configuration.UserScopedSettingAttribute()]
255        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
256        [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")]
257        public global::System.TimeSpan ExecutorQueueTimeout {
258            get {
259                return ((global::System.TimeSpan)(this["ExecutorQueueTimeout"]));
260            }
261            set {
262                this["ExecutorQueueTimeout"] = value;
263            }
264        }
265       
266        [global::System.Configuration.UserScopedSettingAttribute()]
267        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
268        [global::System.Configuration.DefaultSettingValueAttribute("-1")]
269        public int NrOfCoresToScavenge {
270            get {
271                return ((int)(this["NrOfCoresToScavenge"]));
272            }
273            set {
274                this["NrOfCoresToScavenge"] = value;
275            }
276        }
277       
278        [global::System.Configuration.UserScopedSettingAttribute()]
279        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
280        [global::System.Configuration.DefaultSettingValueAttribute("shutdown.exe")]
281        public string ShutdownCommand {
282            get {
283                return ((string)(this["ShutdownCommand"]));
284            }
285            set {
286                this["ShutdownCommand"] = value;
287            }
288        }
289       
290        [global::System.Configuration.UserScopedSettingAttribute()]
291        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
292        [global::System.Configuration.DefaultSettingValueAttribute("00:00:40")]
293        public global::System.TimeSpan HeartbeatInterval {
294            get {
295                return ((global::System.TimeSpan)(this["HeartbeatInterval"]));
296            }
297            set {
298                this["HeartbeatInterval"] = value;
299            }
300        }
301    }
302}
Note: See TracBrowser for help on using the repository browser.