Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/19 13:42:12 (5 years ago)
Author:
mkommend
Message:

#2521: Adapted binary problems and moved to abstract base class to encoding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.Binary/3.3/HeuristicLab.Problems.Binary-3.3.csproj

    r16723 r16814  
    8383  </ItemGroup>
    8484  <ItemGroup>
    85     <Compile Include="BinaryProblem.cs" />
    8685    <Compile Include="DeceptiveStepTrapProblem.cs" />
    8786    <Compile Include="DeceptiveTrapProblem.cs" />
     
    9796  </ItemGroup>
    9897  <ItemGroup>
    99     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    100       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    101       <Name>HeuristicLab.Analysis-3.3</Name>
    102       <Private>False</Private>
    103     </ProjectReference>
    10498    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    10599      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    106100      <Name>HeuristicLab.Collections-3.3</Name>
    107       <Private>False</Private>
    108101    </ProjectReference>
    109102    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     
    127120      <Private>False</Private>
    128121    </ProjectReference>
    129     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    130       <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    131       <Name>HeuristicLab.Operators-3.3</Name>
    132       <Private>False</Private>
    133     </ProjectReference>
    134     <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
    135       <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project>
    136       <Name>HeuristicLab.Optimization.Operators-3.3</Name>
    137       <Private>False</Private>
    138     </ProjectReference>
    139122    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    140123      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    141124      <Name>HeuristicLab.Optimization-3.3</Name>
    142       <Private>False</Private>
    143125    </ProjectReference>
    144126    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    145127      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
    146128      <Name>HeuristicLab.Parameters-3.3</Name>
    147       <Private>False</Private>
    148     </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    150       <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    151       <Name>HeuristicLab.Persistence-3.3</Name>
    152129      <Private>False</Private>
    153130    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.