Free cookie consent management tool by TermsFeed Policy Generator

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

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

on behalf of spimming:
#1659

  • implemented abstract base class for benchmarking algorithms
  • added License information
  • corrected plugin dependencies
  • corrected descriptions
File size: 7.2 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>{3C906172-E044-4DF0-B4FD-AA21192D5D3E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Algorithms.Benchmarks.Views</RootNamespace>
12    <AssemblyName>HeuristicLab.Algorithms.Benchmarks.Views-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="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
41    <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
42    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
43    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Classification-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
44    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
45    <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
46    <Reference Include="System" />
47    <Reference Include="System.Core" />
48    <Reference Include="System.Drawing" />
49    <Reference Include="System.Windows.Forms" />
50    <Reference Include="System.Xml.Linq" />
51    <Reference Include="System.Data.DataSetExtensions" />
52    <Reference Include="Microsoft.CSharp" />
53    <Reference Include="System.Data" />
54    <Reference Include="System.Xml" />
55  </ItemGroup>
56  <ItemGroup>
57    <Compile Include="BenchmarkView.cs">
58      <SubType>UserControl</SubType>
59    </Compile>
60    <Compile Include="BenchmarkView.Designer.cs">
61      <DependentUpon>BenchmarkView.cs</DependentUpon>
62    </Compile>
63    <Compile Include="Plugin.cs" />
64    <Compile Include="Properties\AssemblyInfo.cs" />
65  </ItemGroup>
66  <ItemGroup>
67    <None Include="HeuristicLab.snk" />
68    <None Include="Plugin.cs.frame" />
69    <None Include="Properties\AssemblyInfo.cs.frame" />
70  </ItemGroup>
71  <ItemGroup>
72    <ProjectReference Include="..\..\HeuristicLab.Algorithms.Benchmarks\3.3\HeuristicLab.Algorithms.Benchmarks-3.3.csproj">
73      <Project>{068C70A7-8CAF-4AB6-8721-4564D62292BC}</Project>
74      <Name>HeuristicLab.Algorithms.Benchmarks-3.3</Name>
75    </ProjectReference>
76    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
77      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
78      <Name>HeuristicLab.Collections-3.3</Name>
79    </ProjectReference>
80    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
81      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
82      <Name>HeuristicLab.Common-3.3</Name>
83    </ProjectReference>
84    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
85      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
86      <Name>HeuristicLab.Core.Views-3.3</Name>
87    </ProjectReference>
88    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
89      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
90      <Name>HeuristicLab.Core-3.3</Name>
91    </ProjectReference>
92    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
93      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
94      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
95    </ProjectReference>
96    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
97      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
98      <Name>HeuristicLab.MainForm-3.3</Name>
99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
101      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
102      <Name>HeuristicLab.Optimization.Views-3.3</Name>
103    </ProjectReference>
104    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
105      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
106      <Name>HeuristicLab.Optimization-3.3</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
109      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
110      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4.csproj">
113      <Project>{BF1E4DF4-A4CC-451F-9D50-303F405E265E}</Project>
114      <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views-3.4</Name>
115    </ProjectReference>
116  </ItemGroup>
117  <ItemGroup>
118    <EmbeddedResource Include="BenchmarkView.resx">
119      <DependentUpon>BenchmarkView.cs</DependentUpon>
120    </EmbeddedResource>
121  </ItemGroup>
122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123  <PropertyGroup>
124    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
125set ProjectDir=$(ProjectDir)
126set SolutionDir=$(SolutionDir)
127set Outdir=$(Outdir)
128
129call PreBuildEvent.cmd
130</PreBuildEvent>
131  </PropertyGroup>
132  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133       Other similar extension points exist, see Microsoft.Common.targets.
134  <Target Name="BeforeBuild">
135  </Target>
136  <Target Name="AfterBuild">
137  </Target>
138  -->
139</Project>
Note: See TracBrowser for help on using the repository browser.