Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 16544

Last change on this file since 16544 was 16544, checked in by chaider, 5 years ago

#2971

  • Added editorconfig
  • Added Getter for intervals in NamedIntervals class
  • Changed GridView to show starting values of dataset
File size: 30.7 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>..\..\..\..\trunk\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(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="HeuristicLab.Algorithms.DataAnalysis-3.4">
106      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Analysis-3.3">
109      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Analysis.Views-3.3">
112      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
119      <SpecificVersion>False</SpecificVersion>
120      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
127      <SpecificVersion>False</SpecificVersion>
128      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
129    </Reference>
130    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
131      <SpecificVersion>False</SpecificVersion>
132      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.MainForm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
139      <SpecificVersion>False</SpecificVersion>
140      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
141    </Reference>
142    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
147      <SpecificVersion>False</SpecificVersion>
148      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Optimization.Views-3.3">
151      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
152    </Reference>
153    <Reference Include="HeuristicLab.Optimizer-3.3">
154      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
155    </Reference>
156    <Reference Include="HeuristicLab.Parameters.Views-3.3">
157      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
158    </Reference>
159    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
162    </Reference>
163    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
164      <SpecificVersion>False</SpecificVersion>
165      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
166    </Reference>
167    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
168      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
169    </Reference>
170    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
171      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
172    </Reference>
173    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
174      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
175    </Reference>
176    <Reference Include="System" />
177    <Reference Include="System.Core">
178      <RequiredTargetFramework>3.5</RequiredTargetFramework>
179    </Reference>
180    <Reference Include="System.Drawing" />
181    <Reference Include="System.Windows.Forms" />
182    <Reference Include="System.Windows.Forms.DataVisualization" />
183    <Reference Include="System.Xml.Linq">
184      <RequiredTargetFramework>3.5</RequiredTargetFramework>
185    </Reference>
186    <Reference Include="System.Data.DataSetExtensions">
187      <RequiredTargetFramework>3.5</RequiredTargetFramework>
188    </Reference>
189    <Reference Include="System.Data" />
190    <Reference Include="System.Xml" />
191  </ItemGroup>
192  <ItemGroup>
193    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="Classification\ClassificationSolutionVariableImpactsView.Designer.cs">
197      <DependentUpon>ClassificationSolutionVariableImpactsView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="Controls\DensityChart.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="Controls\DensityChart.Designer.cs">
203      <DependentUpon>DensityChart.cs</DependentUpon>
204    </Compile>
205    <Compile Include="Controls\DensityTrackbar.cs">
206      <SubType>UserControl</SubType>
207    </Compile>
208    <Compile Include="Controls\DensityTrackbar.Designer.cs">
209      <DependentUpon>DensityTrackbar.cs</DependentUpon>
210    </Compile>
211    <Compile Include="Controls\FactorPartialDependencePlot.cs">
212      <SubType>UserControl</SubType>
213    </Compile>
214    <Compile Include="Controls\FactorPartialDependencePlot.Designer.cs">
215      <DependentUpon>FactorPartialDependencePlot.cs</DependentUpon>
216    </Compile>
217    <Compile Include="Controls\PartialDependencePlot.cs">
218      <SubType>UserControl</SubType>
219    </Compile>
220    <Compile Include="Controls\PartialDependencePlot.Designer.cs">
221      <DependentUpon>PartialDependencePlot.cs</DependentUpon>
222    </Compile>
223    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.cs">
224      <SubType>Form</SubType>
225    </Compile>
226    <Compile Include="Controls\PartialDependencePlotConfigurationDialog.Designer.cs">
227      <DependentUpon>PartialDependencePlotConfigurationDialog.cs</DependentUpon>
228    </Compile>
229    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
230    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
231    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
235      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
238      <SubType>UserControl</SubType>
239    </Compile>
240    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
241      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
242    </Compile>
243    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
244      <SubType>UserControl</SubType>
245    </Compile>
246    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
247      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
248    </Compile>
249    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
250      <SubType>UserControl</SubType>
251    </Compile>
252    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
253      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
254    </Compile>
255    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
256      <SubType>UserControl</SubType>
257    </Compile>
258    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
259      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
260    </Compile>
261    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
262      <SubType>UserControl</SubType>
263    </Compile>
264    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
265      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
266    </Compile>
267    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
268      <SubType>UserControl</SubType>
269    </Compile>
270    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
271      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
272    </Compile>
273    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
274      <SubType>UserControl</SubType>
275    </Compile>
276    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
277      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
278    </Compile>
279    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
280      <SubType>UserControl</SubType>
281    </Compile>
282    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
283      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
284    </Compile>
285    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
286    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
287      <SubType>UserControl</SubType>
288    </Compile>
289    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
290      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
291    </Compile>
292    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
293    <Compile Include="Interfaces\IPartialDependencePlot.cs" />
294    <Compile Include="MenuItems\ChangeDataOfOptimizersMenuItem.cs" />
295    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
296    <Compile Include="ModifiableDatasetView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="ModifiableDatasetView.Designer.cs">
300      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="Plugin.cs" />
303    <Compile Include="ProblemDataView.cs">
304      <SubType>UserControl</SubType>
305    </Compile>
306    <Compile Include="ProblemDataView.Designer.cs">
307      <DependentUpon>ProblemDataView.cs</DependentUpon>
308    </Compile>
309    <Compile Include="Regression\NamedIntervalsView.cs">
310      <SubType>UserControl</SubType>
311    </Compile>
312    <Compile Include="Regression\NamedIntervalsView.Designer.cs">
313      <DependentUpon>NamedIntervalsView.cs</DependentUpon>
314    </Compile>
315    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
316      <SubType>UserControl</SubType>
317    </Compile>
318    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.Designer.cs">
319      <DependentUpon>ConfidenceRegressionSolutionEstimatedValuesView.cs</DependentUpon>
320    </Compile>
321    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.cs">
322      <SubType>UserControl</SubType>
323    </Compile>
324    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.Designer.cs">
325      <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
326    </Compile>
327    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
328      <SubType>UserControl</SubType>
329    </Compile>
330    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
331      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
332    </Compile>
333    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
334      <SubType>UserControl</SubType>
335    </Compile>
336    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
337      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
338    </Compile>
339    <Compile Include="Regression\RegressionSolutionLineChartViewBase.cs">
340      <SubType>UserControl</SubType>
341    </Compile>
342    <Compile Include="Regression\RegressionSolutionLineChartViewBase.Designer.cs">
343      <DependentUpon>RegressionSolutionLineChartViewBase.cs</DependentUpon>
344    </Compile>
345    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.cs">
346      <SubType>UserControl</SubType>
347    </Compile>
348    <Compile Include="Regression\RegressionSolutionPartialDependencePlotView.Designer.cs">
349      <DependentUpon>RegressionSolutionPartialDependencePlotView.cs</DependentUpon>
350    </Compile>
351    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.cs">
352      <SubType>UserControl</SubType>
353    </Compile>
354    <Compile Include="Regression\RegressionSolutionResidualsLineChartView.Designer.cs">
355      <DependentUpon>RegressionSolutionResidualsLineChartView.cs</DependentUpon>
356    </Compile>
357    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.cs">
358      <SubType>UserControl</SubType>
359    </Compile>
360    <Compile Include="Regression\RegressionSolutionResidualAnalysisView.Designer.cs">
361      <DependentUpon>RegressionSolutionResidualAnalysisView.cs</DependentUpon>
362    </Compile>
363    <Compile Include="Regression\RegressionSolutionVariableImpactsView.cs">
364      <SubType>UserControl</SubType>
365    </Compile>
366    <Compile Include="Regression\RegressionSolutionVariableImpactsView.Designer.cs">
367      <DependentUpon>RegressionSolutionVariableImpactsView.cs</DependentUpon>
368    </Compile>
369    <Compile Include="Regression\RegressionSolutionGradientView.cs">
370      <SubType>UserControl</SubType>
371    </Compile>
372    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
373      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
374    </Compile>
375    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
376      <SubType>UserControl</SubType>
377    </Compile>
378    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
379      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
380    </Compile>
381    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
382      <SubType>UserControl</SubType>
383    </Compile>
384    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
385      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
386    </Compile>
387    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
388      <SubType>UserControl</SubType>
389    </Compile>
390    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
391      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
392    </Compile>
393    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
394      <SubType>UserControl</SubType>
395    </Compile>
396    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
397      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
398    </Compile>
399    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
400      <SubType>UserControl</SubType>
401    </Compile>
402    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
403      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
404    </Compile>
405    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
406      <SubType>UserControl</SubType>
407    </Compile>
408    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
409      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
410    </Compile>
411    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
412      <SubType>UserControl</SubType>
413    </Compile>
414    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
415      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
416    </Compile>
417    <Compile Include="Solution Views\ClassificationSolutionView.cs">
418      <SubType>UserControl</SubType>
419    </Compile>
420    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
421      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
422    </Compile>
423    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
424      <SubType>UserControl</SubType>
425    </Compile>
426    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
427      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
428    </Compile>
429    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
430      <SubType>UserControl</SubType>
431    </Compile>
432    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
433      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
434    </Compile>
435    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
436      <SubType>UserControl</SubType>
437    </Compile>
438    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
439      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
440    </Compile>
441    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
442      <SubType>UserControl</SubType>
443    </Compile>
444    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
445      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
446    </Compile>
447    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
448      <SubType>UserControl</SubType>
449    </Compile>
450    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
451      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
452    </Compile>
453    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
454      <SubType>UserControl</SubType>
455    </Compile>
456    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
457      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
458    </Compile>
459    <Compile Include="Solution Views\ClusteringSolutionView.cs">
460      <SubType>UserControl</SubType>
461    </Compile>
462    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
463      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
464    </Compile>
465    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
466      <SubType>UserControl</SubType>
467    </Compile>
468    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
469      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
470    </Compile>
471    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
472      <SubType>UserControl</SubType>
473    </Compile>
474    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
475      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
476    </Compile>
477    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
478      <SubType>UserControl</SubType>
479    </Compile>
480    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
481      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
482    </Compile>
483    <Compile Include="Controls\DoubleLimitView.cs">
484      <SubType>UserControl</SubType>
485    </Compile>
486    <Compile Include="Controls\DoubleLimitView.Designer.cs">
487      <DependentUpon>DoubleLimitView.cs</DependentUpon>
488    </Compile>
489    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
490    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
491    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
492      <SubType>UserControl</SubType>
493    </Compile>
494    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
495      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
496    </Compile>
497    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
498      <SubType>UserControl</SubType>
499    </Compile>
500    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
501      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
502    </Compile>
503    <Compile Include="Solution Views\RegressionSolutionView.cs">
504      <SubType>UserControl</SubType>
505    </Compile>
506    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
507      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
508    </Compile>
509    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
510      <SubType>UserControl</SubType>
511    </Compile>
512    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
513      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
514    </Compile>
515    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
516      <SubType>UserControl</SubType>
517    </Compile>
518    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
519      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
520    </Compile>
521    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.cs">
522      <SubType>UserControl</SubType>
523    </Compile>
524    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResidualsLineChartView.Designer.cs">
525      <DependentUpon>TimeSeriesPrognosisResidualsLineChartView.cs</DependentUpon>
526    </Compile>
527    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.cs">
528      <SubType>UserControl</SubType>
529    </Compile>
530    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisLineChartView.Designer.cs">
531      <DependentUpon>TimeSeriesPrognosisLineChartView.cs</DependentUpon>
532    </Compile>
533    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
534      <SubType>UserControl</SubType>
535    </Compile>
536    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
537      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
538    </Compile>
539    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
540      <SubType>UserControl</SubType>
541    </Compile>
542    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
543      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
544    </Compile>
545    <None Include="HeuristicLab.snk" />
546    <None Include="Plugin.cs.frame" />
547    <None Include="Properties\AssemblyInfo.cs.frame" />
548    <Compile Include="Properties\AssemblyInfo.cs" />
549  </ItemGroup>
550  <ItemGroup>
551    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
552      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
553      <Name>HeuristicLab.Data.Views-3.3</Name>
554      <Private>False</Private>
555    </ProjectReference>
556    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
557      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
558      <Name>HeuristicLab.Problems.DataAnalysis-3.4</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    <EmbeddedResource Include="Regression\NamedIntervalsView.resx">
584      <DependentUpon>NamedIntervalsView.cs</DependentUpon>
585    </EmbeddedResource>
586  </ItemGroup>
587  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
588  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
589       Other similar extension points exist, see Microsoft.Common.targets.
590  <Target Name="BeforeBuild">
591  </Target>
592  <Target Name="AfterBuild">
593  </Target>
594  -->
595  <PropertyGroup>
596    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
597set ProjectDir=$(ProjectDir)
598set SolutionDir=$(SolutionDir)
599set Outdir=$(Outdir)
600
601call PreBuildEvent.cmd
602</PreBuildEvent>
603    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
604export ProjectDir=$(ProjectDir)
605export SolutionDir=$(SolutionDir)
606
607$SolutionDir/PreBuildEvent.sh
608</PreBuildEvent>
609  </PropertyGroup>
610</Project>
Note: See TracBrowser for help on using the repository browser.