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 @ 11623

Last change on this file since 11623 was 11623, checked in by ascheibe, 9 years ago

#2280 switched all projects to .NET 4.5 (ExtLibs, HL, Tests, Services, Slave)

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