Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/02/14 03:03:21 (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

    r11501 r11519  
    108108    <Compile Include="### obsolete\ServiceParameter.cs" />
    109109    <Compile Include="### obsolete\ServiceParameterCollection.cs" />
     110    <Compile Include="IHookOperator.cs" />
     111    <Compile Include="Nodes\KSPTSPConnector.cs" />
    110112    <Compile Include="Nodes\GenericNode.cs" />
    111113    <Compile Include="Nodes\IGenericNode.cs" />
     114    <Compile Include="Ports\ConfigurationPort.cs" />
     115    <Compile Include="Ports\ExecutionPort.cs" />
     116    <Compile Include="Ports\IConfigurationPort.cs" />
     117    <Compile Include="Ports\IExecutionPort.cs" />
    112118    <Compile Include="Ports\MessageCollection.cs" />
    113119    <Compile Include="### obsolete\ServiceParameterCollectionCollection.cs" />
     
    116122    <Compile Include="### obsolete\ValuePort.cs" />
    117123    <Compile Include="Nodes\AlgorithmNode.cs" />
    118     <Compile Include="Nodes\AlgorithmServiceNode.cs" />
    119124    <Compile Include="Nodes\ClientNode.cs" />
    120125    <Compile Include="Nodes\IAlgorithmNode.cs" />
    121     <Compile Include="Nodes\IAlgorithmServiceNode.cs" />
    122126    <Compile Include="Nodes\IClientNode.cs" />
    123127    <Compile Include="Nodes\INetwork.cs" />
     
    150154    <Compile Include="Plugin.cs" />
    151155    <Compile Include="Properties\AssemblyInfo.cs" />
     156    <Compile Include="HookOperator.cs" />
    152157  </ItemGroup>
    153158  <ItemGroup>
     
    177182      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    178183      <Name>HeuristicLab.Data-3.3</Name>
     184    </ProjectReference>
     185    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     186      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
     187      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
     188    </ProjectReference>
     189    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     190      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
     191      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     192    </ProjectReference>
     193    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     194      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
     195      <Name>HeuristicLab.Operators-3.3</Name>
    179196    </ProjectReference>
    180197    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.