Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Weighted TSNE/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj @ 15451

Last change on this file since 15451 was 15451, checked in by bwerth, 6 years ago

#2850 created branch & added WeightedEuclideanDistance

File size: 23.4 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>..\..\..\trunk\sources\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    <LangVersion>5</LangVersion>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54    <DebugType>pdbonly</DebugType>
55    <Optimize>true</Optimize>
56    <OutputPath>$(SolutionDir)\bin\</OutputPath>
57    <DefineConstants>TRACE</DefineConstants>
58    <ErrorReport>prompt</ErrorReport>
59    <WarningLevel>4</WarningLevel>
60    <DocumentationFile>
61    </DocumentationFile>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>$(SolutionDir)\bin\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
76    <OutputPath>$(SolutionDir)\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <DocumentationFile>
79    </DocumentationFile>
80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85    <Prefer32Bit>false</Prefer32Bit>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
89    <OutputPath>$(SolutionDir)\bin\</OutputPath>
90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
98    <OutputPath>$(SolutionDir)\bin\</OutputPath>
99    <DefineConstants>TRACE</DefineConstants>
100    <DocumentationFile>
101    </DocumentationFile>
102    <Optimize>true</Optimize>
103    <DebugType>pdbonly</DebugType>
104    <PlatformTarget>x64</PlatformTarget>
105    <ErrorReport>prompt</ErrorReport>
106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
107    <Prefer32Bit>false</Prefer32Bit>
108  </PropertyGroup>
109  <ItemGroup>
110    <Reference Include="ALGLIB-3.7.0">
111      <HintPath>..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Algorithms.GradientDescent-3.3">
114      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GradientDescent-3.3.dll</HintPath>
115    </Reference>
116    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3">
117      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
118    </Reference>
119    <Reference Include="HeuristicLab.Analysis-3.3">
120      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
121    </Reference>
122    <Reference Include="HeuristicLab.Collections-3.3">
123      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Common-3.3">
126      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Common.Resources-3.3">
129      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
130    </Reference>
131    <Reference Include="HeuristicLab.Core-3.3">
132      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
133    </Reference>
134    <Reference Include="HeuristicLab.Data-3.3">
135      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
138      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
139    </Reference>
140    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
141      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
142    </Reference>
143    <Reference Include="HeuristicLab.LibSVM-3.12">
144      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.LibSVM-3.12.dll</HintPath>
145    </Reference>
146    <Reference Include="HeuristicLab.Operators-3.3">
147      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Optimization-3.3">
150      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
151    </Reference>
152    <Reference Include="HeuristicLab.Parameters-3.3">
153      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
154    </Reference>
155    <Reference Include="HeuristicLab.Persistence-3.3">
156      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
157    </Reference>
158    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
159      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
162      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
163    </Reference>
164    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
165      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
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    </Reference>
170    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
171      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
172    </Reference>
173    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4">
174      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.dll</HintPath>
175    </Reference>
176    <Reference Include="HeuristicLab.Problems.Instances-3.3">
177      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
178    </Reference>
179    <Reference Include="HeuristicLab.Random-3.3">
180      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
181    </Reference>
182    <Reference Include="HeuristicLab.Selection-3.3">
183      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
184    </Reference>
185    <Reference Include="LibSVM-3.12">
186      <HintPath>..\..\..\trunk\sources\bin\LibSVM-3.12.dll</HintPath>
187    </Reference>
188    <Reference Include="System" />
189    <Reference Include="System.Core">
190      <RequiredTargetFramework>3.5</RequiredTargetFramework>
191    </Reference>
192    <Reference Include="System.Drawing" />
193  </ItemGroup>
194  <ItemGroup>
195    <Compile Include="BaselineClassifiers\OneFactorClassificationModel.cs" />
196    <Compile Include="BaselineClassifiers\OneFactorClassificationSolution.cs" />
197    <Compile Include="BaselineClassifiers\OneR.cs" />
198    <Compile Include="BaselineClassifiers\OneRClassificationModel.cs" />
199    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
200    <Compile Include="BaselineClassifiers\ZeroR.cs" />
201    <Compile Include="CrossValidation.cs">
202      <SubType>Code</SubType>
203    </Compile>
204    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
205    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
206    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
207    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
208    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
209    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
210    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
211      <SubType>Code</SubType>
212    </Compile>
213    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
214      <SubType>Code</SubType>
215    </Compile>
216    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
217      <SubType>Code</SubType>
218    </Compile>
219    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
220      <SubType>Code</SubType>
221    </Compile>
222    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
223      <SubType>Code</SubType>
224    </Compile>
225    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
226      <SubType>Code</SubType>
227    </Compile>
228    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
229      <SubType>Code</SubType>
230    </Compile>
231    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
232      <SubType>Code</SubType>
233    </Compile>
234    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
235      <SubType>Code</SubType>
236    </Compile>
237    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
238      <SubType>Code</SubType>
239    </Compile>
240    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
241      <SubType>Code</SubType>
242    </Compile>
243    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
244      <SubType>Code</SubType>
245    </Compile>
246    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
247    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
248      <SubType>Code</SubType>
249    </Compile>
250    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
251    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
252    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
253    <Compile Include="GaussianProcess\MeanFunctions\MeanModel.cs" />
254    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
255    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
256    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
257      <SubType>Code</SubType>
258    </Compile>
259    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
260      <SubType>Code</SubType>
261    </Compile>
262    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
263    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
264    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
265    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
266    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
267      <SubType>Code</SubType>
268    </Compile>
269    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
270    <Compile Include="GaussianProcess\Util.cs" />
271    <Compile Include="GaussianProcess\IMeanFunction.cs" />
272    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
273    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
274    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
275    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
276    <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" />
277    <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" />
278    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
279    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
280    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
281    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
282    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
283    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
284    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
285    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
286    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
287    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
288    <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" />
289    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
290    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
291    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
292    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
293    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
294    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
295    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
296    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
297    <Compile Include="Interfaces\INcaModel.cs" />
298    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
299    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
300    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
301    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
302    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
303    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
304    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
305    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
306    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
307    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
308    <Compile Include="Interfaces\IRandomForestModel.cs" />
309    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
310    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
311    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
312    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
313    <Compile Include="KernelRidgeRegression\KernelFunctions\CicularKernel.cs" />
314    <Compile Include="KernelRidgeRegression\KernelFunctions\GaussianKernel.cs" />
315    <Compile Include="KernelRidgeRegression\KernelFunctions\IKernel.cs" />
316    <Compile Include="KernelRidgeRegression\KernelFunctions\InverseMultiquadraticKernel.cs" />
317    <Compile Include="KernelRidgeRegression\KernelFunctions\KernelBase.cs" />
318    <Compile Include="KernelRidgeRegression\KernelFunctions\MultiquadraticKernel.cs" />
319    <Compile Include="KernelRidgeRegression\KernelFunctions\PolysplineKernel.cs" />
320    <Compile Include="KernelRidgeRegression\KernelFunctions\ThinPlatePolysplineKernel.cs" />
321    <Compile Include="KernelRidgeRegression\KernelRidgeRegression.cs" />
322    <Compile Include="KernelRidgeRegression\KernelRidgeRegressionModel.cs" />
323    <Compile Include="kMeans\KMeansClustering.cs" />
324    <Compile Include="kMeans\KMeansClusteringModel.cs" />
325    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
326    <Compile Include="kMeans\KMeansClusteringUtil.cs">
327      <SubType>Code</SubType>
328    </Compile>
329    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
330    <Compile Include="Linear\LinearRegression.cs">
331      <SubType>Code</SubType>
332    </Compile>
333    <Compile Include="Linear\MultinomialLogitClassification.cs" />
334    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
335    <Compile Include="Linear\MultinomialLogitModel.cs" />
336    <Compile Include="Linear\Scaling.cs" />
337    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
338    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
339    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
340    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
341    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
342    <Compile Include="Nca\Matrix.cs" />
343    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
344    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
345    <Compile Include="Nca\NcaAlgorithm.cs" />
346    <Compile Include="Nca\NcaClassificationSolution.cs" />
347    <Compile Include="Nca\NcaGradientCalculator.cs" />
348    <Compile Include="Nca\NcaModel.cs" />
349    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
350    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
351    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
352    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
353    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
354    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
355    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
356    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
357    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
358    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
359    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
360    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
361    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
362    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
363    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
364    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
365    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
366    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
367    <Compile Include="Plugin.cs" />
368    <Compile Include="Properties\AssemblyInfo.cs" />
369    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
370    <Compile Include="RandomForest\RandomForestClassification.cs" />
371    <Compile Include="RandomForest\RandomForestModel.cs" />
372    <Compile Include="RandomForest\RandomForestRegression.cs" />
373    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
374    <Compile Include="RandomForest\RandomForestUtil.cs" />
375    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
376    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
377    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
378    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
379      <SubType>Code</SubType>
380    </Compile>
381    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
382      <SubType>Code</SubType>
383    </Compile>
384    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
385      <SubType>Code</SubType>
386    </Compile>
387    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
388    <Compile Include="TSNE\Distances\CosineDistance.cs" />
389    <Compile Include="TSNE\Distances\DistanceBase.cs" />
390    <Compile Include="TSNE\Distances\WeightedEuclideanDistance.cs" />
391    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
392    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
393    <Compile Include="TSNE\Distances\ManhattanDistance.cs" />
394    <Compile Include="TSNE\Distances\IDistance.cs" />
395    <Compile Include="TSNE\PriorityQueue.cs" />
396    <Compile Include="TSNE\SpacePartitioningTree.cs" />
397    <Compile Include="TSNE\TSNEAlgorithm.cs" />
398    <Compile Include="TSNE\TSNEStatic.cs" />
399    <Compile Include="TSNE\TSNEUtils.cs" />
400    <Compile Include="TSNE\VantagePointTree.cs" />
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.