Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/11 10:00:31 (13 years ago)
Author:
abeham
Message:

#1465

  • updated branch with trunk changes
Location:
branches/histogram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram

  • branches/histogram/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj

    r5163 r6046  
    1212    <AssemblyName>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    117118    <Compile Include="Interfaces\IIntegerVectorCrossover.cs" />
    118119    <Compile Include="Interfaces\IIntegerVectorManipulator.cs" />
     120    <Compile Include="Interfaces\IIntegerVectorMultiNeighborhoodShakingOperator.cs" />
    119121    <Compile Include="Interfaces\IIntegerVectorOperator.cs" />
    120122    <Compile Include="IntegerVectorCrossover.cs" />
     
    126128    <Compile Include="Properties\AssemblyInfo.cs" />
    127129    <Compile Include="IntegerVectorCreator.cs" />
     130    <Compile Include="ShakingOperators\IntegerVectorShakingOperator.cs" />
    128131  </ItemGroup>
    129132  <ItemGroup>
     
    147150      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    148151      <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>
    149156    </ProjectReference>
    150157    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.