Free cookie consent management tool by TermsFeed Policy Generator

source: branches/crossvalidation-2434/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 14029

Last change on this file since 14029 was 14029, checked in by gkronber, 8 years ago

#2434: merged trunk changes r12934:14026 from trunk to branch

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