Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

Last change on this file was 18086, checked in by mkommend, 3 years ago

#2521: Merged trunk changes into branch.

File size: 32.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.6.1</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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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.17.0, Version=3.17.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\bin\ALGLIB-3.17.0.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HEAL.Attic, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
109    </Reference>
110    <Reference Include="Microsoft.CSharp" />
111    <Reference Include="System" />
112    <Reference Include="System.Core">
113      <RequiredTargetFramework>3.5</RequiredTargetFramework>
114    </Reference>
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.Windows.Forms" />
117    <Reference Include="System.Windows.Forms.DataVisualization" />
118    <Reference Include="System.Xml.Linq">
119      <RequiredTargetFramework>3.5</RequiredTargetFramework>
120    </Reference>
121    <Reference Include="System.Data.DataSetExtensions">
122      <RequiredTargetFramework>3.5</RequiredTargetFramework>
123    </Reference>
124    <Reference Include="System.Data" />
125    <Reference Include="System.Xml" />
126  </ItemGroup>
127  <ItemGroup>
128    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.Designer.cs">
132      <DependentUpon>ClassificationSolutionVariableImpactsView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Controls\DensityChart.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="Controls\DensityChart.Designer.cs">
138      <DependentUpon>DensityChart.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Controls\DensityTrackbar.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Controls\DensityTrackbar.Designer.cs">
144      <DependentUpon>DensityTrackbar.cs</DependentUpon>
145    </Compile>
146    <Compile Include="Controls\FactorPartialDependencePlot.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="Controls\FactorPartialDependencePlot.Designer.cs">
150      <DependentUpon>FactorPartialDependencePlot.cs</DependentUpon>
151    </Compile>
152    <Compile Include="Controls\PartialDependencePlot.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="Controls\PartialDependencePlot.Designer.cs">
156      <DependentUpon>PartialDependencePlot.cs</DependentUpon>
157    </Compile>
158    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.cs">
159      <SubType>Form</SubType>
160    </Compile>
161    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.Designer.cs">
162      <DependentUpon>PartialDependencePlotConfigurationDialog.cs</DependentUpon>
163    </Compile>
164    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
165    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
166    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
170      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
176      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
177    </Compile>
178    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
182      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
188      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
189    </Compile>
190    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
194      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
195    </Compile>
196    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
200      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
206      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
212      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
218      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
221    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
225      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
228    <Compile Include="Interfaces\IPartialDependencePlot.cs" />
229    <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
230    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
231    <Compile Include="ModifiableDatasetView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="ModifiableDatasetView.Designer.cs">
235      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="Plugin.cs" />
238    <Compile Include="ProblemDataView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="ProblemDataView.Designer.cs">
242      <DependentUpon>ProblemDataView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="Properties\Resources.Designer.cs">
245      <AutoGen>True</AutoGen>
246      <DesignTime>True</DesignTime>
247      <DependentUpon>Resources.resx</DependentUpon>
248    </Compile>
249    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
250      <SubType>UserControl</SubType>
251    </Compile>
252    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.Designer.cs">
253      <DependentUpon>ConfidenceRegressionSolutionEstimatedValuesView.cs</DependentUpon>
254    </Compile>
255    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.cs">
256      <SubType>UserControl</SubType>
257    </Compile>
258    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.Designer.cs">
259      <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
260    </Compile>
261    <Compile Include="Regression\IntervalCollectionView.cs">
262      <SubType>UserControl</SubType>
263    </Compile>
264    <Compile Include="Regression\IntervalCollectionView.Designer.cs">
265      <DependentUpon>IntervalCollectionView.cs</DependentUpon>
266    </Compile>
267    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
268      <SubType>UserControl</SubType>
269    </Compile>
270    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
271      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
272    </Compile>
273    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
277      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="Regression\RegressionSolutionLineChartViewBase.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="Regression\RegressionSolutionLineChartViewBase.Designer.cs">
283      <DependentUpon>RegressionSolutionLineChartViewBase.cs</DependentUpon>
284    </Compile>
285    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.cs">
286      <SubType>UserControl</SubType>
287    </Compile>
288    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.Designer.cs">
289      <DependentUpon>RegressionSolutionPartialDependencePlotView.cs</DependentUpon>
290    </Compile>
291    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.cs">
292      <SubType>UserControl</SubType>
293    </Compile>
294    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.Designer.cs">
295      <DependentUpon>RegressionSolutionResidualsLineChartView.cs</DependentUpon>
296    </Compile>
297    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.cs">
298      <SubType>UserControl</SubType>
299    </Compile>
300    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.Designer.cs">
301      <DependentUpon>RegressionSolutionResidualAnalysisView.cs</DependentUpon>
302    </Compile>
303    <Compile Include="Regression\RegressionSolutionVariableImpactsView.cs">
304      <SubType>UserControl</SubType>
305    </Compile>
306    <Compile Include="Regression\RegressionSolutionVariableImpactsView.Designer.cs">
307      <DependentUpon>RegressionSolutionVariableImpactsView.cs</DependentUpon>
308    </Compile>
309    <Compile Include="Regression\RegressionSolutionGradientView.cs">
310      <SubType>UserControl</SubType>
311    </Compile>
312    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
313      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
314    </Compile>
315    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
316      <SubType>UserControl</SubType>
317    </Compile>
318    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
319      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
320    </Compile>
321    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
322      <SubType>UserControl</SubType>
323    </Compile>
324    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
325      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
326    </Compile>
327    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
328      <SubType>UserControl</SubType>
329    </Compile>
330    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
331      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
332    </Compile>
333    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
334      <SubType>UserControl</SubType>
335    </Compile>
336    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
337      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
338    </Compile>
339    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
340      <SubType>UserControl</SubType>
341    </Compile>
342    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
343      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
344    </Compile>
345    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
346      <SubType>UserControl</SubType>
347    </Compile>
348    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
349      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
350    </Compile>
351    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
352      <SubType>UserControl</SubType>
353    </Compile>
354    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
355      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
356    </Compile>
357    <Compile Include="Regression\RunCollectionPartialDependencePlotView.cs">
358      <SubType>UserControl</SubType>
359    </Compile>
360    <Compile Include="Regression\RunCollectionPartialDependencePlotView.Designer.cs">
361      <DependentUpon>RunCollectionPartialDependencePlotView.cs</DependentUpon>
362    </Compile>
363    <Compile Include="Regression\ShapeConstraintsView.cs">
364      <SubType>UserControl</SubType>
365    </Compile>
366    <Compile Include="Regression\ShapeConstraintsView.Designer.cs">
367      <DependentUpon>ShapeConstraintsView.cs</DependentUpon>
368    </Compile>
369    <Compile Include="Regression\ShapeConstraintView.cs">
370      <SubType>UserControl</SubType>
371    </Compile>
372    <Compile Include="Regression\ShapeConstraintView.Designer.cs">
373      <DependentUpon>ShapeConstraintView.cs</DependentUpon>
374    </Compile>
375    <Compile Include="Solution Views\ClassificationSolutionView.cs">
376      <SubType>UserControl</SubType>
377    </Compile>
378    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
379      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
380    </Compile>
381    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
382      <SubType>UserControl</SubType>
383    </Compile>
384    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
385      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
386    </Compile>
387    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
388      <SubType>UserControl</SubType>
389    </Compile>
390    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
391      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
392    </Compile>
393    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
394      <SubType>UserControl</SubType>
395    </Compile>
396    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
397      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
398    </Compile>
399    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
400      <SubType>UserControl</SubType>
401    </Compile>
402    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
403      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
404    </Compile>
405    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
406      <SubType>UserControl</SubType>
407    </Compile>
408    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
409      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
410    </Compile>
411    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
412      <SubType>UserControl</SubType>
413    </Compile>
414    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
415      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
416    </Compile>
417    <Compile Include="Solution Views\ClusteringSolutionView.cs">
418      <SubType>UserControl</SubType>
419    </Compile>
420    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
421      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
422    </Compile>
423    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
424      <SubType>UserControl</SubType>
425    </Compile>
426    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
427      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
428    </Compile>
429    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
430      <SubType>UserControl</SubType>
431    </Compile>
432    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
433      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
434    </Compile>
435    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
436      <SubType>UserControl</SubType>
437    </Compile>
438    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
439      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
440    </Compile>
441    <Compile Include="Controls\DoubleLimitView.cs">
442      <SubType>UserControl</SubType>
443    </Compile>
444    <Compile Include="Controls\DoubleLimitView.Designer.cs">
445      <DependentUpon>DoubleLimitView.cs</DependentUpon>
446    </Compile>
447    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
448    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
449    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
450      <SubType>UserControl</SubType>
451    </Compile>
452    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
453      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
454    </Compile>
455    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
456      <SubType>UserControl</SubType>
457    </Compile>
458    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
459      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
460    </Compile>
461    <Compile Include="Solution Views\RegressionSolutionView.cs">
462      <SubType>UserControl</SubType>
463    </Compile>
464    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
465      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
466    </Compile>
467    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
468      <SubType>UserControl</SubType>
469    </Compile>
470    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
471      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
472    </Compile>
473    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
474      <SubType>UserControl</SubType>
475    </Compile>
476    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
477      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
478    </Compile>
479    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.cs">
480      <SubType>UserControl</SubType>
481    </Compile>
482    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.Designer.cs">
483      <DependentUpon>TimeSeriesPrognosisResidualsLineChartView.cs</DependentUpon>
484    </Compile>
485    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.cs">
486      <SubType>UserControl</SubType>
487    </Compile>
488    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.Designer.cs">
489      <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
490    </Compile>
491    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
492      <SubType>UserControl</SubType>
493    </Compile>
494    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
495      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
496    </Compile>
497    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
498      <SubType>UserControl</SubType>
499    </Compile>
500    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
501      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
502    </Compile>
503    <None Include="HeuristicLab.snk" />
504    <None Include="Plugin.cs.frame" />
505    <None Include="Properties\AssemblyInfo.cs.frame" />
506    <Compile Include="Properties\AssemblyInfo.cs" />
507  </ItemGroup>
508  <ItemGroup>
509    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
510      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
511      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
512      <Private>False</Private>
513    </ProjectReference>
514    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
515      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
516      <Name>HeuristicLab.Analysis.Views-3.3</Name>
517      <Private>False</Private>
518    </ProjectReference>
519    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
520      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
521      <Name>HeuristicLab.Analysis-3.3</Name>
522      <Private>False</Private>
523    </ProjectReference>
524    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
525      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
526      <Name>HeuristicLab.Collections-3.3</Name>
527      <Private>False</Private>
528    </ProjectReference>
529    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
530      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
531      <Name>HeuristicLab.Common.Resources-3.3</Name>
532      <Private>False</Private>
533    </ProjectReference>
534    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
535      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
536      <Name>HeuristicLab.Common-3.3</Name>
537      <Private>False</Private>
538    </ProjectReference>
539    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
540      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
541      <Name>HeuristicLab.Core.Views-3.3</Name>
542      <Private>False</Private>
543    </ProjectReference>
544    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
545      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
546      <Name>HeuristicLab.Core-3.3</Name>
547      <Private>False</Private>
548    </ProjectReference>
549    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
550      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
551      <Name>HeuristicLab.Data.Views-3.3</Name>
552      <Private>False</Private>
553    </ProjectReference>
554    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
555      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
556      <Name>HeuristicLab.Data-3.3</Name>
557      <Private>False</Private>
558    </ProjectReference>
559    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
560      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
561      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
562      <Private>False</Private>
563    </ProjectReference>
564    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
565      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
566      <Name>HeuristicLab.MainForm-3.3</Name>
567      <Private>False</Private>
568    </ProjectReference>
569    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
570      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
571      <Name>HeuristicLab.Optimization.Views-3.3</Name>
572      <Private>False</Private>
573    </ProjectReference>
574    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
575      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
576      <Name>HeuristicLab.Optimization-3.3</Name>
577      <Private>False</Private>
578    </ProjectReference>
579    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
580      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
581      <Name>HeuristicLab.Optimizer-3.3</Name>
582      <Private>False</Private>
583    </ProjectReference>
584    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
585      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
586      <Name>HeuristicLab.Parameters.Views-3.3</Name>
587      <Private>False</Private>
588    </ProjectReference>
589    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
590      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
591      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
592      <Private>False</Private>
593    </ProjectReference>
594    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
595      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
596      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
597      <Private>False</Private>
598    </ProjectReference>
599    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
600      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
601      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
602      <Private>False</Private>
603    </ProjectReference>
604  </ItemGroup>
605  <ItemGroup>
606    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
607      <Visible>False</Visible>
608      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
609      <Install>false</Install>
610    </BootstrapperPackage>
611    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
612      <Visible>False</Visible>
613      <ProductName>.NET Framework 3.5 SP1</ProductName>
614      <Install>true</Install>
615    </BootstrapperPackage>
616    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
617      <Visible>False</Visible>
618      <ProductName>Windows Installer 3.1</ProductName>
619      <Install>true</Install>
620    </BootstrapperPackage>
621  </ItemGroup>
622  <ItemGroup>
623    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
624      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
625    </EmbeddedResource>
626    <EmbeddedResource Include="Properties\Resources.resx">
627      <Generator>ResXFileCodeGenerator</Generator>
628      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
629    </EmbeddedResource>
630  </ItemGroup>
631  <ItemGroup>
632    <EmbeddedResource Include="Resources\shapeConstraintsHelp.rtf" />
633    <None Include="Resources\VS2008ImageLibrary_Annotations_Information.png" />
634  </ItemGroup>
635  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
636  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
637       Other similar extension points exist, see Microsoft.Common.targets.
638  <Target Name="BeforeBuild">
639  </Target>
640  <Target Name="AfterBuild">
641  </Target>
642  -->
643  <PropertyGroup>
644    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
645set ProjectDir=$(ProjectDir)
646set SolutionDir=$(SolutionDir)
647set Outdir=$(Outdir)
648
649call PreBuildEvent.cmd
650</PreBuildEvent>
651    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
652export ProjectDir=$(ProjectDir)
653export SolutionDir=$(SolutionDir)
654
655$SolutionDir/PreBuildEvent.sh
656</PreBuildEvent>
657  </PropertyGroup>
658</Project>
Note: See TracBrowser for help on using the repository browser.