Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 16585

Last change on this file since 16585 was 16585, checked in by gkronber, 5 years ago

#2520 Update HEAL.Attic to pre03

File size: 27.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.6.1</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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>$(SolutionDir)\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>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
114      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
115    </Reference>
116    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
117      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre03\lib\net461\HEAL.Attic.dll</HintPath>
118    </Reference>
119    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="System" />
124    <Reference Include="System.Core">
125      <RequiredTargetFramework>3.5</RequiredTargetFramework>
126    </Reference>
127    <Reference Include="System.Drawing" />
128    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
129      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
130    </Reference>
131  </ItemGroup>
132  <ItemGroup>
133    <Compile Include="BaselineClassifiers\OneFactorClassificationModel.cs" />
134    <Compile Include="BaselineClassifiers\OneFactorClassificationSolution.cs" />
135    <Compile Include="BaselineClassifiers\OneR.cs" />
136    <Compile Include="BaselineClassifiers\OneRClassificationModel.cs" />
137    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
138    <Compile Include="BaselineClassifiers\ZeroR.cs" />
139    <Compile Include="CrossValidation.cs">
140      <SubType>Code</SubType>
141    </Compile>
142    <Compile Include="DoubleArrayExtensions.cs" />
143    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
144    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
145    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
146    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
147    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
148    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
149    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
150      <SubType>Code</SubType>
151    </Compile>
152    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
153      <SubType>Code</SubType>
154    </Compile>
155    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
156      <SubType>Code</SubType>
157    </Compile>
158    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
159      <SubType>Code</SubType>
160    </Compile>
161    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
162      <SubType>Code</SubType>
163    </Compile>
164    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
165      <SubType>Code</SubType>
166    </Compile>
167    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
168      <SubType>Code</SubType>
169    </Compile>
170    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
171      <SubType>Code</SubType>
172    </Compile>
173    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
174      <SubType>Code</SubType>
175    </Compile>
176    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
177      <SubType>Code</SubType>
178    </Compile>
179    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
183      <SubType>Code</SubType>
184    </Compile>
185    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
186    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
187      <SubType>Code</SubType>
188    </Compile>
189    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
190    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
191    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
192    <Compile Include="GaussianProcess\MeanFunctions\MeanModel.cs" />
193    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
194    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
195    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
196      <SubType>Code</SubType>
197    </Compile>
198    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
202    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
203    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
204    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
205    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
206      <SubType>Code</SubType>
207    </Compile>
208    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
209    <Compile Include="GaussianProcess\Util.cs" />
210    <Compile Include="GaussianProcess\IMeanFunction.cs" />
211    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
212    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
213    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
214    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
215    <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" />
216    <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" />
217    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
218    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
219    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
220    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
221    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
222    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
223    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
224    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
225    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
226    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
227    <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" />
228    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
229    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
230    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
231    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
232    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
233    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
234    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
235    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
236    <Compile Include="Interfaces\INcaModel.cs" />
237    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
238    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
239    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
240    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
241    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
242    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
243    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
244    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
245    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
246    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
247    <Compile Include="Interfaces\IRandomForestModel.cs" />
248    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
249    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
250    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
251    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
252    <Compile Include="KernelRidgeRegression\KernelFunctions\CicularKernel.cs" />
253    <Compile Include="KernelRidgeRegression\KernelFunctions\GaussianKernel.cs" />
254    <Compile Include="KernelRidgeRegression\KernelFunctions\IKernel.cs" />
255    <Compile Include="KernelRidgeRegression\KernelFunctions\InverseMultiquadraticKernel.cs" />
256    <Compile Include="KernelRidgeRegression\KernelFunctions\KernelBase.cs" />
257    <Compile Include="KernelRidgeRegression\KernelFunctions\MultiquadraticKernel.cs" />
258    <Compile Include="KernelRidgeRegression\KernelFunctions\PolysplineKernel.cs" />
259    <Compile Include="KernelRidgeRegression\KernelFunctions\ThinPlatePolysplineKernel.cs" />
260    <Compile Include="KernelRidgeRegression\KernelRidgeRegression.cs" />
261    <Compile Include="KernelRidgeRegression\KernelRidgeRegressionModel.cs" />
262    <Compile Include="kMeans\KMeansClustering.cs" />
263    <Compile Include="kMeans\KMeansClusteringModel.cs" />
264    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
265    <Compile Include="kMeans\KMeansClusteringUtil.cs">
266      <SubType>Code</SubType>
267    </Compile>
268    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
269    <Compile Include="Linear\LinearRegression.cs">
270      <SubType>Code</SubType>
271    </Compile>
272    <Compile Include="Linear\MultinomialLogitClassification.cs" />
273    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
274    <Compile Include="Linear\LinearRegressionModel.cs" />
275    <Compile Include="Linear\MultinomialLogitModel.cs" />
276    <Compile Include="Linear\Scaling.cs" />
277    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
278    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
279    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
280    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
281    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
282    <Compile Include="Nca\Matrix.cs" />
283    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
284    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
285    <Compile Include="Nca\NcaAlgorithm.cs" />
286    <Compile Include="Nca\NcaClassificationSolution.cs" />
287    <Compile Include="Nca\NcaGradientCalculator.cs" />
288    <Compile Include="Nca\NcaModel.cs" />
289    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
290    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
291    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
292    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
293    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
294    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
295    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
296    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
297    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
298    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
299    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
300    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
301    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
302    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
303    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
304    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
305    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
306    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
307    <Compile Include="Plugin.cs" />
308    <Compile Include="Properties\AssemblyInfo.cs" />
309    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
310    <Compile Include="RandomForest\RandomForestClassification.cs" />
311    <Compile Include="RandomForest\RandomForestModel.cs" />
312    <Compile Include="RandomForest\RandomForestRegression.cs" />
313    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
314    <Compile Include="RandomForest\RandomForestUtil.cs" />
315    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
316    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
317    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
318    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
319      <SubType>Code</SubType>
320    </Compile>
321    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
322      <SubType>Code</SubType>
323    </Compile>
324    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
325      <SubType>Code</SubType>
326    </Compile>
327    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
328    <Compile Include="TSNE\Distances\CosineDistance.cs" />
329    <Compile Include="TSNE\Distances\DistanceBase.cs" />
330    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
331    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
332    <Compile Include="TSNE\Distances\ManhattanDistance.cs" />
333    <Compile Include="TSNE\Distances\WeightedEuclideanDistance.cs" />
334    <Compile Include="TSNE\Distances\IDistance.cs" />
335    <Compile Include="TSNE\PriorityQueue.cs" />
336    <Compile Include="TSNE\SpacePartitioningTree.cs" />
337    <Compile Include="TSNE\TSNEAlgorithm.cs" />
338    <Compile Include="TSNE\TSNEStatic.cs" />
339    <Compile Include="TSNE\TSNEUtils.cs" />
340    <Compile Include="TSNE\VantagePointTree.cs" />
341  </ItemGroup>
342  <ItemGroup>
343    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">
344      <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>
345      <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>
346      <Private>False</Private>
347    </ProjectReference>
348    <ProjectReference Include="..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
349      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
350      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
351    </ProjectReference>
352    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
353      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
354      <Name>HeuristicLab.Analysis-3.3</Name>
355      <Private>False</Private>
356    </ProjectReference>
357    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
358      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
359      <Name>HeuristicLab.Collections-3.3</Name>
360      <Private>False</Private>
361    </ProjectReference>
362    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
363      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
364      <Name>HeuristicLab.Common.Resources-3.3</Name>
365      <Private>False</Private>
366    </ProjectReference>
367    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
368      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
369      <Name>HeuristicLab.Common-3.3</Name>
370      <Private>False</Private>
371    </ProjectReference>
372    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
373      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
374      <Name>HeuristicLab.Core-3.3</Name>
375      <Private>False</Private>
376    </ProjectReference>
377    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
378      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
379      <Name>HeuristicLab.Data-3.3</Name>
380      <Private>False</Private>
381    </ProjectReference>
382    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
383      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
384      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
385      <Private>False</Private>
386    </ProjectReference>
387    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
388      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
389      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
390      <Private>False</Private>
391    </ProjectReference>
392    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
393      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
394      <Name>HeuristicLab.Operators-3.3</Name>
395      <Private>False</Private>
396    </ProjectReference>
397    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
398      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
399      <Name>HeuristicLab.Optimization-3.3</Name>
400      <Private>False</Private>
401    </ProjectReference>
402    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
403      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
404      <Name>HeuristicLab.Parameters-3.3</Name>
405      <Private>False</Private>
406    </ProjectReference>
407    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
408      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
409      <Name>HeuristicLab.Persistence-3.3</Name>
410      <Private>False</Private>
411    </ProjectReference>
412    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
413      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
414      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
415      <Private>False</Private>
416    </ProjectReference>
417    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
418      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
419      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
420      <Private>False</Private>
421    </ProjectReference>
422    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
423      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
424      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
425      <Private>False</Private>
426    </ProjectReference>
427    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
428      <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
429      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
430    </ProjectReference>
431    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
432      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
433      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
434      <Private>False</Private>
435    </ProjectReference>
436    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
437      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
438      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
439      <Private>False</Private>
440    </ProjectReference>
441    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
442      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
443      <Name>HeuristicLab.Problems.Instances-3.3</Name>
444      <Private>False</Private>
445    </ProjectReference>
446    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
447      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
448      <Name>HeuristicLab.Random-3.3</Name>
449      <Private>False</Private>
450    </ProjectReference>
451    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
452      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
453      <Name>HeuristicLab.Selection-3.3</Name>
454    </ProjectReference>
455  </ItemGroup>
456  <ItemGroup>
457    <None Include="HeuristicLab.snk" />
458    <None Include="packages.config" />
459    <None Include="Plugin.cs.frame" />
460    <None Include="Properties\AssemblyInfo.cs.frame" />
461  </ItemGroup>
462  <ItemGroup>
463    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
464      <Visible>False</Visible>
465      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
466      <Install>false</Install>
467    </BootstrapperPackage>
468    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
469      <Visible>False</Visible>
470      <ProductName>.NET Framework 3.5 SP1</ProductName>
471      <Install>true</Install>
472    </BootstrapperPackage>
473    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
474      <Visible>False</Visible>
475      <ProductName>Windows Installer 3.1</ProductName>
476      <Install>true</Install>
477    </BootstrapperPackage>
478  </ItemGroup>
479  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
480  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
481       Other similar extension points exist, see Microsoft.Common.targets.
482  <Target Name="BeforeBuild">
483  </Target>
484  <Target Name="AfterBuild">
485  </Target>
486  -->
487  <PropertyGroup>
488    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
489set ProjectDir=$(ProjectDir)
490set SolutionDir=$(SolutionDir)
491set Outdir=$(Outdir)
492
493call PreBuildEvent.cmd
494</PreBuildEvent>
495    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
496export ProjectDir=$(ProjectDir)
497export SolutionDir=$(SolutionDir)
498
499$SolutionDir/PreBuildEvent.sh
500</PreBuildEvent>
501  </PropertyGroup>
502</Project>
Note: See TracBrowser for help on using the repository browser.