Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 13853

Last change on this file since 13853 was 13853, checked in by pfleck, 8 years ago

#2597

  • Added GradientChartConfigurationDialog to allow setup x/y axis and drawing steps.
  • Added "calculating pending"-icon only after 100ms to avoid flickering.
  • Fixed some small issues.
File size: 26.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  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78    <Prefer32Bit>false</Prefer32Bit>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88    <Prefer32Bit>false</Prefer32Bit>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
91    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98    <Prefer32Bit>false</Prefer32Bit>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="ALGLIB-3.7.0">
102      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Analysis-3.3">
106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Analysis.Views-3.3">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Collections-3.3">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Common-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Common.Resources-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Core-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Core.Views-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Data-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Data.Views-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.MainForm-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Optimization-3.3">
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Optimization.Views-3.3">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="HeuristicLab.Parameters-3.3">
162      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
163      <Private>False</Private>
164    </Reference>
165    <Reference Include="HeuristicLab.Parameters.Views-3.3">
166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
172    </Reference>
173    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
174      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
175      <Private>False</Private>
176    </Reference>
177    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
178      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
179      <Private>False</Private>
180    </Reference>
181    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
182      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
183      <Private>False</Private>
184    </Reference>
185    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
186      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
187      <Private>False</Private>
188    </Reference>
189    <Reference Include="System" />
190    <Reference Include="System.Core">
191      <RequiredTargetFramework>3.5</RequiredTargetFramework>
192    </Reference>
193    <Reference Include="System.Drawing" />
194    <Reference Include="System.Windows.Forms" />
195    <Reference Include="System.Windows.Forms.DataVisualization" />
196    <Reference Include="System.Xml.Linq">
197      <RequiredTargetFramework>3.5</RequiredTargetFramework>
198    </Reference>
199    <Reference Include="System.Data.DataSetExtensions">
200      <RequiredTargetFramework>3.5</RequiredTargetFramework>
201    </Reference>
202    <Reference Include="System.Data" />
203    <Reference Include="System.Xml" />
204  </ItemGroup>
205  <ItemGroup>
206    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
210      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
211    </Compile>
212    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
216      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
222      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
225      <SubType>UserControl</SubType>
226    </Compile>
227    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
228      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
229    </Compile>
230    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
231      <SubType>UserControl</SubType>
232    </Compile>
233    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
234      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
235    </Compile>
236    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
237      <SubType>UserControl</SubType>
238    </Compile>
239    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
240      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
241    </Compile>
242    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
243      <SubType>UserControl</SubType>
244    </Compile>
245    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
246      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
247    </Compile>
248    <Compile Include="DensityChart.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="DensityChart.Designer.cs">
252      <DependentUpon>DensityChart.cs</DependentUpon>
253    </Compile>
254    <Compile Include="DensityTrackbar.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="DensityTrackbar.Designer.cs">
258      <DependentUpon>DensityTrackbar.cs</DependentUpon>
259    </Compile>
260    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
264      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
270      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
271    </Compile>
272    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
273    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
277      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="GradientChart.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="GradientChart.Designer.cs">
283      <DependentUpon>GradientChart.cs</DependentUpon>
284    </Compile>
285    <Compile Include="GradientChartConfigurationDialog.cs">
286      <SubType>Form</SubType>
287    </Compile>
288    <Compile Include="GradientChartConfigurationDialog.Designer.cs">
289      <DependentUpon>GradientChartConfigurationDialog.cs</DependentUpon>
290    </Compile>
291    <Compile Include="Regression\RegressionSolutionGradientView.cs">
292      <SubType>UserControl</SubType>
293    </Compile>
294    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
295      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
296    </Compile>
297    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
298    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
299    <Compile Include="ModifiableDatasetView.cs">
300      <SubType>UserControl</SubType>
301    </Compile>
302    <Compile Include="ModifiableDatasetView.Designer.cs">
303      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
304    </Compile>
305    <Compile Include="Plugin.cs" />
306    <Compile Include="ProblemDataView.cs">
307      <SubType>UserControl</SubType>
308    </Compile>
309    <Compile Include="ProblemDataView.Designer.cs">
310      <DependentUpon>ProblemDataView.cs</DependentUpon>
311    </Compile>
312    <Compile Include="Regression\RegressionSolutionTargetResponseGradientView.cs">
313      <SubType>UserControl</SubType>
314    </Compile>
315    <Compile Include="Regression\RegressionSolutionTargetResponseGradientView.Designer.cs">
316      <DependentUpon>RegressionSolutionTargetResponseGradientView.cs</DependentUpon>
317    </Compile>
318    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
319      <SubType>UserControl</SubType>
320    </Compile>
321    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
322      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
323    </Compile>
324    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
325      <SubType>UserControl</SubType>
326    </Compile>
327    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
328      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
329    </Compile>
330    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
331      <SubType>UserControl</SubType>
332    </Compile>
333    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
334      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
335    </Compile>
336    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
337      <SubType>UserControl</SubType>
338    </Compile>
339    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
340      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
341    </Compile>
342    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
343      <SubType>UserControl</SubType>
344    </Compile>
345    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
346      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
347    </Compile>
348    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
349      <SubType>UserControl</SubType>
350    </Compile>
351    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
352      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
353    </Compile>
354    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
355      <SubType>UserControl</SubType>
356    </Compile>
357    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
358      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
359    </Compile>
360    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
361      <SubType>UserControl</SubType>
362    </Compile>
363    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
364      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
365    </Compile>
366    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
367      <SubType>UserControl</SubType>
368    </Compile>
369    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
370      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
371    </Compile>
372    <Compile Include="Solution Views\ClassificationSolutionView.cs">
373      <SubType>UserControl</SubType>
374    </Compile>
375    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
376      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
377    </Compile>
378    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
379      <SubType>UserControl</SubType>
380    </Compile>
381    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
382      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
383    </Compile>
384    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
385      <SubType>UserControl</SubType>
386    </Compile>
387    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
388      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
389    </Compile>
390    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
391      <SubType>UserControl</SubType>
392    </Compile>
393    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
394      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
395    </Compile>
396    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
397      <SubType>UserControl</SubType>
398    </Compile>
399    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
400      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
401    </Compile>
402    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
403      <SubType>UserControl</SubType>
404    </Compile>
405    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
406      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
407    </Compile>
408    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
409      <SubType>UserControl</SubType>
410    </Compile>
411    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
412      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
413    </Compile>
414    <Compile Include="Solution Views\ClusteringSolutionView.cs">
415      <SubType>UserControl</SubType>
416    </Compile>
417    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
418      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
419    </Compile>
420    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
421      <SubType>UserControl</SubType>
422    </Compile>
423    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
424      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
425    </Compile>
426    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
427      <SubType>UserControl</SubType>
428    </Compile>
429    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
430      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
431    </Compile>
432    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
433      <SubType>UserControl</SubType>
434    </Compile>
435    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
436      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
437    </Compile>
438    <Compile Include="DoubleLimitView.cs">
439      <SubType>UserControl</SubType>
440    </Compile>
441    <Compile Include="DoubleLimitView.Designer.cs">
442      <DependentUpon>DoubleLimitView.cs</DependentUpon>
443    </Compile>
444    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
445    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
446    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
447      <SubType>UserControl</SubType>
448    </Compile>
449    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
450      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
451    </Compile>
452    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
453      <SubType>UserControl</SubType>
454    </Compile>
455    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
456      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
457    </Compile>
458    <Compile Include="Solution Views\RegressionSolutionView.cs">
459      <SubType>UserControl</SubType>
460    </Compile>
461    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
462      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
463    </Compile>
464    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
465      <SubType>UserControl</SubType>
466    </Compile>
467    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
468      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
469    </Compile>
470    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
471      <SubType>UserControl</SubType>
472    </Compile>
473    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
474      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
475    </Compile>
476    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
477      <SubType>UserControl</SubType>
478    </Compile>
479    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
480      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
481    </Compile>
482    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
483      <SubType>UserControl</SubType>
484    </Compile>
485    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
486      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
487    </Compile>
488    <None Include="HeuristicLab.snk" />
489    <None Include="Plugin.cs.frame" />
490    <None Include="Properties\AssemblyInfo.cs.frame" />
491    <Compile Include="Properties\AssemblyInfo.cs" />
492  </ItemGroup>
493  <ItemGroup>
494    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
495      <Visible>False</Visible>
496      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
497      <Install>false</Install>
498    </BootstrapperPackage>
499    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
500      <Visible>False</Visible>
501      <ProductName>.NET Framework 3.5 SP1</ProductName>
502      <Install>true</Install>
503    </BootstrapperPackage>
504    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
505      <Visible>False</Visible>
506      <ProductName>Windows Installer 3.1</ProductName>
507      <Install>true</Install>
508    </BootstrapperPackage>
509  </ItemGroup>
510  <ItemGroup>
511    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
512      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
513    </EmbeddedResource>
514  </ItemGroup>
515  <ItemGroup>
516    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
517      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
518      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
519    </ProjectReference>
520    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
521      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
522      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
523    </ProjectReference>
524  </ItemGroup>
525  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
526  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
527       Other similar extension points exist, see Microsoft.Common.targets.
528  <Target Name="BeforeBuild">
529  </Target>
530  <Target Name="AfterBuild">
531  </Target>
532  -->
533  <PropertyGroup>
534    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
535set ProjectDir=$(ProjectDir)
536set SolutionDir=$(SolutionDir)
537set Outdir=$(Outdir)
538
539call PreBuildEvent.cmd
540</PreBuildEvent>
541    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
542export ProjectDir=$(ProjectDir)
543export SolutionDir=$(SolutionDir)
544
545$SolutionDir/PreBuildEvent.sh
546</PreBuildEvent>
547  </PropertyGroup>
548</Project>
Note: See TracBrowser for help on using the repository browser.