Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2906_Transformations/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 15846

Last change on this file since 15846 was 15846, checked in by pfleck, 6 years ago

#2906 First concept of simple transformation (single target transformation)

File size: 31.6 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\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\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\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\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\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\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, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
103      <SpecificVersion>False</SpecificVersion>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <SpecificVersion>False</SpecificVersion>
118      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
122      <SpecificVersion>False</SpecificVersion>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <SpecificVersion>False</SpecificVersion>
127      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
128      <Private>False</Private>
129    </Reference>
130    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
138      <Private>False</Private>
139    </Reference>
140    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
141      <SpecificVersion>False</SpecificVersion>
142      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Data.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
146      <SpecificVersion>False</SpecificVersion>
147      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
148      <Private>False</Private>
149    </Reference>
150    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
151      <SpecificVersion>False</SpecificVersion>
152      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
156      <SpecificVersion>False</SpecificVersion>
157      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
158      <Private>False</Private>
159    </Reference>
160    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
161      <SpecificVersion>False</SpecificVersion>
162      <Private>False</Private>
163    </Reference>
164    <Reference Include="HeuristicLab.Optimization.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
165      <SpecificVersion>False</SpecificVersion>
166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
172      <Private>False</Private>
173    </Reference>
174    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
175      <SpecificVersion>False</SpecificVersion>
176      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
177      <Private>False</Private>
178    </Reference>
179    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
180      <SpecificVersion>False</SpecificVersion>
181      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
182      <Private>False</Private>
183    </Reference>
184    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
185      <SpecificVersion>False</SpecificVersion>
186    <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
187      <Private>False</Private>
188    </Reference>
189    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
190      <SpecificVersion>False</SpecificVersion>
191      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
192      <Private>False</Private>
193    </Reference>
194    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
195      <SpecificVersion>False</SpecificVersion>
196      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
197      <Private>False</Private>
198    </Reference>
199    <Reference Include="System" />
200    <Reference Include="System.Core">
201      <RequiredTargetFramework>3.5</RequiredTargetFramework>
202    </Reference>
203    <Reference Include="System.Drawing" />
204    <Reference Include="System.Windows.Forms" />
205    <Reference Include="System.Windows.Forms.DataVisualization" />
206    <Reference Include="System.Xml.Linq">
207      <RequiredTargetFramework>3.5</RequiredTargetFramework>
208    </Reference>
209    <Reference Include="System.Data.DataSetExtensions">
210      <RequiredTargetFramework>3.5</RequiredTargetFramework>
211    </Reference>
212    <Reference Include="System.Data" />
213    <Reference Include="System.Xml" />
214  </ItemGroup>
215  <ItemGroup>
216    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.Designer.cs">
220      <DependentUpon>ClassificationSolutionVariableImpactsView.cs</DependentUpon>
221    </Compile>
222    <Compile Include="Controls\DensityChart.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="Controls\DensityChart.Designer.cs">
226      <DependentUpon>DensityChart.cs</DependentUpon>
227    </Compile>
228    <Compile Include="Controls\DensityTrackbar.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="Controls\DensityTrackbar.Designer.cs">
232      <DependentUpon>DensityTrackbar.cs</DependentUpon>
233    </Compile>
234    <Compile Include="Controls\FactorPartialDependencePlot.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="Controls\FactorPartialDependencePlot.Designer.cs">
238      <DependentUpon>FactorPartialDependencePlot.cs</DependentUpon>
239    </Compile>
240    <Compile Include="Controls\PartialDependencePlot.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="Controls\PartialDependencePlot.Designer.cs">
244      <DependentUpon>PartialDependencePlot.cs</DependentUpon>
245    </Compile>
246    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.cs">
247      <SubType>Form</SubType>
248    </Compile>
249    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.Designer.cs">
250      <DependentUpon>PartialDependencePlotConfigurationDialog.cs</DependentUpon>
251    </Compile>
252    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
253    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
254    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
258      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
259    </Compile>
260    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
264      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
270      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
271    </Compile>
272    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
273      <SubType>UserControl</SubType>
274    </Compile>
275    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
276      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
277    </Compile>
278    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
279      <SubType>UserControl</SubType>
280    </Compile>
281    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
282      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
283    </Compile>
284    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
285      <SubType>UserControl</SubType>
286    </Compile>
287    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
288      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
289    </Compile>
290    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
291      <SubType>UserControl</SubType>
292    </Compile>
293    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
294      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
295    </Compile>
296    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
300      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
303      <SubType>UserControl</SubType>
304    </Compile>
305    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
306      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
307    </Compile>
308    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
309    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
310      <SubType>UserControl</SubType>
311    </Compile>
312    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
313      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
314    </Compile>
315    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
316    <Compile Include="Interfaces\IPartialDependencePlot.cs" />
317    <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
318    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
319    <Compile Include="ModifiableDatasetView.cs">
320      <SubType>UserControl</SubType>
321    </Compile>
322    <Compile Include="ModifiableDatasetView.Designer.cs">
323      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
324    </Compile>
325    <Compile Include="Plugin.cs" />
326    <Compile Include="ProblemDataView.cs">
327      <SubType>UserControl</SubType>
328    </Compile>
329    <Compile Include="ProblemDataView.Designer.cs">
330      <DependentUpon>ProblemDataView.cs</DependentUpon>
331    </Compile>
332    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
333      <SubType>UserControl</SubType>
334    </Compile>
335    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.Designer.cs">
336      <DependentUpon>ConfidenceRegressionSolutionEstimatedValuesView.cs</DependentUpon>
337    </Compile>
338    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.cs">
339      <SubType>UserControl</SubType>
340    </Compile>
341    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.Designer.cs">
342      <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
343    </Compile>
344    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
345      <SubType>UserControl</SubType>
346    </Compile>
347    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
348      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
349    </Compile>
350    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
351      <SubType>UserControl</SubType>
352    </Compile>
353    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
354      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
355    </Compile>
356    <Compile Include="Regression\RegressionSolutionLineChartViewBase.cs">
357      <SubType>UserControl</SubType>
358    </Compile>
359    <Compile Include="Regression\RegressionSolutionLineChartViewBase.Designer.cs">
360      <DependentUpon>RegressionSolutionLineChartViewBase.cs</DependentUpon>
361    </Compile>
362    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.cs">
363      <SubType>UserControl</SubType>
364    </Compile>
365    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.Designer.cs">
366      <DependentUpon>RegressionSolutionPartialDependencePlotView.cs</DependentUpon>
367    </Compile>
368    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.cs">
369      <SubType>UserControl</SubType>
370    </Compile>
371    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.Designer.cs">
372      <DependentUpon>RegressionSolutionResidualsLineChartView.cs</DependentUpon>
373    </Compile>
374    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.cs">
375      <SubType>UserControl</SubType>
376    </Compile>
377    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.Designer.cs">
378      <DependentUpon>RegressionSolutionResidualAnalysisView.cs</DependentUpon>
379    </Compile>
380    <Compile Include="Regression\RegressionSolutionVariableImpactsView.cs">
381      <SubType>UserControl</SubType>
382    </Compile>
383    <Compile Include="Regression\RegressionSolutionVariableImpactsView.Designer.cs">
384      <DependentUpon>RegressionSolutionVariableImpactsView.cs</DependentUpon>
385    </Compile>
386    <Compile Include="Regression\RegressionSolutionGradientView.cs">
387      <SubType>UserControl</SubType>
388    </Compile>
389    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
390      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
391    </Compile>
392    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
393      <SubType>UserControl</SubType>
394    </Compile>
395    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
396      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
397    </Compile>
398    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
399      <SubType>UserControl</SubType>
400    </Compile>
401    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
402      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
403    </Compile>
404    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
405      <SubType>UserControl</SubType>
406    </Compile>
407    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
408      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
409    </Compile>
410    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
411      <SubType>UserControl</SubType>
412    </Compile>
413    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
414      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
415    </Compile>
416    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
417      <SubType>UserControl</SubType>
418    </Compile>
419    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
420      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
421    </Compile>
422    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
423      <SubType>UserControl</SubType>
424    </Compile>
425    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
426      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
427    </Compile>
428    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
429      <SubType>UserControl</SubType>
430    </Compile>
431    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
432      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
433    </Compile>
434    <Compile Include="Solution Views\ClassificationSolutionView.cs">
435      <SubType>UserControl</SubType>
436    </Compile>
437    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
438      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
439    </Compile>
440    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
441      <SubType>UserControl</SubType>
442    </Compile>
443    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
444      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
445    </Compile>
446    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
447      <SubType>UserControl</SubType>
448    </Compile>
449    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
450      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
451    </Compile>
452    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
453      <SubType>UserControl</SubType>
454    </Compile>
455    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
456      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
457    </Compile>
458    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
459      <SubType>UserControl</SubType>
460    </Compile>
461    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
462      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
463    </Compile>
464    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
465      <SubType>UserControl</SubType>
466    </Compile>
467    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
468      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
469    </Compile>
470    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
471      <SubType>UserControl</SubType>
472    </Compile>
473    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
474      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
475    </Compile>
476    <Compile Include="Solution Views\ClusteringSolutionView.cs">
477      <SubType>UserControl</SubType>
478    </Compile>
479    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
480      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
481    </Compile>
482    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
483      <SubType>UserControl</SubType>
484    </Compile>
485    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
486      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
487    </Compile>
488    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
489      <SubType>UserControl</SubType>
490    </Compile>
491    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
492      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
493    </Compile>
494    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
495      <SubType>UserControl</SubType>
496    </Compile>
497    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
498      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
499    </Compile>
500    <Compile Include="Controls\DoubleLimitView.cs">
501      <SubType>UserControl</SubType>
502    </Compile>
503    <Compile Include="Controls\DoubleLimitView.Designer.cs">
504      <DependentUpon>DoubleLimitView.cs</DependentUpon>
505    </Compile>
506    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
507    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
508    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
509      <SubType>UserControl</SubType>
510    </Compile>
511    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
512      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
513    </Compile>
514    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
515      <SubType>UserControl</SubType>
516    </Compile>
517    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
518      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
519    </Compile>
520    <Compile Include="Solution Views\RegressionSolutionView.cs">
521      <SubType>UserControl</SubType>
522    </Compile>
523    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
524      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
525    </Compile>
526    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
527      <SubType>UserControl</SubType>
528    </Compile>
529    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
530      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
531    </Compile>
532    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
533      <SubType>UserControl</SubType>
534    </Compile>
535    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
536      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
537    </Compile>
538    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.cs">
539      <SubType>UserControl</SubType>
540    </Compile>
541    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.Designer.cs">
542      <DependentUpon>TimeSeriesPrognosisResidualsLineChartView.cs</DependentUpon>
543    </Compile>
544    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.cs">
545      <SubType>UserControl</SubType>
546    </Compile>
547    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.Designer.cs">
548      <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
549    </Compile>
550    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
551      <SubType>UserControl</SubType>
552    </Compile>
553    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
554      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
555    </Compile>
556    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
557      <SubType>UserControl</SubType>
558    </Compile>
559    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
560      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
561    </Compile>
562    <None Include="HeuristicLab.snk" />
563    <None Include="Plugin.cs.frame" />
564    <None Include="Properties\AssemblyInfo.cs.frame" />
565    <Compile Include="Properties\AssemblyInfo.cs" />
566  </ItemGroup>
567  <ItemGroup>
568    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
569      <Visible>False</Visible>
570      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
571      <Install>false</Install>
572    </BootstrapperPackage>
573    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
574      <Visible>False</Visible>
575      <ProductName>.NET Framework 3.5 SP1</ProductName>
576      <Install>true</Install>
577    </BootstrapperPackage>
578    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
579      <Visible>False</Visible>
580      <ProductName>Windows Installer 3.1</ProductName>
581      <Install>true</Install>
582    </BootstrapperPackage>
583  </ItemGroup>
584  <ItemGroup>
585    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
586      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
587    </EmbeddedResource>
588    <EmbeddedResource Include="Solution Views\RegressionSolutionView.resx">
589      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
590    </EmbeddedResource>
591  </ItemGroup>
592  <ItemGroup>
593    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
594      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
595      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
596      <Private>False</Private>
597    </ProjectReference>
598  </ItemGroup>
599  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
600  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
601       Other similar extension points exist, see Microsoft.Common.targets.
602  <Target Name="BeforeBuild">
603  </Target>
604  <Target Name="AfterBuild">
605  </Target>
606  -->
607  <PropertyGroup>
608    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
609set ProjectDir=$(ProjectDir)
610set SolutionDir=$(SolutionDir)
611set Outdir=$(Outdir)
612
613call PreBuildEvent.cmd
614</PreBuildEvent>
615    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
616export ProjectDir=$(ProjectDir)
617export SolutionDir=$(SolutionDir)
618
619$SolutionDir/PreBuildEvent.sh
620</PreBuildEvent>
621  </PropertyGroup>
622</Project>
Note: See TracBrowser for help on using the repository browser.