- Timestamp:
- 05/13/19 15:21:54 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj
r16723 r16948 115 115 </ItemGroup> 116 116 <ItemGroup> 117 <Compile Include="PermutationMultiObjectiveProblem.cs" /> 118 <Compile Include="PermutationProblem.cs" /> 117 119 <Compile Include="Creators\RandomPermutationCreator.cs" /> 118 120 <Compile Include="Crossovers\CosaCrossover.cs" /> … … 218 220 </ItemGroup> 219 221 <ItemGroup> 222 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 223 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 224 <Name>HeuristicLab.Analysis-3.3</Name> 225 <Private>False</Private> 226 </ProjectReference> 220 227 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 221 228 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
Note: See TracChangeset
for help on using the changeset viewer.