Changeset 7255 for branches/RegressionBenchmarks/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties
- Timestamp:
- 01/02/12 11:40:31 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
-
branches/RegressionBenchmarks/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties/Settings.Designer.cs
r6983 r7255 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.23 54 // Runtime Version:4.0.30319.239 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 62 62 [global::System.Configuration.UserScopedSettingAttribute()] 63 63 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 64 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.Slave Core.WindowsService")]64 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Clients.Hive.Slave")] 65 65 public string ServiceName { 66 66 get { … … 71 71 } 72 72 } 73 74 [global::System.Configuration.UserScopedSettingAttribute()] 75 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 76 [global::System.Configuration.DefaultSettingValueAttribute("00:00:20")] 77 public global::System.TimeSpan ServiceStartStopTimeout { 78 get { 79 return ((global::System.TimeSpan)(this["ServiceStartStopTimeout"])); 80 } 81 set { 82 this["ServiceStartStopTimeout"] = value; 83 } 84 } 85 86 [global::System.Configuration.UserScopedSettingAttribute()] 87 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 88 [global::System.Configuration.DefaultSettingValueAttribute("00:00:03")] 89 public global::System.TimeSpan ServiceReconnectTimeout { 90 get { 91 return ((global::System.TimeSpan)(this["ServiceReconnectTimeout"])); 92 } 93 set { 94 this["ServiceReconnectTimeout"] = value; 95 } 96 } 97 98 [global::System.Configuration.ApplicationScopedSettingAttribute()] 99 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 100 [global::System.Configuration.DefaultSettingValueAttribute("1000")] 101 public int MaxLogCount { 102 get { 103 return ((int)(this["MaxLogCount"])); 104 } 105 } 73 106 } 74 107 } -
branches/RegressionBenchmarks/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties/Settings.settings
r6983 r7255 13 13 </Setting> 14 14 <Setting Name="ServiceName" Type="System.String" Scope="User"> 15 <Value Profile="(Default)">HeuristicLab.Clients.Hive.SlaveCore.WindowsService</Value> 15 <Value Profile="(Default)">HeuristicLab.Clients.Hive.Slave</Value> 16 </Setting> 17 <Setting Name="ServiceStartStopTimeout" Type="System.TimeSpan" Scope="User"> 18 <Value Profile="(Default)">00:00:20</Value> 19 </Setting> 20 <Setting Name="ServiceReconnectTimeout" Type="System.TimeSpan" Scope="User"> 21 <Value Profile="(Default)">00:00:03</Value> 22 </Setting> 23 <Setting Name="MaxLogCount" Type="System.Int32" Scope="Application"> 24 <Value Profile="(Default)">1000</Value> 16 25 </Setting> 17 26 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.