Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11159 was 11159, checked in by mkommend, 10 years ago

#2206: Merged r11114, r11116, r11156 into stable.

File size: 24.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Views-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
50    <DebugType>pdbonly</DebugType>
51    <Optimize>true</Optimize>
52    <OutputPath>$(SolutionDir)\bin\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <ErrorReport>prompt</ErrorReport>
55    <WarningLevel>4</WarningLevel>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <Optimize>true</Optimize>
71    <DebugType>pdbonly</DebugType>
72    <PlatformTarget>x64</PlatformTarget>
73    <ErrorReport>prompt</ErrorReport>
74    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75  </PropertyGroup>
76  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
77    <DebugSymbols>true</DebugSymbols>
78    <OutputPath>$(SolutionDir)\bin\</OutputPath>
79    <DefineConstants>DEBUG;TRACE</DefineConstants>
80    <DebugType>full</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84  </PropertyGroup>
85  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
87    <DefineConstants>TRACE</DefineConstants>
88    <Optimize>true</Optimize>
89    <DebugType>pdbonly</DebugType>
90    <PlatformTarget>x86</PlatformTarget>
91    <ErrorReport>prompt</ErrorReport>
92    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
93  </PropertyGroup>
94  <ItemGroup>
95    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
97      <Private>False</Private>
98    </Reference>
99    <Reference Include="System" />
100    <Reference Include="System.Core">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Drawing" />
104    <Reference Include="System.Windows.Forms" />
105    <Reference Include="System.Windows.Forms.DataVisualization" />
106    <Reference Include="System.Xml.Linq">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data.DataSetExtensions">
110      <RequiredTargetFramework>3.5</RequiredTargetFramework>
111    </Reference>
112    <Reference Include="System.Data" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.Designer.cs">
120      <DependentUpon>ClassificationEnsembleSolutionEstimatedClassValuesView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Classification\ClassificationEnsembleSolutionModelView.Designer.cs">
126      <DependentUpon>ClassificationEnsembleSolutionModelView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Classification\ClassificationFeatureCorrelationView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Classification\ClassificationFeatureCorrelationView.Designer.cs">
132      <DependentUpon>ClassificationFeatureCorrelationView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="Classification\ClassificationTimeframeFeatureCorrelationView.Designer.cs">
138      <DependentUpon>ClassificationTimeframeFeatureCorrelationView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Classification\DiscriminantFunctionClassificationModelView.Designer.cs">
144      <DependentUpon>DiscriminantFunctionClassificationModelView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="Clustering\ClusteringSolutionVisualizationView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="Clustering\ClusteringSolutionVisualizationView.Designer.cs">
150      <DependentUpon>ClusteringSolutionVisualizationView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="FeatureCorrelation\AbstractFeatureCorrelationView.Designer.cs">
156      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="DataAnalysisSolutionEvaluationView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="DataAnalysisSolutionEvaluationView.Designer.cs">
162      <DependentUpon>DataAnalysisSolutionEvaluationView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="FeatureCorrelation\FeatureCorrelationCalculator.cs" />
165    <Compile Include="FeatureCorrelation\FeatureCorrelationView.cs">
166      <SubType>UserControl</SubType>
167    </Compile>
168    <Compile Include="FeatureCorrelation\FeatureCorrelationView.Designer.cs">
169      <DependentUpon>FeatureCorrelationView.cs</DependentUpon>
170    </Compile>
171    <Compile Include="Interfaces\IDataPreprocessorStarter.cs" />
172    <Compile Include="MenuItems\ShrinkDataAnalysisRunsMenuItem.cs" />
173    <Compile Include="Plugin.cs" />
174    <Compile Include="ProblemDataView.cs">
175      <SubType>UserControl</SubType>
176    </Compile>
177    <Compile Include="ProblemDataView.Designer.cs">
178      <DependentUpon>ProblemDataView.cs</DependentUpon>
179    </Compile>
180    <Compile Include="Regression\RegressionFeatureCorrelationView.cs">
181      <SubType>UserControl</SubType>
182    </Compile>
183    <Compile Include="Regression\RegressionFeatureCorrelationView.Designer.cs">
184      <DependentUpon>RegressionFeatureCorrelationView.cs</DependentUpon>
185    </Compile>
186    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.cs">
187      <SubType>UserControl</SubType>
188    </Compile>
189    <Compile Include="Regression\RegressionTimeframeFeatureCorrelationView.Designer.cs">
190      <DependentUpon>RegressionTimeframeFeatureCorrelationView.cs</DependentUpon>
191    </Compile>
192    <Compile Include="Regression\RegressionEnsembleSolutionModelView.cs">
193      <SubType>UserControl</SubType>
194    </Compile>
195    <Compile Include="Regression\RegressionEnsembleSolutionModelView.Designer.cs">
196      <DependentUpon>RegressionEnsembleSolutionModelView.cs</DependentUpon>
197    </Compile>
198    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.cs">
199      <SubType>UserControl</SubType>
200    </Compile>
201    <Compile Include="Regression\RegressionSolutionErrorCharacteristicsCurveView.Designer.cs">
202      <DependentUpon>RegressionSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
203    </Compile>
204    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.cs">
205      <SubType>UserControl</SubType>
206    </Compile>
207    <Compile Include="Regression\RegressionSolutionEstimatedValuesView.Designer.cs">
208      <DependentUpon>RegressionSolutionEstimatedValuesView.cs</DependentUpon>
209    </Compile>
210    <Compile Include="Regression\RegressionSolutionLineChartView.cs">
211      <SubType>UserControl</SubType>
212    </Compile>
213    <Compile Include="Regression\RegressionSolutionLineChartView.Designer.cs">
214      <DependentUpon>RegressionSolutionLineChartView.cs</DependentUpon>
215    </Compile>
216    <Compile Include="Regression\RegressionSolutionResidualHistogram.cs">
217      <SubType>UserControl</SubType>
218    </Compile>
219    <Compile Include="Regression\RegressionSolutionResidualHistogram.Designer.cs">
220      <DependentUpon>RegressionSolutionResidualHistogram.cs</DependentUpon>
221    </Compile>
222    <Compile Include="Regression\RegressionSolutionScatterPlotView.cs">
223      <SubType>UserControl</SubType>
224    </Compile>
225    <Compile Include="Regression\RegressionSolutionScatterPlotView.Designer.cs">
226      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
227    </Compile>
228    <Compile Include="Solution Views\ClassificationSolutionView.cs">
229      <SubType>UserControl</SubType>
230    </Compile>
231    <Compile Include="Solution Views\ClassificationSolutionView.Designer.cs">
232      <DependentUpon>ClassificationSolutionView.cs</DependentUpon>
233    </Compile>
234    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.cs">
235      <SubType>UserControl</SubType>
236    </Compile>
237    <Compile Include="Classification\ClassificationSolutionConfusionMatrixView.Designer.cs">
238      <DependentUpon>ClassificationSolutionConfusionMatrixView.cs</DependentUpon>
239    </Compile>
240    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.cs">
241      <SubType>UserControl</SubType>
242    </Compile>
243    <Compile Include="Classification\ClassificationSolutionEstimatedClassValuesView.Designer.cs">
244      <DependentUpon>ClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
245    </Compile>
246    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs">
247      <SubType>UserControl</SubType>
248    </Compile>
249    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.Designer.cs">
250      <DependentUpon>DiscriminantFunctionClassificationSolutionEstimatedClassValuesView.cs</DependentUpon>
251    </Compile>
252    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.cs">
253      <SubType>UserControl</SubType>
254    </Compile>
255    <Compile Include="Classification\DiscriminantFunctionClassificationRocCurvesView.Designer.cs">
256      <DependentUpon>DiscriminantFunctionClassificationRocCurvesView.cs</DependentUpon>
257    </Compile>
258    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.cs">
259      <SubType>UserControl</SubType>
260    </Compile>
261    <Compile Include="Classification\DiscriminantFunctionClassificationSolutionThresholdView.Designer.cs">
262      <DependentUpon>DiscriminantFunctionClassificationSolutionThresholdView.cs</DependentUpon>
263    </Compile>
264    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.cs">
265      <SubType>UserControl</SubType>
266    </Compile>
267    <Compile Include="Clustering\ClusteringSolutionEstimatedClusterView.Designer.cs">
268      <DependentUpon>ClusteringSolutionEstimatedClusterView.cs</DependentUpon>
269    </Compile>
270    <Compile Include="Solution Views\ClusteringSolutionView.cs">
271      <SubType>UserControl</SubType>
272    </Compile>
273    <Compile Include="Solution Views\ClusteringSolutionView.Designer.cs">
274      <DependentUpon>ClusteringSolutionView.cs</DependentUpon>
275    </Compile>
276    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.cs">
277      <SubType>UserControl</SubType>
278    </Compile>
279    <Compile Include="Solution Views\ClassificationEnsembleSolutionView.Designer.cs">
280      <DependentUpon>ClassificationEnsembleSolutionView.cs</DependentUpon>
281    </Compile>
282    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.cs">
283      <SubType>UserControl</SubType>
284    </Compile>
285    <Compile Include="Solution Views\DiscriminantFunctionClassificationSolutionView.Designer.cs">
286      <DependentUpon>DiscriminantFunctionClassificationSolutionView.cs</DependentUpon>
287    </Compile>
288    <Compile Include="Solution Views\DataAnalysisSolutionView.cs">
289      <SubType>UserControl</SubType>
290    </Compile>
291    <Compile Include="Solution Views\DataAnalysisSolutionView.Designer.cs">
292      <DependentUpon>DataAnalysisSolutionView.cs</DependentUpon>
293    </Compile>
294    <Compile Include="DoubleLimitView.cs">
295      <SubType>UserControl</SubType>
296    </Compile>
297    <Compile Include="DoubleLimitView.Designer.cs">
298      <DependentUpon>DoubleLimitView.cs</DependentUpon>
299    </Compile>
300    <Compile Include="Interfaces\IDataAnalysisSolutionEvaluationView.cs" />
301    <Compile Include="MenuItems\CreateEnsembleMenuItem.cs" />
302    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.cs">
303      <SubType>UserControl</SubType>
304    </Compile>
305    <Compile Include="Solution Views\NamedDataAnalysisSolutionView.Designer.cs">
306      <DependentUpon>NamedDataAnalysisSolutionView.cs</DependentUpon>
307    </Compile>
308    <Compile Include="Solution Views\RegressionEnsembleSolutionView.cs">
309      <SubType>UserControl</SubType>
310    </Compile>
311    <Compile Include="Solution Views\RegressionEnsembleSolutionView.Designer.cs">
312      <DependentUpon>RegressionEnsembleSolutionView.cs</DependentUpon>
313    </Compile>
314    <Compile Include="Solution Views\RegressionSolutionView.cs">
315      <SubType>UserControl</SubType>
316    </Compile>
317    <Compile Include="Solution Views\RegressionSolutionView.Designer.cs">
318      <DependentUpon>RegressionSolutionView.cs</DependentUpon>
319    </Compile>
320    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.cs">
321      <SubType>UserControl</SubType>
322    </Compile>
323    <Compile Include="FeatureCorrelation\TimeframeFeatureCorrelationView.Designer.cs">
324      <DependentUpon>TimeframeFeatureCorrelationView.cs</DependentUpon>
325    </Compile>
326    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.cs">
327      <SubType>UserControl</SubType>
328    </Compile>
329    <Compile Include="Solution Views\TimeSeriesPrognosisSolutionView.Designer.cs">
330      <DependentUpon>TimeSeriesPrognosisSolutionView.cs</DependentUpon>
331    </Compile>
332    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.cs">
333      <SubType>UserControl</SubType>
334    </Compile>
335    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisResultsView.Designer.cs">
336      <DependentUpon>TimeSeriesPrognosisResultsView.cs</DependentUpon>
337    </Compile>
338    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs">
339      <SubType>UserControl</SubType>
340    </Compile>
341    <Compile Include="TimeSeriesPrognosis\TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.Designer.cs">
342      <DependentUpon>TimeSeriesPrognosisSolutionErrorCharacteristicsCurveView.cs</DependentUpon>
343    </Compile>
344    <None Include="HeuristicLab.snk" />
345    <None Include="Plugin.cs.frame" />
346    <None Include="Properties\AssemblyInfo.cs.frame" />
347    <Compile Include="Properties\AssemblyInfo.cs" />
348  </ItemGroup>
349  <ItemGroup>
350    <ProjectReference Include="..\..\HeuristicLab.Algorithms.DataAnalysis\3.4\HeuristicLab.Algorithms.DataAnalysis-3.4.csproj">
351      <Project>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</Project>
352      <Name>HeuristicLab.Algorithms.DataAnalysis-3.4</Name>
353    </ProjectReference>
354    <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
355      <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
356      <Name>HeuristicLab.Analysis.Views-3.3</Name>
357      <Private>False</Private>
358    </ProjectReference>
359    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
360      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
361      <Name>HeuristicLab.Analysis-3.3</Name>
362      <Private>False</Private>
363    </ProjectReference>
364    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
365      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
366      <Name>HeuristicLab.Collections-3.3</Name>
367      <Private>False</Private>
368    </ProjectReference>
369    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
370      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
371      <Name>HeuristicLab.Common.Resources-3.3</Name>
372      <Private>False</Private>
373    </ProjectReference>
374    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
375      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
376      <Name>HeuristicLab.Common-3.3</Name>
377      <Private>False</Private>
378    </ProjectReference>
379    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
380      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
381      <Name>HeuristicLab.Core.Views-3.3</Name>
382      <Private>False</Private>
383    </ProjectReference>
384    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
385      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
386      <Name>HeuristicLab.Core-3.3</Name>
387      <Private>False</Private>
388    </ProjectReference>
389    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
390      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
391      <Name>HeuristicLab.Data.Views-3.3</Name>
392      <Private>False</Private>
393    </ProjectReference>
394    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
395      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
396      <Name>HeuristicLab.Data-3.3</Name>
397      <Private>False</Private>
398    </ProjectReference>
399    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
400      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
401      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
402      <Private>False</Private>
403    </ProjectReference>
404    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
405      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
406      <Name>HeuristicLab.MainForm-3.3</Name>
407      <Private>False</Private>
408    </ProjectReference>
409    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
410      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
411      <Name>HeuristicLab.Optimization.Views-3.3</Name>
412      <Private>False</Private>
413    </ProjectReference>
414    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
415      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
416      <Name>HeuristicLab.Optimization-3.3</Name>
417      <Private>False</Private>
418    </ProjectReference>
419    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
420      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
421      <Name>HeuristicLab.Optimizer-3.3</Name>
422      <Private>False</Private>
423    </ProjectReference>
424    <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
425      <Project>{AE5B1CE5-9862-4D6F-A700-D72CD9AEA295}</Project>
426      <Name>HeuristicLab.Parameters.Views-3.3</Name>
427      <Private>False</Private>
428    </ProjectReference>
429    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
430      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
431      <Name>HeuristicLab.Persistence-3.3</Name>
432      <Private>False</Private>
433    </ProjectReference>
434    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
435      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
436      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
437      <Private>False</Private>
438    </ProjectReference>
439    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
440      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
441      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
442      <Private>False</Private>
443    </ProjectReference>
444    <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
445      <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
446      <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
447      <Private>False</Private>
448    </ProjectReference>
449  </ItemGroup>
450  <ItemGroup>
451    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
452      <Visible>False</Visible>
453      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
454      <Install>false</Install>
455    </BootstrapperPackage>
456    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
457      <Visible>False</Visible>
458      <ProductName>.NET Framework 3.5 SP1</ProductName>
459      <Install>true</Install>
460    </BootstrapperPackage>
461    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
462      <Visible>False</Visible>
463      <ProductName>Windows Installer 3.1</ProductName>
464      <Install>true</Install>
465    </BootstrapperPackage>
466  </ItemGroup>
467  <ItemGroup>
468    <EmbeddedResource Include="FeatureCorrelation\AbstractFeatureCorrelationView.resx">
469      <DependentUpon>AbstractFeatureCorrelationView.cs</DependentUpon>
470    </EmbeddedResource>
471  </ItemGroup>
472  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
473  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
474       Other similar extension points exist, see Microsoft.Common.targets.
475  <Target Name="BeforeBuild">
476  </Target>
477  <Target Name="AfterBuild">
478  </Target>
479  -->
480  <PropertyGroup>
481    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
482set ProjectDir=$(ProjectDir)
483set SolutionDir=$(SolutionDir)
484set Outdir=$(Outdir)
485
486call PreBuildEvent.cmd
487</PreBuildEvent>
488    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
489export ProjectDir=$(ProjectDir)
490export SolutionDir=$(SolutionDir)
491
492$SolutionDir/PreBuildEvent.sh
493</PreBuildEvent>
494  </PropertyGroup>
495</Project>
Note: See TracBrowser for help on using the repository browser.