Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/HeuristicLab.Algorithms.DataAnalysis-3.4.csproj

Last change on this file was 18210, checked in by gkronber, 2 years ago

#3017: upgraded all projects to use .NET Framework 4.7.2 and the default language version C# 7.3

File size: 27.6 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>
[18210]22    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
[5477]23    <TargetFrameworkProfile>
24    </TargetFrameworkProfile>
[4065]25    <PublishUrl>publish\</PublishUrl>
26    <Install>true</Install>
27    <InstallFrom>Disk</InstallFrom>
28    <UpdateEnabled>false</UpdateEnabled>
29    <UpdateMode>Foreground</UpdateMode>
30    <UpdateInterval>7</UpdateInterval>
31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
32    <UpdatePeriodically>false</UpdatePeriodically>
33    <UpdateRequired>false</UpdateRequired>
34    <MapFileExtensions>true</MapFileExtensions>
35    <ApplicationRevision>0</ApplicationRevision>
36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
37    <IsWebBootstrapper>false</IsWebBootstrapper>
38    <UseApplicationTrust>false</UseApplicationTrust>
39    <BootstrapperEnabled>true</BootstrapperEnabled>
[3877]40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42    <DebugSymbols>true</DebugSymbols>
43    <DebugType>full</DebugType>
44    <Optimize>false</Optimize>
[6866]45    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
[4065]49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]50    <Prefer32Bit>false</Prefer32Bit>
[3877]51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
[6866]55    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
[6866]59    <DocumentationFile>
60    </DocumentationFile>
[4065]61    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]62    <Prefer32Bit>false</Prefer32Bit>
[3877]63  </PropertyGroup>
64  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
65    <DebugSymbols>true</DebugSymbols>
[6866]66    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]67    <DefineConstants>DEBUG;TRACE</DefineConstants>
68    <DebugType>full</DebugType>
69    <PlatformTarget>x86</PlatformTarget>
70    <ErrorReport>prompt</ErrorReport>
[4065]71    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]72    <Prefer32Bit>false</Prefer32Bit>
[3877]73  </PropertyGroup>
74  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]75    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]76    <DefineConstants>TRACE</DefineConstants>
[6866]77    <DocumentationFile>
78    </DocumentationFile>
[3877]79    <Optimize>true</Optimize>
80    <DebugType>pdbonly</DebugType>
81    <PlatformTarget>x86</PlatformTarget>
82    <ErrorReport>prompt</ErrorReport>
[4065]83    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]84    <Prefer32Bit>false</Prefer32Bit>
[3877]85  </PropertyGroup>
86  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
87    <DebugSymbols>true</DebugSymbols>
[6866]88    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]89    <DefineConstants>DEBUG;TRACE</DefineConstants>
90    <DebugType>full</DebugType>
91    <PlatformTarget>x64</PlatformTarget>
92    <ErrorReport>prompt</ErrorReport>
[4065]93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]94    <Prefer32Bit>false</Prefer32Bit>
[3877]95  </PropertyGroup>
96  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]97    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3877]98    <DefineConstants>TRACE</DefineConstants>
[6866]99    <DocumentationFile>
100    </DocumentationFile>
[3877]101    <Optimize>true</Optimize>
102    <DebugType>pdbonly</DebugType>
103    <PlatformTarget>x64</PlatformTarget>
104    <ErrorReport>prompt</ErrorReport>
[4065]105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]106    <Prefer32Bit>false</Prefer32Bit>
[3877]107  </PropertyGroup>
108  <ItemGroup>
[17931]109    <Reference Include="ALGLIB-3.17.0, Version=3.17.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <SpecificVersion>False</SpecificVersion>
111      <HintPath>..\..\bin\ALGLIB-3.17.0.dll</HintPath>
112      <Aliases>global</Aliases>
113      <Private>False</Private>
114    </Reference>
[12817]115    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
[17931]116      <SpecificVersion>False</SpecificVersion>
[12817]117      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
[17931]118      <Aliases>alglib_3_7</Aliases>
[7021]119      <Private>False</Private>
[6866]120    </Reference>
[8609]121    <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
122      <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
[7021]123      <Private>False</Private>
[6866]124    </Reference>
[3877]125    <Reference Include="System" />
126    <Reference Include="System.Core">
127      <RequiredTargetFramework>3.5</RequiredTargetFramework>
128    </Reference>
[4569]129    <Reference Include="System.Drawing" />
[3877]130  </ItemGroup>
131  <ItemGroup>
[14826]132    <Compile Include="BaselineClassifiers\OneFactorClassificationModel.cs" />
133    <Compile Include="BaselineClassifiers\OneFactorClassificationSolution.cs" />
[13100]134    <Compile Include="BaselineClassifiers\OneR.cs" />
135    <Compile Include="BaselineClassifiers\OneRClassificationModel.cs" />
136    <Compile Include="BaselineClassifiers\OneRClassificationSolution.cs" />
137    <Compile Include="BaselineClassifiers\ZeroR.cs" />
[5617]138    <Compile Include="CrossValidation.cs">
139      <SubType>Code</SubType>
140    </Compile>
[15783]141    <Compile Include="DoubleArrayExtensions.cs" />
[5617]142    <Compile Include="FixedDataAnalysisAlgorithm.cs" />
[17812]143    <Compile Include="GAM\GeneralizedAdditiveModelAlgorithm.cs" />
144    <Compile Include="GAM\Spline1dModel.cs" />
[10480]145    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSpectralMixture.cs" />
[9534]146    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePiecewisePolynomial.cs" />
[9359]147    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNeuralNetwork.cs" />
[9515]148    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePolynomial.cs" />
[9096]149    <Compile Include="GaussianProcess\GaussianProcessBase.cs" />
[8982]150    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceConst.cs">
151      <SubType>Code</SubType>
152    </Compile>
153    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinear.cs">
154      <SubType>Code</SubType>
155    </Compile>
156    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceLinearArd.cs">
157      <SubType>Code</SubType>
158    </Compile>
159    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMask.cs">
160      <SubType>Code</SubType>
161    </Compile>
162    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceMaternIso.cs">
163      <SubType>Code</SubType>
164    </Compile>
165    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceNoise.cs">
166      <SubType>Code</SubType>
167    </Compile>
168    <Compile Include="GaussianProcess\CovarianceFunctions\CovariancePeriodic.cs">
169      <SubType>Code</SubType>
170    </Compile>
171    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceProduct.cs">
172      <SubType>Code</SubType>
173    </Compile>
174    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticArd.cs">
175      <SubType>Code</SubType>
176    </Compile>
177    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceRationalQuadraticIso.cs">
178      <SubType>Code</SubType>
179    </Compile>
180    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceScale.cs">
181      <SubType>Code</SubType>
182    </Compile>
183    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialArd.cs">
184      <SubType>Code</SubType>
185    </Compile>
[8929]186    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSquaredExponentialIso.cs" />
[8982]187    <Compile Include="GaussianProcess\CovarianceFunctions\CovarianceSum.cs">
188      <SubType>Code</SubType>
189    </Compile>
[8623]190    <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
191    <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
192    <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
[13120]193    <Compile Include="GaussianProcess\MeanFunctions\MeanModel.cs" />
[8929]194    <Compile Include="GaussianProcess\MeanFunctions\MeanConst.cs" />
195    <Compile Include="GaussianProcess\MeanFunctions\MeanLinear.cs" />
[8982]196    <Compile Include="GaussianProcess\MeanFunctions\MeanProduct.cs">
197      <SubType>Code</SubType>
198    </Compile>
199    <Compile Include="GaussianProcess\MeanFunctions\MeanSum.cs">
200      <SubType>Code</SubType>
201    </Compile>
[8929]202    <Compile Include="GaussianProcess\MeanFunctions\MeanZero.cs" />
[8396]203    <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
[8375]204    <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
[8371]205    <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
206    <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
207      <SubType>Code</SubType>
208    </Compile>
[12946]209    <Compile Include="GaussianProcess\GaussianProcessCovarianceOptimizationProblem.cs" />
[8323]210    <Compile Include="GaussianProcess\Util.cs" />
211    <Compile Include="GaussianProcess\IMeanFunction.cs" />
212    <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
213    <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
214    <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
215    <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
[13646]216    <Compile Include="GBM\GradientBoostingRegressionAlgorithm.cs" />
[13157]217    <Compile Include="GradientBoostedTrees\IGradientBoostedTreesModel.cs" />
[12868]218    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModelSurrogate.cs" />
[12700]219    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithm.cs" />
220    <Compile Include="GradientBoostedTrees\GradientBoostedTreesAlgorithmStatic.cs" />
221    <Compile Include="GradientBoostedTrees\GradientBoostedTreesModel.cs" />
222    <Compile Include="GradientBoostedTrees\LossFunctions\AbsoluteErrorLoss.cs" />
[13026]223    <Compile Include="GradientBoostedTrees\LossFunctions\QuantileRegressionLoss.cs" />
[12700]224    <Compile Include="GradientBoostedTrees\LossFunctions\ILossFunction.cs" />
225    <Compile Include="GradientBoostedTrees\LossFunctions\LogisticRegressionLoss.cs" />
226    <Compile Include="GradientBoostedTrees\LossFunctions\RelativeErrorLoss.cs" />
227    <Compile Include="GradientBoostedTrees\LossFunctions\SquaredErrorLoss.cs" />
[13157]228    <Compile Include="GradientBoostedTrees\GradientBoostedTreesSolution.cs" />
[17030]229    <Compile Include="GradientBoostedTrees\ModelCreation.cs" />
[12700]230    <Compile Include="GradientBoostedTrees\RegressionTreeBuilder.cs" />
231    <Compile Include="GradientBoostedTrees\RegressionTreeModel.cs" />
[9096]232    <Compile Include="Interfaces\IGaussianProcessClassificationModelCreator.cs" />
233    <Compile Include="Interfaces\IGaussianProcessRegressionModelCreator.cs" />
234    <Compile Include="Interfaces\IGaussianProcessModelCreator.cs" />
[8323]235    <Compile Include="Interfaces\IGaussianProcessModel.cs" />
236    <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
[8471]237    <Compile Include="Interfaces\INcaClassificationSolution.cs" />
238    <Compile Include="Interfaces\INcaModel.cs" />
[6583]239    <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
240    <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
241    <Compile Include="Interfaces\INearestNeighbourModel.cs" />
[6580]242    <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
243    <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
244    <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
[6579]245    <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
[6577]246    <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
247    <Compile Include="Interfaces\INeuralNetworkModel.cs" />
[6241]248    <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
249    <Compile Include="Interfaces\IRandomForestModel.cs" />
[6240]250    <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
[5694]251    <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
252    <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
[5617]253    <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
[14911]254    <Compile Include="KernelRidgeRegression\KernelFunctions\CicularKernel.cs" />
255    <Compile Include="KernelRidgeRegression\KernelFunctions\GaussianKernel.cs" />
256    <Compile Include="KernelRidgeRegression\KernelFunctions\IKernel.cs" />
257    <Compile Include="KernelRidgeRegression\KernelFunctions\InverseMultiquadraticKernel.cs" />
258    <Compile Include="KernelRidgeRegression\KernelFunctions\KernelBase.cs" />
259    <Compile Include="KernelRidgeRegression\KernelFunctions\MultiquadraticKernel.cs" />
260    <Compile Include="KernelRidgeRegression\KernelFunctions\PolysplineKernel.cs" />
261    <Compile Include="KernelRidgeRegression\KernelFunctions\ThinPlatePolysplineKernel.cs" />
262    <Compile Include="KernelRidgeRegression\KernelRidgeRegression.cs" />
263    <Compile Include="KernelRidgeRegression\KernelRidgeRegressionModel.cs" />
[5651]264    <Compile Include="kMeans\KMeansClustering.cs" />
265    <Compile Include="kMeans\KMeansClusteringModel.cs" />
266    <Compile Include="kMeans\KMeansClusteringSolution.cs" />
[5658]267    <Compile Include="kMeans\KMeansClusteringUtil.cs">
[5617]268      <SubType>Code</SubType>
269    </Compile>
[5658]270    <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
271    <Compile Include="Linear\LinearRegression.cs">
[5617]272      <SubType>Code</SubType>
273    </Compile>
[6567]274    <Compile Include="Linear\MultinomialLogitClassification.cs" />
[6576]275    <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
[16389]276    <Compile Include="Linear\LinearRegressionModel.cs" />
[6576]277    <Compile Include="Linear\MultinomialLogitModel.cs" />
[14843]278    <Compile Include="Linear\Scaling.cs" />
[8471]279    <Compile Include="Nca\Initialization\INcaInitializer.cs" />
280    <Compile Include="Nca\Initialization\LdaInitializer.cs" />
[9270]281    <Compile Include="Nca\Initialization\NcaInitializer.cs" />
[8471]282    <Compile Include="Nca\Initialization\PcaInitializer.cs" />
283    <Compile Include="Nca\Initialization\RandomInitializer.cs" />
284    <Compile Include="Nca\Matrix.cs" />
[9270]285    <Compile Include="Nca\ModelCreation\INcaModelCreator.cs" />
286    <Compile Include="Nca\ModelCreation\NcaModelCreator.cs" />
[8471]287    <Compile Include="Nca\NcaAlgorithm.cs" />
288    <Compile Include="Nca\NcaClassificationSolution.cs" />
[9270]289    <Compile Include="Nca\NcaGradientCalculator.cs" />
[8471]290    <Compile Include="Nca\NcaModel.cs" />
[9270]291    <Compile Include="Nca\SolutionCreation\INcaSolutionCreator.cs" />
292    <Compile Include="Nca\SolutionCreation\NcaSolutionCreator.cs" />
[6583]293    <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
294    <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
295    <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
[17931]296    <Compile Include="NearestNeighbour\NearestNeighbourModelAlglib_3_7.cs" />
[6583]297    <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
298    <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
[6580]299    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
300    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
301    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
302    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
303    <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
[6579]304    <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
305    <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
[6577]306    <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
[17931]307    <Compile Include="NeuralNetwork\NeuralNetworkModelAlglib_3_7.cs" />
[6577]308    <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
309    <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
[14024]310    <Compile Include="NonlinearRegression\NonlinearRegression.cs" />
[6866]311    <Compile Include="Plugin.cs" />
[3877]312    <Compile Include="Properties\AssemblyInfo.cs" />
[17154]313    <Compile Include="RandomForest\ModelCreation.cs" />
[6241]314    <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
315    <Compile Include="RandomForest\RandomForestClassification.cs" />
316    <Compile Include="RandomForest\RandomForestModel.cs" />
[17931]317    <Compile Include="RandomForest\RandomForestModelAlglib_3_7.cs" />
[17154]318    <Compile Include="RandomForest\RandomForestModelFull.cs" />
[6240]319    <Compile Include="RandomForest\RandomForestRegression.cs" />
320    <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
[17154]321    <Compile Include="RandomForest\RandomForestModelSurrogate.cs" />
[11317]322    <Compile Include="RandomForest\RandomForestUtil.cs" />
[5626]323    <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
324    <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
325    <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
[5624]326    <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
327      <SubType>Code</SubType>
328    </Compile>
329    <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
330      <SubType>Code</SubType>
331    </Compile>
332    <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
333      <SubType>Code</SubType>
334    </Compile>
[8798]335    <Compile Include="TimeSeries\AutoregressiveModeling.cs" />
[15209]336    <Compile Include="TSNE\Distances\CosineDistance.cs" />
[14862]337    <Compile Include="TSNE\Distances\DistanceBase.cs" />
338    <Compile Include="TSNE\Distances\EuclideanDistance.cs" />
[15209]339    <Compile Include="TSNE\Distances\IndexedItemDistance.cs" />
[14911]340    <Compile Include="TSNE\Distances\ManhattanDistance.cs" />
[15783]341    <Compile Include="TSNE\Distances\WeightedEuclideanDistance.cs" />
[15208]342    <Compile Include="TSNE\Distances\IDistance.cs" />
[14862]343    <Compile Include="TSNE\PriorityQueue.cs" />
344    <Compile Include="TSNE\SpacePartitioningTree.cs" />
345    <Compile Include="TSNE\TSNEAlgorithm.cs" />
346    <Compile Include="TSNE\TSNEStatic.cs" />
347    <Compile Include="TSNE\TSNEUtils.cs" />
348    <Compile Include="TSNE\VantagePointTree.cs" />
[3877]349  </ItemGroup>
350  <ItemGroup>
[9177]351    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent-3.3.csproj">
[8401]352      <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>
[11956]353      <Name>HeuristicLab.Algorithms.GradientDescent-3.3</Name>
[8401]354      <Private>False</Private>
355    </ProjectReference>
[13653]356    <ProjectReference Include="..\..\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm\3.3\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.csproj">
357      <Project>{F409DD9E-1E9C-4EB1-AA3A-9F6E987C6E58}</Project>
358      <Name>HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3</Name>
359    </ProjectReference>
[8323]360    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
361      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
362      <Name>HeuristicLab.Analysis-3.3</Name>
[8324]363      <Private>False</Private>
[8323]364    </ProjectReference>
[3877]365    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
366      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
367      <Name>HeuristicLab.Collections-3.3</Name>
[6866]368      <Private>False</Private>
[3877]369    </ProjectReference>
[4569]370    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
371      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
372      <Name>HeuristicLab.Common.Resources-3.3</Name>
[6866]373      <Private>False</Private>
[4569]374    </ProjectReference>
[3877]375    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
376      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
377      <Name>HeuristicLab.Common-3.3</Name>
[6866]378      <Private>False</Private>
[3877]379    </ProjectReference>
380    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
381      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
382      <Name>HeuristicLab.Core-3.3</Name>
[6866]383      <Private>False</Private>
[3877]384    </ProjectReference>
385    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
386      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
387      <Name>HeuristicLab.Data-3.3</Name>
[6866]388      <Private>False</Private>
[3877]389    </ProjectReference>
[8396]390    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
391      <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
392      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
[8401]393      <Private>False</Private>
[8396]394    </ProjectReference>
[5475]395    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
[5484]396      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
397      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
[6866]398      <Private>False</Private>
[3877]399    </ProjectReference>
[8371]400    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
401      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
402      <Name>HeuristicLab.Operators-3.3</Name>
[8401]403      <Private>False</Private>
[8371]404    </ProjectReference>
[3877]405    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
406      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
407      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]408      <Private>False</Private>
[3877]409    </ProjectReference>
410    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
411      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
412      <Name>HeuristicLab.Parameters-3.3</Name>
[6866]413      <Private>False</Private>
[3877]414    </ProjectReference>
415    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
416      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
417      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]418      <Private>False</Private>
[3877]419    </ProjectReference>
420    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
421      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
422      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]423      <Private>False</Private>
[3877]424    </ProjectReference>
[5624]425    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
426      <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
427      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
[6866]428      <Private>False</Private>
[5624]429    </ProjectReference>
430    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
431      <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
432      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
[6866]433      <Private>False</Private>
[5624]434    </ProjectReference>
[8798]435    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4.csproj">
436      <Project>{07486E68-1517-4B9D-A58D-A38E99AE71AB}</Project>
437      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis-3.4</Name>
438    </ProjectReference>
[5617]439    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
440      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
441      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
[6866]442      <Private>False</Private>
[5617]443    </ProjectReference>
[5475]444    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
[5484]445      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
446      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[6866]447      <Private>False</Private>
[3877]448    </ProjectReference>
[7823]449    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
450      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
451      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7825]452      <Private>False</Private>
[7823]453    </ProjectReference>
[8419]454    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
455      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
456      <Name>HeuristicLab.Random-3.3</Name>
457      <Private>False</Private>
458    </ProjectReference>
[13653]459    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
460      <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>
461      <Name>HeuristicLab.Selection-3.3</Name>
462    </ProjectReference>
[3877]463  </ItemGroup>
464  <ItemGroup>
465    <None Include="HeuristicLab.snk" />
[6866]466    <None Include="Plugin.cs.frame" />
467    <None Include="Properties\AssemblyInfo.cs.frame" />
[3877]468  </ItemGroup>
[4065]469  <ItemGroup>
470    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
471      <Visible>False</Visible>
472      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
473      <Install>false</Install>
474    </BootstrapperPackage>
475    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
476      <Visible>False</Visible>
477      <ProductName>.NET Framework 3.5 SP1</ProductName>
478      <Install>true</Install>
479    </BootstrapperPackage>
480    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
481      <Visible>False</Visible>
482      <ProductName>Windows Installer 3.1</ProductName>
483      <Install>true</Install>
484    </BootstrapperPackage>
485  </ItemGroup>
[16625]486  <ItemGroup>
[16658]487    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
488      <SpecificVersion>False</SpecificVersion>
489      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
490      <Private>False</Private>
491    </Reference>
[16625]492  </ItemGroup>
[3877]493  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
494  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
495       Other similar extension points exist, see Microsoft.Common.targets.
496  <Target Name="BeforeBuild">
497  </Target>
498  <Target Name="AfterBuild">
499  </Target>
500  -->
501  <PropertyGroup>
[8609]502    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3877]503set ProjectDir=$(ProjectDir)
504set SolutionDir=$(SolutionDir)
505set Outdir=$(Outdir)
506
507call PreBuildEvent.cmd
[6866]508</PreBuildEvent>
[8609]509    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]510export ProjectDir=$(ProjectDir)
511export SolutionDir=$(SolutionDir)
512
513$SolutionDir/PreBuildEvent.sh
514</PreBuildEvent>
[3877]515  </PropertyGroup>
516</Project>
Note: See TracBrowser for help on using the repository browser.