Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ClassificationModelComparison/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 13085

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

#1998: merged changesets r10551:13084 (only on HeuristicLab.Algorithms.DataAnalysis) from trunk to branch

File size: 28.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
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>{2E782078-FA81-4B70-B56F-74CE38DAC6C8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.DataAnalysis</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.DataAnalysis-3.4</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <StartupObject>
21    </StartupObject>
22    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50    <Prefer32Bit>false</Prefer32Bit>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <DocumentationFile>
60    </DocumentationFile>
61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62    <Prefer32Bit>false</Prefer32Bit>
63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
65    <DebugSymbols>true</DebugSymbols>
66    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
72    <Prefer32Bit>false</Prefer32Bit>
73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
75    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
76    <DefineConstants>TRACE</DefineConstants>
77    <DocumentationFile>
78    </DocumentationFile>
79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
84    <Prefer32Bit>false</Prefer32Bit>
85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
87    <DebugSymbols>true</DebugSymbols>
88    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
89    <DefineConstants>DEBUG;TRACE</DefineConstants>
90    <DebugType>full</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94    <Prefer32Bit>false</Prefer32Bit>
95  </PropertyGroup>
96  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
97    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
98    <DefineConstants>TRACE</DefineConstants>
99    <DocumentationFile>
100    </DocumentationFile>
101    <Optimize>true</Optimize>
102    <DebugType>pdbonly</DebugType>
103    <PlatformTarget>x64</PlatformTarget>
104    <ErrorReport>prompt</ErrorReport>
105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106    <Prefer32Bit>false</Prefer32Bit>
107  </PropertyGroup>
108  <ItemGroup>
109    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="HeuristicLab.Analysis-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
119      <Private>False</Private>
120    </Reference>
121    <Reference Include="HeuristicLab.Collections-3.3">
122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
123      <Private>False</Private>
124    </Reference>
125    <Reference Include="HeuristicLab.Common-3.3">
126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
127      <Private>False</Private>
128    </Reference>
129    <Reference Include="HeuristicLab.Common.Resources-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
131      <Private>False</Private>
132    </Reference>
133    <Reference Include="HeuristicLab.Core-3.3">
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Data-3.3">
138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
139      <Private>False</Private>
140    </Reference>
141    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
143      <Private>False</Private>
144    </Reference>
145    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
147      <Private>False</Private>
148    </Reference>
149    <Reference Include="HeuristicLab.Operators-3.3">
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Optimization-3.3">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Parameters-3.3">
158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
159      <Private>False</Private>
160    </Reference>
161    <Reference Include="HeuristicLab.Persistence-3.3">
162      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
163      <Private>False</Private>
164    </Reference>
165    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
167      <Private>False</Private>
168    </Reference>
169    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
170      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
171      <Private>False</Private>
172    </Reference>
173    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
174      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
175      <Private>False</Private>
176    </Reference>
177    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
178      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
179      <Private>False</Private>
180    </Reference>
181    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
182      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
183      <Private>False</Private>
184    </Reference>
185    <Reference Include="HeuristicLab.Problems.Instances-3.3">
186      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
187      <Private>False</Private>
188    </Reference>
189    <Reference Include="HeuristicLab.Random-3.3">
190      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
191      <Private>False</Private>
192    </Reference>
193    <Reference Include="LibSVM-3.12">
194      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
195      <Private>False</Private>
196    </Reference>
197    <Reference Include="System" />
198    <Reference Include="System.Core">
199      <RequiredTargetFramework>3.5</RequiredTargetFramework>
200    </Reference>
201    <Reference Include="System.Drawing" />
202  </ItemGroup>
203  <ItemGroup>
204    <Compile Include="CrossValidation.cs">
205      <SubType>Code</SubType>
206    </Compile>
207    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
208    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
209    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
210    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
211    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
212    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
213    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
214      <SubType>Code</SubType>
215    </Compile>
216    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
217      <SubType>Code</SubType>
218    </Compile>
219    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
220      <SubType>Code</SubType>
221    </Compile>
222    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
223      <SubType>Code</SubType>
224    </Compile>
225    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
226      <SubType>Code</SubType>
227    </Compile>
228    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
229      <SubType>Code</SubType>
230    </Compile>
231    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
232      <SubType>Code</SubType>
233    </Compile>
234    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
235      <SubType>Code</SubType>
236    </Compile>
237    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
238      <SubType>Code</SubType>
239    </Compile>
240    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
241      <SubType>Code</SubType>
242    </Compile>
243    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
244      <SubType>Code</SubType>
245    </Compile>
246    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
247      <SubType>Code</SubType>
248    </Compile>
249    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
250    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
251      <SubType>Code</SubType>
252    </Compile>
253    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
254    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
255    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
256    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
257    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
258    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
259      <SubType>Code</SubType>
260    </Compile>
261    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
262      <SubType>Code</SubType>
263    </Compile>
264    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
265    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
266    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
267    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
268    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
269      <SubType>Code</SubType>
270    </Compile>
271    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
272    <Compile Include="GaussianProcess\Util.cs" />
273    <Compile Include="GaussianProcess\IMeanFunction.cs" />
274    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
275    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
276    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
277    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
278    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
279    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
280    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
281    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
282    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
283    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
284    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
285    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
286    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
287    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
288    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
289    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
290    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
291    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
292    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
293    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
294    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
295    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
296    <Compile Include="Interfaces\INcaModel.cs" />
297    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
298    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
299    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
300    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
301    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
302    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
303    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
304    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
305    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
306    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
307    <Compile Include="Interfaces\IRandomForestModel.cs" />
308    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
309    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
310    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
311    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
312    <Compile Include="kMeans\KMeansClustering.cs" />
313    <Compile Include="kMeans\KMeansClusteringModel.cs" />
314    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
315    <Compile Include="kMeans\KMeansClusteringUtil.cs">
316      <SubType>Code</SubType>
317    </Compile>
318    <Compile Include="Linear\AlglibUtil.cs" />
319    <Compile Include="Linear\OneRTest.cs" />
320    <Compile Include="Linear\OneR.cs" />
321    <Compile Include="Linear\OneR\OneRClassificationModel.cs" />
322    <Compile Include="Linear\OneR\OneRClassificationSolution.cs" />
323    <Compile Include="Linear\Scaling.cs" />
324    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
325    <Compile Include="Linear\LinearRegression.cs">
326      <SubType>Code</SubType>
327    </Compile>
328    <Compile Include="Linear\MultinomialLogitClassification.cs" />
329    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
330    <Compile Include="Linear\MultinomialLogitModel.cs" />
331    <Compile Include="Linear\ZeroR.cs" />
332    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
333    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
334    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
335    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
336    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
337    <Compile Include="Nca\Matrix.cs" />
338    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
339    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
340    <Compile Include="Nca\NcaAlgorithm.cs" />
341    <Compile Include="Nca\NcaClassificationSolution.cs" />
342    <Compile Include="Nca\NcaGradientCalculator.cs" />
343    <Compile Include="Nca\NcaModel.cs" />
344    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
345    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
346    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
347    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
348    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
349    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
350    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
351    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
352    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
353    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
354    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
355    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
356    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
357    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
358    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
359    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
360    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
361    <Compile Include="Plugin.cs" />
362    <Compile Include="Properties\AssemblyInfo.cs" />
363    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
364    <Compile Include="RandomForest\RandomForestClassification.cs" />
365    <Compile Include="RandomForest\RandomForestModel.cs" />
366    <Compile Include="RandomForest\RandomForestRegression.cs" />
367    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
368    <Compile Include="RandomForest\RandomForestUtil.cs" />
369    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
370    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
371    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
372    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
373      <SubType>Code</SubType>
374    </Compile>
375    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
376      <SubType>Code</SubType>
377    </Compile>
378    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
379      <SubType>Code</SubType>
380    </Compile>
381    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
382  </ItemGroup>
383  <ItemGroup>
384    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">
385      <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>
386      <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>
387      <Private>False</Private>
388    </ProjectReference>
389    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
390      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
391      <Name>HeuristicLab.Analysis-3.3</Name>
392      <Private>False</Private>
393    </ProjectReference>
394    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
395      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
396      <Name>HeuristicLab.Collections-3.3</Name>
397      <Private>False</Private>
398    </ProjectReference>
399    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
400      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
401      <Name>HeuristicLab.Common.Resources-3.3</Name>
402      <Private>False</Private>
403    </ProjectReference>
404    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
405      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
406      <Name>HeuristicLab.Common-3.3</Name>
407      <Private>False</Private>
408    </ProjectReference>
409    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
410      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
411      <Name>HeuristicLab.Core-3.3</Name>
412      <Private>False</Private>
413    </ProjectReference>
414    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
415      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
416      <Name>HeuristicLab.Data-3.3</Name>
417      <Private>False</Private>
418    </ProjectReference>
419    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
420      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
421      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
422      <Private>False</Private>
423    </ProjectReference>
424    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
425      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
426      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
427      <Private>False</Private>
428    </ProjectReference>
429    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
430      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
431      <Name>HeuristicLab.Operators-3.3</Name>
432      <Private>False</Private>
433    </ProjectReference>
434    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
435      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
436      <Name>HeuristicLab.Optimization-3.3</Name>
437      <Private>False</Private>
438    </ProjectReference>
439    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
440      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
441      <Name>HeuristicLab.Parameters-3.3</Name>
442      <Private>False</Private>
443    </ProjectReference>
444    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
445      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
446      <Name>HeuristicLab.Persistence-3.3</Name>
447      <Private>False</Private>
448    </ProjectReference>
449    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
450      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
451      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
452      <Private>False</Private>
453    </ProjectReference>
454    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
455      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
456      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
457      <Private>False</Private>
458    </ProjectReference>
459    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
460      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
461      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
462      <Private>False</Private>
463    </ProjectReference>
464    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
465      <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
466      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
467    </ProjectReference>
468    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
469      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
470      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
471      <Private>False</Private>
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.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
479      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
480      <Name>HeuristicLab.Problems.Instances-3.3</Name>
481      <Private>False</Private>
482    </ProjectReference>
483    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
484      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
485      <Name>HeuristicLab.Random-3.3</Name>
486      <Private>False</Private>
487    </ProjectReference>
488  </ItemGroup>
489  <ItemGroup>
490    <None Include="HeuristicLab.snk" />
491    <None Include="Plugin.cs.frame" />
492    <None Include="Properties\AssemblyInfo.cs.frame" />
493  </ItemGroup>
494  <ItemGroup>
495    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
496      <Visible>False</Visible>
497      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
498      <Install>false</Install>
499    </BootstrapperPackage>
500    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
501      <Visible>False</Visible>
502      <ProductName>.NET Framework 3.5 SP1</ProductName>
503      <Install>true</Install>
504    </BootstrapperPackage>
505    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
506      <Visible>False</Visible>
507      <ProductName>Windows Installer 3.1</ProductName>
508      <Install>true</Install>
509    </BootstrapperPackage>
510  </ItemGroup>
511  <ItemGroup>
512    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
513      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
514      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
515    </ProjectReference>
516  </ItemGroup>
517  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
518  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
519       Other similar extension points exist, see Microsoft.Common.targets.
520  <Target Name="BeforeBuild">
521  </Target>
522  <Target Name="AfterBuild">
523  </Target>
524  -->
525  <PropertyGroup>
526    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
527set ProjectDir=$(ProjectDir)
528set SolutionDir=$(SolutionDir)
529set Outdir=$(Outdir)
530
531call PreBuildEvent.cmd
532</PreBuildEvent>
533    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
534export ProjectDir=$(ProjectDir)
535export SolutionDir=$(SolutionDir)
536
537$SolutionDir/PreBuildEvent.sh
538</PreBuildEvent>
539  </PropertyGroup>
540</Project>
Note: See TracBrowser for help on using the repository browser.