Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 13:55:04 (10 years ago)
Author:
psteiner
Message:

DataPreprocessingView + Refactoring

File:
1 edited

Legend:

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

    r10237 r10239  
    7777  </ItemGroup>
    7878  <ItemGroup>
    79     <None Include="Plugin.cs.frame" />
    80     <Compile Include="DataPreprocessingView.cs">
     79    <Compile Include="Implementations\DataGridLogic.cs" />
     80    <Compile Include="Interfaces\IDataGridLogic.cs" />
     81    <Compile Include="Views\DataPreprocessingView.cs">
    8182      <SubType>UserControl</SubType>
    8283    </Compile>
    83     <Compile Include="DataPreprocessingView.Designer.cs">
     84    <Compile Include="Views\DataPreprocessingView.designer.cs">
    8485      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
    8586    </Compile>
     87    <None Include="Plugin.cs.frame" />
    8688    <Compile Include="Implementations\DataGridContent.cs" />
    8789    <Compile Include="Implementations\PreprocessingContext.cs" />
     
    9092    <Compile Include="Implementations\SearchLogic.cs" />
    9193    <Compile Include="Implementations\StatisticInfo.cs" />
    92     <Compile Include="DataGridContentView.cs">
     94    <Compile Include="Views\DataGridContentView.cs">
    9395      <SubType>UserControl</SubType>
    9496    </Compile>
    95     <Compile Include="DataGridContentView.Designer.cs">
     97    <Compile Include="Views\DataGridContentView.Designer.cs">
    9698      <DependentUpon>DataGridContentView.cs</DependentUpon>
    9799    </Compile>
     
    163165    </ProjectReference>
    164166  </ItemGroup>
     167  <ItemGroup>
     168    <EmbeddedResource Include="Views\DataPreprocessingView.resx">
     169      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
     170    </EmbeddedResource>
     171  </ItemGroup>
    165172  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    166173  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.