Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.RegressionSolutionGradientView/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 13808

Last change on this file since 13808 was 13808, checked in by bburlacu, 8 years ago

#2597: Start implementing table layout panel for gradient charts in a separate view.

File size: 25.5 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\sources\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78    <Prefer32Bit>false</Prefer32Bit>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88    <Prefer32Bit>false</Prefer32Bit>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
91    <OutputPath>..\..\..\..\trunk\sources\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">
102      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4">
106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis-3.4.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Analysis-3.3">
110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Analysis.Views-3.3">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Collections-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Common-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Common.Resources-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Core-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Core.Views-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Data-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Data.Views-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.MainForm-3.3">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Optimization-3.3">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Optimization.Views-3.3">
158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
159      <Private>False</Private>
160    </Reference>
161    <Reference Include="HeuristicLab.Optimizer-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
162      <SpecificVersion>False</SpecificVersion>
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
164    </Reference>
165    <Reference Include="HeuristicLab.Parameters-3.3">
166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="HeuristicLab.Parameters.Views-3.3">
170      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
171      <Private>False</Private>
172    </Reference>
173    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
174      <SpecificVersion>False</SpecificVersion>
175      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
176    </Reference>
177    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
178      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
179      <Private>False</Private>
180    </Reference>
181    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
182      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
183      <Private>False</Private>
184    </Reference>
185    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
186      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
187      <Private>False</Private>
188    </Reference>
189    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
190      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
191      <Private>False</Private>
192    </Reference>
193    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
194      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
195      <Private>False</Private>
196    </Reference>
197    <Reference Include="System" />
198    <Reference Include="System.Core">
199      <RequiredTargetFramework>3.5</RequiredTargetFramework>
200    </Reference>
201    <Reference Include="System.Drawing" />
202    <Reference Include="System.Windows.Forms" />
203    <Reference Include="System.Windows.Forms.DataVisualization" />
204    <Reference Include="System.Xml.Linq">
205      <RequiredTargetFramework>3.5</RequiredTargetFramework>
206    </Reference>
207    <Reference Include="System.Data.DataSetExtensions">
208      <RequiredTargetFramework>3.5</RequiredTargetFramework>
209    </Reference>
210    <Reference Include="System.Data" />
211    <Reference Include="System.Xml" />
212  </ItemGroup>
213  <ItemGroup>
214    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
218      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
224      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
230      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
236      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
242      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
245      <SubType>UserControl</SubType>
246    </Compile>
247    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
248      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
254      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
255    </Compile>
256    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
260      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
261    </Compile>
262    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
263      <SubType>UserControl</SubType>
264    </Compile>
265    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
266      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
267    </Compile>
268    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
269    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
273      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
274    </Compile>
275    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
276    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
277    <Compile Include="ModifiableDatasetView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="ModifiableDatasetView.Designer.cs">
281      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="Plugin.cs" />
284    <Compile Include="ProblemDataView.cs">
285      <SubType>UserControl</SubType>
286    </Compile>
287    <Compile Include="ProblemDataView.Designer.cs">
288      <DependentUpon>ProblemDataView.cs</DependentUpon>
289    </Compile>
290    <Compile Include="RegressionSolutionGradientView.cs">
291      <SubType>UserControl</SubType>
292    </Compile>
293    <Compile Include="RegressionSolutionGradientView.Designer.cs">
294      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
295    </Compile>
296    <Compile Include="RegressionSolutionTargetResponseGradientView.cs">
297      <SubType>UserControl</SubType>
298    </Compile>
299    <Compile Include="RegressionSolutionTargetResponseGradientView.Designer.cs">
300      <DependentUpon>RegressionSolutionTargetResponseGradientView.cs</DependentUpon>
301    </Compile>
302    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
303      <SubType>UserControl</SubType>
304    </Compile>
305    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
306      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.cs</DependentUpon>
307    </Compile>
308    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
309      <SubType>UserControl</SubType>
310    </Compile>
311    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
312      <DependentUpon>RegressionFeatureCorrelationView.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="DoubleLimitView.cs">
423      <SubType>UserControl</SubType>
424    </Compile>
425    <Compile Include="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\TimeSeriesPrognosisResultsView.cs">
461      <SubType>UserControl</SubType>
462    </Compile>
463    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
464      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
465    </Compile>
466    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
467      <SubType>UserControl</SubType>
468    </Compile>
469    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
470      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
471    </Compile>
472    <Compile Include="GradientChart.cs">
473      <SubType>Component</SubType>
474    </Compile>
475    <Compile Include="GradientChart.Designer.cs">
476      <DependentUpon>GradientChart.cs</DependentUpon>
477    </Compile>
478    <None Include="HeuristicLab.snk" />
479    <None Include="Plugin.cs.frame" />
480    <None Include="Properties\AssemblyInfo.cs.frame" />
481    <Compile Include="Properties\AssemblyInfo.cs" />
482  </ItemGroup>
483  <ItemGroup>
484    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
485      <Visible>False</Visible>
486      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
487      <Install>false</Install>
488    </BootstrapperPackage>
489    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
490      <Visible>False</Visible>
491      <ProductName>.NET Framework 3.5 SP1</ProductName>
492      <Install>true</Install>
493    </BootstrapperPackage>
494    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
495      <Visible>False</Visible>
496      <ProductName>Windows Installer 3.1</ProductName>
497      <Install>true</Install>
498    </BootstrapperPackage>
499  </ItemGroup>
500  <ItemGroup>
501    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
502      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
503    </EmbeddedResource>
504  </ItemGroup>
505  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
506  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
507       Other similar extension points exist, see Microsoft.Common.targets.
508  <Target Name="BeforeBuild">
509  </Target>
510  <Target Name="AfterBuild">
511  </Target>
512  -->
513  <PropertyGroup>
514    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
515set ProjectDir=$(ProjectDir)
516set SolutionDir=$(SolutionDir)
517set Outdir=$(Outdir)
518
519call PreBuildEvent.cmd
520</PreBuildEvent>
521    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
522export ProjectDir=$(ProjectDir)
523export SolutionDir=$(SolutionDir)
524
525$SolutionDir/PreBuildEvent.sh
526</PreBuildEvent>
527  </PropertyGroup>
528</Project>
Note: See TracBrowser for help on using the repository browser.