Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/30/14 02:14:09 (10 years ago)
Author:
swagner
Message:

#2205: Worked on basic infrastructure for optimization networks

File:
1 edited

Legend:

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

    r11401 r11406  
    5050    <Compile Include="EventArgs.cs" />
    5151    <Compile Include="IInputOutputPort.cs" />
     52    <Compile Include="IAlgorithmNode.cs" />
    5253    <Compile Include="InputOutputPort.cs" />
    5354    <Compile Include="IOutputInputPort.cs" />
     55    <Compile Include="AlgorithmNode.cs" />
    5456    <Compile Include="OutputInputPort.cs" />
    5557    <Compile Include="OutputPort.cs" />
     
    9092      <Name>HeuristicLab.Core-3.3</Name>
    9193    </ProjectReference>
     94    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     95      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
     96      <Name>HeuristicLab.Optimization-3.3</Name>
     97    </ProjectReference>
    9298    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    9399      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
Note: See TracChangeset for help on using the changeset viewer.