[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>
|
---|
[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>
|
---|
[3877] | 50 | </PropertyGroup>
|
---|
| 51 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 52 | <DebugType>pdbonly</DebugType>
|
---|
| 53 | <Optimize>true</Optimize>
|
---|
[6866] | 54 | <OutputPath>$(SolutionDir)\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>
|
---|
[6866] | 64 | <OutputPath>$(SolutionDir)\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' ">
|
---|
[6866] | 72 | <OutputPath>$(SolutionDir)\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>
|
---|
[6866] | 84 | <OutputPath>$(SolutionDir)\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' ">
|
---|
[6866] | 92 | <OutputPath>$(SolutionDir)\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>
|
---|
[8660] | 103 | <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 104 | <HintPath>..\..\bin\ALGLIB-3.6.0.dll</HintPath>
|
---|
[7021] | 105 | <Private>False</Private>
|
---|
[6866] | 106 | </Reference>
|
---|
[8660] | 107 | <Reference Include="LibSVM-3.12, Version=3.12.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 108 | <HintPath>..\..\bin\LibSVM-3.12.dll</HintPath>
|
---|
[7021] | 109 | <Private>False</Private>
|
---|
[6866] | 110 | </Reference>
|
---|
[3877] | 111 | <Reference Include="System" />
|
---|
| 112 | <Reference Include="System.Core">
|
---|
| 113 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 114 | </Reference>
|
---|
[4569] | 115 | <Reference Include="System.Drawing" />
|
---|
[3877] | 116 | </ItemGroup>
|
---|
| 117 | <ItemGroup>
|
---|
[5617] | 118 | <Compile Include="CrossValidation.cs">
|
---|
| 119 | <SubType>Code</SubType>
|
---|
| 120 | </Compile>
|
---|
| 121 | <Compile Include="FixedDataAnalysisAlgorithm.cs" />
|
---|
[8660] | 122 | <Compile Include="GaussianProcess\GaussianProcessDiscriminantFunctionClassificationSolution.cs" />
|
---|
| 123 | <Compile Include="GaussianProcess\GaussianProcessDiscriminantFunctionClassificationModel.cs" />
|
---|
| 124 | <Compile Include="GaussianProcess\GaussianProcessClassificationSolutionCreator.cs" />
|
---|
| 125 | <Compile Include="GaussianProcess\GaussianProcessClassificationModelCreator.cs" />
|
---|
| 126 | <Compile Include="GaussianProcess\GaussianProcessClassification.cs" />
|
---|
| 127 | <Compile Include="GaussianProcess\CovarianceProduct.cs" />
|
---|
| 128 | <Compile Include="GaussianProcess\CovarianceScale.cs" />
|
---|
| 129 | <Compile Include="GaussianProcess\CovarianceRationalQuadraticArd.cs" />
|
---|
| 130 | <Compile Include="GaussianProcess\CovarianceRationalQuadraticIso.cs" />
|
---|
| 131 | <Compile Include="GaussianProcess\CovarianceSquaredExponentialArd.cs" />
|
---|
| 132 | <Compile Include="GaussianProcess\CovarianceSquaredExponentialIso.cs" />
|
---|
| 133 | <Compile Include="GaussianProcess\HyperParameter.cs" />
|
---|
| 134 | <Compile Include="GaussianProcess\CovarianceMaternIso.cs" />
|
---|
| 135 | <Compile Include="GaussianProcess\CovarianceLinearArd.cs" />
|
---|
| 136 | <Compile Include="GaussianProcess\CovarianceNoise.cs" />
|
---|
| 137 | <Compile Include="GaussianProcess\CovarianceConst.cs" />
|
---|
| 138 | <Compile Include="GaussianProcess\MeanProduct.cs" />
|
---|
| 139 | <Compile Include="GaussianProcess\MeanSum.cs" />
|
---|
| 140 | <Compile Include="GaussianProcess\CovarianceSum.cs" />
|
---|
| 141 | <Compile Include="GaussianProcess\CovariancePeriodic.cs" />
|
---|
| 142 | <Compile Include="GaussianProcess\GaussianProcessHyperparameterInitializer.cs" />
|
---|
| 143 | <Compile Include="GaussianProcess\GaussianProcessRegressionSolutionCreator.cs" />
|
---|
| 144 | <Compile Include="GaussianProcess\GaussianProcessRegressionModelCreator.cs" />
|
---|
| 145 | <Compile Include="GaussianProcess\CovarianceLinear.cs" />
|
---|
| 146 | <Compile Include="GaussianProcess\GaussianProcessModelCreator.cs">
|
---|
| 147 | <SubType>Code</SubType>
|
---|
| 148 | </Compile>
|
---|
| 149 | <Compile Include="GaussianProcess\MeanLinear.cs" />
|
---|
| 150 | <Compile Include="GaussianProcess\Util.cs" />
|
---|
| 151 | <Compile Include="GaussianProcess\MeanZero.cs" />
|
---|
| 152 | <Compile Include="GaussianProcess\MeanConst.cs" />
|
---|
| 153 | <Compile Include="GaussianProcess\IMeanFunction.cs" />
|
---|
| 154 | <Compile Include="GaussianProcess\GaussianProcessModel.cs" />
|
---|
| 155 | <Compile Include="GaussianProcess\GaussianProcessRegression.cs" />
|
---|
| 156 | <Compile Include="GaussianProcess\GaussianProcessRegressionSolution.cs" />
|
---|
| 157 | <Compile Include="GaussianProcess\ICovarianceFunction.cs" />
|
---|
| 158 | <Compile Include="Interfaces\IGaussianProcessModel.cs" />
|
---|
| 159 | <Compile Include="Interfaces\IGaussianProcessSolution.cs" />
|
---|
| 160 | <Compile Include="Interfaces\INcaClassificationSolution.cs" />
|
---|
| 161 | <Compile Include="Interfaces\INcaModel.cs" />
|
---|
[6583] | 162 | <Compile Include="Interfaces\INearestNeighbourClassificationSolution.cs" />
|
---|
| 163 | <Compile Include="Interfaces\INearestNeighbourRegressionSolution.cs" />
|
---|
| 164 | <Compile Include="Interfaces\INearestNeighbourModel.cs" />
|
---|
[6580] | 165 | <Compile Include="Interfaces\INeuralNetworkEnsembleClassificationSolution.cs" />
|
---|
| 166 | <Compile Include="Interfaces\INeuralNetworkEnsembleRegressionSolution.cs" />
|
---|
| 167 | <Compile Include="Interfaces\INeuralNetworkEnsembleModel.cs" />
|
---|
[6579] | 168 | <Compile Include="Interfaces\INeuralNetworkClassificationSolution.cs" />
|
---|
[6577] | 169 | <Compile Include="Interfaces\INeuralNetworkRegressionSolution.cs" />
|
---|
| 170 | <Compile Include="Interfaces\INeuralNetworkModel.cs" />
|
---|
[6241] | 171 | <Compile Include="Interfaces\IRandomForestClassificationSolution.cs" />
|
---|
| 172 | <Compile Include="Interfaces\IRandomForestModel.cs" />
|
---|
[6240] | 173 | <Compile Include="Interfaces\IRandomForestRegressionSolution.cs" />
|
---|
[5694] | 174 | <Compile Include="Interfaces\ISupportVectorMachineModel.cs" />
|
---|
| 175 | <Compile Include="Interfaces\ISupportVectorMachineSolution.cs" />
|
---|
[5617] | 176 | <Compile Include="Interfaces\IDataAnalysisAlgorithm.cs" />
|
---|
[5651] | 177 | <Compile Include="kMeans\KMeansClustering.cs" />
|
---|
| 178 | <Compile Include="kMeans\KMeansClusteringModel.cs" />
|
---|
| 179 | <Compile Include="kMeans\KMeansClusteringSolution.cs" />
|
---|
[5658] | 180 | <Compile Include="kMeans\KMeansClusteringUtil.cs">
|
---|
[5617] | 181 | <SubType>Code</SubType>
|
---|
| 182 | </Compile>
|
---|
[5658] | 183 | <Compile Include="Linear\AlglibUtil.cs" />
|
---|
[8660] | 184 | <Compile Include="Linear\Scaling.cs" />
|
---|
[5658] | 185 | <Compile Include="Linear\LinearDiscriminantAnalysis.cs" />
|
---|
| 186 | <Compile Include="Linear\LinearRegression.cs">
|
---|
[5617] | 187 | <SubType>Code</SubType>
|
---|
| 188 | </Compile>
|
---|
[6567] | 189 | <Compile Include="Linear\MultinomialLogitClassification.cs" />
|
---|
[6576] | 190 | <Compile Include="Linear\MultinomialLogitClassificationSolution.cs" />
|
---|
| 191 | <Compile Include="Linear\MultinomialLogitModel.cs" />
|
---|
[8660] | 192 | <Compile Include="Nca\Initialization\INcaInitializer.cs" />
|
---|
| 193 | <Compile Include="Nca\Initialization\LdaInitializer.cs" />
|
---|
| 194 | <Compile Include="Nca\Initialization\PcaInitializer.cs" />
|
---|
| 195 | <Compile Include="Nca\Initialization\RandomInitializer.cs" />
|
---|
| 196 | <Compile Include="Nca\Matrix.cs" />
|
---|
| 197 | <Compile Include="Nca\NcaAlgorithm.cs" />
|
---|
| 198 | <Compile Include="Nca\NcaClassificationSolution.cs" />
|
---|
| 199 | <Compile Include="Nca\NcaModel.cs" />
|
---|
[6583] | 200 | <Compile Include="NearestNeighbour\NearestNeighbourClassification.cs" />
|
---|
| 201 | <Compile Include="NearestNeighbour\NearestNeighbourClassificationSolution.cs" />
|
---|
| 202 | <Compile Include="NearestNeighbour\NearestNeighbourModel.cs" />
|
---|
| 203 | <Compile Include="NearestNeighbour\NearestNeighbourRegression.cs" />
|
---|
| 204 | <Compile Include="NearestNeighbour\NearestNeighbourRegressionSolution.cs" />
|
---|
[6580] | 205 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassification.cs" />
|
---|
| 206 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleClassificationSolution.cs" />
|
---|
| 207 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleModel.cs" />
|
---|
| 208 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegressionSolution.cs" />
|
---|
| 209 | <Compile Include="NeuralNetwork\NeuralNetworkEnsembleRegression.cs" />
|
---|
[6579] | 210 | <Compile Include="NeuralNetwork\NeuralNetworkClassification.cs" />
|
---|
| 211 | <Compile Include="NeuralNetwork\NeuralNetworkClassificationSolution.cs" />
|
---|
[6577] | 212 | <Compile Include="NeuralNetwork\NeuralNetworkModel.cs" />
|
---|
| 213 | <Compile Include="NeuralNetwork\NeuralNetworkRegression.cs" />
|
---|
| 214 | <Compile Include="NeuralNetwork\NeuralNetworkRegressionSolution.cs" />
|
---|
[6866] | 215 | <Compile Include="Plugin.cs" />
|
---|
[3877] | 216 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
[6241] | 217 | <Compile Include="RandomForest\RandomForestClassificationSolution.cs" />
|
---|
| 218 | <Compile Include="RandomForest\RandomForestClassification.cs" />
|
---|
| 219 | <Compile Include="RandomForest\RandomForestModel.cs" />
|
---|
[6240] | 220 | <Compile Include="RandomForest\RandomForestRegression.cs" />
|
---|
| 221 | <Compile Include="RandomForest\RandomForestRegressionSolution.cs" />
|
---|
[5626] | 222 | <Compile Include="SupportVectorMachine\SupportVectorClassification.cs" />
|
---|
| 223 | <Compile Include="SupportVectorMachine\SupportVectorClassificationSolution.cs" />
|
---|
| 224 | <Compile Include="SupportVectorMachine\SupportVectorMachineModel.cs" />
|
---|
[5624] | 225 | <Compile Include="SupportVectorMachine\SupportVectorMachineUtil.cs">
|
---|
| 226 | <SubType>Code</SubType>
|
---|
| 227 | </Compile>
|
---|
| 228 | <Compile Include="SupportVectorMachine\SupportVectorRegression.cs">
|
---|
| 229 | <SubType>Code</SubType>
|
---|
| 230 | </Compile>
|
---|
| 231 | <Compile Include="SupportVectorMachine\SupportVectorRegressionSolution.cs">
|
---|
| 232 | <SubType>Code</SubType>
|
---|
| 233 | </Compile>
|
---|
[3877] | 234 | </ItemGroup>
|
---|
| 235 | <ItemGroup>
|
---|
[8660] | 236 | <ProjectReference Include="..\..\HeuristicLab.Algorithms.GradientDescent\3.3\HeuristicLab.Algorithms.GradientDescent.csproj">
|
---|
| 237 | <Project>{1256B945-EEA9-4BE4-9880-76B5B113F089}</Project>
|
---|
| 238 | <Name>HeuristicLab.Algorithms.GradientDescent</Name>
|
---|
| 239 | <Private>False</Private>
|
---|
| 240 | </ProjectReference>
|
---|
| 241 | <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
|
---|
| 242 | <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
|
---|
| 243 | <Name>HeuristicLab.Analysis-3.3</Name>
|
---|
| 244 | <Private>False</Private>
|
---|
| 245 | </ProjectReference>
|
---|
[3877] | 246 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
| 247 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
| 248 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
[6866] | 249 | <Private>False</Private>
|
---|
[3877] | 250 | </ProjectReference>
|
---|
[4569] | 251 | <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
|
---|
| 252 | <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
|
---|
| 253 | <Name>HeuristicLab.Common.Resources-3.3</Name>
|
---|
[6866] | 254 | <Private>False</Private>
|
---|
[4569] | 255 | </ProjectReference>
|
---|
[3877] | 256 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
| 257 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
| 258 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
[6866] | 259 | <Private>False</Private>
|
---|
[3877] | 260 | </ProjectReference>
|
---|
| 261 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
| 262 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
| 263 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
[6866] | 264 | <Private>False</Private>
|
---|
[3877] | 265 | </ProjectReference>
|
---|
| 266 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
| 267 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
| 268 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
[6866] | 269 | <Private>False</Private>
|
---|
[3877] | 270 | </ProjectReference>
|
---|
[8660] | 271 | <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
|
---|
| 272 | <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
|
---|
| 273 | <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
|
---|
| 274 | <Private>False</Private>
|
---|
| 275 | </ProjectReference>
|
---|
[5475] | 276 | <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
|
---|
[5484] | 277 | <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
|
---|
| 278 | <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
|
---|
[6866] | 279 | <Private>False</Private>
|
---|
[3877] | 280 | </ProjectReference>
|
---|
[8660] | 281 | <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
|
---|
| 282 | <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
|
---|
| 283 | <Name>HeuristicLab.Operators-3.3</Name>
|
---|
| 284 | <Private>False</Private>
|
---|
| 285 | </ProjectReference>
|
---|
[3877] | 286 | <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
|
---|
| 287 | <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
|
---|
| 288 | <Name>HeuristicLab.Optimization-3.3</Name>
|
---|
[6866] | 289 | <Private>False</Private>
|
---|
[3877] | 290 | </ProjectReference>
|
---|
| 291 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
| 292 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
| 293 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
[6866] | 294 | <Private>False</Private>
|
---|
[3877] | 295 | </ProjectReference>
|
---|
| 296 | <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
|
---|
| 297 | <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
|
---|
| 298 | <Name>HeuristicLab.Persistence-3.3</Name>
|
---|
[6866] | 299 | <Private>False</Private>
|
---|
[3877] | 300 | </ProjectReference>
|
---|
| 301 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
| 302 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 303 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
[6866] | 304 | <Private>False</Private>
|
---|
[3877] | 305 | </ProjectReference>
|
---|
[5624] | 306 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4.csproj">
|
---|
| 307 | <Project>{05BAE4E1-A9FA-4644-AA77-42558720159E}</Project>
|
---|
| 308 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4</Name>
|
---|
[6866] | 309 | <Private>False</Private>
|
---|
[5624] | 310 | </ProjectReference>
|
---|
| 311 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
|
---|
| 312 | <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
|
---|
| 313 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
|
---|
[6866] | 314 | <Private>False</Private>
|
---|
[5624] | 315 | </ProjectReference>
|
---|
[5617] | 316 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
|
---|
| 317 | <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
|
---|
| 318 | <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
|
---|
[6866] | 319 | <Private>False</Private>
|
---|
[5617] | 320 | </ProjectReference>
|
---|
[5475] | 321 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
[5484] | 322 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
| 323 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
[6866] | 324 | <Private>False</Private>
|
---|
[3877] | 325 | </ProjectReference>
|
---|
[8085] | 326 | <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
|
---|
| 327 | <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
|
---|
| 328 | <Name>HeuristicLab.Problems.Instances-3.3</Name>
|
---|
| 329 | <Private>False</Private>
|
---|
| 330 | </ProjectReference>
|
---|
[8660] | 331 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
| 332 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
| 333 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
| 334 | <Private>False</Private>
|
---|
| 335 | </ProjectReference>
|
---|
[3877] | 336 | </ItemGroup>
|
---|
| 337 | <ItemGroup>
|
---|
| 338 | <None Include="HeuristicLab.snk" />
|
---|
[6866] | 339 | <None Include="Plugin.cs.frame" />
|
---|
| 340 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
[3877] | 341 | </ItemGroup>
|
---|
[4065] | 342 | <ItemGroup>
|
---|
| 343 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
---|
| 344 | <Visible>False</Visible>
|
---|
| 345 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
---|
| 346 | <Install>false</Install>
|
---|
| 347 | </BootstrapperPackage>
|
---|
| 348 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
---|
| 349 | <Visible>False</Visible>
|
---|
| 350 | <ProductName>.NET Framework 3.5 SP1</ProductName>
|
---|
| 351 | <Install>true</Install>
|
---|
| 352 | </BootstrapperPackage>
|
---|
| 353 | <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
---|
| 354 | <Visible>False</Visible>
|
---|
| 355 | <ProductName>Windows Installer 3.1</ProductName>
|
---|
| 356 | <Install>true</Install>
|
---|
| 357 | </BootstrapperPackage>
|
---|
| 358 | </ItemGroup>
|
---|
[3877] | 359 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 360 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 361 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 362 | <Target Name="BeforeBuild">
|
---|
| 363 | </Target>
|
---|
| 364 | <Target Name="AfterBuild">
|
---|
| 365 | </Target>
|
---|
| 366 | -->
|
---|
| 367 | <PropertyGroup>
|
---|
[8660] | 368 | <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
[3877] | 369 | set ProjectDir=$(ProjectDir)
|
---|
| 370 | set SolutionDir=$(SolutionDir)
|
---|
| 371 | set Outdir=$(Outdir)
|
---|
| 372 |
|
---|
| 373 | call PreBuildEvent.cmd
|
---|
[6866] | 374 | </PreBuildEvent>
|
---|
[8660] | 375 | <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
|
---|
| 376 | export ProjectDir=$(ProjectDir)
|
---|
| 377 | export SolutionDir=$(SolutionDir)
|
---|
| 378 |
|
---|
| 379 | $SolutionDir/PreBuildEvent.sh
|
---|
| 380 | </PreBuildEvent>
|
---|
[3877] | 381 | </PropertyGroup>
|
---|
| 382 | </Project> |
---|