Changeset 10559
- Timestamp:
- 03/06/14 10:38:52 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/DataPreprocessorStarter.cs
r10558 r10559 29 29 using View = HeuristicLab.MainForm.WindowsForms.View; 30 30 31 namespace HeuristicLab.DataPreprocessing {31 namespace HeuristicLab.DataPreprocessing.Views { 32 32 public class DataPreprocessorStarter : IDataPreprocessorStarter { 33 33 -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj
r10558 r10559 63 63 <DependentUpon>DataPreprocessingView.cs</DependentUpon> 64 64 </Compile> 65 <Compile Include="DataPreprocessorStarter.cs" /> 65 66 <Compile Include="FilterView.cs"> 66 67 <SubType>UserControl</SubType> … … 160 161 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 161 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> 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> 162 171 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj"> 163 172 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10558 r10559 69 69 <Reference Include="System.Core" /> 70 70 <Reference Include="System.Drawing" /> 71 <Reference Include="System.Windows.Forms" />72 71 </ItemGroup> 73 72 <ItemGroup> … … 79 78 <Compile Include="Interfaces\IDataGridLogic.cs" /> 80 79 <Compile Include="Implementations\FilterContent.cs" /> 81 <Compile Include="Implementations\DataPreprocessorStarter.cs" />82 80 <Compile Include="Implementations\FilterLogic.cs" /> 83 81 <Compile Include="Implementations\HistogramContent.cs" /> … … 131 129 <Private>False</Private> 132 130 </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>137 131 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 138 132 <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project> … … 144 138 <Name>HeuristicLab.Data-3.3</Name> 145 139 </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>154 140 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 155 141 <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project> … … 160 146 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 161 147 <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>166 148 </ProjectReference> 167 149 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
Note: See TracChangeset
for help on using the changeset viewer.