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

Last change on this file since 17712 was 16991, checked in by dpiringe, 6 years ago

#2924:

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