Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj @ 16641

Last change on this file since 16641 was 16641, checked in by gkronber, 5 years ago

#2971: merged r16527:16625 from trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression to branch/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (resolving all conflicts)

File size: 16.5 KB
RevLine 
[3248]1<?xml version="1.0" encoding="utf-8"?>
[16628]2<Project ToolsVersion="12.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>
[16628]13    <TargetFrameworkVersion>v4.6.1</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>
[16556]43    <OutputPath>..\..\..\..\trunk\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>
[3248]49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
[6866]53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
[4065]57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]58    <Prefer32Bit>false</Prefer32Bit>
[3248]59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
[6866]62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
[4065]67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]68    <Prefer32Bit>false</Prefer32Bit>
[3248]69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
[6866]71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
[4065]77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]78    <Prefer32Bit>false</Prefer32Bit>
[3248]79  </PropertyGroup>
80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
81    <DebugSymbols>true</DebugSymbols>
[6866]82    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]83    <DefineConstants>DEBUG;TRACE</DefineConstants>
84    <DebugType>full</DebugType>
85    <PlatformTarget>x86</PlatformTarget>
86    <ErrorReport>prompt</ErrorReport>
[4065]87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]88    <Prefer32Bit>false</Prefer32Bit>
[3248]89  </PropertyGroup>
90  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
[6866]91    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[3248]92    <DefineConstants>TRACE</DefineConstants>
93    <Optimize>true</Optimize>
94    <DebugType>pdbonly</DebugType>
95    <PlatformTarget>x86</PlatformTarget>
96    <ErrorReport>prompt</ErrorReport>
[4065]97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
[11623]98    <Prefer32Bit>false</Prefer32Bit>
[3248]99  </PropertyGroup>
100  <ItemGroup>
[12817]101    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
[16628]103      <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath>
[16636]104      <Private>False</Private>
[6866]105    </Reference>
[16628]106    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
107      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
[16636]108      <Private>False</Private>
[16628]109    </Reference>
110    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
111      <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre03\lib\net461\HEAL.Attic.dll</HintPath>
[16636]112      <Private>False</Private>
[16628]113    </Reference>
[16556]114    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
[16636]117      <Private>False</Private>
[16556]118    </Reference>
119    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
120      <SpecificVersion>False</SpecificVersion>
121      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath>
[16636]122      <Private>False</Private>
[16556]123    </Reference>
124    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath>
[16636]127      <Private>False</Private>
[16556]128    </Reference>
129    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath>
[16636]132      <Private>False</Private>
[16556]133    </Reference>
134    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
135      <SpecificVersion>False</SpecificVersion>
136      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data-3.3.dll</HintPath>
[16636]137      <Private>False</Private>
[16556]138    </Reference>
139    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
140      <SpecificVersion>False</SpecificVersion>
141      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
[16636]142      <Private>False</Private>
[16556]143    </Reference>
144    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
145      <SpecificVersion>False</SpecificVersion>
146      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Operators-3.3.dll</HintPath>
[16636]147      <Private>False</Private>
[16556]148    </Reference>
149    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
150      <SpecificVersion>False</SpecificVersion>
151      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
[16636]152      <Private>False</Private>
[16556]153    </Reference>
154    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
155      <SpecificVersion>False</SpecificVersion>
156      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
[16636]157      <Private>False</Private>
[16556]158    </Reference>
159    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
160      <SpecificVersion>False</SpecificVersion>
161      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
[16636]162      <Private>False</Private>
[16556]163    </Reference>
164    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
165      <SpecificVersion>False</SpecificVersion>
166      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
[16636]167      <Private>False</Private>
[16556]168    </Reference>
169    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
170      <SpecificVersion>False</SpecificVersion>
171      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
[16636]172      <Private>False</Private>
[16556]173    </Reference>
174    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
175      <SpecificVersion>False</SpecificVersion>
176      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
[16636]177      <Private>False</Private>
[16556]178    </Reference>
179    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
180      <SpecificVersion>False</SpecificVersion>
181      <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
[16636]182      <Private>False</Private>
[16556]183    </Reference>
[3248]184    <Reference Include="System" />
185    <Reference Include="System.Core">
186      <RequiredTargetFramework>3.5</RequiredTargetFramework>
187    </Reference>
[3253]188    <Reference Include="System.Drawing" />
[16628]189    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
190      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
[16636]191      <Private>False</Private>
[16628]192    </Reference>
[3248]193    <Reference Include="System.Xml.Linq">
194      <RequiredTargetFramework>3.5</RequiredTargetFramework>
195    </Reference>
196    <Reference Include="System.Data.DataSetExtensions">
197      <RequiredTargetFramework>3.5</RequiredTargetFramework>
198    </Reference>
199    <Reference Include="System.Data" />
200    <Reference Include="System.Xml" />
201  </ItemGroup>
202  <ItemGroup>
[13241]203    <Compile Include="MultiObjective\PearsonRSquaredNestedTreeSizeEvaluator.cs" />
204    <Compile Include="MultiObjective\PearsonRSquaredNumberOfVariablesEvaluator.cs" />
[16499]205    <Compile Include="MultiObjective\PearsonRSquaredAverageSimilarityEvaluator.cs" />
[13241]206    <Compile Include="MultiObjective\PearsonRSquaredTreeComplexityEvaluator.cs" />
[5685]207    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveValidationBestSolutionAnalyzer.cs" />
[6866]208    <Compile Include="Plugin.cs" />
[8844]209    <Compile Include="SingleObjective\ConstantOptimizationAnalyzer.cs" />
[10469]210    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionMeanRelativeErrorEvaluator.cs" />
[16589]211    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveConstraintPearsonRSquaredEvaluator.cs" />
[16590]212    <Compile Include="SingleObjective\SymbolicRegressionConstraintAnalyzer.cs" />
[10596]213    <Compile Include="SingleObjective\SymbolicRegressionSolutionsAnalyzer.cs" />
[12103]214    <Compile Include="SymbolicRegressionPhenotypicDiversityAnalyzer.cs" />
[10469]215    <Compile Include="SymbolicRegressionPruningAnalyzer.cs" />
[10484]216    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionLogResidualEvaluator.cs" />
[10469]217    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationParetoBestSolutionAnalyzer.cs" />
[7726]218    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingParetoBestSolutionAnalyzer.cs" />
[7677]219    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMaxAbsoluteErrorEvaluator.cs" />
220    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanAbsoluteErrorEvaluator.cs" />
[7672]221    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionConstantOptimizationEvaluator.cs" />
[5747]222    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveOverfittingAnalyzer.cs" />
[5624]223    <Compile Include="SymbolicRegressionModel.cs" />
[5557]224    <Compile Include="Interfaces\ISymbolicRegressionModel.cs" />
225    <Compile Include="Interfaces\ISymbolicRegressionSolution.cs" />
[5500]226    <Compile Include="Interfaces\ISymbolicRegressionEvaluator.cs" />
227    <Compile Include="Interfaces\ISymbolicRegressionMultiObjectiveEvaluator.cs" />
228    <Compile Include="Interfaces\ISymbolicRegressionSingleObjectiveEvaluator.cs" />
[5618]229    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveProblem.cs" />
[5557]230    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveTrainingBestSolutionAnalyzer.cs" />
[5618]231    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveProblem.cs" />
[5607]232    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveValidationBestSolutionAnalyzer.cs" />
[5557]233    <Compile Include="SingleObjective\SymbolicRegressionSingleObjectiveTrainingBestSolutionAnalyzer.cs" />
[5505]234    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveEvaluator.cs" />
235    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectiveMeanSquaredErrorTreeSizeEvaluator.cs" />
236    <Compile Include="MultiObjective\SymbolicRegressionMultiObjectivePearsonRSquaredTreeSizeEvaluator.cs" />
[7672]237    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveEvaluator.cs" />
238    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectiveMeanSquaredErrorEvaluator.cs" />
239    <Compile Include="SingleObjective\Evaluators\SymbolicRegressionSingleObjectivePearsonRSquaredEvaluator.cs" />
[10469]240    <Compile Include="SymbolicRegressionPruningOperator.cs" />
[5607]241    <Compile Include="SymbolicRegressionSolution.cs" />
[8946]242    <Compile Include="SymbolicRegressionSolutionImpactValuesCalculator.cs" />
[3248]243    <None Include="HeuristicLab.snk" />
[16628]244    <None Include="packages.config" />
[6866]245    <None Include="Plugin.cs.frame" />
246    <None Include="Properties\AssemblyInfo.cs.frame" />
[3373]247    <Compile Include="Properties\AssemblyInfo.cs" />
[3248]248  </ItemGroup>
249  <ItemGroup>
[7825]250    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
251      <Visible>False</Visible>
252      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
253      <Install>false</Install>
254    </BootstrapperPackage>
255    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
256      <Visible>False</Visible>
257      <ProductName>.NET Framework 3.5 SP1</ProductName>
258      <Install>true</Install>
259    </BootstrapperPackage>
260    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
261      <Visible>False</Visible>
262      <ProductName>Windows Installer 3.1</ProductName>
263      <Install>true</Install>
264    </BootstrapperPackage>
265  </ItemGroup>
266  <ItemGroup>
[5500]267    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
[16636]268      <Project>{df87c13e-a889-46ff-8153-66dcaa8c5674}</Project>
[5500]269      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
270    </ProjectReference>
[3248]271  </ItemGroup>
[16641]272  <ItemGroup>
273    <PackageReference Include="HEAL.Attic">
274      <Version>1.0.0-pre03</Version>
275    </PackageReference>
276  </ItemGroup>
[3248]277  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
278  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
279       Other similar extension points exist, see Microsoft.Common.targets.
280  <Target Name="BeforeBuild">
281  </Target>
282  <Target Name="AfterBuild">
283  </Target>
284  -->
285  <PropertyGroup>
[8704]286    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[3248]287set ProjectDir=$(ProjectDir)
288set SolutionDir=$(SolutionDir)
289set Outdir=$(Outdir)
290
291call PreBuildEvent.cmd
[6866]292</PreBuildEvent>
[8704]293    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
[8600]294export ProjectDir=$(ProjectDir)
295export SolutionDir=$(SolutionDir)
296
297$SolutionDir/PreBuildEvent.sh
298</PreBuildEvent>
[3248]299  </PropertyGroup>
300</Project>
Note: See TracBrowser for help on using the repository browser.