Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10559


Ignore:
Timestamp:
03/06/14 10:38:52 (11 years ago)
Author:
pfleck
Message:
  • moved preprocessing starter to view assembly
Location:
branches/DataPreprocessing
Files:
2 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>
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj

    r10558 r10559  
    6969    <Reference Include="System.Core" />
    7070    <Reference Include="System.Drawing" />
    71     <Reference Include="System.Windows.Forms" />
    7271  </ItemGroup>
    7372  <ItemGroup>
     
    7978    <Compile Include="Interfaces\IDataGridLogic.cs" />
    8079    <Compile Include="Implementations\FilterContent.cs" />
    81     <Compile Include="Implementations\DataPreprocessorStarter.cs" />
    8280    <Compile Include="Implementations\FilterLogic.cs" />
    8381    <Compile Include="Implementations\HistogramContent.cs" />
     
    131129      <Private>False</Private>
    132130    </ProjectReference>
    133     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    134       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    135       <Name>HeuristicLab.Core.Views-3.3</Name>
    136     </ProjectReference>
    137131    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    138132      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
     
    144138      <Name>HeuristicLab.Data-3.3</Name>
    145139    </ProjectReference>
    146     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    147       <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
    148       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    149     </ProjectReference>
    150     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    151       <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
    152       <Name>HeuristicLab.MainForm-3.3</Name>
    153     </ProjectReference>
    154140    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    155141      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
     
    160146      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    161147      <Private>False</Private>
    162     </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>
    166148    </ProjectReference>
    167149    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
Note: See TracChangeset for help on using the changeset viewer.