- Timestamp:
- 03/05/14 22:08:10 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 1 deleted
- 4 edited
- 18 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/ComparisonFilterView.cs
r10556 r10557 3 3 using System.ComponentModel; 4 4 using System.Drawing; 5 using System.Data;6 5 using System.Linq; 7 6 using System.Text; 8 7 using System.Windows.Forms; 9 8 using HeuristicLab.Core.Views; 10 using HeuristicLab.Data.Views;11 9 using HeuristicLab.MainForm; 12 10 using HeuristicLab.MainForm.WindowsForms; -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj
r10555 r10557 40 40 <Reference Include="System" /> 41 41 <Reference Include="System.Core" /> 42 <Reference Include="System.Drawing" /> 43 <Reference Include="System.Windows.Forms" /> 44 <Reference Include="System.Windows.Forms.DataVisualization" /> 42 45 </ItemGroup> 43 46 <ItemGroup> 47 <Compile Include="ComparisonFilterView.cs"> 48 <SubType>UserControl</SubType> 49 </Compile> 50 <Compile Include="ComparisonFilterView.Designer.cs"> 51 <DependentUpon>ComparisonFilterView.cs</DependentUpon> 52 </Compile> 53 <Compile Include="DataGridContentView.cs"> 54 <SubType>UserControl</SubType> 55 </Compile> 56 <Compile Include="DataGridContentView.Designer.cs"> 57 <DependentUpon>DataGridContentView.cs</DependentUpon> 58 </Compile> 59 <Compile Include="DataPreprocessingView.cs"> 60 <SubType>UserControl</SubType> 61 </Compile> 62 <Compile Include="DataPreprocessingView.designer.cs"> 63 <DependentUpon>DataPreprocessingView.cs</DependentUpon> 64 </Compile> 65 <Compile Include="FilterView.cs"> 66 <SubType>UserControl</SubType> 67 </Compile> 68 <Compile Include="FilterView.Designer.cs"> 69 <DependentUpon>FilterView.cs</DependentUpon> 70 </Compile> 71 <Compile Include="HistogramView.cs"> 72 <SubType>UserControl</SubType> 73 </Compile> 74 <Compile Include="HistogramView.Designer.cs"> 75 <DependentUpon>HistogramView.cs</DependentUpon> 76 </Compile> 77 <Compile Include="LineChartView.cs"> 78 <SubType>UserControl</SubType> 79 </Compile> 80 <Compile Include="LineChartView.Designer.cs"> 81 <DependentUpon>LineChartView.cs</DependentUpon> 82 </Compile> 44 83 <Compile Include="Plugin.cs" /> 84 <Compile Include="PreprocessingDataTableView.cs"> 85 <SubType>UserControl</SubType> 86 </Compile> 87 <Compile Include="PreprocessingDataTableView.Designer.cs"> 88 <DependentUpon>PreprocessingDataTableView.cs</DependentUpon> 89 </Compile> 45 90 <Compile Include="Properties\AssemblyInfo.cs" /> 91 <Compile Include="StatisticsView.cs"> 92 <SubType>UserControl</SubType> 93 </Compile> 94 <Compile Include="StatisticsView.Designer.cs"> 95 <DependentUpon>StatisticsView.cs</DependentUpon> 96 </Compile> 97 <Compile Include="TransformationView.cs"> 98 <SubType>UserControl</SubType> 99 </Compile> 100 <Compile Include="TransformationView.Designer.cs"> 101 <DependentUpon>TransformationView.cs</DependentUpon> 102 </Compile> 46 103 </ItemGroup> 47 104 <ItemGroup> … … 51 108 </ItemGroup> 52 109 <ItemGroup> 110 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj"> 111 <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project> 112 <Name>HeuristicLab.Analysis.Views-3.3</Name> 113 </ProjectReference> 114 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 115 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 116 <Name>HeuristicLab.Analysis-3.3</Name> 117 </ProjectReference> 118 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 119 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project> 120 <Name>HeuristicLab.Common.Resources-3.3</Name> 121 </ProjectReference> 122 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 123 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 124 <Name>HeuristicLab.Common-3.3</Name> 125 </ProjectReference> 126 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 127 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 128 <Name>HeuristicLab.Core.Views-3.3</Name> 129 </ProjectReference> 130 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 131 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 132 <Name>HeuristicLab.Core-3.3</Name> 133 </ProjectReference> 134 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj"> 135 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project> 136 <Name>HeuristicLab.Data.Views-3.3</Name> 137 </ProjectReference> 138 <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.3\HeuristicLab.DataPreprocessing-3.3.csproj"> 139 <Project>{3B90F866-70F8-43EF-A541-51819D255B7B}</Project> 140 <Name>HeuristicLab.DataPreprocessing-3.3</Name> 141 </ProjectReference> 142 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 143 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 144 <Name>HeuristicLab.Data-3.3</Name> 145 </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 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 155 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 156 <Name>HeuristicLab.Optimization-3.3</Name> 157 </ProjectReference> 53 158 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 54 159 <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project> 55 160 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 161 </ProjectReference> 162 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj"> 163 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project> 164 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name> 56 165 </ProjectReference> 57 166 </ItemGroup> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HistogramView.cs
r10556 r10557 3 3 using System.ComponentModel; 4 4 using System.Drawing; 5 using System.Data;6 5 using System.Linq; 7 6 using System.Text; … … 10 9 using HeuristicLab.MainForm; 11 10 using HeuristicLab.MainForm.WindowsForms; 12 using HeuristicLab.Problems.DataAnalysis;13 11 using HeuristicLab.Data.Views; 14 12 -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/PreprocessingDataTableView.cs
r10556 r10557 9 9 using HeuristicLab.MainForm; 10 10 using HeuristicLab.MainForm.WindowsForms; 11 using HeuristicLab.Problems.DataAnalysis;12 11 using HeuristicLab.Data.Views; 13 12 using HeuristicLab.Analysis; -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj
r10552 r10557 100 100 <Compile Include="Interfaces\ITransformationLogic.cs" /> 101 101 <Compile Include="ProblemDataCreator.cs" /> 102 <Compile Include="Views\ComparisonFilterView.cs">103 <SubType>UserControl</SubType>104 </Compile>105 <Compile Include="Views\ComparisonFilterView.Designer.cs">106 <DependentUpon>ComparisonFilterView.cs</DependentUpon>107 </Compile>108 <Compile Include="Views\FilterView.cs">109 <SubType>UserControl</SubType>110 </Compile>111 <Compile Include="Views\FilterView.Designer.cs">112 <DependentUpon>FilterView.cs</DependentUpon>113 </Compile>114 <Compile Include="Views\DataPreprocessingView.cs">115 <SubType>UserControl</SubType>116 </Compile>117 <Compile Include="Views\DataPreprocessingView.designer.cs">118 <DependentUpon>DataPreprocessingView.cs</DependentUpon>119 </Compile>120 <Compile Include="Views\HistogramView.cs">121 <SubType>UserControl</SubType>122 </Compile>123 <Compile Include="Views\HistogramView.Designer.cs">124 <DependentUpon>HistogramView.cs</DependentUpon>125 </Compile>126 <Compile Include="Views\LineChartView.cs">127 <SubType>UserControl</SubType>128 </Compile>129 <Compile Include="Views\LineChartView.Designer.cs">130 <DependentUpon>LineChartView.cs</DependentUpon>131 </Compile>132 <Compile Include="Views\PreprocessingDataTableView.cs">133 <SubType>UserControl</SubType>134 </Compile>135 <Compile Include="Views\PreprocessingDataTableView.Designer.cs">136 <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>137 </Compile>138 <Compile Include="Views\StatisticsView.cs">139 <SubType>UserControl</SubType>140 </Compile>141 <Compile Include="Views\StatisticsView.Designer.cs">142 <DependentUpon>StatisticsView.cs</DependentUpon>143 </Compile>144 <Compile Include="Views\TransformationView.cs">145 <SubType>UserControl</SubType>146 </Compile>147 <Compile Include="Views\TransformationView.Designer.cs">148 <DependentUpon>TransformationView.cs</DependentUpon>149 </Compile>150 102 <None Include="Plugin.cs.frame" /> 151 103 <Compile Include="Implementations\DataGridContent.cs" /> … … 154 106 <Compile Include="Implementations\SearchLogic.cs" /> 155 107 <Compile Include="Implementations\StatisticsLogic.cs" /> 156 <Compile Include="Views\DataGridContentView.cs">157 <SubType>UserControl</SubType>158 </Compile>159 <Compile Include="Views\DataGridContentView.Designer.cs">160 <DependentUpon>DataGridContentView.cs</DependentUpon>161 </Compile>162 108 <Compile Include="Interfaces\IDataGridContent.cs" /> 163 109 <Compile Include="Interfaces\IPreprocessingContext.cs" /> -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/Filter/IFilter.cs
r10549 r10557 8 8 namespace HeuristicLab.DataPreprocessing 9 9 { 10 interface IFilter : IItem, IContent10 public interface IFilter : IItem, IContent 11 11 { 12 12 -
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/SearchLogic.cs
r10539 r10557 25 25 26 26 namespace HeuristicLab.DataPreprocessing { 27 class SearchLogic : ISearchLogic {27 public class SearchLogic : ISearchLogic { 28 28 private readonly IPreprocessingData preprocessingData; 29 29
Note: See TracChangeset
for help on using the changeset viewer.