Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 7573

Last change on this file since 7573 was 7573, checked in by ascheibe, 12 years ago

#1174 added support for PercentValue

File size: 18.8 KB
RevLine 
[4388]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>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.OKB-3.3</AssemblyName>
[5269]13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
[4388]14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
[7331]21    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[4388]22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
[7331]29    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
[4388]30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <ItemGroup>
[7376]41    <Reference Include="HeuristicLab.Clients.Access-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Access-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
[7556]45    <Reference Include="HeuristicLab.Clients.Access.Views-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Access.Views-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
[5298]49    <Reference Include="HeuristicLab.Clients.Common-3.3">
[7331]50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
51      <Private>False</Private>
[4408]52    </Reference>
[5298]53    <Reference Include="HeuristicLab.Collections-3.3">
[7331]54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
55      <Private>False</Private>
[4548]56    </Reference>
[5298]57    <Reference Include="HeuristicLab.Common-3.3">
[7331]58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
59      <Private>False</Private>
[4388]60    </Reference>
[5298]61    <Reference Include="HeuristicLab.Common.Resources-3.3">
[7331]62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
63      <Private>False</Private>
[4388]64    </Reference>
[5298]65    <Reference Include="HeuristicLab.Core-3.3">
[7331]66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
67      <Private>False</Private>
[4388]68    </Reference>
[5298]69    <Reference Include="HeuristicLab.Core.Views-3.3">
[7331]70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
71      <Private>False</Private>
[4388]72    </Reference>
[5298]73    <Reference Include="HeuristicLab.Data-3.3">
[7331]74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
75      <Private>False</Private>
[4918]76    </Reference>
[5298]77    <Reference Include="HeuristicLab.MainForm-3.3">
[7331]78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
79      <Private>False</Private>
[4918]80    </Reference>
[5298]81    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
[7331]82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
83      <Private>False</Private>
[4918]84    </Reference>
[5344]85    <Reference Include="HeuristicLab.Operators-3.3">
[7331]86      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
87      <Private>False</Private>
[5344]88    </Reference>
[5298]89    <Reference Include="HeuristicLab.Optimization-3.3">
[7331]90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
91      <Private>False</Private>
[4918]92    </Reference>
[4943]93    <Reference Include="HeuristicLab.Optimization.Views-3.3">
[7331]94      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
95      <Private>False</Private>
[4943]96    </Reference>
[5298]97    <Reference Include="HeuristicLab.Optimizer-3.3">
[7331]98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
99      <Private>False</Private>
[4918]100    </Reference>
[5608]101    <Reference Include="HeuristicLab.Parameters-3.3">
[7331]102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
103      <Private>False</Private>
[5344]104    </Reference>
[5298]105    <Reference Include="HeuristicLab.Persistence-3.3">
[7331]106      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
107      <Private>False</Private>
[4918]108    </Reference>
[5298]109    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
[7331]110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
111      <Private>False</Private>
[4918]112    </Reference>
[4388]113    <Reference Include="System" />
114    <Reference Include="System.Core" />
115    <Reference Include="System.Drawing" />
116    <Reference Include="System.Runtime.Serialization" />
117    <Reference Include="System.ServiceModel" />
118    <Reference Include="System.Windows.Forms" />
119    <Reference Include="System.Xml.Linq" />
120    <Reference Include="System.Data.DataSetExtensions" />
121    <Reference Include="System.Data" />
122    <Reference Include="System.Xml" />
123  </ItemGroup>
124  <ItemGroup>
[5533]125    <Compile Include="Administration\AdministrationClient.cs" />
126    <Compile Include="Administration\AdministratorMenuItem.cs" />
[5504]127    <Compile Include="Administration\ServiceClient\AdministrationServiceClient.cs" />
[5533]128    <Compile Include="Administration\ServiceClient\Algorithm.cs" />
129    <Compile Include="Administration\ServiceClient\AlgorithmClass.cs" />
[5550]130    <Compile Include="Administration\ServiceClient\OKBItemCollection.cs" />
[5533]131    <Compile Include="Administration\ServiceClient\INamedOKBItem.cs" />
132    <Compile Include="Administration\ServiceClient\IOKBItem.cs" />
133    <Compile Include="Administration\ServiceClient\NamedOKBItem.cs" />
134    <Compile Include="Administration\ServiceClient\OKBItem.cs" />
135    <Compile Include="Administration\ServiceClient\Platform.cs" />
136    <Compile Include="Administration\ServiceClient\Problem.cs" />
137    <Compile Include="Administration\ServiceClient\ProblemClass.cs" />
138    <Compile Include="Administration\Views\AdministratorView.cs">
[4422]139      <SubType>UserControl</SubType>
140    </Compile>
[5533]141    <Compile Include="Administration\Views\AdministratorView.Designer.cs">
[4426]142      <DependentUpon>AdministratorView.cs</DependentUpon>
[4422]143    </Compile>
[5533]144    <Compile Include="Administration\Views\AlgorithmClassCollectionView.cs">
[4388]145      <SubType>UserControl</SubType>
146    </Compile>
[5533]147    <Compile Include="Administration\Views\AlgorithmClassCollectionView.Designer.cs">
[4426]148      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
[4388]149    </Compile>
[5533]150    <Compile Include="Administration\Views\AlgorithmCollectionView.cs">
[4408]151      <SubType>UserControl</SubType>
152    </Compile>
[5533]153    <Compile Include="Administration\Views\AlgorithmCollectionView.Designer.cs">
[4426]154      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
[4408]155    </Compile>
[5533]156    <Compile Include="Administration\Views\AlgorithmView.cs">
[4441]157      <SubType>UserControl</SubType>
158    </Compile>
[5533]159    <Compile Include="Administration\Views\AlgorithmView.Designer.cs">
[4441]160      <DependentUpon>AlgorithmView.cs</DependentUpon>
161    </Compile>
[5550]162    <Compile Include="Administration\Views\OKBItemCollectionView.cs">
163      <SubType>UserControl</SubType>
164    </Compile>
165    <Compile Include="Administration\Views\OKBItemCollectionView.Designer.cs">
166      <DependentUpon>OKBItemCollectionView.cs</DependentUpon>
167    </Compile>
[5533]168    <Compile Include="Administration\Views\NamedOKBItemView.cs">
[4481]169      <SubType>UserControl</SubType>
170    </Compile>
[5533]171    <Compile Include="Administration\Views\NamedOKBItemView.Designer.cs">
172      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
[4481]173    </Compile>
[5533]174    <Compile Include="Administration\Views\OKBItemView.cs">
[4566]175      <SubType>UserControl</SubType>
176    </Compile>
[5533]177    <Compile Include="Administration\Views\OKBItemView.Designer.cs">
178      <DependentUpon>OKBItemView.cs</DependentUpon>
[4566]179    </Compile>
[5533]180    <Compile Include="Administration\Views\PlatformCollectionView.cs">
[4929]181      <SubType>UserControl</SubType>
182    </Compile>
[5533]183    <Compile Include="Administration\Views\PlatformCollectionView.Designer.cs">
184      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
[4929]185    </Compile>
[5533]186    <Compile Include="Administration\Views\ProblemClassCollectionView.cs">
[5344]187      <SubType>UserControl</SubType>
188    </Compile>
[5533]189    <Compile Include="Administration\Views\ProblemClassCollectionView.Designer.cs">
190      <DependentUpon>ProblemClassCollectionView.cs</DependentUpon>
[5344]191    </Compile>
[5533]192    <Compile Include="Administration\Views\ProblemCollectionView.cs">
[5338]193      <SubType>UserControl</SubType>
194    </Compile>
[5533]195    <Compile Include="Administration\Views\ProblemCollectionView.Designer.cs">
196      <DependentUpon>ProblemCollectionView.cs</DependentUpon>
[5338]197    </Compile>
[5533]198    <Compile Include="Administration\Views\ProblemView.cs">
[5286]199      <SubType>UserControl</SubType>
200    </Compile>
[5533]201    <Compile Include="Administration\Views\ProblemView.Designer.cs">
[4492]202      <DependentUpon>ProblemView.cs</DependentUpon>
203    </Compile>
[7332]204    <Compile Include="Plugin.cs" />
[5606]205    <Compile Include="Query\QueryClient.cs" />
206    <Compile Include="Query\QueryMenuItem.cs" />
207    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
[7573]208    <Compile Include="Query\ServiceClient\OrdinalComparisonPercentFilter.cs" />
209    <Compile Include="Query\ServiceClient\NameOrdinalComparisonPercentFilter.cs" />
[5608]210    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
211    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
212    <Compile Include="Query\ServiceClient\EqualityComparisonByteArrayFilter.cs" />
213    <Compile Include="Query\ServiceClient\EqualityComparisonBoolFilter.cs" />
[5606]214    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
215    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
216    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
217    <Compile Include="Query\ServiceClient\Filter.cs" />
218    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
219    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
220    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
221    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
222    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
223    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
224    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
225    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
[5533]226    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
[5606]227    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
228    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
229    <Compile Include="Query\Views\CombinedFilterView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
233      <DependentUpon>CombinedFilterView.cs</DependentUpon>
234    </Compile>
[7573]235    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.Designer.cs">
239      <DependentUpon>OrdinalComparisonPercentFilterView.cs</DependentUpon>
240    </Compile>
[5612]241    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.Designer.cs">
245      <DependentUpon>OrdinalComparisonDateTimeFilterView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.Designer.cs">
251      <DependentUpon>OrdinalComparisonFloatFilterView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.Designer.cs">
257      <DependentUpon>OrdinalComparisonIntFilterView.cs</DependentUpon>
258    </Compile>
[5608]259    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.Designer.cs">
263      <DependentUpon>EqualityComparisonBoolFilterView.cs</DependentUpon>
264    </Compile>
[5606]265    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
269      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="Query\Views\FilterView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="Query\Views\FilterView.Designer.cs">
275      <DependentUpon>FilterView.cs</DependentUpon>
276    </Compile>
[5608]277    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.cs">
[5606]278      <SubType>UserControl</SubType>
279    </Compile>
[5608]280    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.Designer.cs">
281      <DependentUpon>OrdinalComparisonDoubleFilterView.cs</DependentUpon>
[5606]282    </Compile>
283    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
287      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
288    </Compile>
289    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
290      <SubType>UserControl</SubType>
291    </Compile>
292    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
293      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
294    </Compile>
295    <Compile Include="Query\Views\QueryView.cs">
296      <SubType>UserControl</SubType>
297    </Compile>
298    <Compile Include="Query\Views\QueryView.Designer.cs">
299      <DependentUpon>QueryView.cs</DependentUpon>
300    </Compile>
301    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
302      <SubType>UserControl</SubType>
303    </Compile>
304    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
305      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
306    </Compile>
307    <Compile Include="Query\Views\StringComparisonFilterView.cs">
308      <SubType>UserControl</SubType>
309    </Compile>
310    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
311      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
312    </Compile>
[5640]313    <Compile Include="RunCreation\EmptyAlgorithm.cs" />
314    <Compile Include="RunCreation\EmptyEvaluator.cs" />
315    <Compile Include="RunCreation\EmptyMultiObjectiveEvaluator.cs" />
316    <Compile Include="RunCreation\EmptyMultiObjectiveProblem.cs" />
317    <Compile Include="RunCreation\EmptyProblem.cs" />
318    <Compile Include="RunCreation\EmptySingleObjectiveEvaluator.cs" />
319    <Compile Include="RunCreation\EmptySingleObjectiveProblem.cs" />
320    <Compile Include="RunCreation\EmptySolutionCreator.cs" />
321    <Compile Include="RunCreation\ItemWrapper.cs" />
322    <Compile Include="RunCreation\MultiObjectiveOKBProblem.cs" />
323    <Compile Include="RunCreation\NamedItemWrapper.cs" />
324    <Compile Include="RunCreation\OKBAlgorithm.cs" />
325    <Compile Include="RunCreation\OKBProblem.cs" />
326    <Compile Include="RunCreation\OKBRun.cs" />
327    <Compile Include="RunCreation\RunCreationClient.cs" />
[5533]328    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
329    <Compile Include="Properties\AssemblyInfo.cs" />
[5640]330    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
331    <Compile Include="RunCreation\Views\OKBAlgorithmView.cs">
332      <SubType>UserControl</SubType>
333    </Compile>
334    <Compile Include="RunCreation\Views\OKBAlgorithmView.Designer.cs">
335      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
336    </Compile>
[5660]337    <Compile Include="RunCreation\Views\OKBProblemView.cs">
[5640]338      <SubType>UserControl</SubType>
339    </Compile>
[5660]340    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
341      <DependentUpon>OKBProblemView.cs</DependentUpon>
[5640]342    </Compile>
[5902]343    <Compile Include="RunCreation\Views\OKBRunView.cs">
344      <SubType>UserControl</SubType>
345    </Compile>
346    <Compile Include="RunCreation\Views\OKBRunView.Designer.cs">
347      <DependentUpon>OKBRunView.cs</DependentUpon>
348    </Compile>
[4388]349    <None Include="app.config" />
[7349]350    <None Include="swagner app.config" />
[7332]351    <None Include="Plugin.cs.frame" />
[5666]352    <None Include="services.heuristiclab.com app.config" />
[7332]353    <None Include="Properties\AssemblyInfo.cs.frame" />
[5504]354    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
355    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
356    <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
[4388]357    <None Include="UpdateLocalInstallation.cmd" />
358  </ItemGroup>
359  <ItemGroup>
360    <None Include="HeuristicLab.snk" />
361  </ItemGroup>
362  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
363  <PropertyGroup>
364    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
365set ProjectDir=$(ProjectDir)
366set SolutionDir=$(SolutionDir)
367set Outdir=$(Outdir)
368set TargetPath=$(TargetPath)
369
370call UpdateLocalInstallation.cmd</PostBuildEvent>
371  </PropertyGroup>
372  <PropertyGroup>
373    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
374set ProjectDir=$(ProjectDir)
375set SolutionDir=$(SolutionDir)
376set Outdir=$(Outdir)
377
[7332]378SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
379SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>
[4388]380  </PropertyGroup>
381  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
382       Other similar extension points exist, see Microsoft.Common.targets.
383  <Target Name="BeforeBuild">
384  </Target>
385  <Target Name="AfterBuild">
386  </Target>
387  -->
388</Project>
Note: See TracBrowser for help on using the repository browser.