Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/20 11:35:45 (4 years ago)
Author:
chaider
Message:

#3073 Added classes/views to define constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3073_IA_constraint_splitting/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r17591 r17607  
    315315      <DependentUpon>IntervalCollectionView.cs</DependentUpon>
    316316    </Compile>
     317    <Compile Include="IntervalConstraintView.cs">
     318      <SubType>UserControl</SubType>
     319    </Compile>
     320    <Compile Include="IntervalConstraintView.Designer.cs">
     321      <DependentUpon>IntervalConstraintView.cs</DependentUpon>
     322    </Compile>
    317323    <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
    318324    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
     
    324330    </Compile>
    325331    <Compile Include="Plugin.cs" />
     332    <Compile Include="ProblemDataConstraintView.cs">
     333      <SubType>UserControl</SubType>
     334    </Compile>
     335    <Compile Include="ProblemDataConstraintView.Designer.cs">
     336      <DependentUpon>ProblemDataConstraintView.cs</DependentUpon>
     337    </Compile>
    326338    <Compile Include="ProblemDataView.cs">
    327339      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.