- Timestamp:
- 01/14/19 22:33:44 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.GeneticAlgorithm/3.3
- Files:
-
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj
r14429 r16532 115 115 </ItemGroup> 116 116 <ItemGroup> 117 <Compile Include="BinaryCanonicalGeneticAlgorithm.cs" />118 <Compile Include="CanonicalGeneticAlgorithm.cs" />119 <Compile Include="EvolutionaryAlgorithmContext.cs" />120 117 <Compile Include="GeneticAlgorithm.cs" /> 121 118 <Compile Include="GeneticAlgorithmMainLoop.cs" /> … … 150 147 <Name>HeuristicLab.Data-3.3</Name> 151 148 <Private>False</Private> 152 </ProjectReference>153 <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">154 <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project>155 <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>156 149 </ProjectReference> 157 150 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset
for help on using the changeset viewer.