Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9357 was 9288, checked in by mkommend, 11 years ago

#2007: Adapted trunk projects to use AlgLib 3.7.0.

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