- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/DebugString
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/DebugString/DebugString.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 28 28 /// Simple write-only format for debugging purposes. 29 29 /// </summary> 30 [StorableClass ]30 [StorableClass("0299A38D-F1E7-4362-BDBF-B40ED98BA04F")] 31 31 public class DebugString : ISerialData { 32 32 -
branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/DebugString/DebugStringFormat.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 28 28 /// Simple write-only format for debugging purposes. 29 29 /// </summary> 30 [StorableClass ]30 [StorableClass("197FACEB-E9E1-4D1F-AB74-4E017F083574")] 31 31 public class DebugStringFormat : FormatBase<DebugString> { 32 32 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.