Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12873 was 12868, checked in by gkronber, 9 years ago

#2450: introduced surrogate for GBT-models which recalculates the actual model on demand to improve persistence of GBT solutions

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