Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj @ 12552

Last change on this file since 12552 was 12552, checked in by dglaser, 9 years ago

#2394: Updated project files.

File size: 19.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProductVersion>
8    </ProductVersion>
9    <SchemaVersion>2.0</SchemaVersion>
10    <ProjectGuid>{6564C6AF-3E37-4C29-8947-68D4E22232BE}</ProjectGuid>
11    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12    <OutputType>Library</OutputType>
13    <AppDesignerFolder>Properties</AppDesignerFolder>
14    <RootNamespace>HeuristicLab.Services.WebApp</RootNamespace>
15    <AssemblyName>HeuristicLab.Services.WebApp</AssemblyName>
16    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17    <MvcBuildViews>false</MvcBuildViews>
18    <UseIISExpress>true</UseIISExpress>
19    <IISExpressSSLPort />
20    <IISExpressAnonymousAuthentication />
21    <IISExpressWindowsAuthentication />
22    <IISExpressUseClassicPipelineMode />
23    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
24    <RestorePackages>true</RestorePackages>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27    <DebugSymbols>true</DebugSymbols>
28    <DebugType>full</DebugType>
29    <Optimize>false</Optimize>
30    <OutputPath>bin\</OutputPath>
31    <DefineConstants>DEBUG;TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <PublishDatabases>false</PublishDatabases>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37    <DebugType>pdbonly</DebugType>
38    <Optimize>true</Optimize>
39    <OutputPath>bin\</OutputPath>
40    <DefineConstants>TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43  </PropertyGroup>
44  <ItemGroup>
45    <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
48    </Reference>
49    <Reference Include="Microsoft.CSharp" />
50    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
52      <Private>True</Private>
53    </Reference>
54    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
57    </Reference>
58    <Reference Include="System" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
63      <Private>True</Private>
64    </Reference>
65    <Reference Include="System.Web.DynamicData" />
66    <Reference Include="System.Web.Entity" />
67    <Reference Include="System.Web.ApplicationServices" />
68    <Reference Include="System.ComponentModel.DataAnnotations" />
69    <Reference Include="System.Core" />
70    <Reference Include="System.Data.DataSetExtensions" />
71    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
73      <Private>True</Private>
74    </Reference>
75    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
77      <Private>True</Private>
78    </Reference>
79    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
80      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
81      <Private>True</Private>
82    </Reference>
83    <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
85      <Private>True</Private>
86    </Reference>
87    <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88      <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
89      <Private>True</Private>
90    </Reference>
91    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92      <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
93      <Private>True</Private>
94    </Reference>
95    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
97      <Private>True</Private>
98    </Reference>
99    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
101      <Private>True</Private>
102    </Reference>
103    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
105      <Private>True</Private>
106    </Reference>
107    <Reference Include="System.Xml.Linq" />
108    <Reference Include="System.Web" />
109    <Reference Include="System.Web.Extensions" />
110    <Reference Include="System.Web.Abstractions" />
111    <Reference Include="System.Web.Routing" />
112    <Reference Include="System.Xml" />
113    <Reference Include="System.Configuration" />
114    <Reference Include="System.Web.Services" />
115    <Reference Include="System.EnterpriseServices" />
116    <Reference Include="System.Net.Http">
117    </Reference>
118    <Reference Include="System.Net.Http.WebRequest">
119    </Reference>
120    <Reference Include="WebGrease, Version=1.6.5135.21930, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
123    </Reference>
124  </ItemGroup>
125  <ItemGroup>
126    <Compile Include="Configs\BundleConfig.cs" />
127    <Compile Include="Configs\FilterConfig.cs" />
128    <Compile Include="Configs\RouteConfig.cs" />
129    <Compile Include="Configs\WebApiConfig.cs" />
130    <Compile Include="Controllers\AppController.cs" />
131    <Compile Include="Controllers\AuthenticationController.cs" />
132    <Compile Include="Controllers\DataTransfer\Plugin.cs" />
133    <Compile Include="Controllers\DataTransfer\User.cs" />
134    <Compile Include="Controllers\PluginController.cs" />
135    <Compile Include="Controllers\WebAppControllerSelector.cs" />
136    <Compile Include="Global.asax.cs">
137      <DependentUpon>Global.asax</DependentUpon>
138    </Compile>
139    <Compile Include="Plugin.cs" />
140    <Compile Include="PluginManager.cs" />
141    <Compile Include="Properties\AssemblyInfo.cs" />
142  </ItemGroup>
143  <ItemGroup>
144    <Content Include="WebApp\app.css" />
145    <Content Include="Global.asax" />
146    <Content Include="WebApp\main.js" />
147    <Content Include="WebApp\helper.js" />
148    <Content Include="WebApp\HeuristicLab.ico" />
149    <Content Include="WebApp\libs\angularjs\angular-animate.min.js" />
150    <Content Include="WebApp\libs\angularjs\angular-aria.min.js" />
151    <Content Include="WebApp\libs\angularjs\angular-cookies.min.js" />
152    <Content Include="WebApp\libs\angularjs\angular-knob\angular-knob.js" />
153    <Content Include="WebApp\libs\angularjs\angular-loader.min.js" />
154    <Content Include="WebApp\libs\angularjs\angular-messages.min.js" />
155    <Content Include="WebApp\libs\angularjs\angular-resource.min.js" />
156    <Content Include="WebApp\libs\angularjs\angular-route.min.js" />
157    <Content Include="WebApp\libs\angularjs\angular-sanitize.min.js" />
158    <Content Include="WebApp\libs\angularjs\angular-touch.min.js" />
159    <Content Include="WebApp\libs\angularjs\angular-ui-router.min.js" />
160    <Content Include="WebApp\libs\angularjs\loading-bar\loading-bar.css" />
161    <Content Include="WebApp\libs\angularjs\loading-bar\loading-bar.js" />
162    <Content Include="WebApp\libs\angularjs\ocLazyLoad\ocLazyLoad.min.js" />
163    <Content Include="WebApp\libs\font-awesome\font-awesome.min.css" />
164    <Content Include="WebApp\libs\jquery\jquery-knob\jquery.knob.min.js" />
165    <Content Include="WebApp\libs\jquery\jquery-ui\jquery-ui-1.11.4.min.js" />
166    <Content Include="WebApp\libs\misc\html5shiv.min.js" />
167    <Content Include="WebApp\libs\misc\respond.min.js" />
168    <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" />
169    <Content Include="WebApp\app.js" />
170    <Content Include="WebApp\plugins\about\about.js" />
171    <Content Include="WebApp\plugins\about\aboutCtrl.js" />
172    <Content Include="WebApp\plugins\login\login.css" />
173    <Content Include="WebApp\plugins\login\login.js" />
174    <Content Include="WebApp\plugins\login\loginCtrl.js" />
175    <Content Include="WebApp\plugins\plugins\pluginsExceptionCtrl.js" />
176    <Content Include="WebApp\plugins\plugins\plugins.js" />
177    <Content Include="WebApp\plugins\plugins\pluginsCtrl.js" />
178    <Content Include="WebApp\plugins\plugins\pluginsService.js" />
179    <Content Include="WebApp\shared\directives\flot.js" />
180    <Content Include="WebApp\libs\angularjs\angular-ui\ui-bootstrap-tpls-0.13.0.min.js" />
181    <Content Include="WebApp\libs\angularjs\angular.min.js" />
182    <Content Include="WebApp\libs\bootstrap\css\bootstrap-theme.min.css" />
183    <Content Include="WebApp\libs\bootstrap\css\bootstrap.min.css" />
184    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.svg" />
185    <Content Include="WebApp\libs\bootstrap\js\bootstrap.min.js" />
186    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.js" />
187    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.min.js" />
188    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.colorhelpers.min.js" />
189    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.canvas.min.js" />
190    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.categories.min.js" />
191    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.crosshair.min.js" />
192    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.errorbars.min.js" />
193    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.fillbetween.min.js" />
194    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.image.min.js" />
195    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.min.js" />
196    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.navigate.min.js" />
197    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.pie.min.js" />
198    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.resize.min.js" />
199    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.selection.min.js" />
200    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.stack.min.js" />
201    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.symbol.min.js" />
202    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.threshold.min.js" />
203    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.time.min.js" />
204    <Content Include="WebApp\libs\jquery\jquery-flot\LICENSE.txt" />
205    <Content Include="WebApp\libs\jquery\jquery-2.1.4.min.js" />
206    <Content Include="HeuristicLab.snk" />
207    <Content Include="Properties\AssemblyInfo.cs.frame" />
208    <Content Include="Web.config" />
209    <Content Include="Web.Debug.config">
210      <DependentUpon>Web.config</DependentUpon>
211    </Content>
212    <Content Include="Web.Release.config">
213      <DependentUpon>Web.config</DependentUpon>
214    </Content>
215    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.eot" />
216    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
217    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" />
218    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
219    <Content Include="WebApp\shared\filter\filters.js" />
220    <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" />
221    <Content Include="WebApp\shared\layout\layout.cshtml" />
222    <Content Include="WebApp\shared\menu\menuCtrl.js" />
223    <Content Include="WebApp\shared\services\authenticationService.js" />
224    <Content Include="WebApp\Web.config" />
225    <Content Include="WebApp\shared\menu\menu.cshtml" />
226    <Content Include="WebApp\shared\restricted\empty.cshtml" />
227    <Content Include="WebApp\plugins\login\login.cshtml" />
228    <Content Include="WebApp\plugins\plugins\plugins.cshtml" />
229    <Content Include="WebApp\plugins\plugins\Web.config" />
230  </ItemGroup>
231  <ItemGroup>
232    <Content Include="packages.config" />
233  </ItemGroup>
234  <ItemGroup>
235    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
236      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
237      <Name>HeuristicLab.Services.Access-3.3</Name>
238    </ProjectReference>
239    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
240      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
241      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
242    </ProjectReference>
243    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
244      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
245      <Name>HeuristicLab.Services.Hive-3.3</Name>
246    </ProjectReference>
247  </ItemGroup>
248  <ItemGroup>
249    <Content Include="WebApp\plugins\about\about.cshtml" />
250  </ItemGroup>
251  <PropertyGroup>
252    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
253    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
254  </PropertyGroup>
255  <PropertyGroup>
256    <SignAssembly>true</SignAssembly>
257  </PropertyGroup>
258  <PropertyGroup>
259    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
260  </PropertyGroup>
261  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
262    <DebugSymbols>true</DebugSymbols>
263    <OutputPath>bin\</OutputPath>
264    <DefineConstants>DEBUG;TRACE</DefineConstants>
265    <DebugType>full</DebugType>
266    <PlatformTarget>x86</PlatformTarget>
267    <ErrorReport>prompt</ErrorReport>
268    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
269  </PropertyGroup>
270  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
271    <OutputPath>bin\</OutputPath>
272    <DefineConstants>TRACE</DefineConstants>
273    <Optimize>true</Optimize>
274    <DebugType>pdbonly</DebugType>
275    <PlatformTarget>x86</PlatformTarget>
276    <ErrorReport>prompt</ErrorReport>
277    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
278  </PropertyGroup>
279  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
280    <DebugSymbols>true</DebugSymbols>
281    <OutputPath>bin\</OutputPath>
282    <DefineConstants>DEBUG;TRACE</DefineConstants>
283    <DebugType>full</DebugType>
284    <PlatformTarget>x64</PlatformTarget>
285    <ErrorReport>prompt</ErrorReport>
286    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
287  </PropertyGroup>
288  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
289    <OutputPath>bin\</OutputPath>
290    <DefineConstants>TRACE</DefineConstants>
291    <Optimize>true</Optimize>
292    <DebugType>pdbonly</DebugType>
293    <PlatformTarget>x64</PlatformTarget>
294    <ErrorReport>prompt</ErrorReport>
295    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
296  </PropertyGroup>
297  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
298  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
299  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
300  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
301    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
302  </Target>
303  <ProjectExtensions>
304    <VisualStudio>
305      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
306        <WebProjectProperties>
307          <UseIIS>True</UseIIS>
308          <AutoAssignPort>True</AutoAssignPort>
309          <DevelopmentServerPort>62175</DevelopmentServerPort>
310          <DevelopmentServerVPath>/</DevelopmentServerVPath>
311          <IISUrl>http://localhost:62175/</IISUrl>
312          <NTLMAuthentication>False</NTLMAuthentication>
313          <UseCustomServer>False</UseCustomServer>
314          <CustomServerUrl>
315          </CustomServerUrl>
316          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
317        </WebProjectProperties>
318      </FlavorProperties>
319    </VisualStudio>
320  </ProjectExtensions>
321  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
322  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
323    <PropertyGroup>
324      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
325    </PropertyGroup>
326    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
327  </Target>
328  <PropertyGroup>
329    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
330set ProjectDir=$(ProjectDir)
331set SolutionDir=$(SolutionDir)
332set Outdir=$(Outdir)
333
334call PreBuildEvent.cmd</PreBuildEvent>
335  </PropertyGroup>
336  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
337       Other similar extension points exist, see Microsoft.Common.targets.
338  <Target Name="BeforeBuild">
339  </Target>
340  <Target Name="AfterBuild">
341  </Target> -->
342</Project>
Note: See TracBrowser for help on using the repository browser.