Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClassificationModelComparison/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 9119

Last change on this file since 9119 was 9119, checked in by sforsten, 11 years ago

#1998:

  • added OneRClassificationModelView
  • added ClassificationSolutionComparisonView
  • added several calculators (ConfusionMatrixCalculator, FOneScoreCalculator, MatthewsCorrelationCoefficientCalculator)
  • fixed bug in OneR
  • added StorableClass and Item attribute to several classes
File size: 22.9 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.0</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  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="ALGLIB-3.6.0">
96      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>
97    </Reference>
98    <Reference Include="HeuristicLab.Analysis-3.3">
99      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.Analysis.Views-3.3">
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Collections-3.3">
105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
106    </Reference>
107    <Reference Include="HeuristicLab.Common-3.3">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
109    </Reference>
110    <Reference Include="HeuristicLab.Common.Resources-3.3">
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Core-3.3">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Core.Views-3.3">
117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Data-3.3">
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Data.Views-3.3">
123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.MainForm-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Optimization-3.3">
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Optimization.Views-3.3">
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Optimizer-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Parameters.Views-3.3">
141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.Persistence-3.3">
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
150    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
152    </Reference>
153    <Reference Include="System" />
154    <Reference Include="System.Core">
155      <RequiredTargetFramework>3.5</RequiredTargetFramework>
156    </Reference>
157    <Reference Include="System.Drawing" />
158    <Reference Include="System.Windows.Forms" />
159    <Reference Include="System.Windows.Forms.DataVisualization" />
160    <Reference Include="System.Xml.Linq">
161      <RequiredTargetFramework>3.5</RequiredTargetFramework>
162    </Reference>
163    <Reference Include="System.Data.DataSetExtensions">
164      <RequiredTargetFramework>3.5</RequiredTargetFramework>
165    </Reference>
166    <Reference Include="System.Data" />
167    <Reference Include="System.Xml" />
168  </ItemGroup>
169  <ItemGroup>
170    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
174      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
180      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
186      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
192      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
198      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
204      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
210      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
211    </Compile>
212    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
216      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
217    </Compile>
218    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
219      <SubType>UserControl</SubType>
220    </Compile>
221    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
222      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
223    </Compile>
224    <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.cs">
225      <SubType>UserControl</SubType>
226    </Compile>
227    <Compile Include="FeatureCorrelation\EnhancedStringConvertibleMatrixView.Designer.cs">
228      <DependentUpon>EnhancedStringConvertibleMatrixView.cs</DependentUpon>
229    </Compile>
230    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
231    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
232      <SubType>UserControl</SubType>
233    </Compile>
234    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
235      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
236    </Compile>
237    <Compile Include="Plugin.cs" />
238    <Compile Include="ProblemDataView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="ProblemDataView.Designer.cs">
242      <DependentUpon>ProblemDataView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
245      <SubType>UserControl</SubType>
246    </Compile>
247    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
248      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
254      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
255    </Compile>
256    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
260      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
261    </Compile>
262    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
263      <SubType>UserControl</SubType>
264    </Compile>
265    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
266      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
267    </Compile>
268    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
269      <SubType>UserControl</SubType>
270    </Compile>
271    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
272      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
273    </Compile>
274    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
275      <SubType>UserControl</SubType>
276    </Compile>
277    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
278      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
279    </Compile>
280    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
281      <SubType>UserControl</SubType>
282    </Compile>
283    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
284      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
285    </Compile>
286    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
287      <SubType>UserControl</SubType>
288    </Compile>
289    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
290      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
291    </Compile>
292    <Compile Include="Solution Views\ClassificationSolutionView.cs">
293      <SubType>UserControl</SubType>
294    </Compile>
295    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
296      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
297    </Compile>
298    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
299      <SubType>UserControl</SubType>
300    </Compile>
301    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
302      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
303    </Compile>
304    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
305      <SubType>UserControl</SubType>
306    </Compile>
307    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
308      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
309    </Compile>
310    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
311      <SubType>UserControl</SubType>
312    </Compile>
313    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
314      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
315    </Compile>
316    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
317      <SubType>UserControl</SubType>
318    </Compile>
319    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
320      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
321    </Compile>
322    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
323      <SubType>UserControl</SubType>
324    </Compile>
325    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
326      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
327    </Compile>
328    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
329      <SubType>UserControl</SubType>
330    </Compile>
331    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
332      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
333    </Compile>
334    <Compile Include="Solution Views\ClusteringSolutionView.cs">
335      <SubType>UserControl</SubType>
336    </Compile>
337    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
338      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
339    </Compile>
340    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
341      <SubType>UserControl</SubType>
342    </Compile>
343    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
344      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
345    </Compile>
346    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
347      <SubType>UserControl</SubType>
348    </Compile>
349    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
350      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
351    </Compile>
352    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
353      <SubType>UserControl</SubType>
354    </Compile>
355    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
356      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
357    </Compile>
358    <Compile Include="DoubleLimitView.cs">
359      <SubType>UserControl</SubType>
360    </Compile>
361    <Compile Include="DoubleLimitView.Designer.cs">
362      <DependentUpon>DoubleLimitView.cs</DependentUpon>
363    </Compile>
364    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
365    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
366    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
367      <SubType>UserControl</SubType>
368    </Compile>
369    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
370      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
371    </Compile>
372    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
373      <SubType>UserControl</SubType>
374    </Compile>
375    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
376      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
377    </Compile>
378    <Compile Include="Solution Views\RegressionSolutionView.cs">
379      <SubType>UserControl</SubType>
380    </Compile>
381    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
382      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
383    </Compile>
384    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
385      <SubType>UserControl</SubType>
386    </Compile>
387    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
388      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
389    </Compile>
390    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
391      <SubType>UserControl</SubType>
392    </Compile>
393    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
394      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
395    </Compile>
396    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
397      <SubType>UserControl</SubType>
398    </Compile>
399    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
400      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
401    </Compile>
402    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
403      <SubType>UserControl</SubType>
404    </Compile>
405    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
406      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
407    </Compile>
408    <None Include="HeuristicLab.snk" />
409    <None Include="Plugin.cs.frame" />
410    <None Include="Properties\AssemblyInfo.cs.frame" />
411    <Compile Include="Properties\AssemblyInfo.cs" />
412  </ItemGroup>
413  <ItemGroup>
414    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
415      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
416      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
417    </ProjectReference>
418    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
419      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
420      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
421      <Private>False</Private>
422    </ProjectReference>
423  </ItemGroup>
424  <ItemGroup>
425    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
426      <Visible>False</Visible>
427      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
428      <Install>false</Install>
429    </BootstrapperPackage>
430    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
431      <Visible>False</Visible>
432      <ProductName>.NET Framework 3.5 SP1</ProductName>
433      <Install>true</Install>
434    </BootstrapperPackage>
435    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
436      <Visible>False</Visible>
437      <ProductName>Windows Installer 3.1</ProductName>
438      <Install>true</Install>
439    </BootstrapperPackage>
440  </ItemGroup>
441  <ItemGroup>
442    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
443      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
444    </EmbeddedResource>
445  </ItemGroup>
446  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
447  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
448       Other similar extension points exist, see Microsoft.Common.targets.
449  <Target Name="BeforeBuild">
450  </Target>
451  <Target Name="AfterBuild">
452  </Target>
453  -->
454  <PropertyGroup>
455    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
456set ProjectDir=$(ProjectDir)
457set SolutionDir=$(SolutionDir)
458set Outdir=$(Outdir)
459
460call PreBuildEvent.cmd
461</PreBuildEvent>
462    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
463export ProjectDir=$(ProjectDir)
464export SolutionDir=$(SolutionDir)
465
466$SolutionDir/PreBuildEvent.sh
467</PreBuildEvent>
468  </PropertyGroup>
469</Project>
Note: See TracBrowser for help on using the repository browser.