Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/23/14 04:11: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

    r11468 r11489  
    9292    <Compile Include="ClientNode.cs" />
    9393    <Compile Include="AlgorithmServiceNode.cs" />
     94    <Compile Include="IGenericPort.cs" />
     95    <Compile Include="IMessage.cs" />
     96    <Compile Include="IMessageValue.cs" />
     97    <Compile Include="ParameterizedPort.cs" />
    9498    <Compile Include="IClientNode.cs" />
    9599    <Compile Include="IAlgorithmServiceNode.cs" />
     100    <Compile Include="IParameterizedPort.cs" />
    96101    <Compile Include="IEntity.cs" />
    97102    <Compile Include="IClientPort.cs" />
    98103    <Compile Include="IClientServicePort.cs" />
     104    <Compile Include="IPortParameter.cs" />
     105    <Compile Include="MessageValue.cs" />
     106    <Compile Include="PortParameter.cs" />
     107    <Compile Include="PortParameterCollection.cs" />
     108    <Compile Include="MessageValueCollection.cs" />
    99109    <Compile Include="ServiceParameterCollectionCollection.cs" />
     110    <Compile Include="PortParameterType.cs" />
    100111    <Compile Include="ServiceParameterType.cs" />
    101112    <Compile Include="IServiceParameter.cs" />
Note: See TracChangeset for help on using the changeset viewer.