- Timestamp:
- 05/07/13 13:54:49 (12 years ago)
- Location:
- branches/HivePerformance/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HivePerformance/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r8957 r9461 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.18034 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 … … 26 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("00:00: 40")]28 [global::System.Configuration.DefaultSettingValueAttribute("00:00:30")] 29 29 public global::System.TimeSpan HeartbeatInterval { 30 30 get { -
branches/HivePerformance/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r8957 r9461 4 4 <Settings> 5 5 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User"> 6 <Value Profile="(Default)">00:00: 40</Value>6 <Value Profile="(Default)">00:00:30</Value> 7 7 </Setting> 8 8 <Setting Name="LastUsedFileName" Type="System.String" Scope="User">
Note: See TracChangeset
for help on using the changeset viewer.