Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 15:39:53 (10 years ago)
Author:
tsteinre
Message:
  • created Interface IDataPreprocessorStarter for removing depedencies from Problems.DataAnalyis.Views to DataPreprocessing
File:
1 edited

Legend:

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

    r10249 r10250  
    8181    <Compile Include="Interfaces\IPreprocessingDataManipulation.cs" />
    8282    <Compile Include="Implementations\FilterContent.cs" />
     83    <Compile Include="Implementations\DataPreprocessorStarter.cs" />
    8384    <Compile Include="Implementations\FilterLogic.cs" />
    8485    <Compile Include="Implementations\HistogramContent.cs" />
     
    106107    <Compile Include="Implementations\SearchLogic.cs" />
    107108    <Compile Include="Implementations\StatisticsLogic.cs" />
    108     <Compile Include="Views\DataGridContentView.cs">
    109       <SubType>UserControl</SubType>
    110     </Compile>
     109    <Compile Include="Views\DataGridContentView.cs" />
    111110    <Compile Include="Views\DataGridContentView.Designer.cs">
    112111      <DependentUpon>DataGridContentView.cs</DependentUpon>
     
    178177      <Private>False</Private>
    179178    </ProjectReference>
     179    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
     180      <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
     181      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
     182    </ProjectReference>
    180183    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    181184      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
Note: See TracChangeset for help on using the changeset viewer.