Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj @ 10987

Last change on this file since 10987 was 10987, checked in by aesterer, 10 years ago

Refactored scatter plot

File size: 15.6 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>{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.DataPreprocessing.Views</RootNamespace>
11    <AssemblyName>HeuristicLab.DataPreprocessing.Views-3.4</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    <UseVSHostingProcess>false</UseVSHostingProcess>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
41    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
44      <Private>False</Private>
45    </Reference>
46    <Reference Include="HeuristicLab.Problems.ExternalEvaluation-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
47      <SpecificVersion>False</SpecificVersion>
48      <HintPath>..\..\bin\HeuristicLab.Problems.ExternalEvaluation-3.3.dll</HintPath>
49      <Private>False</Private>
50    </Reference>
51    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
52      <SpecificVersion>False</SpecificVersion>
53      <HintPath>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
54      <Private>False</Private>
55    </Reference>
56    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\..\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="System" />
62    <Reference Include="System.Core" />
63    <Reference Include="System.Data" />
64    <Reference Include="System.Drawing" />
65    <Reference Include="System.Windows.Forms" />
66    <Reference Include="System.Windows.Forms.DataVisualization" />
67    <Reference Include="System.Xml" />
68  </ItemGroup>
69  <ItemGroup>
70    <Compile Include="PreprocessingFeatureCorrelationView.cs">
71      <SubType>UserControl</SubType>
72    </Compile>
73    <Compile Include="PreprocessingFeatureCorrelationView.Designer.cs">
74      <DependentUpon>PreprocessingFeatureCorrelationView.cs</DependentUpon>
75    </Compile>
76    <Compile Include="CheckedFilterCollectionView.cs">
77      <SubType>UserControl</SubType>
78    </Compile>
79    <Compile Include="CheckedFilterCollectionView.Designer.cs">
80      <DependentUpon>CheckedFilterCollectionView.cs</DependentUpon>
81    </Compile>
82    <Compile Include="CheckedTransformationListView.cs">
83      <SubType>UserControl</SubType>
84    </Compile>
85    <Compile Include="CheckedTransformationListView.Designer.cs">
86      <DependentUpon>CheckedTransformationListView.cs</DependentUpon>
87    </Compile>
88    <Compile Include="ComparisonFilterView.cs">
89      <SubType>UserControl</SubType>
90    </Compile>
91    <Compile Include="ComparisonFilterView.Designer.cs">
92      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
93    </Compile>
94    <Compile Include="ScatterPlotSingleView.cs">
95      <SubType>UserControl</SubType>
96    </Compile>
97    <Compile Include="ScatterPlotSingleView.Designer.cs">
98      <DependentUpon>ScatterPlotSingleView.cs</DependentUpon>
99    </Compile>
100    <Compile Include="DataCompletenessView.cs">
101      <SubType>UserControl</SubType>
102    </Compile>
103    <Compile Include="DataCompletenessView.Designer.cs">
104      <DependentUpon>DataCompletenessView.cs</DependentUpon>
105    </Compile>
106    <Compile Include="DataGridContentView.cs">
107      <SubType>UserControl</SubType>
108    </Compile>
109    <Compile Include="DataGridContentView.Designer.cs">
110      <DependentUpon>DataGridContentView.cs</DependentUpon>
111    </Compile>
112    <Compile Include="DataPreprocessingView.cs">
113      <SubType>UserControl</SubType>
114    </Compile>
115    <Compile Include="DataPreprocessingView.designer.cs">
116      <DependentUpon>DataPreprocessingView.cs</DependentUpon>
117    </Compile>
118    <Compile Include="DataPreprocessorStarter.cs" />
119    <Compile Include="PreprocessingDataTableView.cs">
120      <SubType>UserControl</SubType>
121    </Compile>
122    <Compile Include="PreprocessingDataTableView.Designer.cs">
123      <DependentUpon>PreprocessingDataTableView.cs</DependentUpon>
124    </Compile>
125    <Compile Include="FilterView.cs">
126      <SubType>UserControl</SubType>
127    </Compile>
128    <Compile Include="FilterView.Designer.cs">
129      <DependentUpon>FilterView.cs</DependentUpon>
130    </Compile>
131    <Compile Include="ScatterPlotMultiView.cs">
132      <SubType>UserControl</SubType>
133    </Compile>
134    <Compile Include="ScatterPlotMultiView.Designer.cs">
135      <DependentUpon>ScatterPlotMultiView.cs</DependentUpon>
136    </Compile>
137    <Compile Include="PreprocessingScatterPlotView.cs">
138      <SubType>UserControl</SubType>
139    </Compile>
140    <Compile Include="PreprocessingScatterPlotView.Designer.cs">
141      <DependentUpon>PreprocessingScatterPlotView.cs</DependentUpon>
142    </Compile>
143    <Compile Include="SearchAndReplaceDialog.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="SearchAndReplaceDialog.Designer.cs">
147      <DependentUpon>SearchAndReplaceDialog.cs</DependentUpon>
148    </Compile>
149    <Compile Include="HistogramView.cs">
150      <SubType>UserControl</SubType>
151    </Compile>
152    <Compile Include="HistogramView.Designer.cs">
153      <DependentUpon>HistogramView.cs</DependentUpon>
154    </Compile>
155    <Compile Include="LineChartView.cs">
156      <SubType>UserControl</SubType>
157    </Compile>
158    <Compile Include="LineChartView.Designer.cs">
159      <DependentUpon>LineChartView.cs</DependentUpon>
160    </Compile>
161    <Compile Include="ManipulationView.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="ManipulationView.Designer.cs">
165      <DependentUpon>ManipulationView.cs</DependentUpon>
166    </Compile>
167    <Compile Include="Plugin.cs" />
168    <Compile Include="PreprocessingChartView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="PreprocessingChartView.Designer.cs">
172      <DependentUpon>PreprocessingChartView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="PreprocessingCheckedItemListView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="PreprocessingCheckedItemListView.Designer.cs">
178      <DependentUpon>PreprocessingCheckedItemListView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="Properties\AssemblyInfo.cs" />
181    <Compile Include="StatisticsView.cs">
182      <SubType>UserControl</SubType>
183    </Compile>
184    <Compile Include="StatisticsView.Designer.cs">
185      <DependentUpon>StatisticsView.cs</DependentUpon>
186    </Compile>
187    <Compile Include="PreprocessingStringConvertibleMatrixView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="PreprocessingStringConvertibleMatrixView.Designer.cs">
191      <DependentUpon>PreprocessingStringConvertibleMatrixView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="TransformationView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="TransformationView.Designer.cs">
197      <DependentUpon>TransformationView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
200    <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
201    <Compile Include="ViewShortcutListView.cs">
202      <SubType>UserControl</SubType>
203    </Compile>
204    <Compile Include="ViewShortcutListView.Designer.cs">
205      <DependentUpon>ViewShortcutListView.cs</DependentUpon>
206    </Compile>
207  </ItemGroup>
208  <ItemGroup>
209    <None Include="HeuristicLab.snk" />
210    <None Include="Plugin.cs.frame" />
211    <None Include="Properties\AssemblyInfo.cs.frame" />
212  </ItemGroup>
213  <ItemGroup>
214    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
215      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
216      <Name>HeuristicLab.Analysis.Views-3.3</Name>
217      <Private>False</Private>
218    </ProjectReference>
219    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
220      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
221      <Name>HeuristicLab.Analysis-3.3</Name>
222      <Private>False</Private>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
225      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
226      <Name>HeuristicLab.Collections-3.3</Name>
227    </ProjectReference>
228    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
229      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
230      <Name>HeuristicLab.Common.Resources-3.3</Name>
231      <Private>False</Private>
232    </ProjectReference>
233    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
234      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
235      <Name>HeuristicLab.Common-3.3</Name>
236      <Private>False</Private>
237    </ProjectReference>
238    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
239      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
240      <Name>HeuristicLab.Core.Views-3.3</Name>
241      <Private>False</Private>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
244      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
245      <Name>HeuristicLab.Core-3.3</Name>
246      <Private>False</Private>
247    </ProjectReference>
248    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
249      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
250      <Name>HeuristicLab.Data.Views-3.3</Name>
251      <Private>False</Private>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
254      <Project>{3b90f866-70f8-43ef-a541-51819d255b7b}</Project>
255      <Name>HeuristicLab.DataPreprocessing-3.4</Name>
256      <Private>False</Private>
257    </ProjectReference>
258    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
259      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
260      <Name>HeuristicLab.Data-3.3</Name>
261      <Private>False</Private>
262    </ProjectReference>
263    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
264      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
265      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
266      <Private>False</Private>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
269      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
270      <Name>HeuristicLab.MainForm-3.3</Name>
271      <Private>False</Private>
272    </ProjectReference>
273    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
274      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
275      <Name>HeuristicLab.Optimization.Views-3.3</Name>
276      <Private>False</Private>
277    </ProjectReference>
278    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
279      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
280      <Name>HeuristicLab.Optimization-3.3</Name>
281      <Private>False</Private>
282    </ProjectReference>
283    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
284      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
285      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
286      <Private>False</Private>
287    </ProjectReference>
288    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.4\HeuristicLab.Problems.DataAnalysis.Transformations-3.4.csproj">
289      <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project>
290      <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.4</Name>
291      <Private>False</Private>
292    </ProjectReference>
293    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
294      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
295      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
296      <Private>False</Private>
297    </ProjectReference>
298    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
299      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
300      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
301      <Private>False</Private>
302    </ProjectReference>
303    <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
304      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
305      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
306      <Private>False</Private>
307    </ProjectReference>
308    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
309      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
310      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
311      <Private>False</Private>
312    </ProjectReference>
313  </ItemGroup>
314  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
315  <PropertyGroup>
316    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
317set ProjectDir=$(ProjectDir)
318set SolutionDir=$(SolutionDir)
319set Outdir=$(Outdir)
320
321call PreBuildEvent.cmd</PreBuildEvent>
322  </PropertyGroup>
323  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
324       Other similar extension points exist, see Microsoft.Common.targets.
325  <Target Name="BeforeBuild">
326  </Target>
327  <Target Name="AfterBuild">
328  </Target>
329  -->
330</Project>
Note: See TracBrowser for help on using the repository browser.