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 @ 13994

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

#2597

  • Merged recent trunk changes.
  • Adapted VariablesUsedForPrediction property for RegressionSolutionTargetResponseGradientView.
  • Fixed a reference (.dll to project ref).
File size: 27.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      <Private>False</Private>
161    </Reference>
162    <Reference Include="HeuristicLab.Parameters-3.3">
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
164      <Private>False</Private>
165    </Reference>
166    <Reference Include="HeuristicLab.Parameters.Views-3.3">
167      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
168      <Private>False</Private>
169    </Reference>
170    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
171      <SpecificVersion>False</SpecificVersion>
172      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
173      <Private>False</Private>
174    </Reference>
175    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
176      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
177      <Private>False</Private>
178    </Reference>
179    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
180      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
181      <Private>False</Private>
182    </Reference>
183    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
184      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
185      <Private>False</Private>
186    </Reference>
187    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
188      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
189      <Private>False</Private>
190    </Reference>
191    <Reference Include="System" />
192    <Reference Include="System.Core">
193      <RequiredTargetFramework>3.5</RequiredTargetFramework>
194    </Reference>
195    <Reference Include="System.Drawing" />
196    <Reference Include="System.Windows.Forms" />
197    <Reference Include="System.Windows.Forms.DataVisualization" />
198    <Reference Include="System.Xml.Linq">
199      <RequiredTargetFramework>3.5</RequiredTargetFramework>
200    </Reference>
201    <Reference Include="System.Data.DataSetExtensions">
202      <RequiredTargetFramework>3.5</RequiredTargetFramework>
203    </Reference>
204    <Reference Include="System.Data" />
205    <Reference Include="System.Xml" />
206  </ItemGroup>
207  <ItemGroup>
208    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
209    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
210    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
214      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
220      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
226      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
232      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
238      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
244      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
245    </Compile>
246    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
247      <SubType>UserControl</SubType>
248    </Compile>
249    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
250      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
251    </Compile>
252    <Compile Include="DensityChart.cs">
253      <SubType>UserControl</SubType>
254    </Compile>
255    <Compile Include="DensityChart.Designer.cs">
256      <DependentUpon>DensityChart.cs</DependentUpon>
257    </Compile>
258    <Compile Include="DensityTrackbar.cs">
259      <SubType>UserControl</SubType>
260    </Compile>
261    <Compile Include="DensityTrackbar.Designer.cs">
262      <DependentUpon>DensityTrackbar.cs</DependentUpon>
263    </Compile>
264    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
265      <SubType>UserControl</SubType>
266    </Compile>
267    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
268      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
269    </Compile>
270    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
271      <SubType>UserControl</SubType>
272    </Compile>
273    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
274      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
275    </Compile>
276    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
277    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
281      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="GradientChart.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="GradientChart.Designer.cs">
287      <DependentUpon>GradientChart.cs</DependentUpon>
288    </Compile>
289    <Compile Include="GradientChartConfigurationDialog.cs">
290      <SubType>Form</SubType>
291    </Compile>
292    <Compile Include="GradientChartConfigurationDialog.Designer.cs">
293      <DependentUpon>GradientChartConfigurationDialog.cs</DependentUpon>
294    </Compile>
295    <Compile Include="Regression\ConfidenceBoundRegressionSolutionEstimatedValuesView.cs">
296      <SubType>UserControl</SubType>
297    </Compile>
298    <Compile Include="Regression\ConfidenceBoundRegressionSolutionEstimatedValuesView.Designer.cs">
299      <DependentUpon>ConfidenceBoundRegressionSolutionEstimatedValuesView.cs</DependentUpon>
300    </Compile>
301    <Compile Include="Regression\ConfidenceBoundRegressionSolutionLineChartView.cs">
302      <SubType>UserControl</SubType>
303    </Compile>
304    <Compile Include="Regression\ConfidenceBoundRegressionSolutionLineChartView.Designer.cs">
305      <DependentUpon>ConfidenceBoundRegressionSolutionLineChartView.cs</DependentUpon>
306    </Compile>
307    <Compile Include="Regression\RegressionSolutionGradientView.cs">
308      <SubType>UserControl</SubType>
309    </Compile>
310    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
311      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
312    </Compile>
313    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
314    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
315    <Compile Include="ModifiableDatasetView.cs">
316      <SubType>UserControl</SubType>
317    </Compile>
318    <Compile Include="ModifiableDatasetView.Designer.cs">
319      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
320    </Compile>
321    <Compile Include="Plugin.cs" />
322    <Compile Include="ProblemDataView.cs">
323      <SubType>UserControl</SubType>
324    </Compile>
325    <Compile Include="ProblemDataView.Designer.cs">
326      <DependentUpon>ProblemDataView.cs</DependentUpon>
327    </Compile>
328    <Compile Include="Regression\RegressionSolutionTargetResponseGradientView.cs">
329      <SubType>UserControl</SubType>
330    </Compile>
331    <Compile Include="Regression\RegressionSolutionTargetResponseGradientView.Designer.cs">
332      <DependentUpon>RegressionSolutionTargetResponseGradientView.cs</DependentUpon>
333    </Compile>
334    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
335      <SubType>UserControl</SubType>
336    </Compile>
337    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
338      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
339    </Compile>
340    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
341      <SubType>UserControl</SubType>
342    </Compile>
343    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
344      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
345    </Compile>
346    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
347      <SubType>UserControl</SubType>
348    </Compile>
349    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
350      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
351    </Compile>
352    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
353      <SubType>UserControl</SubType>
354    </Compile>
355    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
356      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
357    </Compile>
358    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
359      <SubType>UserControl</SubType>
360    </Compile>
361    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
362      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
363    </Compile>
364    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
365      <SubType>UserControl</SubType>
366    </Compile>
367    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
368      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
369    </Compile>
370    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
371      <SubType>UserControl</SubType>
372    </Compile>
373    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
374      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
375    </Compile>
376    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
377      <SubType>UserControl</SubType>
378    </Compile>
379    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
380      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
381    </Compile>
382    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
383      <SubType>UserControl</SubType>
384    </Compile>
385    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
386      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
387    </Compile>
388    <Compile Include="Solution Views\ClassificationSolutionView.cs">
389      <SubType>UserControl</SubType>
390    </Compile>
391    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
392      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
393    </Compile>
394    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
395      <SubType>UserControl</SubType>
396    </Compile>
397    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
398      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
399    </Compile>
400    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
401      <SubType>UserControl</SubType>
402    </Compile>
403    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
404      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
405    </Compile>
406    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
407      <SubType>UserControl</SubType>
408    </Compile>
409    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
410      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
411    </Compile>
412    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
413      <SubType>UserControl</SubType>
414    </Compile>
415    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
416      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
417    </Compile>
418    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
419      <SubType>UserControl</SubType>
420    </Compile>
421    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
422      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
423    </Compile>
424    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
425      <SubType>UserControl</SubType>
426    </Compile>
427    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
428      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
429    </Compile>
430    <Compile Include="Solution Views\ClusteringSolutionView.cs">
431      <SubType>UserControl</SubType>
432    </Compile>
433    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
434      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
435    </Compile>
436    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
437      <SubType>UserControl</SubType>
438    </Compile>
439    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
440      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
441    </Compile>
442    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
443      <SubType>UserControl</SubType>
444    </Compile>
445    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
446      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
447    </Compile>
448    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
449      <SubType>UserControl</SubType>
450    </Compile>
451    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
452      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
453    </Compile>
454    <Compile Include="DoubleLimitView.cs">
455      <SubType>UserControl</SubType>
456    </Compile>
457    <Compile Include="DoubleLimitView.Designer.cs">
458      <DependentUpon>DoubleLimitView.cs</DependentUpon>
459    </Compile>
460    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
461    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
462    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
463      <SubType>UserControl</SubType>
464    </Compile>
465    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
466      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
467    </Compile>
468    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
469      <SubType>UserControl</SubType>
470    </Compile>
471    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
472      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
473    </Compile>
474    <Compile Include="Solution Views\RegressionSolutionView.cs">
475      <SubType>UserControl</SubType>
476    </Compile>
477    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
478      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
479    </Compile>
480    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
481      <SubType>UserControl</SubType>
482    </Compile>
483    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
484      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
485    </Compile>
486    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
487      <SubType>UserControl</SubType>
488    </Compile>
489    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
490      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
491    </Compile>
492    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
493      <SubType>UserControl</SubType>
494    </Compile>
495    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
496      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
497    </Compile>
498    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
499      <SubType>UserControl</SubType>
500    </Compile>
501    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
502      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
503    </Compile>
504    <None Include="HeuristicLab.snk" />
505    <None Include="Plugin.cs.frame" />
506    <None Include="Properties\AssemblyInfo.cs.frame" />
507    <Compile Include="Properties\AssemblyInfo.cs" />
508  </ItemGroup>
509  <ItemGroup>
510    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
511      <Visible>False</Visible>
512      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
513      <Install>false</Install>
514    </BootstrapperPackage>
515    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
516      <Visible>False</Visible>
517      <ProductName>.NET Framework 3.5 SP1</ProductName>
518      <Install>true</Install>
519    </BootstrapperPackage>
520    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
521      <Visible>False</Visible>
522      <ProductName>Windows Installer 3.1</ProductName>
523      <Install>true</Install>
524    </BootstrapperPackage>
525  </ItemGroup>
526  <ItemGroup>
527    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
528      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
529    </EmbeddedResource>
530  </ItemGroup>
531  <ItemGroup>
532    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
533      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
534      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
535      <Private>False</Private>
536    </ProjectReference>
537    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
538      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
539      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
540      <Private>False</Private>
541    </ProjectReference>
542  </ItemGroup>
543  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
544  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
545       Other similar extension points exist, see Microsoft.Common.targets.
546  <Target Name="BeforeBuild">
547  </Target>
548  <Target Name="AfterBuild">
549  </Target>
550  -->
551  <PropertyGroup>
552    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
553set ProjectDir=$(ProjectDir)
554set SolutionDir=$(SolutionDir)
555set Outdir=$(Outdir)
556
557call PreBuildEvent.cmd
558</PreBuildEvent>
559    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
560export ProjectDir=$(ProjectDir)
561export SolutionDir=$(SolutionDir)
562
563$SolutionDir/PreBuildEvent.sh
564</PreBuildEvent>
565  </PropertyGroup>
566</Project>
Note: See TracBrowser for help on using the repository browser.