Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/14 14:23:25 (10 years ago)
Author:
aesterer
Message:

Added empty views classes; Inserted view items into data preprocessing view

File:
1 edited

Legend:

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

    r10251 r10303  
    9494    <Compile Include="Interfaces\ILineChartLogic.cs" />
    9595    <Compile Include="Interfaces\ITransformationLogic.cs" />
     96    <Compile Include="Views\FilterView.cs">
     97      <SubType>UserControl</SubType>
     98    </Compile>
     99    <Compile Include="Views\FilterView.Designer.cs">
     100      <DependentUpon>FilterView.cs</DependentUpon>
     101    </Compile>
    96102    <Compile Include="Views\DataPreprocessingView.cs">
    97103      <SubType>UserControl</SubType>
     
    99105    <Compile Include="Views\DataPreprocessingView.designer.cs">
    100106      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
     107    </Compile>
     108    <Compile Include="Views\HistogramView.cs">
     109      <SubType>UserControl</SubType>
     110    </Compile>
     111    <Compile Include="Views\HistogramView.Designer.cs">
     112      <DependentUpon>HistogramView.cs</DependentUpon>
     113    </Compile>
     114    <Compile Include="Views\LineChartView.cs">
     115      <SubType>UserControl</SubType>
     116    </Compile>
     117    <Compile Include="Views\LineChartView.Designer.cs">
     118      <DependentUpon>LineChartView.cs</DependentUpon>
     119    </Compile>
     120    <Compile Include="Views\StatisticsView.cs">
     121      <SubType>UserControl</SubType>
     122    </Compile>
     123    <Compile Include="Views\StatisticsView.Designer.cs">
     124      <DependentUpon>StatisticsView.cs</DependentUpon>
     125    </Compile>
     126    <Compile Include="Views\TransformationView.cs">
     127      <SubType>UserControl</SubType>
     128    </Compile>
     129    <Compile Include="Views\TransformationView.Designer.cs">
     130      <DependentUpon>TransformationView.cs</DependentUpon>
    101131    </Compile>
    102132    <None Include="Plugin.cs.frame" />
     
    188218    </ProjectReference>
    189219  </ItemGroup>
     220  <ItemGroup>
     221    <EmbeddedResource Include="Views\DataPreprocessingView.resx">
     222      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
     223    </EmbeddedResource>
     224  </ItemGroup>
    190225  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    191226  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.