[6983] | 1 | //------------------------------------------------------------------------------
|
---|
| 2 | // <auto-generated>
|
---|
| 3 | // This code was generated by a tool.
|
---|
[9666] | 4 | // Runtime Version:4.0.30319.18047
|
---|
[6983] | 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.Clients.Hive.SlaveCore.Properties {
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
---|
[9666] | 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
---|
[6983] | 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("ICSharpCode.SharpZipLib.dll")]
|
---|
| 89 | public string SharpZipLibDll {
|
---|
| 90 | get {
|
---|
| 91 | return ((string)(this["SharpZipLibDll"]));
|
---|
| 92 | }
|
---|
| 93 | set {
|
---|
| 94 | this["SharpZipLibDll"] = value;
|
---|
| 95 | }
|
---|
| 96 | }
|
---|
| 97 |
|
---|
| 98 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 99 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 100 | [global::System.Configuration.DefaultSettingValueAttribute("ICSharpCode.SharpZipLib License.txt")]
|
---|
| 101 | public string SharpZipLibLicense {
|
---|
| 102 | get {
|
---|
| 103 | return ((string)(this["SharpZipLibLicense"]));
|
---|
| 104 | }
|
---|
| 105 | set {
|
---|
| 106 | this["SharpZipLibLicense"] = value;
|
---|
| 107 | }
|
---|
| 108 | }
|
---|
| 109 |
|
---|
| 110 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 111 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 112 | [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.SlaveCore-3.3.dll")]
|
---|
| 113 | public string ClientsHiveSlaveCoreDll {
|
---|
| 114 | get {
|
---|
| 115 | return ((string)(this["ClientsHiveSlaveCoreDll"]));
|
---|
| 116 | }
|
---|
| 117 | set {
|
---|
| 118 | this["ClientsHiveSlaveCoreDll"] = value;
|
---|
| 119 | }
|
---|
| 120 | }
|
---|
| 121 |
|
---|
| 122 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 123 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 124 | [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive-3.3.dll")]
|
---|
| 125 | public string ClientsHiveDll {
|
---|
| 126 | get {
|
---|
| 127 | return ((string)(this["ClientsHiveDll"]));
|
---|
| 128 | }
|
---|
| 129 | set {
|
---|
| 130 | this["ClientsHiveDll"] = value;
|
---|
| 131 | }
|
---|
| 132 | }
|
---|
| 133 |
|
---|
| 134 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 135 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 136 | [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Hive-3.3.dll")]
|
---|
| 137 | public string HiveDll {
|
---|
| 138 | get {
|
---|
| 139 | return ((string)(this["HiveDll"]));
|
---|
| 140 | }
|
---|
| 141 | set {
|
---|
| 142 | this["HiveDll"] = value;
|
---|
| 143 | }
|
---|
| 144 | }
|
---|
| 145 |
|
---|
| 146 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 147 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 148 | [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Common-3.3.dll")]
|
---|
| 149 | public string ClientsCommonDll {
|
---|
| 150 | get {
|
---|
| 151 | return ((string)(this["ClientsCommonDll"]));
|
---|
| 152 | }
|
---|
| 153 | set {
|
---|
| 154 | this["ClientsCommonDll"] = value;
|
---|
| 155 | }
|
---|
| 156 | }
|
---|
| 157 |
|
---|
| 158 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 159 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 160 | [global::System.Configuration.DefaultSettingValueAttribute("3")]
|
---|
| 161 | public int PluginLifetime {
|
---|
| 162 | get {
|
---|
| 163 | return ((int)(this["PluginLifetime"]));
|
---|
| 164 | }
|
---|
| 165 | set {
|
---|
| 166 | this["PluginLifetime"] = 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 DirOpSleepTime {
|
---|
| 174 | get {
|
---|
| 175 | return ((global::System.TimeSpan)(this["DirOpSleepTime"]));
|
---|
| 176 | }
|
---|
| 177 | set {
|
---|
| 178 | this["DirOpSleepTime"] = value;
|
---|
| 179 | }
|
---|
| 180 | }
|
---|
| 181 |
|
---|
| 182 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 183 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 184 | [global::System.Configuration.DefaultSettingValueAttribute("5")]
|
---|
| 185 | public int PluginDeletionRetries {
|
---|
| 186 | get {
|
---|
| 187 | return ((int)(this["PluginDeletionRetries"]));
|
---|
| 188 | }
|
---|
| 189 | set {
|
---|
| 190 | this["PluginDeletionRetries"] = value;
|
---|
| 191 | }
|
---|
| 192 | }
|
---|
| 193 |
|
---|
| 194 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 195 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 196 | [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]
|
---|
| 197 | public global::System.TimeSpan PluginDeletionTimeout {
|
---|
| 198 | get {
|
---|
| 199 | return ((global::System.TimeSpan)(this["PluginDeletionTimeout"]));
|
---|
| 200 | }
|
---|
| 201 | set {
|
---|
| 202 | this["PluginDeletionTimeout"] = value;
|
---|
| 203 | }
|
---|
| 204 | }
|
---|
| 205 |
|
---|
| 206 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 207 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 208 | [global::System.Configuration.DefaultSettingValueAttribute("00:00:46")]
|
---|
| 209 | public global::System.TimeSpan ExecutorSemTimeouts {
|
---|
| 210 | get {
|
---|
| 211 | return ((global::System.TimeSpan)(this["ExecutorSemTimeouts"]));
|
---|
| 212 | }
|
---|
| 213 | set {
|
---|
| 214 | this["ExecutorSemTimeouts"] = value;
|
---|
| 215 | }
|
---|
| 216 | }
|
---|
| 217 |
|
---|
| 218 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 219 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 220 | [global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
---|
| 221 | public int QueuesMaxThreads {
|
---|
| 222 | get {
|
---|
| 223 | return ((int)(this["QueuesMaxThreads"]));
|
---|
| 224 | }
|
---|
| 225 | set {
|
---|
| 226 | this["QueuesMaxThreads"] = value;
|
---|
| 227 | }
|
---|
| 228 | }
|
---|
| 229 |
|
---|
| 230 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 231 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 232 | [global::System.Configuration.DefaultSettingValueAttribute("SlaveCommunicationServiceEndpoint")]
|
---|
| 233 | public string SlaveCommunicationServiceEndpoint {
|
---|
| 234 | get {
|
---|
| 235 | return ((string)(this["SlaveCommunicationServiceEndpoint"]));
|
---|
| 236 | }
|
---|
| 237 | set {
|
---|
| 238 | this["SlaveCommunicationServiceEndpoint"] = value;
|
---|
| 239 | }
|
---|
| 240 | }
|
---|
| 241 |
|
---|
| 242 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 243 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 244 | [global::System.Configuration.DefaultSettingValueAttribute("hiveslave")]
|
---|
| 245 | public string SlaveUser {
|
---|
| 246 | get {
|
---|
| 247 | return ((string)(this["SlaveUser"]));
|
---|
| 248 | }
|
---|
| 249 | set {
|
---|
| 250 | this["SlaveUser"] = value;
|
---|
| 251 | }
|
---|
| 252 | }
|
---|
| 253 |
|
---|
| 254 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 255 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 256 | [global::System.Configuration.DefaultSettingValueAttribute("hiveslave")]
|
---|
| 257 | public string SlavePwd {
|
---|
| 258 | get {
|
---|
| 259 | return ((string)(this["SlavePwd"]));
|
---|
| 260 | }
|
---|
| 261 | set {
|
---|
| 262 | this["SlavePwd"] = value;
|
---|
| 263 | }
|
---|
| 264 | }
|
---|
| 265 |
|
---|
| 266 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 267 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 268 | [global::System.Configuration.DefaultSettingValueAttribute("1")]
|
---|
| 269 | public int MaxLogCount {
|
---|
| 270 | get {
|
---|
| 271 | return ((int)(this["MaxLogCount"]));
|
---|
| 272 | }
|
---|
| 273 | set {
|
---|
| 274 | this["MaxLogCount"] = value;
|
---|
| 275 | }
|
---|
| 276 | }
|
---|
| 277 |
|
---|
| 278 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 279 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 280 | [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")]
|
---|
| 281 | public global::System.TimeSpan ExecutorQueueTimeout {
|
---|
| 282 | get {
|
---|
| 283 | return ((global::System.TimeSpan)(this["ExecutorQueueTimeout"]));
|
---|
| 284 | }
|
---|
| 285 | set {
|
---|
| 286 | this["ExecutorQueueTimeout"] = value;
|
---|
| 287 | }
|
---|
| 288 | }
|
---|
[7777] | 289 |
|
---|
| 290 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 291 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 292 | [global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
---|
| 293 | public int NrOfCoresToScavenge {
|
---|
| 294 | get {
|
---|
| 295 | return ((int)(this["NrOfCoresToScavenge"]));
|
---|
| 296 | }
|
---|
| 297 | set {
|
---|
| 298 | this["NrOfCoresToScavenge"] = value;
|
---|
| 299 | }
|
---|
| 300 | }
|
---|
[8957] | 301 |
|
---|
| 302 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 303 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 304 | [global::System.Configuration.DefaultSettingValueAttribute("shutdown.exe")]
|
---|
| 305 | public string ShutdownCommand {
|
---|
| 306 | get {
|
---|
| 307 | return ((string)(this["ShutdownCommand"]));
|
---|
| 308 | }
|
---|
| 309 | set {
|
---|
| 310 | this["ShutdownCommand"] = value;
|
---|
| 311 | }
|
---|
| 312 | }
|
---|
[9666] | 313 |
|
---|
| 314 | [global::System.Configuration.UserScopedSettingAttribute()]
|
---|
| 315 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
---|
| 316 | [global::System.Configuration.DefaultSettingValueAttribute("00:00:40")]
|
---|
| 317 | public global::System.TimeSpan HeartbeatInterval {
|
---|
| 318 | get {
|
---|
| 319 | return ((global::System.TimeSpan)(this["HeartbeatInterval"]));
|
---|
| 320 | }
|
---|
| 321 | set {
|
---|
| 322 | this["HeartbeatInterval"] = value;
|
---|
| 323 | }
|
---|
| 324 | }
|
---|
[6983] | 325 | }
|
---|
| 326 | }
|
---|