Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/HeuristicLab.DataPreprocessing-3.3.csproj @ 10549

Last change on this file since 10549 was 10549, checked in by psteiner, 10 years ago

Added Views and Classes for Filtering

File size: 12.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{3B90F866-70F8-43EF-A541-51819D255B7B}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.DataPreprocessing</RootNamespace>
11    <AssemblyName>HeuristicLab.DataPreprocessing-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
34    <PlatformTarget>x64</PlatformTarget>
35    <OutputPath>..\..\bin\</OutputPath>
36    <DefineConstants>DEBUG;TRACE</DefineConstants>
37  </PropertyGroup>
38  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
39    <PlatformTarget>x64</PlatformTarget>
40    <OutputPath>..\..\bin\</OutputPath>
41    <Optimize>true</Optimize>
42  </PropertyGroup>
43  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>..\..\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
53    <OutputPath>..\..\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup>
62    <SignAssembly>true</SignAssembly>
63  </PropertyGroup>
64  <PropertyGroup>
65    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
66  </PropertyGroup>
67  <ItemGroup>
68    <Reference Include="System" />
69    <Reference Include="System.Core" />
70    <Reference Include="System.Drawing" />
71    <Reference Include="System.Windows.Forms" />
72    <Reference Include="System.Windows.Forms.DataVisualization" />
73    <Reference Include="System.Xml.Linq" />
74    <Reference Include="System.Data.DataSetExtensions" />
75    <Reference Include="Microsoft.CSharp" />
76    <Reference Include="System.Data" />
77    <Reference Include="System.Xml" />
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="Implementations\DataGridLogic.cs" />
81    <Compile Include="Implementations\DataPreprocessingChangedEvent.cs" />
82    <Compile Include="Implementations\Filter\ComparisonFilter.cs" />
83    <Compile Include="Implementations\Filter\IFilter.cs" />
84    <Compile Include="Implementations\ManipulationLogic.cs" />
85    <Compile Include="Interfaces\IDataGridLogic.cs" />
86    <Compile Include="Implementations\FilterContent.cs" />
87    <Compile Include="Implementations\DataPreprocessorStarter.cs" />
88    <Compile Include="Implementations\FilterLogic.cs" />
89    <Compile Include="Implementations\HistogramContent.cs" />
90    <Compile Include="Implementations\HistogramLogic.cs" />
91    <Compile Include="Implementations\LineChartContent.cs" />
92    <Compile Include="Implementations\LineChartLogic.cs" />
93    <Compile Include="Implementations\StatisticsContent.cs" />
94    <Compile Include="Implementations\TransformationContent.cs" />
95    <Compile Include="Implementations\TransformationLogic.cs" />
96    <Compile Include="Interfaces\IFilterLogic.cs" />
97    <Compile Include="Interfaces\IHistogramLogic.cs" />
98    <Compile Include="Interfaces\ILineChartLogic.cs" />
99    <Compile Include="Interfaces\IManipulationLogic.cs" />
100    <Compile Include="Interfaces\ITransformationLogic.cs" />
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    <None Include="Plugin.cs.frame" />
151    <Compile Include="Implementations\DataGridContent.cs" />
152    <Compile Include="Implementations\PreprocessingContext.cs" />
153    <Compile Include="Implementations\PreprocessingData.cs" />
154    <Compile Include="Implementations\SearchLogic.cs" />
155    <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    <Compile Include="Interfaces\IDataGridContent.cs" />
163    <Compile Include="Interfaces\IPreprocessingContext.cs" />
164    <Compile Include="Interfaces\ISearchLogic.cs" />
165    <Compile Include="Interfaces\IStatisticsLogic.cs" />
166    <Compile Include="Interfaces\IPreprocessingData.cs" />
167    <Compile Include="Plugin.cs" />
168    <Compile Include="Properties\AssemblyInfo.cs" />
169    <None Include="Properties\AssemblyInfo.cs.frame" />
170  </ItemGroup>
171  <ItemGroup>
172    <None Include="HeuristicLab.snk" />
173  </ItemGroup>
174  <ItemGroup>
175    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
176      <Project>{76945d76-ca61-4147-9dc2-0acdcddf87f9}</Project>
177      <Name>HeuristicLab.Analysis.Views-3.3</Name>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
180      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
181      <Name>HeuristicLab.Analysis-3.3</Name>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
184      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
185      <Name>HeuristicLab.Collections-3.3</Name>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
188      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
189      <Name>HeuristicLab.Common.Resources-3.3</Name>
190      <Private>False</Private>
191    </ProjectReference>
192    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
193      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
194      <Name>HeuristicLab.Common-3.3</Name>
195      <Private>False</Private>
196    </ProjectReference>
197    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
198      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
199      <Name>HeuristicLab.Core.Views-3.3</Name>
200    </ProjectReference>
201    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
202      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
203      <Name>HeuristicLab.Core-3.3</Name>
204      <Private>False</Private>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
207      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
208      <Name>HeuristicLab.Data.Views-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
211      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
212      <Name>HeuristicLab.Data-3.3</Name>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
215      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
216      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
219      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
220      <Name>HeuristicLab.MainForm-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
223      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
224      <Name>HeuristicLab.Optimization-3.3</Name>
225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
227      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
228      <Name>HeuristicLab.Persistence-3.3</Name>
229      <Private>False</Private>
230    </ProjectReference>
231    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
232      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
233      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
234      <Private>False</Private>
235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
237      <Project>{3e9e8944-44ff-40bb-a622-3a4a7dd0f198}</Project>
238      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
239    </ProjectReference>
240    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
241      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
242      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
245      <Project>{315bda09-3f4f-49b3-9790-b37cfc1c5750}</Project>
246      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
247    </ProjectReference>
248  </ItemGroup>
249  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
250  <PropertyGroup>
251    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
252set ProjectDir=$(ProjectDir)
253set SolutionDir=$(SolutionDir)
254set Outdir=$(Outdir)
255
256call PreBuildEvent.cmd</PreBuildEvent>
257  </PropertyGroup>
258  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
259       Other similar extension points exist, see Microsoft.Common.targets.
260  <Target Name="BeforeBuild">
261  </Target>
262  <Target Name="AfterBuild">
263  </Target>
264  -->
265</Project>
Note: See TracBrowser for help on using the repository browser.