Changeset 16559 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters
- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters/BoolConverter.cs
r16462 r16559 25 25 using HeuristicLab.Core; 26 26 using HeuristicLab.Data; 27 using HEAL. Fossil;27 using HEAL.Attic; 28 28 29 29 namespace HeuristicLab.Problems.ExternalEvaluation { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters/DateTimeValueConverter.cs
r16462 r16559 24 24 using HeuristicLab.Core; 25 25 using HeuristicLab.Data; 26 using HEAL. Fossil;26 using HEAL.Attic; 27 27 28 28 namespace HeuristicLab.Problems.ExternalEvaluation { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters/DoubleConverter.cs
r16462 r16559 25 25 using HeuristicLab.Core; 26 26 using HeuristicLab.Data; 27 using HEAL. Fossil;27 using HEAL.Attic; 28 28 29 29 namespace HeuristicLab.Problems.ExternalEvaluation { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters/IntegerConverter.cs
r16462 r16559 25 25 using HeuristicLab.Core; 26 26 using HeuristicLab.Data; 27 using HEAL. Fossil;27 using HEAL.Attic; 28 28 29 29 namespace HeuristicLab.Problems.ExternalEvaluation { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters/StringConverter.cs
r16462 r16559 24 24 using HeuristicLab.Core; 25 25 using HeuristicLab.Data; 26 using HEAL. Fossil;26 using HEAL.Attic; 27 27 28 28 namespace HeuristicLab.Problems.ExternalEvaluation { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation/3.4/Converters/TimeSpanValueConverter.cs
r16462 r16559 24 24 using HeuristicLab.Core; 25 25 using HeuristicLab.Data; 26 using HEAL. Fossil;26 using HEAL.Attic; 27 27 28 28 namespace HeuristicLab.Problems.ExternalEvaluation {
Note: See TracChangeset
for help on using the changeset viewer.