Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1776_ClassificationEnsembleVoting/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 17834

Last change on this file since 17834 was 8863, checked in by sforsten, 12 years ago

#1776:

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