Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj @ 18234

Last change on this file since 18234 was 17930, checked in by pfleck, 3 years ago

#3040 Reworked external dependencies and merged some libraries (ILmerge) to avoid versions conflicts occuring on Hive.

File size: 16.3 KB
RevLine 
[3248]1<?xml version="1.0" encoding="utf-8"?>
[4065]2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
[3248]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>
[5474]8    <ProjectGuid>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</ProjectGuid>
[3248]9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
[5474]11    <RootNamespace>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</AssemblyName>
[17475]13    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
[5192]14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
[3248]16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
[4065]19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
[3248]38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
[6866]43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
[4065]47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]48    <Prefer32Bit>false</Prefer32Bit>
[17502]49    <LangVersion>7</LangVersion>
[3248]50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
52    <DebugType>pdbonly</DebugType>
53    <Optimize>true</Optimize>
[6866]54    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]55    <DefineConstants>TRACE</DefineConstants>
56    <ErrorReport>prompt</ErrorReport>
57    <WarningLevel>4</WarningLevel>
[4065]58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]59    <Prefer32Bit>false</Prefer32Bit>
[17502]60    <LangVersion>7</LangVersion>
[3248]61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
[6866]64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
[4065]69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]70    <Prefer32Bit>false</Prefer32Bit>
[17502]71    <LangVersion>7</LangVersion>
[3248]72  </PropertyGroup>
73  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]74    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]75    <DefineConstants>TRACE</DefineConstants>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
[4065]80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]81    <Prefer32Bit>false</Prefer32Bit>
[17502]82    <LangVersion>7</LangVersion>
[3248]83  </PropertyGroup>
84  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
85    <DebugSymbols>true</DebugSymbols>
[6866]86    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]87    <DefineConstants>DEBUG;TRACE</DefineConstants>
88    <DebugType>full</DebugType>
89    <PlatformTarget>x86</PlatformTarget>
90    <ErrorReport>prompt</ErrorReport>
[4065]91    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]92    <Prefer32Bit>false</Prefer32Bit>
[17502]93    <LangVersion>7</LangVersion>
[3248]94  </PropertyGroup>
95  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]96    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]97    <DefineConstants>TRACE</DefineConstants>
98    <Optimize>true</Optimize>
99    <DebugType>pdbonly</DebugType>
100    <PlatformTarget>x86</PlatformTarget>
101    <ErrorReport>prompt</ErrorReport>
[4065]102    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]103    <Prefer32Bit>false</Prefer32Bit>
[17502]104    <LangVersion>7</LangVersion>
[3248]105  </PropertyGroup>
106  <ItemGroup>
[12817]107    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
108      <SpecificVersion>False</SpecificVersion>
109      <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath>
[9289]110      <Private>False</Private>
[6866]111    </Reference>
[17930]112    <Reference Include="DiffSharp.Merged, Version=0.8.4.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=AMD64">
[17786]113      <SpecificVersion>False</SpecificVersion>
[17930]114      <HintPath>..\..\bin\DiffSharp.Merged.dll</HintPath>
[17786]115    </Reference>
[17474]116    <Reference Include="MathNet.Numerics">
117      <HintPath>..\..\bin\MathNet.Numerics.dll</HintPath>
118      <Private>False</Private>
119    </Reference>
[17930]120    <Reference Include="netstandard" />
[3248]121    <Reference Include="System" />
122    <Reference Include="System.Core">
123      <RequiredTargetFramework>3.5</RequiredTargetFramework>
124    </Reference>
[3253]125    <Reference Include="System.Drawing" />
[17502]126    <Reference Include="System.Numerics" />
[3248]127    <Reference Include="System.Xml.Linq">
128      <RequiredTargetFramework>3.5</RequiredTargetFramework>
129    </Reference>
130    <Reference Include="System.Data.DataSetExtensions">
131      <RequiredTargetFramework>3.5</RequiredTargetFramework>
132    </Reference>
133    <Reference Include="System.Data" />
134    <Reference Include="System.Xml" />
[17930]135    <Reference Include="TensorFlow.NET.Merged, Version=0.15.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
136      <SpecificVersion>False</SpecificVersion>
137      <HintPath>..\..\bin\TensorFlow.NET.Merged.dll</HintPath>
[17474]138    </Reference>
[3248]139  </ItemGroup>
140  <ItemGroup>
[13241]141    <Compile Include="MultiObjective\PearsonRSquaredNestedTreeSizeEvaluator.cs" />
142    <Compile Include="MultiObjective\PearsonRSquaredNumberOfVariablesEvaluator.cs" />
[16499]143    <Compile Include="MultiObjective\PearsonRSquaredAverageSimilarityEvaluator.cs" />
[13241]144    <Compile Include="MultiObjective\PearsonRSquaredTreeComplexityEvaluator.cs" />
[5685]145    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
[6866]146    <Compile Include="Plugin.cs" />
[8844]147    <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" />
[17786]148    <Compile Include="SingleObjective\Evaluators\NonlinearLeastSquaresVectorConstantOptimizationEvaluator.cs" />
[17726]149    <Compile Include="SingleObjective\Evaluators\VectorUnrollingNonlinearLeastSquaresConstantOptimizationEvaluator.cs" />
[17472]150    <Compile Include="SingleObjective\Evaluators\NonlinearLeastSquaresConstantOptimizationEvaluator.cs" />
[10469]151    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
[17474]152    <Compile Include="SingleObjective\Evaluators\TensorFlowConstantOptimizationEvaluator.cs" />
[10596]153    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
[12103]154    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
[10469]155    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
[10484]156    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionLogResidualEvaluator.cs" />
[10469]157    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
[7726]158    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
[7677]159    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMaxAbsoluteErrorEvaluator.cs" />
160    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanAbsoluteErrorEvaluator.cs" />
[7672]161    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionConstantOptimizationEvaluator.cs" />
[5747]162    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveOverfittingAnalyzer.cs" />
[5624]163    <Compile Include="SymbolicRegressionModel.cs" />
[5557]164    <Compile Include="Interfaces\ISymbolicRegressionModel.cs" />
165    <Compile Include="Interfaces\ISymbolicRegressionSolution.cs" />
[5500]166    <Compile Include="Interfaces\ISymbolicRegressionEvaluator.cs" />
167    <Compile Include="Interfaces\ISymbolicRegressionMultiObjectiveEvaluator.cs" />
168    <Compile Include="Interfaces\ISymbolicRegressionSingleObjectiveEvaluator.cs" />
[5618]169    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveProblem.cs" />
[5557]170    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
[5618]171    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveProblem.cs" />
[5607]172    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationBestSolutionAnalyzer.cs" />
[5557]173    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
[5505]174    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveEvaluator.cs" />
175    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveMeanSquaredErrorTreeSizeEvaluator.cs" />
176    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectivePearsonRSquaredTreeSizeEvaluator.cs" />
[7672]177    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveEvaluator.cs" />
178    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanSquaredErrorEvaluator.cs" />
179    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
[10469]180    <Compile Include="SymbolicRegressionPruningOperator.cs" />
[5607]181    <Compile Include="SymbolicRegressionSolution.cs" />
[8946]182    <Compile Include="SymbolicRegressionSolutionImpactValuesCalculator.cs" />
[3248]183    <None Include="HeuristicLab.snk" />
[6866]184    <None Include="Plugin.cs.frame" />
185    <None Include="Properties\AssemblyInfo.cs.frame" />
[3373]186    <Compile Include="Properties\AssemblyInfo.cs" />
[3248]187  </ItemGroup>
188  <ItemGroup>
[7825]189    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
190      <Visible>False</Visible>
191      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
192      <Install>false</Install>
193    </BootstrapperPackage>
194    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
195      <Visible>False</Visible>
196      <ProductName>.NET Framework 3.5 SP1</ProductName>
197      <Install>true</Install>
198    </BootstrapperPackage>
199    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
200      <Visible>False</Visible>
201      <ProductName>Windows Installer 3.1</ProductName>
202      <Install>true</Install>
203    </BootstrapperPackage>
204  </ItemGroup>
205  <ItemGroup>
[5747]206    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
207      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
208      <Name>HeuristicLab.Analysis-3.3</Name>
[8324]209      <Private>False</Private>
[5747]210    </ProjectReference>
[3253]211    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
212      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
213      <Name>HeuristicLab.Collections-3.3</Name>
[6866]214      <Private>False</Private>
[3253]215    </ProjectReference>
[3384]216    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
217      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
218      <Name>HeuristicLab.Common-3.3</Name>
[6866]219      <Private>False</Private>
[3368]220    </ProjectReference>
[3253]221    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
222      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
223      <Name>HeuristicLab.Core-3.3</Name>
[6866]224      <Private>False</Private>
[3253]225    </ProjectReference>
226    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
227      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
228      <Name>HeuristicLab.Data-3.3</Name>
[6866]229      <Private>False</Private>
[3253]230    </ProjectReference>
[5500]231    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
232      <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
233      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
[6866]234      <Private>False</Private>
[3253]235    </ProjectReference>
236    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
237      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
238      <Name>HeuristicLab.Operators-3.3</Name>
[6866]239      <Private>False</Private>
[3253]240    </ProjectReference>
[12103]241    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
242      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
243      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
244      <Private>False</Private>
245    </ProjectReference>
[3253]246    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
247      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
248      <Name>HeuristicLab.Optimization-3.3</Name>
[6866]249      <Private>False</Private>
[3253]250    </ProjectReference>
251    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
252      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
253      <Name>HeuristicLab.Parameters-3.3</Name>
[6866]254      <Private>False</Private>
[3253]255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
257      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
258      <Name>HeuristicLab.Persistence-3.3</Name>
[6866]259      <Private>False</Private>
[3253]260    </ProjectReference>
[3832]261    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
[3248]262      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
[3832]263      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[6866]264      <Private>False</Private>
[3248]265    </ProjectReference>
[5500]266    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
267      <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
268      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
[6866]269      <Private>False</Private>
[3248]270    </ProjectReference>
[5500]271    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
272      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
273      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
[6866]274      <Private>False</Private>
[5500]275    </ProjectReference>
[7823]276    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
277      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
278      <Name>HeuristicLab.Problems.Instances-3.3</Name>
[7825]279      <Private>False</Private>
[7823]280    </ProjectReference>
[3248]281  </ItemGroup>
[16625]282  <ItemGroup>
[16658]283    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
284      <SpecificVersion>False</SpecificVersion>
285      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
286      <Private>False</Private>
287    </Reference>
[16625]288  </ItemGroup>
[3248]289  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
290  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
291       Other similar extension points exist, see Microsoft.Common.targets.
292  <Target Name="BeforeBuild">
293  </Target>
294  <Target Name="AfterBuild">
295  </Target>
296  -->
297  <PropertyGroup>
[8704]298    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3248]299set ProjectDir=$(ProjectDir)
300set SolutionDir=$(SolutionDir)
301set Outdir=$(Outdir)
302
303call PreBuildEvent.cmd
[6866]304</PreBuildEvent>
[8704]305    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]306export ProjectDir=$(ProjectDir)
307export SolutionDir=$(SolutionDir)
308
309$SolutionDir/PreBuildEvent.sh
310</PreBuildEvent>
[3248]311  </PropertyGroup>
312</Project>
Note: See TracBrowser for help on using the repository browser.