Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 16147

Last change on this file since 16147 was 16147, checked in by jkarder, 6 years ago

#2924: reapplied changes from r16143

File size: 36.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.7</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.ComponentModel.Composition" />
107    <Reference Include="System.Configuration" />
108    <Reference Include="System.Core">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data.OracleClient" />
112    <Reference Include="System.DirectoryServices" />
113    <Reference Include="System.DirectoryServices.AccountManagement" />
114    <Reference Include="System.DirectoryServices.Protocols" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.IdentityModel" />
117    <Reference Include="System.Management" />
118    <Reference Include="System.Net" />
119    <Reference Include="System.Runtime.Caching" />
120    <Reference Include="System.Runtime.Serialization" />
121    <Reference Include="System.Security" />
122    <Reference Include="System.ServiceModel" />
123    <Reference Include="System.ServiceProcess" />
124    <Reference Include="System.Transactions" />
125    <Reference Include="System.Windows.Forms" />
126    <Reference Include="System.Windows.Forms.DataVisualization" />
127    <Reference Include="System.Xml.Linq">
128      <RequiredTargetFramework>3.5</RequiredTargetFramework>
129    </Reference>
130    <Reference Include="System.Data.DataSetExtensions">
131      <RequiredTargetFramework>3.5</RequiredTargetFramework>
132    </Reference>
133    <Reference Include="System.Data" />
134    <Reference Include="System.Xml" />
135    <Reference Include="WindowsBase" />
136  </ItemGroup>
137  <ItemGroup>
138    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.Designer.cs">
142      <DependentUpon>ClassificationSolutionVariableImpactsView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="Controls\DensityChart.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="Controls\DensityChart.Designer.cs">
148      <DependentUpon>DensityChart.cs</DependentUpon>
149    </Compile>
150    <Compile Include="Controls\DensityTrackbar.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="Controls\DensityTrackbar.Designer.cs">
154      <DependentUpon>DensityTrackbar.cs</DependentUpon>
155    </Compile>
156    <Compile Include="Controls\FactorPartialDependencePlot.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="Controls\FactorPartialDependencePlot.Designer.cs">
160      <DependentUpon>FactorPartialDependencePlot.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Controls\PartialDependencePlot.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="Controls\PartialDependencePlot.Designer.cs">
166      <DependentUpon>PartialDependencePlot.cs</DependentUpon>
167    </Compile>
168    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.cs">
169      <SubType>Form</SubType>
170    </Compile>
171    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.Designer.cs">
172      <DependentUpon>PartialDependencePlotConfigurationDialog.cs</DependentUpon>
173    </Compile>
174    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
175    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
176    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
180      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
186      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
192      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
198      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
204      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
210      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
211    </Compile>
212    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
216      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
222      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
225      <SubType>UserControl</SubType>
226    </Compile>
227    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
228      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
229    </Compile>
230    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
231    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
235      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
238    <Compile Include="Interfaces\IPartialDependencePlot.cs" />
239    <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
240    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
241    <Compile Include="ModifiableDatasetView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="ModifiableDatasetView.Designer.cs">
245      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="Plugin.cs" />
248    <Compile Include="ProblemDataView.cs">
249      <SubType>UserControl</SubType>
250    </Compile>
251    <Compile Include="ProblemDataView.Designer.cs">
252      <DependentUpon>ProblemDataView.cs</DependentUpon>
253    </Compile>
254    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
255      <SubType>UserControl</SubType>
256    </Compile>
257    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.Designer.cs">
258      <DependentUpon>ConfidenceRegressionSolutionEstimatedValuesView.cs</DependentUpon>
259    </Compile>
260    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.cs">
261      <SubType>UserControl</SubType>
262    </Compile>
263    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.Designer.cs">
264      <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
265    </Compile>
266    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
267      <SubType>UserControl</SubType>
268    </Compile>
269    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
270      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
271    </Compile>
272    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
273      <SubType>UserControl</SubType>
274    </Compile>
275    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
276      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
277    </Compile>
278    <Compile Include="Regression\RegressionSolutionLineChartViewBase.cs">
279      <SubType>UserControl</SubType>
280    </Compile>
281    <Compile Include="Regression\RegressionSolutionLineChartViewBase.Designer.cs">
282      <DependentUpon>RegressionSolutionLineChartViewBase.cs</DependentUpon>
283    </Compile>
284    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.cs">
285      <SubType>UserControl</SubType>
286    </Compile>
287    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.Designer.cs">
288      <DependentUpon>RegressionSolutionPartialDependencePlotView.cs</DependentUpon>
289    </Compile>
290    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.cs">
291      <SubType>UserControl</SubType>
292    </Compile>
293    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.Designer.cs">
294      <DependentUpon>RegressionSolutionResidualsLineChartView.cs</DependentUpon>
295    </Compile>
296    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.Designer.cs">
300      <DependentUpon>RegressionSolutionResidualAnalysisView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="Regression\RegressionSolutionVariableImpactsView.cs">
303      <SubType>UserControl</SubType>
304    </Compile>
305    <Compile Include="Regression\RegressionSolutionVariableImpactsView.Designer.cs">
306      <DependentUpon>RegressionSolutionVariableImpactsView.cs</DependentUpon>
307    </Compile>
308    <Compile Include="Regression\RegressionSolutionGradientView.cs">
309      <SubType>UserControl</SubType>
310    </Compile>
311    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
312      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
313    </Compile>
314    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
315      <SubType>UserControl</SubType>
316    </Compile>
317    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
318      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
319    </Compile>
320    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
321      <SubType>UserControl</SubType>
322    </Compile>
323    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
324      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
325    </Compile>
326    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
327      <SubType>UserControl</SubType>
328    </Compile>
329    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
330      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
331    </Compile>
332    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
333      <SubType>UserControl</SubType>
334    </Compile>
335    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
336      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
337    </Compile>
338    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
339      <SubType>UserControl</SubType>
340    </Compile>
341    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
342      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
343    </Compile>
344    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
345      <SubType>UserControl</SubType>
346    </Compile>
347    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
348      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
349    </Compile>
350    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
351      <SubType>UserControl</SubType>
352    </Compile>
353    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
354      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
355    </Compile>
356    <Compile Include="Solution Views\ClassificationSolutionView.cs">
357      <SubType>UserControl</SubType>
358    </Compile>
359    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
360      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
361    </Compile>
362    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
363      <SubType>UserControl</SubType>
364    </Compile>
365    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
366      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
367    </Compile>
368    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
369      <SubType>UserControl</SubType>
370    </Compile>
371    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
372      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
373    </Compile>
374    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
375      <SubType>UserControl</SubType>
376    </Compile>
377    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
378      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
379    </Compile>
380    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
381      <SubType>UserControl</SubType>
382    </Compile>
383    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
384      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
385    </Compile>
386    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
387      <SubType>UserControl</SubType>
388    </Compile>
389    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
390      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
391    </Compile>
392    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
393      <SubType>UserControl</SubType>
394    </Compile>
395    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
396      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
397    </Compile>
398    <Compile Include="Solution Views\ClusteringSolutionView.cs">
399      <SubType>UserControl</SubType>
400    </Compile>
401    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
402      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
403    </Compile>
404    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
405      <SubType>UserControl</SubType>
406    </Compile>
407    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
408      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
409    </Compile>
410    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
411      <SubType>UserControl</SubType>
412    </Compile>
413    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
414      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
415    </Compile>
416    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
417      <SubType>UserControl</SubType>
418    </Compile>
419    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
420      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
421    </Compile>
422    <Compile Include="Controls\DoubleLimitView.cs">
423      <SubType>UserControl</SubType>
424    </Compile>
425    <Compile Include="Controls\DoubleLimitView.Designer.cs">
426      <DependentUpon>DoubleLimitView.cs</DependentUpon>
427    </Compile>
428    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
429    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
430    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
431      <SubType>UserControl</SubType>
432    </Compile>
433    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
434      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
435    </Compile>
436    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
437      <SubType>UserControl</SubType>
438    </Compile>
439    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
440      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
441    </Compile>
442    <Compile Include="Solution Views\RegressionSolutionView.cs">
443      <SubType>UserControl</SubType>
444    </Compile>
445    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
446      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
447    </Compile>
448    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
449      <SubType>UserControl</SubType>
450    </Compile>
451    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
452      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
453    </Compile>
454    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
455      <SubType>UserControl</SubType>
456    </Compile>
457    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
458      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
459    </Compile>
460    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.cs">
461      <SubType>UserControl</SubType>
462    </Compile>
463    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.Designer.cs">
464      <DependentUpon>TimeSeriesPrognosisResidualsLineChartView.cs</DependentUpon>
465    </Compile>
466    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.cs">
467      <SubType>UserControl</SubType>
468    </Compile>
469    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.Designer.cs">
470      <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
471    </Compile>
472    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
473      <SubType>UserControl</SubType>
474    </Compile>
475    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
476      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
477    </Compile>
478    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
479      <SubType>UserControl</SubType>
480    </Compile>
481    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
482      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
483    </Compile>
484    <None Include="HeuristicLab.snk" />
485    <None Include="Plugin.cs.frame" />
486    <None Include="Properties\AssemblyInfo.cs.frame" />
487    <Compile Include="Properties\AssemblyInfo.cs" />
488  </ItemGroup>
489  <ItemGroup>
490    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
491      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
492      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
493      <Private>False</Private>
494    </ProjectReference>
495    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
496      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
497      <Name>HeuristicLab.Analysis.Views-3.3</Name>
498      <Private>False</Private>
499    </ProjectReference>
500    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
501      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
502      <Name>HeuristicLab.Analysis-3.3</Name>
503      <Private>False</Private>
504    </ProjectReference>
505    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
506      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
507      <Name>HeuristicLab.Collections-3.3</Name>
508      <Private>False</Private>
509    </ProjectReference>
510    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
511      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
512      <Name>HeuristicLab.Common.Resources-3.3</Name>
513      <Private>False</Private>
514    </ProjectReference>
515    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
516      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
517      <Name>HeuristicLab.Common-3.3</Name>
518      <Private>False</Private>
519    </ProjectReference>
520    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
521      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
522      <Name>HeuristicLab.Core.Views-3.3</Name>
523      <Private>False</Private>
524    </ProjectReference>
525    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
526      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
527      <Name>HeuristicLab.Core-3.3</Name>
528      <Private>False</Private>
529    </ProjectReference>
530    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
531      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
532      <Name>HeuristicLab.Data.Views-3.3</Name>
533      <Private>False</Private>
534    </ProjectReference>
535    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
536      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
537      <Name>HeuristicLab.Data-3.3</Name>
538      <Private>False</Private>
539    </ProjectReference>
540    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
541      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
542      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
543      <Private>False</Private>
544    </ProjectReference>
545    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
546      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
547      <Name>HeuristicLab.MainForm-3.3</Name>
548      <Private>False</Private>
549    </ProjectReference>
550    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
551      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
552      <Name>HeuristicLab.Optimization.Views-3.3</Name>
553      <Private>False</Private>
554    </ProjectReference>
555    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
556      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
557      <Name>HeuristicLab.Optimization-3.3</Name>
558      <Private>False</Private>
559    </ProjectReference>
560    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
561      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
562      <Name>HeuristicLab.Optimizer-3.3</Name>
563      <Private>False</Private>
564    </ProjectReference>
565    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
566      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
567      <Name>HeuristicLab.Parameters.Views-3.3</Name>
568      <Private>False</Private>
569    </ProjectReference>
570    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
571      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
572      <Name>HeuristicLab.Persistence-3.3</Name>
573      <Private>False</Private>
574    </ProjectReference>
575    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
576      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
577      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
578      <Private>False</Private>
579    </ProjectReference>
580    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
581      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
582      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
583      <Private>False</Private>
584    </ProjectReference>
585    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
586      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
587      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
588      <Private>False</Private>
589    </ProjectReference>
590    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
591      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
592      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
593      <Private>False</Private>
594    </ProjectReference>
595    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
596      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
597      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
598      <Private>False</Private>
599    </ProjectReference>
600  </ItemGroup>
601  <ItemGroup>
602    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
603      <Visible>False</Visible>
604      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
605      <Install>false</Install>
606    </BootstrapperPackage>
607    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
608      <Visible>False</Visible>
609      <ProductName>.NET Framework 3.5 SP1</ProductName>
610      <Install>true</Install>
611    </BootstrapperPackage>
612    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
613      <Visible>False</Visible>
614      <ProductName>Windows Installer 3.1</ProductName>
615      <Install>true</Install>
616    </BootstrapperPackage>
617  </ItemGroup>
618  <ItemGroup>
619    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
620      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
621    </EmbeddedResource>
622  </ItemGroup>
623  <ItemGroup>
624    <PackageReference Include="Microsoft.Win32.Registry">
625      <Version>4.5.0</Version>
626    </PackageReference>
627    <PackageReference Include="Microsoft.Win32.Registry.AccessControl">
628      <Version>4.5.0</Version>
629    </PackageReference>
630    <PackageReference Include="Microsoft.Win32.SystemEvents">
631      <Version>4.5.0</Version>
632    </PackageReference>
633    <PackageReference Include="Microsoft.Windows.Compatibility">
634      <Version>2.0.1</Version>
635    </PackageReference>
636    <PackageReference Include="System.CodeDom">
637      <Version>4.5.0</Version>
638    </PackageReference>
639    <PackageReference Include="System.ComponentModel.Composition">
640      <Version>4.5.0</Version>
641    </PackageReference>
642    <PackageReference Include="System.Configuration.ConfigurationManager">
643      <Version>4.5.0</Version>
644    </PackageReference>
645    <PackageReference Include="System.Data.DataSetExtensions">
646      <Version>4.5.0</Version>
647    </PackageReference>
648    <PackageReference Include="System.Data.Odbc">
649      <Version>4.5.0</Version>
650    </PackageReference>
651    <PackageReference Include="System.Data.SqlClient">
652      <Version>4.5.0</Version>
653    </PackageReference>
654    <PackageReference Include="System.Diagnostics.EventLog">
655      <Version>4.5.0</Version>
656    </PackageReference>
657    <PackageReference Include="System.Diagnostics.PerformanceCounter">
658      <Version>4.5.0</Version>
659    </PackageReference>
660    <PackageReference Include="System.DirectoryServices">
661      <Version>4.5.0</Version>
662    </PackageReference>
663    <PackageReference Include="System.DirectoryServices.AccountManagement">
664      <Version>4.5.0</Version>
665    </PackageReference>
666    <PackageReference Include="System.DirectoryServices.Protocols">
667      <Version>4.5.0</Version>
668    </PackageReference>
669    <PackageReference Include="System.Drawing.Common">
670      <Version>4.5.0</Version>
671    </PackageReference>
672    <PackageReference Include="System.IO.FileSystem.AccessControl">
673      <Version>4.5.0</Version>
674    </PackageReference>
675    <PackageReference Include="System.IO.FileSystem.Primitives">
676      <Version>4.3.0</Version>
677    </PackageReference>
678    <PackageReference Include="System.IO.Packaging">
679      <Version>4.5.0</Version>
680    </PackageReference>
681    <PackageReference Include="System.IO.Pipes.AccessControl">
682      <Version>4.5.0</Version>
683    </PackageReference>
684    <PackageReference Include="System.IO.Ports">
685      <Version>4.5.0</Version>
686    </PackageReference>
687    <PackageReference Include="System.Management">
688      <Version>4.5.0</Version>
689    </PackageReference>
690    <PackageReference Include="System.Runtime.Caching">
691      <Version>4.5.0</Version>
692    </PackageReference>
693    <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
694      <Version>4.5.0</Version>
695    </PackageReference>
696    <PackageReference Include="System.Security.AccessControl">
697      <Version>4.5.0</Version>
698    </PackageReference>
699    <PackageReference Include="System.Security.Cryptography.Cng">
700      <Version>4.5.0</Version>
701    </PackageReference>
702    <PackageReference Include="System.Security.Cryptography.Pkcs">
703      <Version>4.5.0</Version>
704    </PackageReference>
705    <PackageReference Include="System.Security.Cryptography.ProtectedData">
706      <Version>4.5.0</Version>
707    </PackageReference>
708    <PackageReference Include="System.Security.Cryptography.Xml">
709      <Version>4.5.0</Version>
710    </PackageReference>
711    <PackageReference Include="System.Security.Permissions">
712      <Version>4.5.0</Version>
713    </PackageReference>
714    <PackageReference Include="System.Security.Principal.Windows">
715      <Version>4.5.0</Version>
716    </PackageReference>
717    <PackageReference Include="System.ServiceModel.Duplex">
718      <Version>4.4.1</Version>
719    </PackageReference>
720    <PackageReference Include="System.ServiceModel.Http">
721      <Version>4.4.1</Version>
722    </PackageReference>
723    <PackageReference Include="System.ServiceModel.NetTcp">
724      <Version>4.4.1</Version>
725    </PackageReference>
726    <PackageReference Include="System.ServiceModel.Primitives">
727      <Version>4.4.1</Version>
728    </PackageReference>
729    <PackageReference Include="System.ServiceModel.Security">
730      <Version>4.4.1</Version>
731    </PackageReference>
732    <PackageReference Include="System.ServiceModel.Syndication">
733      <Version>4.5.0</Version>
734    </PackageReference>
735    <PackageReference Include="System.ServiceProcess.ServiceController">
736      <Version>4.5.0</Version>
737    </PackageReference>
738    <PackageReference Include="System.Text.Encoding.CodePages">
739      <Version>4.5.0</Version>
740    </PackageReference>
741    <PackageReference Include="System.Threading.AccessControl">
742      <Version>4.5.0</Version>
743    </PackageReference>
744  </ItemGroup>
745  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
746  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
747       Other similar extension points exist, see Microsoft.Common.targets.
748  <Target Name="BeforeBuild">
749  </Target>
750  <Target Name="AfterBuild">
751  </Target>
752  -->
753  <PropertyGroup>
754    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
755set ProjectDir=$(ProjectDir)
756set SolutionDir=$(SolutionDir)
757set Outdir=$(Outdir)
758
759call PreBuildEvent.cmd
760</PreBuildEvent>
761    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
762export ProjectDir=$(ProjectDir)
763export SolutionDir=$(SolutionDir)
764
765$SolutionDir/PreBuildEvent.sh
766</PreBuildEvent>
767  </PropertyGroup>
768</Project>
Note: See TracBrowser for help on using the repository browser.