Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/12/14 17:03:45 (10 years ago)
Author:
tsteinre
Message:
  • divided/refactored PreprocessingData into TransactionalPreprocessingData and preprocessingData
File:
1 edited

Legend:

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

    r10559 r10586  
    7171  </ItemGroup>
    7272  <ItemGroup>
     73    <Compile Include="Implementations\PreprocessingData.cs" />
    7374    <Compile Include="Implementations\DataGridLogic.cs" />
    7475    <Compile Include="Implementations\DataPreprocessingChangedEvent.cs" />
     
    7677    <Compile Include="Implementations\Filter\IFilter.cs" />
    7778    <Compile Include="Implementations\ManipulationLogic.cs" />
     79    <Compile Include="Interfaces\IPreprocessingData.cs" />
    7880    <Compile Include="Interfaces\IDataGridLogic.cs" />
    7981    <Compile Include="Implementations\FilterContent.cs" />
     
    9597    <Compile Include="Implementations\DataGridContent.cs" />
    9698    <Compile Include="Implementations\PreprocessingContext.cs" />
    97     <Compile Include="Implementations\PreprocessingData.cs" />
     99    <Compile Include="Implementations\TransactionalPreprocessingData.cs" />
    98100    <Compile Include="Implementations\SearchLogic.cs" />
    99101    <Compile Include="Implementations\StatisticsLogic.cs" />
     
    102104    <Compile Include="Interfaces\ISearchLogic.cs" />
    103105    <Compile Include="Interfaces\IStatisticsLogic.cs" />
    104     <Compile Include="Interfaces\IPreprocessingData.cs" />
     106    <Compile Include="Interfaces\ITransactionalPreprocessingData.cs" />
    105107    <Compile Include="Plugin.cs" />
    106108    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.