Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 14532

Last change on this file since 14532 was 14532, checked in by gkronber, 7 years ago

#2718: specific implementation of residuals line chart view for time series prognosis

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