- Timestamp:
- 04/23/11 00:29:24 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj
r5163 r6042 12 12 <AssemblyName>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</AssemblyName> 13 13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 <TargetFrameworkProfile></TargetFrameworkProfile> 14 <TargetFrameworkProfile> 15 </TargetFrameworkProfile> 15 16 <FileAlignment>512</FileAlignment> 16 17 <SignAssembly>true</SignAssembly> … … 117 118 <Compile Include="Interfaces\IIntegerVectorCrossover.cs" /> 118 119 <Compile Include="Interfaces\IIntegerVectorManipulator.cs" /> 120 <Compile Include="Interfaces\IIntegerVectorMultiNeighborhoodShakingOperator.cs" /> 119 121 <Compile Include="Interfaces\IIntegerVectorOperator.cs" /> 120 122 <Compile Include="IntegerVectorCrossover.cs" /> … … 126 128 <Compile Include="Properties\AssemblyInfo.cs" /> 127 129 <Compile Include="IntegerVectorCreator.cs" /> 130 <Compile Include="ShakingOperators\IntegerVectorShakingOperator.cs" /> 128 131 </ItemGroup> 129 132 <ItemGroup> … … 147 150 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 148 151 <Name>HeuristicLab.Operators-3.3</Name> 152 </ProjectReference> 153 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj"> 154 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project> 155 <Name>HeuristicLab.Optimization.Operators-3.3</Name> 149 156 </ProjectReference> 150 157 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> -
trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLabEncodingsIntegerVectorEncodingPlugin.cs.frame
r5446 r6042 34 34 [PluginDependency("HeuristicLab.Operators", "3.3")] 35 35 [PluginDependency("HeuristicLab.Optimization", "3.3")] 36 [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")] 36 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 37 38 [PluginDependency("HeuristicLab.Persistence", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.