Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataPreprocessing/HeuristicLab.DataPreprocessing.Views/3.3/HeuristicLab.DataPreprocessing.Views-3.3.csproj @ 10908

Last change on this file since 10908 was 10908, checked in by mleitner, 10 years ago

Add Feature correlation matrix, Add limit for distinct values in histogramm classification.

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