Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/03/14 01:15:46 (9 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Optimization.Networks/3.3/HeuristicLab.Optimization.Networks-3.3.csproj

    r11519 r11520  
    109109    <Compile Include="### obsolete\ServiceParameterCollection.cs" />
    110110    <Compile Include="IHookOperator.cs" />
     111    <Compile Include="Nodes\KSPTSPNetwork.cs" />
    111112    <Compile Include="Nodes\KSPTSPConnector.cs" />
    112113    <Compile Include="Nodes\GenericNode.cs" />
     
    163164  </ItemGroup>
    164165  <ItemGroup>
     166    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
     167      <Project>{a51da44f-cb35-4f6f-99f5-2a2e904ab93b}</Project>
     168      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
     169    </ProjectReference>
    165170    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    166171      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
     
    198203      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    199204      <Name>HeuristicLab.Optimization-3.3</Name>
     205    </ProjectReference>
     206    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     207      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
     208      <Name>HeuristicLab.Parameters-3.3</Name>
    200209    </ProjectReference>
    201210    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     
    207216      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    208217      <Private>False</Private>
     218    </ProjectReference>
     219    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     220      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
     221      <Name>HeuristicLab.Problems.Instances-3.3</Name>
     222    </ProjectReference>
     223    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
     224      <Project>{e10f395f-c8a6-48ad-b470-9aa7a1f43809}</Project>
     225      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
     226    </ProjectReference>
     227    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
     228      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
     229      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
    209230    </ProjectReference>
    210231  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.