Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/03/14 02:20:19 (10 years ago)
Author:
swagner
Message:

#2205: Worked on optimization networks

File:
1 edited

Legend:

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

    r11409 r11412  
    4949  </ItemGroup>
    5050  <ItemGroup>
     51    <Compile Include="VariablesNodeView.cs">
     52      <SubType>UserControl</SubType>
     53    </Compile>
     54    <Compile Include="VariablesNodeView.Designer.cs">
     55      <DependentUpon>VariablesNodeView.cs</DependentUpon>
     56    </Compile>
    5157    <Compile Include="AlgorithmNodeView.cs">
    5258      <SubType>UserControl</SubType>
     
    5460    <Compile Include="AlgorithmNodeView.Designer.cs">
    5561      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
     62    </Compile>
     63    <Compile Include="InputPortView.cs">
     64      <SubType>UserControl</SubType>
     65    </Compile>
     66    <Compile Include="InputPortView.Designer.cs">
     67      <DependentUpon>InputPortView.cs</DependentUpon>
    5668    </Compile>
    5769    <Compile Include="PortView.cs">
Note: See TracChangeset for help on using the changeset viewer.