Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 14124

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

#1087: Fix PreBuildEvent for Linux in project file

File size: 28.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>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78    <Prefer32Bit>false</Prefer32Bit>
79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88    <Prefer32Bit>false</Prefer32Bit>
89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
98    <Prefer32Bit>false</Prefer32Bit>
99  </PropertyGroup>
100  <ItemGroup>
101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="System" />
106    <Reference Include="System.Core">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Drawing" />
110    <Reference Include="System.Windows.Forms" />
111    <Reference Include="System.Windows.Forms.DataVisualization" >
112 <HintPath>../../bin/System.Windows.Forms.DataVisualization.dll</HintPath>
113 </Reference>
114    <Reference Include="System.Xml.Linq">
115      <RequiredTargetFramework>3.5</RequiredTargetFramework>
116    </Reference>
117    <Reference Include="System.Data.DataSetExtensions">
118      <RequiredTargetFramework>3.5</RequiredTargetFramework>
119    </Reference>
120    <Reference Include="System.Data" />
121    <Reference Include="System.Xml" />
122  </ItemGroup>
123  <ItemGroup>
124    <Compile Include="Controls\DensityChart.cs">
125      <SubType>UserControl</SubType>
126    </Compile>
127    <Compile Include="Controls\DensityChart.Designer.cs">
128      <DependentUpon>DensityChart.cs</DependentUpon>
129    </Compile>
130    <Compile Include="Controls\DensityTrackbar.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="Controls\DensityTrackbar.Designer.cs">
134      <DependentUpon>DensityTrackbar.cs</DependentUpon>
135    </Compile>
136    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationCalculator.cs" />
137    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationCalculator.cs" />
138    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
139      <SubType>UserControl</SubType>
140    </Compile>
141    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
142      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
143    </Compile>
144    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
145      <SubType>UserControl</SubType>
146    </Compile>
147    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
148      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
149    </Compile>
150    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
151      <SubType>UserControl</SubType>
152    </Compile>
153    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
154      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
155    </Compile>
156    <Compile Include="Classification\ClassificationSolutionComparisonView.cs">
157      <SubType>UserControl</SubType>
158    </Compile>
159    <Compile Include="Classification\ClassificationSolutionComparisonView.Designer.cs">
160      <DependentUpon>ClassificationSolutionComparisonView.cs</DependentUpon>
161    </Compile>
162    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
166      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
167    </Compile>
168    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
169      <SubType>UserControl</SubType>
170    </Compile>
171    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
172      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
173    </Compile>
174    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
178      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
184      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
190      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
193    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
194      <SubType>UserControl</SubType>
195    </Compile>
196    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
197      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
198    </Compile>
199    <Compile Include="Controls\GradientChart.cs">
200      <SubType>UserControl</SubType>
201    </Compile>
202    <Compile Include="Controls\GradientChart.Designer.cs">
203      <DependentUpon>GradientChart.cs</DependentUpon>
204    </Compile>
205    <Compile Include="Controls\GradientChartConfigurationDialog.cs">
206      <SubType>Form</SubType>
207    </Compile>
208    <Compile Include="Controls\GradientChartConfigurationDialog.Designer.cs">
209      <DependentUpon>GradientChartConfigurationDialog.cs</DependentUpon>
210    </Compile>
211    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
212    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
213    <Compile Include="ModifiableDatasetView.cs">
214      <SubType>UserControl</SubType>
215    </Compile>
216    <Compile Include="ModifiableDatasetView.Designer.cs">
217      <DependentUpon>ModifiableDatasetView.cs</DependentUpon>
218    </Compile>
219    <Compile Include="Plugin.cs" />
220    <Compile Include="ProblemDataView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="ProblemDataView.Designer.cs">
224      <DependentUpon>ProblemDataView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="Regression\ConfidenceRegressionSolutionEstimatedValuesView.Designer.cs">
230      <DependentUpon>ConfidenceRegressionSolutionEstimatedValuesView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="Regression\ConfidenceRegressionSolutionLineChartView.Designer.cs">
236      <DependentUpon>ConfidenceRegressionSolutionLineChartView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="Regression\RegressionEnsembleSolutionModelWeightsView.Designer.cs">
242      <DependentUpon>RegressionEnsembleSolutionModelWeightsView.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\RegressionSolutionGradientView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="Regression\RegressionSolutionGradientView.Designer.cs">
254      <DependentUpon>RegressionSolutionGradientView.cs</DependentUpon>
255    </Compile>
256    <Compile Include="Regression\RegressionSolutionTargetResponseGradientView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="Regression\RegressionSolutionTargetResponseGradientView.Designer.cs">
260      <DependentUpon>RegressionSolutionTargetResponseGradientView.cs</DependentUpon>
261    </Compile>
262    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
263      <SubType>UserControl</SubType>
264    </Compile>
265    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
266      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
267    </Compile>
268    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
269      <SubType>UserControl</SubType>
270    </Compile>
271    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
272      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
273    </Compile>
274    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
275      <SubType>UserControl</SubType>
276    </Compile>
277    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
278      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
279    </Compile>
280    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
281      <SubType>UserControl</SubType>
282    </Compile>
283    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
284      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
285    </Compile>
286    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
287      <SubType>UserControl</SubType>
288    </Compile>
289    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
290      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
291    </Compile>
292    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
293      <SubType>UserControl</SubType>
294    </Compile>
295    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
296      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
297    </Compile>
298    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
299      <SubType>UserControl</SubType>
300    </Compile>
301    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
302      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
303    </Compile>
304    <Compile Include="Solution Views\ClassificationSolutionView.cs">
305      <SubType>UserControl</SubType>
306    </Compile>
307    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
308      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
309    </Compile>
310    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
311      <SubType>UserControl</SubType>
312    </Compile>
313    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
314      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
315    </Compile>
316    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
317      <SubType>UserControl</SubType>
318    </Compile>
319    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
320      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
321    </Compile>
322    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
323      <SubType>UserControl</SubType>
324    </Compile>
325    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
326      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
327    </Compile>
328    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
329      <SubType>UserControl</SubType>
330    </Compile>
331    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
332      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
333    </Compile>
334    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
335      <SubType>UserControl</SubType>
336    </Compile>
337    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
338      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
339    </Compile>
340    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
341      <SubType>UserControl</SubType>
342    </Compile>
343    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
344      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
345    </Compile>
346    <Compile Include="Solution Views\ClusteringSolutionView.cs">
347      <SubType>UserControl</SubType>
348    </Compile>
349    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
350      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
351    </Compile>
352    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
353      <SubType>UserControl</SubType>
354    </Compile>
355    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
356      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
357    </Compile>
358    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
359      <SubType>UserControl</SubType>
360    </Compile>
361    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
362      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
363    </Compile>
364    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
365      <SubType>UserControl</SubType>
366    </Compile>
367    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
368      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
369    </Compile>
370    <Compile Include="Controls\DoubleLimitView.cs">
371      <SubType>UserControl</SubType>
372    </Compile>
373    <Compile Include="Controls\DoubleLimitView.Designer.cs">
374      <DependentUpon>DoubleLimitView.cs</DependentUpon>
375    </Compile>
376    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
377    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
378    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
379      <SubType>UserControl</SubType>
380    </Compile>
381    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
382      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
383    </Compile>
384    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
385      <SubType>UserControl</SubType>
386    </Compile>
387    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
388      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
389    </Compile>
390    <Compile Include="Solution Views\RegressionSolutionView.cs">
391      <SubType>UserControl</SubType>
392    </Compile>
393    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
394      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
395    </Compile>
396    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
397      <SubType>UserControl</SubType>
398    </Compile>
399    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
400      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
401    </Compile>
402    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
403      <SubType>UserControl</SubType>
404    </Compile>
405    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
406      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
407    </Compile>
408    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
409      <SubType>UserControl</SubType>
410    </Compile>
411    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
412      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
413    </Compile>
414    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
415      <SubType>UserControl</SubType>
416    </Compile>
417    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
418      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
419    </Compile>
420    <None Include="HeuristicLab.snk" />
421    <None Include="Plugin.cs.frame" />
422    <None Include="Properties\AssemblyInfo.cs.frame" />
423    <Compile Include="Properties\AssemblyInfo.cs" />
424  </ItemGroup>
425  <ItemGroup>
426    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
427      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
428      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
429    </ProjectReference>
430    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
431      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
432      <Name>HeuristicLab.Analysis.Views-3.3</Name>
433      <Private>False</Private>
434    </ProjectReference>
435    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
436      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
437      <Name>HeuristicLab.Analysis-3.3</Name>
438      <Private>False</Private>
439    </ProjectReference>
440    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
441      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
442      <Name>HeuristicLab.Collections-3.3</Name>
443      <Private>False</Private>
444    </ProjectReference>
445    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
446      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
447      <Name>HeuristicLab.Common.Resources-3.3</Name>
448      <Private>False</Private>
449    </ProjectReference>
450    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
451      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
452      <Name>HeuristicLab.Common-3.3</Name>
453      <Private>False</Private>
454    </ProjectReference>
455    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
456      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
457      <Name>HeuristicLab.Core.Views-3.3</Name>
458      <Private>False</Private>
459    </ProjectReference>
460    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
461      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
462      <Name>HeuristicLab.Core-3.3</Name>
463      <Private>False</Private>
464    </ProjectReference>
465    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
466      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
467      <Name>HeuristicLab.Data.Views-3.3</Name>
468      <Private>False</Private>
469    </ProjectReference>
470    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
471      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
472      <Name>HeuristicLab.Data-3.3</Name>
473      <Private>False</Private>
474    </ProjectReference>
475    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
476      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
477      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
478      <Private>False</Private>
479    </ProjectReference>
480    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
481      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
482      <Name>HeuristicLab.MainForm-3.3</Name>
483      <Private>False</Private>
484    </ProjectReference>
485    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
486      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
487      <Name>HeuristicLab.Optimization.Views-3.3</Name>
488      <Private>False</Private>
489    </ProjectReference>
490    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
491      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
492      <Name>HeuristicLab.Optimization-3.3</Name>
493      <Private>False</Private>
494    </ProjectReference>
495    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
496      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
497      <Name>HeuristicLab.Optimizer-3.3</Name>
498      <Private>False</Private>
499    </ProjectReference>
500    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
501      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
502      <Name>HeuristicLab.Parameters.Views-3.3</Name>
503      <Private>False</Private>
504    </ProjectReference>
505    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
506      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
507      <Name>HeuristicLab.Persistence-3.3</Name>
508      <Private>False</Private>
509    </ProjectReference>
510    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
511      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
512      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
513      <Private>False</Private>
514    </ProjectReference>
515    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
516      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
517      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
518    </ProjectReference>
519    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
520      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
521      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
522    </ProjectReference>
523    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
524      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
525      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
526      <Private>False</Private>
527    </ProjectReference>
528    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
529      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
530      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
531      <Private>False</Private>
532    </ProjectReference>
533  </ItemGroup>
534  <ItemGroup>
535    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
536      <Visible>False</Visible>
537      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
538      <Install>false</Install>
539    </BootstrapperPackage>
540    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
541      <Visible>False</Visible>
542      <ProductName>.NET Framework 3.5 SP1</ProductName>
543      <Install>true</Install>
544    </BootstrapperPackage>
545    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
546      <Visible>False</Visible>
547      <ProductName>Windows Installer 3.1</ProductName>
548      <Install>true</Install>
549    </BootstrapperPackage>
550  </ItemGroup>
551  <ItemGroup>
552    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
553      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
554    </EmbeddedResource>
555  </ItemGroup>
556  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
557  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
558       Other similar extension points exist, see Microsoft.Common.targets.
559  <Target Name="BeforeBuild">
560  </Target>
561  <Target Name="AfterBuild">
562  </Target>
563  -->
564  <PropertyGroup>
565    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
566set ProjectDir=$(ProjectDir)
567set SolutionDir=$(SolutionDir)
568set Outdir=$(Outdir)
569
570call PreBuildEvent.cmd
571</PreBuildEvent>
572    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
573export ProjectDir=$(ProjectDir)
574export SolutionDir=$(SolutionDir)
575
576$SolutionDir/PreBuildEvent.sh
577</PreBuildEvent>
578  </PropertyGroup>
579</Project>
Note: See TracBrowser for help on using the repository browser.