Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/14 10:52:55 (10 years ago)
Author:
aesterer
Message:

Created base view PreprocessingChartView for LineChartView and HistogramView. Replaced HistogramLogic and LineChartlogic with ChartLogic. Added base content ChartContent for LineChartContent and HistogramContent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10657 r10658  
    9191      <DependentUpon>FindAndReplaceDialog.cs</DependentUpon>
    9292    </Compile>
    93     <Compile Include="HistogramView.cs">
    94       <SubType>UserControl</SubType>
    95     </Compile>
     93    <Compile Include="HistogramView.cs" />
    9694    <Compile Include="HistogramView.Designer.cs">
    9795      <DependentUpon>HistogramView.cs</DependentUpon>
    9896    </Compile>
    99     <Compile Include="LineChartView.cs">
    100       <SubType>UserControl</SubType>
    101     </Compile>
     97    <Compile Include="LineChartView.cs" />
    10298    <Compile Include="LineChartView.Designer.cs">
    10399      <DependentUpon>LineChartView.cs</DependentUpon>
    104100    </Compile>
    105101    <Compile Include="Plugin.cs" />
     102    <Compile Include="PreprocessingChartView.cs" />
     103    <Compile Include="PreprocessingChartView.Designer.cs">
     104      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
     105    </Compile>
    106106    <Compile Include="PreprocessingCheckedItemListView.cs">
    107107      <SubType>UserControl</SubType>
     
    220220      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    221221    </ProjectReference>
    222   </ItemGroup>
    223   <ItemGroup>
    224     <EmbeddedResource Include="DataPreprocessingView.resx">
    225       <DependentUpon>DataPreprocessingView.cs</DependentUpon>
    226     </EmbeddedResource>
    227222  </ItemGroup>
    228223  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.