1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
3 | <PropertyGroup>
|
---|
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
6 | <ProductVersion>8.0.30703</ProductVersion>
|
---|
7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
8 | <ProjectGuid>{4232E766-B8E4-4FC9-A665-C2D2FC5CD73C}</ProjectGuid>
|
---|
9 | <OutputType>Library</OutputType>
|
---|
10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
11 | <RootNamespace>HeuristicLab.Problems.DataAnalysis.Benchmarks</RootNamespace>
|
---|
12 | <AssemblyName>HeuristicLab.Problems.DataAnalysis.Benchmarks-3.4</AssemblyName>
|
---|
13 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
---|
14 | <FileAlignment>512</FileAlignment>
|
---|
15 | </PropertyGroup>
|
---|
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
17 | <DebugSymbols>true</DebugSymbols>
|
---|
18 | <DebugType>full</DebugType>
|
---|
19 | <Optimize>false</Optimize>
|
---|
20 | <OutputPath>..\..\bin\</OutputPath>
|
---|
21 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
22 | <ErrorReport>prompt</ErrorReport>
|
---|
23 | <WarningLevel>4</WarningLevel>
|
---|
24 | </PropertyGroup>
|
---|
25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
26 | <DebugType>pdbonly</DebugType>
|
---|
27 | <Optimize>true</Optimize>
|
---|
28 | <OutputPath>..\..\bin\</OutputPath>
|
---|
29 | <DefineConstants>TRACE</DefineConstants>
|
---|
30 | <ErrorReport>prompt</ErrorReport>
|
---|
31 | <WarningLevel>4</WarningLevel>
|
---|
32 | </PropertyGroup>
|
---|
33 | <PropertyGroup>
|
---|
34 | <SignAssembly>true</SignAssembly>
|
---|
35 | </PropertyGroup>
|
---|
36 | <PropertyGroup>
|
---|
37 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
38 | </PropertyGroup>
|
---|
39 | <ItemGroup>
|
---|
40 | <Reference Include="ALGLIB-3.1.0, Version=3.1.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
|
---|
41 | <Reference Include="System" />
|
---|
42 | <Reference Include="System.Core" />
|
---|
43 | <Reference Include="System.Drawing" />
|
---|
44 | <Reference Include="System.Xml.Linq" />
|
---|
45 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
46 | <Reference Include="System.Data" />
|
---|
47 | <Reference Include="System.Xml" />
|
---|
48 | </ItemGroup>
|
---|
49 | <ItemGroup>
|
---|
50 | <Compile Include="Benchmark.cs" />
|
---|
51 | <Compile Include="Plugin.cs" />
|
---|
52 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
53 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSixteen.cs" />
|
---|
54 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFifteen.cs" />
|
---|
55 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionThirteen.cs" />
|
---|
56 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionTwelve.cs" />
|
---|
57 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionEight.cs" />
|
---|
58 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSeven.cs" />
|
---|
59 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionSix.cs" />
|
---|
60 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFiveteen.cs" />
|
---|
61 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFourteen.cs" />
|
---|
62 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionThirteen.cs" />
|
---|
63 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionTwelve.cs" />
|
---|
64 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionEleven.cs" />
|
---|
65 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionTen.cs" />
|
---|
66 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionNine.cs" />
|
---|
67 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionEight.cs" />
|
---|
68 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionSeven.cs" />
|
---|
69 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionSix.cs" />
|
---|
70 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFive.cs" />
|
---|
71 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionFour.cs" />
|
---|
72 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionThree.cs" />
|
---|
73 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionTwo.cs" />
|
---|
74 | <Compile Include="RegressionBenchmarks\Korns\KornFunctionOne.cs" />
|
---|
75 | <Compile Include="RegressionBenchmarks\Keijzer\KeijzerFunctionFour.cs" />
|
---|
76 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwelve.cs" />
|
---|
77 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEleven.cs" />
|
---|
78 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTen.cs" />
|
---|
79 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionNine.cs" />
|
---|
80 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionEight.cs" />
|
---|
81 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSeven.cs" />
|
---|
82 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionSix.cs" />
|
---|
83 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFive.cs" />
|
---|
84 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionFour.cs" />
|
---|
85 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionThree.cs" />
|
---|
86 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionTwo.cs" />
|
---|
87 | <Compile Include="RegressionBenchmarks\Nguyen\NguyenFunctionOne.cs" />
|
---|
88 | <Compile Include="RegressionBenchmarks\Vladislavleva\KotanchekFunction.cs" />
|
---|
89 | <Compile Include="Generator\RegressionBenchmark.cs" />
|
---|
90 | <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialThreeDimensional.cs" />
|
---|
91 | <Compile Include="RegressionBenchmarks\Vladislavleva\RationalPolynomialTwoDimensional.cs" />
|
---|
92 | <Compile Include="RegressionBenchmarks\Vladislavleva\RippleFunction.cs" />
|
---|
93 | <Compile Include="RegressionBenchmarks\Vladislavleva\SalustowiczFunctionOneDimensional.cs" />
|
---|
94 | <Compile Include="RegressionBenchmarks\Vladislavleva\SalustowiczFunctionTwoDimensional.cs" />
|
---|
95 | <Compile Include="RegressionBenchmarks\Vladislavleva\SineCosineFunction.cs" />
|
---|
96 | <Compile Include="RegressionBenchmarks\Vladislavleva\UnwrappedBallFunctionFiveDimensional.cs" />
|
---|
97 | </ItemGroup>
|
---|
98 | <ItemGroup>
|
---|
99 | <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
|
---|
100 | <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
|
---|
101 | <Name>HeuristicLab.Collections-3.3</Name>
|
---|
102 | </ProjectReference>
|
---|
103 | <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
|
---|
104 | <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
|
---|
105 | <Name>HeuristicLab.Common-3.3</Name>
|
---|
106 | </ProjectReference>
|
---|
107 | <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
|
---|
108 | <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
|
---|
109 | <Name>HeuristicLab.Core-3.3</Name>
|
---|
110 | </ProjectReference>
|
---|
111 | <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
|
---|
112 | <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
|
---|
113 | <Name>HeuristicLab.Data-3.3</Name>
|
---|
114 | </ProjectReference>
|
---|
115 | <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
|
---|
116 | <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
|
---|
117 | <Name>HeuristicLab.Parameters-3.3</Name>
|
---|
118 | </ProjectReference>
|
---|
119 | <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
|
---|
120 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
121 | <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
|
---|
122 | </ProjectReference>
|
---|
123 | <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
|
---|
124 | <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
|
---|
125 | <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
|
---|
126 | </ProjectReference>
|
---|
127 | <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
|
---|
128 | <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
|
---|
129 | <Name>HeuristicLab.Random-3.3</Name>
|
---|
130 | </ProjectReference>
|
---|
131 | </ItemGroup>
|
---|
132 | <ItemGroup>
|
---|
133 | <None Include="HeuristicLab.snk" />
|
---|
134 | <None Include="Plugin.cs.frame" />
|
---|
135 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
136 | </ItemGroup>
|
---|
137 | <ItemGroup />
|
---|
138 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
139 | <PropertyGroup>
|
---|
140 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
141 | set ProjectDir=$(ProjectDir)
|
---|
142 | set SolutionDir=$(SolutionDir)
|
---|
143 | set Outdir=$(Outdir)
|
---|
144 |
|
---|
145 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
146 | </PropertyGroup>
|
---|
147 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
148 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
149 | <Target Name="BeforeBuild">
|
---|
150 | </Target>
|
---|
151 | <Target Name="AfterBuild">
|
---|
152 | </Target>
|
---|
153 | -->
|
---|
154 | </Project> |
---|