Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10553 was 10553, checked in by mkommend, 10 years ago

#1998: Updated classification model comparision branch with trunk changes.

File size: 20.5 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.0</TargetFrameworkVersion>
23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
45    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
54    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
58    <DocumentationFile>
59    </DocumentationFile>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x86</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
72    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x86</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
84    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90  </PropertyGroup>
91  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
92    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
93    <DefineConstants>TRACE</DefineConstants>
94    <DocumentationFile>
95    </DocumentationFile>
96    <Optimize>true</Optimize>
97    <DebugType>pdbonly</DebugType>
98    <PlatformTarget>x64</PlatformTarget>
99    <ErrorReport>prompt</ErrorReport>
100    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
104      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Analysis-3.3">
112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
113      <Private>False</Private>
114    </Reference>
115    <Reference Include="HeuristicLab.Collections-3.3">
116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common-3.3">
120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
121      <Private>False</Private>
122    </Reference>
123    <Reference Include="HeuristicLab.Common.Resources-3.3">
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Core-3.3">
128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
129      <Private>False</Private>
130    </Reference>
131    <Reference Include="HeuristicLab.Data-3.3">
132      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
133      <Private>False</Private>
134    </Reference>
135    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
136      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
137      <Private>False</Private>
138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
140      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
141      <Private>False</Private>
142    </Reference>
143    <Reference Include="HeuristicLab.Operators-3.3">
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Optimization-3.3">
148      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
149      <Private>False</Private>
150    </Reference>
151    <Reference Include="HeuristicLab.Parameters-3.3">
152      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
153      <Private>False</Private>
154    </Reference>
155    <Reference Include="HeuristicLab.Persistence-3.3">
156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
157      <Private>False</Private>
158    </Reference>
159    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
161      <Private>False</Private>
162    </Reference>
163    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
165      <Private>False</Private>
166    </Reference>
167    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4">
168      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.dll</HintPath>
169      <Private>False</Private>
170    </Reference>
171    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
172      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
173      <Private>False</Private>
174    </Reference>
175    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
176      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
177      <Private>False</Private>
178    </Reference>
179    <Reference Include="HeuristicLab.Problems.Instances-3.3">
180      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
181      <Private>False</Private>
182    </Reference>
183    <Reference Include="HeuristicLab.Random-3.3">
184      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
185      <Private>False</Private>
186    </Reference>
187    <Reference Include="LibSVM-3.12">
188      <HintPath>..\..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
189      <Private>False</Private>
190    </Reference>
191    <Reference Include="System" />
192    <Reference Include="System.Core">
193      <RequiredTargetFramework>3.5</RequiredTargetFramework>
194    </Reference>
195    <Reference Include="System.Drawing" />
196  </ItemGroup>
197  <ItemGroup>
198    <Compile Include="CrossValidation.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
202    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
203    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
204    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
205    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
206    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
207    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
208      <SubType>Code</SubType>
209    </Compile>
210    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
211      <SubType>Code</SubType>
212    </Compile>
213    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
214      <SubType>Code</SubType>
215    </Compile>
216    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
217      <SubType>Code</SubType>
218    </Compile>
219    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
220      <SubType>Code</SubType>
221    </Compile>
222    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
223      <SubType>Code</SubType>
224    </Compile>
225    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
226      <SubType>Code</SubType>
227    </Compile>
228    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
229      <SubType>Code</SubType>
230    </Compile>
231    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
232      <SubType>Code</SubType>
233    </Compile>
234    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
235      <SubType>Code</SubType>
236    </Compile>
237    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
238      <SubType>Code</SubType>
239    </Compile>
240    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
241      <SubType>Code</SubType>
242    </Compile>
243    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
244    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
245      <SubType>Code</SubType>
246    </Compile>
247    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
248    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
249    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
250    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
251    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
252    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
253      <SubType>Code</SubType>
254    </Compile>
255    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
256      <SubType>Code</SubType>
257    </Compile>
258    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
259    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
260    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
261    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
262    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
263      <SubType>Code</SubType>
264    </Compile>
265    <Compile Include="GaussianProcess\Util.cs" />
266    <Compile Include="GaussianProcess\IMeanFunction.cs" />
267    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
268    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
269    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
270    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
271    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
272    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
273    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
274    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
275    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
276    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
277    <Compile Include="Interfaces\INcaModel.cs" />
278    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
279    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
280    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
281    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
282    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
283    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
284    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
285    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
286    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
287    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
288    <Compile Include="Interfaces\IRandomForestModel.cs" />
289    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
290    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
291    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
292    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
293    <Compile Include="kMeans\KMeansClustering.cs" />
294    <Compile Include="kMeans\KMeansClusteringModel.cs" />
295    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
296    <Compile Include="kMeans\KMeansClusteringUtil.cs">
297      <SubType>Code</SubType>
298    </Compile>
299    <Compile Include="Linear\AlglibUtil.cs" />
300    <Compile Include="Linear\OneR.cs" />
301    <Compile Include="Linear\OneR\OneRClassificationModel.cs" />
302    <Compile Include="Linear\OneR\OneRClassificationSolution.cs" />
303    <Compile Include="Linear\Scaling.cs" />
304    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
305    <Compile Include="Linear\LinearRegression.cs">
306      <SubType>Code</SubType>
307    </Compile>
308    <Compile Include="Linear\MultinomialLogitClassification.cs" />
309    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
310    <Compile Include="Linear\MultinomialLogitModel.cs" />
311    <Compile Include="Linear\ZeroR.cs" />
312    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
313    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
314    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
315    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
316    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
317    <Compile Include="Nca\Matrix.cs" />
318    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
319    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
320    <Compile Include="Nca\NcaAlgorithm.cs" />
321    <Compile Include="Nca\NcaClassificationSolution.cs" />
322    <Compile Include="Nca\NcaGradientCalculator.cs" />
323    <Compile Include="Nca\NcaModel.cs" />
324    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
325    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
326    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
327    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
328    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
329    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
330    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
331    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
332    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
333    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
334    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
335    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
336    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
337    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
338    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
339    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
340    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
341    <Compile Include="Plugin.cs" />
342    <Compile Include="Properties\AssemblyInfo.cs" />
343    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
344    <Compile Include="RandomForest\RandomForestClassification.cs" />
345    <Compile Include="RandomForest\RandomForestModel.cs" />
346    <Compile Include="RandomForest\RandomForestRegression.cs" />
347    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
348    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
349    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
350    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
351    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
352      <SubType>Code</SubType>
353    </Compile>
354    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
355      <SubType>Code</SubType>
356    </Compile>
357    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
358      <SubType>Code</SubType>
359    </Compile>
360    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
361  </ItemGroup>
362  <ItemGroup>
363    <None Include="HeuristicLab.snk" />
364    <None Include="Plugin.cs.frame" />
365    <None Include="Properties\AssemblyInfo.cs.frame" />
366  </ItemGroup>
367  <ItemGroup>
368    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
369      <Visible>False</Visible>
370      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
371      <Install>false</Install>
372    </BootstrapperPackage>
373    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
374      <Visible>False</Visible>
375      <ProductName>.NET Framework 3.5 SP1</ProductName>
376      <Install>true</Install>
377    </BootstrapperPackage>
378    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
379      <Visible>False</Visible>
380      <ProductName>Windows Installer 3.1</ProductName>
381      <Install>true</Install>
382    </BootstrapperPackage>
383  </ItemGroup>
384  <ItemGroup>
385    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
386      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
387      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
388    </ProjectReference>
389  </ItemGroup>
390  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
391  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
392       Other similar extension points exist, see Microsoft.Common.targets.
393  <Target Name="BeforeBuild">
394  </Target>
395  <Target Name="AfterBuild">
396  </Target>
397  -->
398  <PropertyGroup>
399    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
400set ProjectDir=$(ProjectDir)
401set SolutionDir=$(SolutionDir)
402set Outdir=$(Outdir)
403
404call PreBuildEvent.cmd
405</PreBuildEvent>
406    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
407export ProjectDir=$(ProjectDir)
408export SolutionDir=$(SolutionDir)
409
410$SolutionDir/PreBuildEvent.sh
411</PreBuildEvent>
412  </PropertyGroup>
413</Project>
Note: See TracBrowser for help on using the repository browser.