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

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

#2597

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