Free cookie consent management tool by TermsFeed Policy Generator

source: branches/LearningClassifierSystems/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 12394

Last change on this file since 12394 was 9411, checked in by sforsten, 11 years ago

#1980:

  • added multiple discretizer to GAssist
  • created ensembles for LCS problems and edited CrossValidation to use them
File size: 20.5 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>
[9411]45    <OutputPath>..\..\..\..\trunk\sources\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>
[9411]54    <OutputPath>..\..\..\..\trunk\sources\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>
[9411]64    <OutputPath>..\..\..\..\trunk\sources\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' ">
[9411]72    <OutputPath>..\..\..\..\trunk\sources\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>
[9411]84    <OutputPath>..\..\..\..\trunk\sources\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' ">
[9411]92    <OutputPath>..\..\..\..\trunk\sources\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">
[9411]104      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
[7021]105      <Private>False</Private>
[6866]106    </Reference>
[9359]107    <Reference Include="AutoDiff-1.0, Version=1.0.0.14388, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
[9411]109      <HintPath>..\..\..\..\trunk\sources\bin\AutoDiff-1.0.dll</HintPath>
[9359]110    </Reference>
[9411]111    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Analysis-3.3">
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Collections-3.3">
118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Common-3.3">
121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
122    </Reference>
123    <Reference Include="HeuristicLab.Common.Resources-3.3">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
125    </Reference>
126    <Reference Include="HeuristicLab.Data-3.3">
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
134    </Reference>
135    <Reference Include="HeuristicLab.Operators-3.3">
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
137    </Reference>
138    <Reference Include="HeuristicLab.Optimization-3.3">
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
140    </Reference>
141    <Reference Include="HeuristicLab.Parameters-3.3">
142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
143    </Reference>
144    <Reference Include="HeuristicLab.Persistence-3.3">
145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
146    </Reference>
147    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
149    </Reference>
150    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
152    </Reference>
153    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
155    </Reference>
156    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
157      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
158    </Reference>
159    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
161    </Reference>
162    <Reference Include="HeuristicLab.Problems.Instances-3.3">
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
164    </Reference>
165    <Reference Include="HeuristicLab.Random-3.3">
166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
167    </Reference>
[8609]168    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[9411]169      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
[7021]170      <Private>False</Private>
[6866]171    </Reference>
[3877]172    <Reference Include="System" />
173    <Reference Include="System.Core">
174      <RequiredTargetFramework>3.5</RequiredTargetFramework>
175    </Reference>
[4569]176    <Reference Include="System.Drawing" />
[3877]177  </ItemGroup>
178  <ItemGroup>
[5617]179    <Compile Include="CrossValidation.cs">
180      <SubType>Code</SubType>
181    </Compile>
182    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
[9359]183    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
[9096]184    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
[8982]185    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
186      <SubType>Code</SubType>
187    </Compile>
188    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
189      <SubType>Code</SubType>
190    </Compile>
191    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
192      <SubType>Code</SubType>
193    </Compile>
194    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
195      <SubType>Code</SubType>
196    </Compile>
197    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
198      <SubType>Code</SubType>
199    </Compile>
200    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
201      <SubType>Code</SubType>
202    </Compile>
203    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
204      <SubType>Code</SubType>
205    </Compile>
206    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
207      <SubType>Code</SubType>
208    </Compile>
209    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
210      <SubType>Code</SubType>
211    </Compile>
212    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
213      <SubType>Code</SubType>
214    </Compile>
215    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
216      <SubType>Code</SubType>
217    </Compile>
218    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
219      <SubType>Code</SubType>
220    </Compile>
[8929]221    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
[8982]222    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
223      <SubType>Code</SubType>
224    </Compile>
[8623]225    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
226    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
227    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
[8929]228    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
229    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
[8982]230    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
231      <SubType>Code</SubType>
232    </Compile>
233    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
234      <SubType>Code</SubType>
235    </Compile>
[8929]236    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
[8396]237    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
[8375]238    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
[8371]239    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
240    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
241      <SubType>Code</SubType>
242    </Compile>
[8323]243    <Compile Include="GaussianProcess\Util.cs" />
244    <Compile Include="GaussianProcess\IMeanFunction.cs" />
245    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
246    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
247    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
248    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
[9096]249    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
250    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
251    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
[8323]252    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
253    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
[8471]254    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
255    <Compile Include="Interfaces\INcaModel.cs" />
[6583]256    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
257    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
258    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
[6580]259    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
260    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
261    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
[6579]262    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
[6577]263    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
264    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
[6241]265    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
266    <Compile Include="Interfaces\IRandomForestModel.cs" />
[6240]267    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
[5694]268    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
269    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
[5617]270    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
[5651]271    <Compile Include="kMeans\KMeansClustering.cs" />
272    <Compile Include="kMeans\KMeansClusteringModel.cs" />
273    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
[5658]274    <Compile Include="kMeans\KMeansClusteringUtil.cs">
[5617]275      <SubType>Code</SubType>
276    </Compile>
[5658]277    <Compile Include="Linear\AlglibUtil.cs" />
[8323]278    <Compile Include="Linear\Scaling.cs" />
[5658]279    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
280    <Compile Include="Linear\LinearRegression.cs">
[5617]281      <SubType>Code</SubType>
282    </Compile>
[6567]283    <Compile Include="Linear\MultinomialLogitClassification.cs" />
[6576]284    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
285    <Compile Include="Linear\MultinomialLogitModel.cs" />
[8471]286    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
287    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
[9270]288    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
[8471]289    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
290    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
291    <Compile Include="Nca\Matrix.cs" />
[9270]292    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
293    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
[8471]294    <Compile Include="Nca\NcaAlgorithm.cs" />
295    <Compile Include="Nca\NcaClassificationSolution.cs" />
[9270]296    <Compile Include="Nca\NcaGradientCalculator.cs" />
[8471]297    <Compile Include="Nca\NcaModel.cs" />
[9270]298    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
299    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
[6583]300    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
301    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
302    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
303    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
304    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
[6580]305    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
306    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
307    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
308    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
309    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
[6579]310    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
311    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
[6577]312    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
313    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
314    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
[6866]315    <Compile Include="Plugin.cs" />
[3877]316    <Compile Include="Properties\AssemblyInfo.cs" />
[6241]317    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
318    <Compile Include="RandomForest\RandomForestClassification.cs" />
319    <Compile Include="RandomForest\RandomForestModel.cs" />
[6240]320    <Compile Include="RandomForest\RandomForestRegression.cs" />
321    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
[5626]322    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
323    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
324    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
[5624]325    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
326      <SubType>Code</SubType>
327    </Compile>
328    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
329      <SubType>Code</SubType>
330    </Compile>
331    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
332      <SubType>Code</SubType>
333    </Compile>
[8798]334    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
[3877]335  </ItemGroup>
336  <ItemGroup>
337    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
338      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
339      <Name>HeuristicLab.Core-3.3</Name>
[6866]340      <Private>False</Private>
[3877]341    </ProjectReference>
[9411]342    <ProjectReference Include="..\..\HeuristicLab.Encodings.ConditionActionEncoding\3.3\HeuristicLab.Encodings.ConditionActionEncoding-3.3.csproj">
343      <Project>{422fb262-0845-4969-8d16-12f057aa90b1}</Project>
344      <Name>HeuristicLab.Encodings.ConditionActionEncoding-3.3</Name>
[3877]345    </ProjectReference>
[9411]346    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators.LCS\3.3\HeuristicLab.Optimization.Operators.LCS-3.3.csproj">
347      <Project>{f2c6d3b0-bd4f-4747-b13e-b18e53a2a09d}</Project>
348      <Name>HeuristicLab.Optimization.Operators.LCS-3.3</Name>
[8396]349    </ProjectReference>
[5475]350    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
[5484]351      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
352      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[6866]353      <Private>False</Private>
[3877]354    </ProjectReference>
355  </ItemGroup>
356  <ItemGroup>
357    <None Include="HeuristicLab.snk" />
[6866]358    <None Include="Plugin.cs.frame" />
359    <None Include="Properties\AssemblyInfo.cs.frame" />
[3877]360  </ItemGroup>
[4065]361  <ItemGroup>
362    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
363      <Visible>False</Visible>
364      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
365      <Install>false</Install>
366    </BootstrapperPackage>
367    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
368      <Visible>False</Visible>
369      <ProductName>.NET Framework 3.5 SP1</ProductName>
370      <Install>true</Install>
371    </BootstrapperPackage>
372    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
373      <Visible>False</Visible>
374      <ProductName>Windows Installer 3.1</ProductName>
375      <Install>true</Install>
376    </BootstrapperPackage>
377  </ItemGroup>
[3877]378  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
379  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
380       Other similar extension points exist, see Microsoft.Common.targets.
381  <Target Name="BeforeBuild">
382  </Target>
383  <Target Name="AfterBuild">
384  </Target>
385  -->
386  <PropertyGroup>
[8609]387    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3877]388set ProjectDir=$(ProjectDir)
389set SolutionDir=$(SolutionDir)
390set Outdir=$(Outdir)
391
392call PreBuildEvent.cmd
[6866]393</PreBuildEvent>
[8609]394    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]395export ProjectDir=$(ProjectDir)
396export SolutionDir=$(SolutionDir)
397
398$SolutionDir/PreBuildEvent.sh
399</PreBuildEvent>
[3877]400  </PropertyGroup>
401</Project>
Note: See TracBrowser for help on using the repository browser.