Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/13/14 03:33:49 (10 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

    r11452 r11454  
    8585  <ItemGroup>
    8686    <Compile Include="IEntity.cs" />
     87    <Compile Include="IClientPort.cs" />
     88    <Compile Include="IClientServicePort.cs" />
     89    <Compile Include="ServiceParameterType.cs" />
     90    <Compile Include="IServiceParameter.cs" />
     91    <Compile Include="IServicePort.cs" />
    8792    <Compile Include="IPort.cs" />
    8893    <Compile Include="IVariablesNode.cs" />
    8994    <Compile Include="Entity.cs" />
     95    <Compile Include="ServiceParameterCollection.cs" />
     96    <Compile Include="ServiceParameter.cs" />
     97    <Compile Include="ClientServicePort.cs" />
     98    <Compile Include="ClientPort.cs" />
     99    <Compile Include="ServicePort.cs" />
    90100    <Compile Include="Port.cs" />
    91101    <Compile Include="MultiplierNode.cs" />
Note: See TracChangeset for help on using the changeset viewer.