Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Benchmarking/sources/HeuristicLab.Algorithms.Benchmarks/3.3/HeuristicLab.Algorithms.Benchmarks-3.3.csproj @ 6920

Last change on this file since 6920 was 6920, checked in by ascheibe, 13 years ago

#1659 added benchmarking algorithms

File size: 5.4 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>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.Benchmarks</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.Benchmarks-3.3</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="System" />
41    <Reference Include="System.Core" />
42    <Reference Include="System.Xml.Linq" />
43    <Reference Include="System.Data.DataSetExtensions" />
44    <Reference Include="Microsoft.CSharp" />
45    <Reference Include="System.Data" />
46    <Reference Include="System.Xml" />
47  </ItemGroup>
48  <ItemGroup>
49    <Compile Include="Whetstone.cs" />
50    <Compile Include="Dhrystone.cs" />
51    <Compile Include="Linpack.cs" />
52    <Compile Include="Plugin.cs" />
53    <Compile Include="Properties\AssemblyInfo.cs" />
54  </ItemGroup>
55  <ItemGroup>
56    <None Include="HeuristicLab.snk" />
57    <None Include="Plugin.cs.frame" />
58    <None Include="Properties\AssemblyInfo.cs.frame" />
59  </ItemGroup>
60  <ItemGroup>
61    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
62      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
63      <Name>HeuristicLab.Collections-3.3</Name>
64    </ProjectReference>
65    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
66      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
67      <Name>HeuristicLab.Common.Resources-3.3</Name>
68    </ProjectReference>
69    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
70      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
71      <Name>HeuristicLab.Common-3.3</Name>
72    </ProjectReference>
73    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
74      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
75      <Name>HeuristicLab.Core-3.3</Name>
76    </ProjectReference>
77    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
78      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
79      <Name>HeuristicLab.Data-3.3</Name>
80    </ProjectReference>
81    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
82      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
83      <Name>HeuristicLab.Operators-3.3</Name>
84    </ProjectReference>
85    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
86      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
87      <Name>HeuristicLab.Optimization-3.3</Name>
88    </ProjectReference>
89    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
90      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
91      <Name>HeuristicLab.Parameters-3.3</Name>
92    </ProjectReference>
93    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
94      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
95      <Name>HeuristicLab.Persistence-3.3</Name>
96    </ProjectReference>
97    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
98      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
99      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
100    </ProjectReference>
101  </ItemGroup>
102  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103  <PropertyGroup>
104    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
105set ProjectDir=$(ProjectDir)
106set SolutionDir=$(SolutionDir)
107set Outdir=$(Outdir)
108
109call PreBuildEvent.cmd
110</PreBuildEvent>
111  </PropertyGroup>
112  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113       Other similar extension points exist, see Microsoft.Common.targets.
114  <Target Name="BeforeBuild">
115  </Target>
116  <Target Name="AfterBuild">
117  </Target>
118  -->
119</Project>
Note: See TracBrowser for help on using the repository browser.