- Timestamp:
- 07/18/14 12:35:00 (10 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
- Property svn:ignore
-
old new 8 8 FxCopResults.txt 9 9 Google.ProtocolBuffers-0.9.1.dll 10 Google.ProtocolBuffers-2.4.1.473.dll11 10 HeuristicLab 3.3.5.1.ReSharper.user 12 11 HeuristicLab 3.3.6.0.ReSharper.user 13 12 HeuristicLab.4.5.resharper.user 14 13 HeuristicLab.ExtLibs.6.0.ReSharper.user 15 HeuristicLab.Scripting.Development16 14 HeuristicLab.resharper.user 17 15 ProtoGen.exe … … 19 17 _ReSharper.HeuristicLab 20 18 _ReSharper.HeuristicLab 3.3 21 _ReSharper.HeuristicLab 3.3 Tests22 19 _ReSharper.HeuristicLab.ExtLibs 23 20 bin 24 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests 23 Google.ProtocolBuffers-2.4.1.473.dll
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/AssemblyInfo.cs.frame
r11202 r11203 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 4Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 32 32 [assembly: AssemblyCompany("")] 33 33 [assembly: AssemblyProduct("HeuristicLab")] 34 [assembly: AssemblyCopyright("(c) 2002-201 4HEAL")]34 [assembly: AssemblyCopyright("(c) 2002-2012 HEAL")] 35 35 [assembly: AssemblyTrademark("")] 36 36 [assembly: AssemblyCulture("")] … … 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 56 [assembly: AssemblyVersion("3.3.0.0")] 57 [assembly: AssemblyFileVersion("3.3. 10.$WCREV$")]57 [assembly: AssemblyFileVersion("3.3.7.$WCREV$")] -
branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.Designer.cs
r11202 r11203 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319.180 474 // Runtime Version:4.0.30319.18034 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 26 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute("00:00:30")] 29 public global::System.TimeSpan HeartbeatInterval { 30 get { 31 return ((global::System.TimeSpan)(this["HeartbeatInterval"])); 32 } 33 set { 34 this["HeartbeatInterval"] = value; 35 } 36 } 37 38 [global::System.Configuration.UserScopedSettingAttribute()] 39 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 40 [global::System.Configuration.DefaultSettingValueAttribute("lastUsed.dat")] 29 41 public string LastUsedFileName { … … 311 323 } 312 324 } 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 }325 325 } 326 326 } -
branches/HiveStatistics/sources/HeuristicLab.Clients.Hive.Slave/3.3/Properties/Settings.settings
r11202 r11203 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="HeartbeatInterval" Type="System.TimeSpan" Scope="User"> 6 <Value Profile="(Default)">00:00:30</Value> 7 </Setting> 5 8 <Setting Name="LastUsedFileName" Type="System.String" Scope="User"> 6 9 <Value Profile="(Default)">lastUsed.dat</Value> … … 75 78 <Value Profile="(Default)">shutdown.exe</Value> 76 79 </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.