- Timestamp:
- 12/13/11 13:13:16 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties/Settings.Designer.cs
r7135 r7182 95 95 } 96 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 } 97 106 } 98 107 } -
trunk/sources/HeuristicLab.Clients.Hive.Slave.Views/3.3/Properties/Settings.settings
r7135 r7182 21 21 <Value Profile="(Default)">00:00:03</Value> 22 22 </Setting> 23 <Setting Name="MaxLogCount" Type="System.Int32" Scope="Application"> 24 <Value Profile="(Default)">1000</Value> 25 </Setting> 23 26 </Settings> 24 27 </SettingsFile>
Note: See TracChangeset
for help on using the changeset viewer.