Changeset 9700 for stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties
- Timestamp:
- 07/06/13 11:38:38 (11 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 9665-9666,9675
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r8957 r9700 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 5864 // Runtime Version:4.0.30319.18047 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 0.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 21 21 get { 22 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 } 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 } 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; 23 311 } 24 312 } … … 35 323 } 36 324 } 37 38 [global::System.Configuration.UserScopedSettingAttribute()]39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]40 [global::System.Configuration.DefaultSettingValueAttribute("lastUsed.dat")]41 public string LastUsedFileName {42 get {43 return ((string)(this["LastUsedFileName"]));44 }45 set {46 this["LastUsedFileName"] = value;47 }48 }49 50 [global::System.Configuration.UserScopedSettingAttribute()]51 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]52 [global::System.Configuration.DefaultSettingValueAttribute("PluginCache")]53 public string PluginCacheDir {54 get {55 return ((string)(this["PluginCacheDir"]));56 }57 set {58 this["PluginCacheDir"] = value;59 }60 }61 62 [global::System.Configuration.UserScopedSettingAttribute()]63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]64 [global::System.Configuration.DefaultSettingValueAttribute("PluginTemp")]65 public string PluginTempBaseDir {66 get {67 return ((string)(this["PluginTempBaseDir"]));68 }69 set {70 this["PluginTempBaseDir"] = value;71 }72 }73 74 [global::System.Configuration.UserScopedSettingAttribute()]75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]76 [global::System.Configuration.DefaultSettingValueAttribute("Configuration")]77 public string ConfigurationName {78 get {79 return ((string)(this["ConfigurationName"]));80 }81 set {82 this["ConfigurationName"] = value;83 }84 }85 86 [global::System.Configuration.UserScopedSettingAttribute()]87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]88 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.PluginInfrastructure-3.3.dll")]89 public string PluginInfrastructureDll {90 get {91 return ((string)(this["PluginInfrastructureDll"]));92 }93 set {94 this["PluginInfrastructureDll"] = value;95 }96 }97 98 [global::System.Configuration.UserScopedSettingAttribute()]99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]100 [global::System.Configuration.DefaultSettingValueAttribute("ICSharpCode.SharpZipLib.dll")]101 public string SharpZipLibDll {102 get {103 return ((string)(this["SharpZipLibDll"]));104 }105 set {106 this["SharpZipLibDll"] = value;107 }108 }109 110 [global::System.Configuration.UserScopedSettingAttribute()]111 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]112 [global::System.Configuration.DefaultSettingValueAttribute("ICSharpCode.SharpZipLib License.txt")]113 public string SharpZipLibLicense {114 get {115 return ((string)(this["SharpZipLibLicense"]));116 }117 set {118 this["SharpZipLibLicense"] = value;119 }120 }121 122 [global::System.Configuration.UserScopedSettingAttribute()]123 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]124 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.SlaveCore-3.3.dll")]125 public string ClientsHiveSlaveCoreDll {126 get {127 return ((string)(this["ClientsHiveSlaveCoreDll"]));128 }129 set {130 this["ClientsHiveSlaveCoreDll"] = value;131 }132 }133 134 [global::System.Configuration.UserScopedSettingAttribute()]135 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]136 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive-3.3.dll")]137 public string ClientsHiveDll {138 get {139 return ((string)(this["ClientsHiveDll"]));140 }141 set {142 this["ClientsHiveDll"] = value;143 }144 }145 146 [global::System.Configuration.UserScopedSettingAttribute()]147 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]148 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Hive-3.3.dll")]149 public string HiveDll {150 get {151 return ((string)(this["HiveDll"]));152 }153 set {154 this["HiveDll"] = value;155 }156 }157 158 [global::System.Configuration.UserScopedSettingAttribute()]159 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]160 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Common-3.3.dll")]161 public string ClientsCommonDll {162 get {163 return ((string)(this["ClientsCommonDll"]));164 }165 set {166 this["ClientsCommonDll"] = value;167 }168 }169 170 [global::System.Configuration.UserScopedSettingAttribute()]171 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]172 [global::System.Configuration.DefaultSettingValueAttribute("3")]173 public int PluginLifetime {174 get {175 return ((int)(this["PluginLifetime"]));176 }177 set {178 this["PluginLifetime"] = value;179 }180 }181 182 [global::System.Configuration.UserScopedSettingAttribute()]183 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]184 [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]185 public global::System.TimeSpan DirOpSleepTime {186 get {187 return ((global::System.TimeSpan)(this["DirOpSleepTime"]));188 }189 set {190 this["DirOpSleepTime"] = value;191 }192 }193 194 [global::System.Configuration.UserScopedSettingAttribute()]195 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]196 [global::System.Configuration.DefaultSettingValueAttribute("5")]197 public int PluginDeletionRetries {198 get {199 return ((int)(this["PluginDeletionRetries"]));200 }201 set {202 this["PluginDeletionRetries"] = value;203 }204 }205 206 [global::System.Configuration.UserScopedSettingAttribute()]207 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]208 [global::System.Configuration.DefaultSettingValueAttribute("00:00:01")]209 public global::System.TimeSpan PluginDeletionTimeout {210 get {211 return ((global::System.TimeSpan)(this["PluginDeletionTimeout"]));212 }213 set {214 this["PluginDeletionTimeout"] = value;215 }216 }217 218 [global::System.Configuration.UserScopedSettingAttribute()]219 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]220 [global::System.Configuration.DefaultSettingValueAttribute("00:00:46")]221 public global::System.TimeSpan ExecutorSemTimeouts {222 get {223 return ((global::System.TimeSpan)(this["ExecutorSemTimeouts"]));224 }225 set {226 this["ExecutorSemTimeouts"] = value;227 }228 }229 230 [global::System.Configuration.UserScopedSettingAttribute()]231 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]232 [global::System.Configuration.DefaultSettingValueAttribute("5000")]233 public int QueuesMaxThreads {234 get {235 return ((int)(this["QueuesMaxThreads"]));236 }237 set {238 this["QueuesMaxThreads"] = value;239 }240 }241 242 [global::System.Configuration.UserScopedSettingAttribute()]243 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]244 [global::System.Configuration.DefaultSettingValueAttribute("SlaveCommunicationServiceEndpoint")]245 public string SlaveCommunicationServiceEndpoint {246 get {247 return ((string)(this["SlaveCommunicationServiceEndpoint"]));248 }249 set {250 this["SlaveCommunicationServiceEndpoint"] = value;251 }252 }253 254 [global::System.Configuration.UserScopedSettingAttribute()]255 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]256 [global::System.Configuration.DefaultSettingValueAttribute("hiveslave")]257 public string SlaveUser {258 get {259 return ((string)(this["SlaveUser"]));260 }261 set {262 this["SlaveUser"] = value;263 }264 }265 266 [global::System.Configuration.UserScopedSettingAttribute()]267 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]268 [global::System.Configuration.DefaultSettingValueAttribute("hiveslave")]269 public string SlavePwd {270 get {271 return ((string)(this["SlavePwd"]));272 }273 set {274 this["SlavePwd"] = value;275 }276 }277 278 [global::System.Configuration.UserScopedSettingAttribute()]279 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]280 [global::System.Configuration.DefaultSettingValueAttribute("1")]281 public int MaxLogCount {282 get {283 return ((int)(this["MaxLogCount"]));284 }285 set {286 this["MaxLogCount"] = value;287 }288 }289 290 [global::System.Configuration.UserScopedSettingAttribute()]291 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]292 [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")]293 public global::System.TimeSpan ExecutorQueueTimeout {294 get {295 return ((global::System.TimeSpan)(this["ExecutorQueueTimeout"]));296 }297 set {298 this["ExecutorQueueTimeout"] = value;299 }300 }301 302 [global::System.Configuration.UserScopedSettingAttribute()]303 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]304 [global::System.Configuration.DefaultSettingValueAttribute("-1")]305 public int NrOfCoresToScavenge {306 get {307 return ((int)(this["NrOfCoresToScavenge"]));308 }309 set {310 this["NrOfCoresToScavenge"] = value;311 }312 }313 314 [global::System.Configuration.UserScopedSettingAttribute()]315 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]316 [global::System.Configuration.DefaultSettingValueAttribute("shutdown.exe")]317 public string ShutdownCommand {318 get {319 return ((string)(this["ShutdownCommand"]));320 }321 set {322 this["ShutdownCommand"] = value;323 }324 }325 325 } 326 326 } -
stable/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r8957 r9700 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User">6 <Value Profile="(Default)">00:00:40</Value>7 </Setting>8 5 <Setting Name="LastUsedFileName" Type="System.String" Scope="User"> 9 6 <Value Profile="(Default)">lastUsed.dat</Value> … … 78 75 <Value Profile="(Default)">shutdown.exe</Value> 79 76 </Setting> 77 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User"> 78 <Value Profile="(Default)">00:00:40</Value> 79 </Setting> 80 80 </Settings> 81 81 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.