Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11000 was 11000, checked in by sbreuer, 10 years ago
  • derive StringConvertibleMatrixView from core
  • delete PreprocessingStringConvertibleMatrixView
File size: 15.3 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="TransformationView.cs">
188      <SubType>UserControl</SubType>
189    </Compile>
190    <Compile Include="TransformationView.Designer.cs">
191      <DependentUpon>TransformationView.cs</DependentUpon>
192    </Compile>
193    <Compile Include="Utils\FindPreprocessingItemsIterator.cs" />
194    <Compile Include="Utils\IFindPreprocessingItemsIterator.cs" />
195    <Compile Include="ViewShortcutListView.cs">
196      <SubType>UserControl</SubType>
197    </Compile>
198    <Compile Include="ViewShortcutListView.Designer.cs">
199      <DependentUpon>ViewShortcutListView.cs</DependentUpon>
200    </Compile>
201  </ItemGroup>
202  <ItemGroup>
203    <None Include="HeuristicLab.snk" />
204    <None Include="Plugin.cs.frame" />
205    <None Include="Properties\AssemblyInfo.cs.frame" />
206  </ItemGroup>
207  <ItemGroup>
208    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
209      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
210      <Name>HeuristicLab.Analysis.Views-3.3</Name>
211      <Private>False</Private>
212    </ProjectReference>
213    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
214      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
215      <Name>HeuristicLab.Analysis-3.3</Name>
216      <Private>False</Private>
217    </ProjectReference>
218    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
219      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
220      <Name>HeuristicLab.Collections-3.3</Name>
221    </ProjectReference>
222    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
223      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
224      <Name>HeuristicLab.Common.Resources-3.3</Name>
225      <Private>False</Private>
226    </ProjectReference>
227    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
228      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
229      <Name>HeuristicLab.Common-3.3</Name>
230      <Private>False</Private>
231    </ProjectReference>
232    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
233      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
234      <Name>HeuristicLab.Core.Views-3.3</Name>
235      <Private>False</Private>
236    </ProjectReference>
237    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
238      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
239      <Name>HeuristicLab.Core-3.3</Name>
240      <Private>False</Private>
241    </ProjectReference>
242    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
243      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
244      <Name>HeuristicLab.Data.Views-3.3</Name>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.DataPreprocessing\3.4\HeuristicLab.DataPreprocessing-3.4.csproj">
248      <Project>{3b90f866-70f8-43ef-a541-51819d255b7b}</Project>
249      <Name>HeuristicLab.DataPreprocessing-3.4</Name>
250      <Private>False</Private>
251    </ProjectReference>
252    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
253      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
254      <Name>HeuristicLab.Data-3.3</Name>
255      <Private>False</Private>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
258      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
259      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
260      <Private>False</Private>
261    </ProjectReference>
262    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
263      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
264      <Name>HeuristicLab.MainForm-3.3</Name>
265      <Private>False</Private>
266    </ProjectReference>
267    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
268      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
269      <Name>HeuristicLab.Optimization.Views-3.3</Name>
270      <Private>False</Private>
271    </ProjectReference>
272    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
273      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
274      <Name>HeuristicLab.Optimization-3.3</Name>
275      <Private>False</Private>
276    </ProjectReference>
277    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
278      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
279      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
280      <Private>False</Private>
281    </ProjectReference>
282    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Transformations\3.4\HeuristicLab.Problems.DataAnalysis.Transformations-3.4.csproj">
283      <Project>{2e257a94-d1af-435c-99b4-5ac00eadfd6a}</Project>
284      <Name>HeuristicLab.Problems.DataAnalysis.Transformations-3.4</Name>
285      <Private>False</Private>
286    </ProjectReference>
287    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
288      <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
289      <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
290      <Private>False</Private>
291    </ProjectReference>
292    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
293      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
294      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
295      <Private>False</Private>
296    </ProjectReference>
297    <ProjectReference Include="..\..\HeuristicLab.Problems.ExternalEvaluation.Views\3.3\HeuristicLab.Problems.ExternalEvaluation.Views-3.3.csproj">
298      <Project>{3081630C-9521-47D7-8075-1777C12F212C}</Project>
299      <Name>HeuristicLab.Problems.ExternalEvaluation.Views-3.3</Name>
300      <Private>False</Private>
301    </ProjectReference>
302    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
303      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
304      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
305      <Private>False</Private>
306    </ProjectReference>
307  </ItemGroup>
308  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
309  <PropertyGroup>
310    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
311set ProjectDir=$(ProjectDir)
312set SolutionDir=$(SolutionDir)
313set Outdir=$(Outdir)
314
315call PreBuildEvent.cmd</PreBuildEvent>
316  </PropertyGroup>
317  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
318       Other similar extension points exist, see Microsoft.Common.targets.
319  <Target Name="BeforeBuild">
320  </Target>
321  <Target Name="AfterBuild">
322  </Target>
323  -->
324</Project>
Note: See TracBrowser for help on using the repository browser.