Free cookie consent management tool by TermsFeed Policy Generator

source: branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Benchmarks/3.4/HeuristicLab.Problems.DataAnalysis.Benchmarks-3.4.csproj @ 6973

Last change on this file since 6973 was 6973, checked in by sforsten, 12 years ago

#1669: different kinds of distribution have been implemented for the data generation. It hasn't been tested yet.

File size: 5.8 KB
Line 
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="DistributionGenerator\Distribution.cs" />
52    <Compile Include="DistributionGenerator\DistributionGenerator.cs" />
53    <Compile Include="DistributionGenerator\NormalDistribution.cs" />
54    <Compile Include="DistributionGenerator\RandomDistribution.cs" />
55    <Compile Include="DistributionGenerator\StepsDistribution.cs" />
56    <Compile Include="DistributionGenerator\UniformalDistribution.cs" />
57    <Compile Include="Plugin.cs" />
58    <Compile Include="Properties\AssemblyInfo.cs" />
59    <Compile Include="RegressionBenchmarks\RationalPolynomial.cs" />
60    <Compile Include="RegressionBenchmarks\RationalPolynomialTwo.cs" />
61    <Compile Include="RegressionBenchmarks\RippleFunction.cs" />
62    <Compile Include="RegressionBenchmarks\SalustowiczFunctionTwoDimensional.cs" />
63    <Compile Include="RegressionBenchmarks\KotanchekFunction.cs" />
64    <Compile Include="Generator\RegressionBenchmark.cs" />
65    <Compile Include="RegressionBenchmarks\SalustowiczFunctionOneDimensional.cs" />
66    <Compile Include="RegressionBenchmarks\SineCosineFunction.cs" />
67    <Compile Include="RegressionBenchmarks\UnwrappedBallFunction.cs" />
68  </ItemGroup>
69  <ItemGroup>
70    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
71      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
72      <Name>HeuristicLab.Collections-3.3</Name>
73    </ProjectReference>
74    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
75      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
76      <Name>HeuristicLab.Common-3.3</Name>
77    </ProjectReference>
78    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
79      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
80      <Name>HeuristicLab.Core-3.3</Name>
81    </ProjectReference>
82    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
83      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
84      <Name>HeuristicLab.Data-3.3</Name>
85    </ProjectReference>
86    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
87      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
88      <Name>HeuristicLab.Parameters-3.3</Name>
89    </ProjectReference>
90    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
91      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
92      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
93    </ProjectReference>
94    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
95      <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
96      <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
97    </ProjectReference>
98  </ItemGroup>
99  <ItemGroup>
100    <None Include="HeuristicLab.snk" />
101    <None Include="Plugin.cs.frame" />
102    <None Include="Properties\AssemblyInfo.cs.frame" />
103  </ItemGroup>
104  <ItemGroup />
105  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106  <PropertyGroup>
107    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
108set ProjectDir=$(ProjectDir)
109set SolutionDir=$(SolutionDir)
110set Outdir=$(Outdir)
111
112call PreBuildEvent.cmd</PreBuildEvent>
113  </PropertyGroup>
114  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
115       Other similar extension points exist, see Microsoft.Common.targets.
116  <Target Name="BeforeBuild">
117  </Target>
118  <Target Name="AfterBuild">
119  </Target>
120  -->
121</Project>
Note: See TracBrowser for help on using the repository browser.