Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/17 09:51:10 (7 years ago)
Author:
abeham
Message:

#2457: merged trunk into branch

Location:
branches/PerformanceComparison/HeuristicLab.Analysis.Views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Analysis.Views

  • branches/PerformanceComparison/HeuristicLab.Analysis.Views/3.3/HeuristicLab.Analysis.Views-3.3.csproj

    r14600 r15282  
    177177  </ItemGroup>
    178178  <ItemGroup>
    179     <Compile Include="DataTableControl.cs">
    180       <SubType>UserControl</SubType>
    181     </Compile>
    182     <Compile Include="DataTableControl.Designer.cs">
    183       <DependentUpon>DataTableControl.cs</DependentUpon>
     179    <Compile Include="DataTableView.cs">
     180      <SubType>UserControl</SubType>
     181    </Compile>
     182    <Compile Include="DataTableView.Designer.cs">
     183      <DependentUpon>DataTableView.cs</DependentUpon>
     184    </Compile>
     185    <Compile Include="GanttDataView.cs">
     186      <SubType>UserControl</SubType>
     187    </Compile>
     188    <Compile Include="GanttDataView.Designer.cs">
     189      <DependentUpon>GanttDataView.cs</DependentUpon>
    184190    </Compile>
    185191    <Compile Include="IndexedDataTableView.cs">
     
    189195      <DependentUpon>IndexedDataTableView.cs</DependentUpon>
    190196    </Compile>
    191     <Compile Include="ScatterPlotControl.cs">
    192       <SubType>UserControl</SubType>
    193     </Compile>
    194     <Compile Include="ScatterPlotControl.Designer.cs">
    195       <DependentUpon>ScatterPlotControl.cs</DependentUpon>
     197    <Compile Include="ScatterPlotView.cs">
     198      <SubType>UserControl</SubType>
     199    </Compile>
     200    <Compile Include="ScatterPlotView.Designer.cs">
     201      <DependentUpon>ScatterPlotView.cs</DependentUpon>
    196202    </Compile>
    197203    <Compile Include="ScatterPlotVisualPropertiesDialog.cs">
     
    213219      <DependentUpon>ScatterPlotDataRowVisualPropertiesControl.cs</DependentUpon>
    214220    </Compile>
    215     <Compile Include="ScatterPlotView.cs">
    216       <SubType>UserControl</SubType>
    217     </Compile>
    218     <Compile Include="ScatterPlotView.Designer.cs">
    219       <DependentUpon>ScatterPlotView.cs</DependentUpon>
    220     </Compile>
    221221    <Compile Include="ScatterPlotHistoryView.cs">
    222222      <SubType>UserControl</SubType>
     
    282282    <Compile Include="Plugin.cs" />
    283283    <Compile Include="Properties\AssemblyInfo.cs" />
    284     <Compile Include="DataTableView.cs">
    285       <SubType>UserControl</SubType>
    286     </Compile>
    287     <Compile Include="DataTableView.Designer.cs">
    288       <DependentUpon>DataTableView.cs</DependentUpon>
    289     </Compile>
    290284    <Compile Include="HistogramControl.cs">
    291285      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.