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.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj

    r5163 r6046  
    1212    <AssemblyName>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    118119    <Compile Include="HeuristicLabEncodingsBinaryVectorEncodingPlugin.cs" />
    119120    <Compile Include="BinaryVector.cs" />
     121    <Compile Include="Interfaces\IBinaryVectorMultiNeighborhoodShakingOperator.cs" />
    120122    <Compile Include="Interfaces\IOneBitflipMoveOperator.cs" />
    121123    <Compile Include="Interfaces\IBinaryVectorCreator.cs" />
     
    140142    <Compile Include="Moves\OneIndexMove.cs" />
    141143    <Compile Include="Properties\AssemblyInfo.cs" />
     144    <Compile Include="ShakingOperators\BinaryVectorShakingOperator.cs" />
    142145  </ItemGroup>
    143146  <ItemGroup>
     
    200203    </BootstrapperPackage>
    201204  </ItemGroup>
     205  <ItemGroup />
    202206  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    203207  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.