Changeset 16876
- Timestamp:
- 04/29/19 15:34:05 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj
r16814 r16876 119 119 </ItemGroup> 120 120 <ItemGroup> 121 <Compile Include="BinaryVectorMultiObjectiveProblem.cs" /> 121 122 <Compile Include="BinaryVectorProblem.cs" /> 122 123 <Compile Include="BinaryVectorEncoding.cs" /> -
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r16723 r16876 113 113 </ItemGroup> 114 114 <ItemGroup> 115 <Compile Include="IntegerVectorMultiObjectiveProblem.cs" /> 116 <Compile Include="IntegerVectorProblem.cs" /> 115 117 <Compile Include="BoundedIntegerVectorCrossover.cs" /> 116 118 <Compile Include="BoundedIntegerVectorManipulator.cs" /> … … 179 181 </ItemGroup> 180 182 <ItemGroup> 183 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 184 <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project> 185 <Name>HeuristicLab.Analysis-3.3</Name> 186 <Private>False</Private> 187 </ProjectReference> 181 188 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 182 189 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> -
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Plugin.cs.frame
r16723 r16876 28 28 [Plugin("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3.15.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 30 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 32 [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.