Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj @ 13156

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

#1998: merged changes from trunk to stable branch

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