Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/14 10:38:52 (11 years ago)
Author:
pfleck
Message:
  • moved preprocessing starter to view assembly
Location:
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessorStarter.cs

    r10558 r10559  
    2929using View = HeuristicLab.MainForm.WindowsForms.View;
    3030
    31 namespace HeuristicLab.DataPreprocessing {
     31namespace HeuristicLab.DataPreprocessing.Views {
    3232  public class DataPreprocessorStarter : IDataPreprocessorStarter {
    3333
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj

    r10558 r10559  
    6363      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
    6464    </Compile>
     65    <Compile Include="DataPreprocessorStarter.cs" />
    6566    <Compile Include="FilterView.cs">
    6667      <SubType>UserControl</SubType>
     
    160161      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    161162    </ProjectReference>
     163    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
     164      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
     165      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
     166    </ProjectReference>
     167    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
     168      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
     169      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
     170    </ProjectReference>
    162171    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
    163172      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
Note: See TracChangeset for help on using the changeset viewer.