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

Last change on this file since 13847 was 13831, checked in by pfleck, 9 years ago

#2597:

  • merged recent trunk changes for GetUsedVariablesForPrediction method.
  • Merged chart from RegressionSolutionGradientView and existing GradientChart.
  • Used the GradientChart in the RegressionSolutionGradientView.
File size: 25.8 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="DensityTrackbar.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="DensityTrackbar.Designer.cs">
252      <DependentUpon>DensityTrackbar.cs</DependentUpon>
253    </Compile>
254    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
258      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
259    </Compile>
260    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
264      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
267    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
268      <SubType>UserControl</SubType>
269    </Compile>
270    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
271      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
272    </Compile>
273    <Compile Include="GradientChart.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="GradientChart.Designer.cs">
277      <DependentUpon>GradientChart.cs</DependentUpon>
278    </Compile>
279    <Compile Include="RegressionSolutionGradientView.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="RegressionSolutionGradientView.Designer.cs">
283      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
284    </Compile>
285    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
286    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
287    <Compile Include="ModifiableDatasetView.cs">
288      <SubType>UserControl</SubType>
289    </Compile>
290    <Compile Include="ModifiableDatasetView.Designer.cs">
291      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
292    </Compile>
293    <Compile Include="Plugin.cs" />
294    <Compile Include="ProblemDataView.cs">
295      <SubType>UserControl</SubType>
296    </Compile>
297    <Compile Include="ProblemDataView.Designer.cs">
298      <DependentUpon>ProblemDataView.cs</DependentUpon>
299    </Compile>
300    <Compile Include="RegressionSolutionTargetResponseGradientView.cs">
301      <SubType>UserControl</SubType>
302    </Compile>
303    <Compile Include="RegressionSolutionTargetResponseGradientView.Designer.cs">
304      <DependentUpon>RegressionSolutionTargetResponseGradientView.cs</DependentUpon>
305    </Compile>
306    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
307      <SubType>UserControl</SubType>
308    </Compile>
309    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
310      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
311    </Compile>
312    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
313      <SubType>UserControl</SubType>
314    </Compile>
315    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
316      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
317    </Compile>
318    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
319      <SubType>UserControl</SubType>
320    </Compile>
321    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
322      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
323    </Compile>
324    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
325      <SubType>UserControl</SubType>
326    </Compile>
327    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
328      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
329    </Compile>
330    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
331      <SubType>UserControl</SubType>
332    </Compile>
333    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
334      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
335    </Compile>
336    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
337      <SubType>UserControl</SubType>
338    </Compile>
339    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
340      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
341    </Compile>
342    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
343      <SubType>UserControl</SubType>
344    </Compile>
345    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
346      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
347    </Compile>
348    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
349      <SubType>UserControl</SubType>
350    </Compile>
351    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
352      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
353    </Compile>
354    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
355      <SubType>UserControl</SubType>
356    </Compile>
357    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
358      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
359    </Compile>
360    <Compile Include="Solution Views\ClassificationSolutionView.cs">
361      <SubType>UserControl</SubType>
362    </Compile>
363    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
364      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
365    </Compile>
366    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
367      <SubType>UserControl</SubType>
368    </Compile>
369    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
370      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
371    </Compile>
372    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
373      <SubType>UserControl</SubType>
374    </Compile>
375    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
376      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
377    </Compile>
378    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
379      <SubType>UserControl</SubType>
380    </Compile>
381    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
382      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
383    </Compile>
384    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
385      <SubType>UserControl</SubType>
386    </Compile>
387    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
388      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
389    </Compile>
390    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
391      <SubType>UserControl</SubType>
392    </Compile>
393    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
394      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
395    </Compile>
396    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
397      <SubType>UserControl</SubType>
398    </Compile>
399    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
400      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
401    </Compile>
402    <Compile Include="Solution Views\ClusteringSolutionView.cs">
403      <SubType>UserControl</SubType>
404    </Compile>
405    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
406      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
407    </Compile>
408    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
409      <SubType>UserControl</SubType>
410    </Compile>
411    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
412      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
413    </Compile>
414    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
415      <SubType>UserControl</SubType>
416    </Compile>
417    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
418      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
419    </Compile>
420    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
421      <SubType>UserControl</SubType>
422    </Compile>
423    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
424      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
425    </Compile>
426    <Compile Include="DoubleLimitView.cs">
427      <SubType>UserControl</SubType>
428    </Compile>
429    <Compile Include="DoubleLimitView.Designer.cs">
430      <DependentUpon>DoubleLimitView.cs</DependentUpon>
431    </Compile>
432    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
433    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
434    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
435      <SubType>UserControl</SubType>
436    </Compile>
437    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
438      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
439    </Compile>
440    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
441      <SubType>UserControl</SubType>
442    </Compile>
443    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
444      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
445    </Compile>
446    <Compile Include="Solution Views\RegressionSolutionView.cs">
447      <SubType>UserControl</SubType>
448    </Compile>
449    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
450      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
451    </Compile>
452    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
453      <SubType>UserControl</SubType>
454    </Compile>
455    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
456      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
457    </Compile>
458    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
459      <SubType>UserControl</SubType>
460    </Compile>
461    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
462      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
463    </Compile>
464    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
465      <SubType>UserControl</SubType>
466    </Compile>
467    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
468      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
469    </Compile>
470    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
471      <SubType>UserControl</SubType>
472    </Compile>
473    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
474      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
475    </Compile>
476    <None Include="HeuristicLab.snk" />
477    <None Include="Plugin.cs.frame" />
478    <None Include="Properties\AssemblyInfo.cs.frame" />
479    <Compile Include="Properties\AssemblyInfo.cs" />
480  </ItemGroup>
481  <ItemGroup>
482    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
483      <Visible>False</Visible>
484      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
485      <Install>false</Install>
486    </BootstrapperPackage>
487    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
488      <Visible>False</Visible>
489      <ProductName>.NET Framework 3.5 SP1</ProductName>
490      <Install>true</Install>
491    </BootstrapperPackage>
492    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
493      <Visible>False</Visible>
494      <ProductName>Windows Installer 3.1</ProductName>
495      <Install>true</Install>
496    </BootstrapperPackage>
497  </ItemGroup>
498  <ItemGroup>
499    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
500      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
501    </EmbeddedResource>
502  </ItemGroup>
503  <ItemGroup>
504    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
505      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
506      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
507    </ProjectReference>
508    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
509      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
510      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
511    </ProjectReference>
512  </ItemGroup>
513  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
514  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
515       Other similar extension points exist, see Microsoft.Common.targets.
516  <Target Name="BeforeBuild">
517  </Target>
518  <Target Name="AfterBuild">
519  </Target>
520  -->
521  <PropertyGroup>
522    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
523set ProjectDir=$(ProjectDir)
524set SolutionDir=$(SolutionDir)
525set Outdir=$(Outdir)
526
527call PreBuildEvent.cmd
528</PreBuildEvent>
529    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
530export ProjectDir=$(ProjectDir)
531export SolutionDir=$(SolutionDir)
532
533$SolutionDir/PreBuildEvent.sh
534</PreBuildEvent>
535  </PropertyGroup>
536</Project>
Note: See TracBrowser for help on using the repository browser.