source: Scheduling/trunk/cs/bsdx0200GUISourceCode/ClinicalScheduling.csproj@ 1515

Last change on this file since 1515 was 1515, checked in by Sam Habiel, 12 years ago

Updated dlls and exes after bug fixes. Updated slns and csprojs.

File size: 19.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3 <PropertyGroup>
4 <ProjectType>Local</ProjectType>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}</ProjectGuid>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <ApplicationIcon>hwIco281.ICO</ApplicationIcon>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>ClinicalScheduling</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>WinExe</OutputType>
21 <RootNamespace>IndianHealthService.ClinicalScheduling</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23 <StartupObject>IndianHealthService.ClinicalScheduling.CGDocumentManager</StartupObject>
24 <FileUpgradeFlags>
25 </FileUpgradeFlags>
26 <UpgradeBackupLocation>
27 </UpgradeBackupLocation>
28 <SccProjectName>
29 </SccProjectName>
30 <SccLocalPath>
31 </SccLocalPath>
32 <SccAuxPath>
33 </SccAuxPath>
34 <SccProvider>
35 </SccProvider>
36 <OldToolsVersion>3.5</OldToolsVersion>
37 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
38 <IsWebBootstrapper>false</IsWebBootstrapper>
39 <ManifestCertificateThumbprint>3202DD11CA9F64F7E52CF7BBED5F17D6E8A1B395</ManifestCertificateThumbprint>
40 <ManifestKeyFile>ClinicalScheduling_TemporaryKey.pfx</ManifestKeyFile>
41 <GenerateManifests>false</GenerateManifests>
42 <SignManifests>false</SignManifests>
43 <TargetZone>LocalIntranet</TargetZone>
44 <NoWin32Manifest>true</NoWin32Manifest>
45 <PublishUrl>publish\</PublishUrl>
46 <Install>true</Install>
47 <InstallFrom>Disk</InstallFrom>
48 <UpdateEnabled>false</UpdateEnabled>
49 <UpdateMode>Foreground</UpdateMode>
50 <UpdateInterval>7</UpdateInterval>
51 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
52 <UpdatePeriodically>false</UpdatePeriodically>
53 <UpdateRequired>false</UpdateRequired>
54 <MapFileExtensions>true</MapFileExtensions>
55 <ApplicationRevision>1</ApplicationRevision>
56 <ApplicationVersion>2.1.0.%2a</ApplicationVersion>
57 <UseApplicationTrust>false</UseApplicationTrust>
58 <PublishWizardCompleted>true</PublishWizardCompleted>
59 <BootstrapperEnabled>true</BootstrapperEnabled>
60 <TargetFrameworkProfile />
61 </PropertyGroup>
62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
63 <OutputPath>bin\Release\</OutputPath>
64 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
65 <BaseAddress>285212672</BaseAddress>
66 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
67 <ConfigurationOverrideFile>
68 </ConfigurationOverrideFile>
69 <DefineConstants>DEBUG;TRACE</DefineConstants>
70 <DocumentationFile>
71 </DocumentationFile>
72 <DebugSymbols>false</DebugSymbols>
73 <FileAlignment>4096</FileAlignment>
74 <NoStdLib>false</NoStdLib>
75 <NoWarn>
76 </NoWarn>
77 <Optimize>false</Optimize>
78 <RegisterForComInterop>false</RegisterForComInterop>
79 <RemoveIntegerChecks>false</RemoveIntegerChecks>
80 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
81 <WarningLevel>4</WarningLevel>
82 <DebugType>full</DebugType>
83 <ErrorReport>prompt</ErrorReport>
84 <UseVSHostingProcess>false</UseVSHostingProcess>
85 </PropertyGroup>
86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
87 <OutputPath>bin\Release\</OutputPath>
88 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
89 <BaseAddress>285212672</BaseAddress>
90 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
91 <ConfigurationOverrideFile>
92 </ConfigurationOverrideFile>
93 <DefineConstants>
94 </DefineConstants>
95 <DocumentationFile>
96 </DocumentationFile>
97 <DebugSymbols>false</DebugSymbols>
98 <FileAlignment>4096</FileAlignment>
99 <NoStdLib>false</NoStdLib>
100 <NoWarn>
101 </NoWarn>
102 <Optimize>false</Optimize>
103 <RegisterForComInterop>false</RegisterForComInterop>
104 <RemoveIntegerChecks>false</RemoveIntegerChecks>
105 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
106 <WarningLevel>4</WarningLevel>
107 <DebugType>none</DebugType>
108 <ErrorReport>prompt</ErrorReport>
109 <UseVSHostingProcess>false</UseVSHostingProcess>
110 </PropertyGroup>
111 <ItemGroup>
112 <Reference Include="PrintPreview, Version=1.0.4570.15574, Culture=neutral, processorArchitecture=MSIL">
113 <SpecificVersion>False</SpecificVersion>
114 <HintPath>bin\Release\PrintPreview.dll</HintPath>
115 </Reference>
116 <Reference Include="System">
117 <Name>System</Name>
118 </Reference>
119 <Reference Include="System.configuration" />
120 <Reference Include="System.Core">
121 <RequiredTargetFramework>3.5</RequiredTargetFramework>
122 </Reference>
123 <Reference Include="System.Data">
124 <Name>System.Data</Name>
125 </Reference>
126 <Reference Include="System.Data.DataSetExtensions">
127 <RequiredTargetFramework>3.5</RequiredTargetFramework>
128 </Reference>
129 <Reference Include="System.Drawing">
130 <Name>System.Drawing</Name>
131 </Reference>
132 <Reference Include="System.Web.Extensions">
133 <RequiredTargetFramework>3.5</RequiredTargetFramework>
134 </Reference>
135 <Reference Include="System.Web.Services">
136 <Name>System.Web.Services</Name>
137 </Reference>
138 <Reference Include="System.Windows.Forms">
139 <Name>System.Windows.Forms</Name>
140 </Reference>
141 <Reference Include="System.Xml">
142 <Name>System.XML</Name>
143 </Reference>
144 </ItemGroup>
145 <ItemGroup>
146 <Compile Include="DRadExamsSelect.cs">
147 <SubType>Form</SubType>
148 </Compile>
149 <Compile Include="DRadExamsSelect.Designer.cs">
150 <DependentUpon>DRadExamsSelect.cs</DependentUpon>
151 </Compile>
152 <Compile Include="Provider.cs" />
153 <Compile Include="RadiologyExam.cs" />
154 <Compile Include="RPCLogger.cs" />
155 <Compile Include="RPCLoggerView.cs">
156 <SubType>Form</SubType>
157 </Compile>
158 <Compile Include="RPCLoggerView.Designer.cs">
159 <DependentUpon>RPCLoggerView.cs</DependentUpon>
160 </Compile>
161 <Compile Include="strings.ar.Designer.cs">
162 <AutoGen>True</AutoGen>
163 <DesignTime>True</DesignTime>
164 <DependentUpon>strings.ar.resx</DependentUpon>
165 </Compile>
166 <Compile Include="strings.Designer.cs">
167 <AutoGen>True</AutoGen>
168 <DesignTime>True</DesignTime>
169 <DependentUpon>strings.resx</DependentUpon>
170 </Compile>
171 <Compile Include="UserPreferences.cs" />
172 <None Include="dsPatientApptDisplay2.xsc">
173 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
174 </None>
175 <None Include="dsPatientApptDisplay2.xss">
176 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
177 </None>
178 <None Include="dsPatientApptDisplay2.xsx">
179 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
180 </None>
181 <None Include="dsRebookAppts.xsc">
182 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
183 </None>
184 <None Include="dsRebookAppts.xss">
185 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
186 </None>
187 <None Include="dsRebookAppts.xsx">
188 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
189 </None>
190 <Content Include="dsPatientApptDisplay2.xsd">
191 <Generator>MSDataSetGenerator</Generator>
192 <LastGenOutput>dsPatientApptDisplay2.Designer.cs</LastGenOutput>
193 <SubType>Designer</SubType>
194 </Content>
195 <Content Include="dsRebookAppts.xsd">
196 <Generator>MSDataSetGenerator</Generator>
197 <LastGenOutput>dsRebookAppts.Designer.cs</LastGenOutput>
198 <SubType>Designer</SubType>
199 </Content>
200 <Content Include="hwIco281.ICO" />
201 <Compile Include="AssemblyInfo.cs">
202 <SubType>Code</SubType>
203 </Compile>
204 <Compile Include="CalendarGrid.cs">
205 <SubType>Component</SubType>
206 </Compile>
207 <Compile Include="CGAppointment.cs" />
208 <Compile Include="CGAppointmentChangedArgs.cs" />
209 <Compile Include="CGAppointments.cs" />
210 <Compile Include="CGAvailability.cs" />
211 <Compile Include="CGAVDocument.cs">
212 <SubType>Code</SubType>
213 </Compile>
214 <Compile Include="CGAVView.cs">
215 <SubType>Form</SubType>
216 </Compile>
217 <Compile Include="CGCell.cs" />
218 <Compile Include="CGCells.cs" />
219 <Compile Include="CGDocument.cs">
220 <SubType>Code</SubType>
221 </Compile>
222 <Compile Include="CGDocumentManager.cs" />
223 <Compile Include="CGRange.cs" />
224 <Compile Include="CGResource.cs" />
225 <Compile Include="CGSchedLib.cs">
226 <SubType>Code</SubType>
227 </Compile>
228 <Compile Include="CGSelectionChangedArgs.cs" />
229 <Compile Include="CGView.cs">
230 <SubType>Form</SubType>
231 </Compile>
232 <Compile Include="Printing.cs" />
233 <Compile Include="DAccessBlock.cs">
234 <SubType>Form</SubType>
235 </Compile>
236 <Compile Include="DAccessGroup.cs">
237 <SubType>Form</SubType>
238 </Compile>
239 <Compile Include="DAccessGroupItem.cs">
240 <SubType>Form</SubType>
241 </Compile>
242 <Compile Include="DAccessTemplate.cs">
243 <SubType>Form</SubType>
244 </Compile>
245 <Compile Include="DAccessType.cs">
246 <SubType>Form</SubType>
247 </Compile>
248 <Compile Include="DAL.cs" />
249 <Compile Include="DAppointPage.cs">
250 <SubType>Form</SubType>
251 </Compile>
252 <Compile Include="DApptSearch.cs">
253 <SubType>Form</SubType>
254 </Compile>
255 <Compile Include="DCancelAppt.cs">
256 <SubType>Form</SubType>
257 </Compile>
258 <Compile Include="DCheckIn.cs">
259 <SubType>Form</SubType>
260 </Compile>
261 <Compile Include="DCopyAppts.cs">
262 <SubType>Form</SubType>
263 </Compile>
264 <Compile Include="dInputText.cs">
265 <SubType>Form</SubType>
266 </Compile>
267 <Compile Include="DManagement.cs">
268 <SubType>Form</SubType>
269 </Compile>
270 <Compile Include="DNoShow.cs">
271 <SubType>Form</SubType>
272 </Compile>
273 <Compile Include="DPatientApptDisplay.cs">
274 <SubType>Form</SubType>
275 </Compile>
276 <Compile Include="DPatientLetter.cs">
277 <SubType>Form</SubType>
278 </Compile>
279 <Compile Include="DPatientLookup.cs">
280 <SubType>Form</SubType>
281 </Compile>
282 <Compile Include="DResource.cs">
283 <SubType>Form</SubType>
284 </Compile>
285 <Compile Include="DResourceGroup.cs">
286 <SubType>Form</SubType>
287 </Compile>
288 <Compile Include="DResourceGroupItem.cs">
289 <SubType>Form</SubType>
290 </Compile>
291 <Compile Include="DResourceUser.cs">
292 <SubType>Form</SubType>
293 </Compile>
294 <Compile Include="DSelectLetterClinics.cs">
295 <SubType>Form</SubType>
296 </Compile>
297 <Compile Include="DSelectSchedules.cs">
298 <SubType>Form</SubType>
299 </Compile>
300 <Compile Include="dsPatientApptDisplay2.Designer.cs">
301 <AutoGen>True</AutoGen>
302 <DesignTime>True</DesignTime>
303 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
304 </Compile>
305 <Compile Include="DSplash.cs">
306 <SubType>Form</SubType>
307 </Compile>
308 <Compile Include="dsRebookAppts.cs">
309 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
310 <SubType>Component</SubType>
311 </Compile>
312 <Compile Include="dsRebookAppts.Designer.cs">
313 <AutoGen>True</AutoGen>
314 <DesignTime>True</DesignTime>
315 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
316 </Compile>
317 <Compile Include="FMDateTime.cs">
318 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
319 </Compile>
320 <Compile Include="DMassSlotDelete.cs">
321 <SubType>Form</SubType>
322 </Compile>
323 <Compile Include="DMassSlotDelete.Designer.cs">
324 <DependentUpon>DMassSlotDelete.cs</DependentUpon>
325 </Compile>
326 <Compile Include="LoadingSplash.cs">
327 <SubType>Form</SubType>
328 </Compile>
329 <Compile Include="LoadingSplash.Designer.cs">
330 <DependentUpon>LoadingSplash.cs</DependentUpon>
331 </Compile>
332 <Compile Include="Options.cs" />
333 <Compile Include="Patient.cs" />
334 <Compile Include="UCPatientAppts.cs">
335 <SubType>UserControl</SubType>
336 </Compile>
337 <Compile Include="UCPatientAppts.Designer.cs">
338 <DependentUpon>UCPatientAppts.cs</DependentUpon>
339 </Compile>
340 <EmbeddedResource Include="CGAVView.resx">
341 <DependentUpon>CGAVView.cs</DependentUpon>
342 <SubType>Designer</SubType>
343 </EmbeddedResource>
344 <EmbeddedResource Include="CGDocumentManager.resx">
345 <DependentUpon>CGDocumentManager.cs</DependentUpon>
346 <SubType>Designer</SubType>
347 </EmbeddedResource>
348 <EmbeddedResource Include="CGView.resx">
349 <DependentUpon>CGView.cs</DependentUpon>
350 <SubType>Designer</SubType>
351 </EmbeddedResource>
352 <EmbeddedResource Include="DAccessGroup.resx">
353 <DependentUpon>DAccessGroup.cs</DependentUpon>
354 <SubType>Designer</SubType>
355 </EmbeddedResource>
356 <EmbeddedResource Include="DAccessGroupItem.resx">
357 <DependentUpon>DAccessGroupItem.cs</DependentUpon>
358 <SubType>Designer</SubType>
359 </EmbeddedResource>
360 <EmbeddedResource Include="DAccessTemplate.resx">
361 <DependentUpon>DAccessTemplate.cs</DependentUpon>
362 <SubType>Designer</SubType>
363 </EmbeddedResource>
364 <EmbeddedResource Include="DAccessType.resx">
365 <DependentUpon>DAccessType.cs</DependentUpon>
366 <SubType>Designer</SubType>
367 </EmbeddedResource>
368 <EmbeddedResource Include="DAppointPage.resx">
369 <DependentUpon>DAppointPage.cs</DependentUpon>
370 <SubType>Designer</SubType>
371 </EmbeddedResource>
372 <EmbeddedResource Include="DApptSearch.resx">
373 <DependentUpon>DApptSearch.cs</DependentUpon>
374 <SubType>Designer</SubType>
375 </EmbeddedResource>
376 <EmbeddedResource Include="DCancelAppt.resx">
377 <DependentUpon>DCancelAppt.cs</DependentUpon>
378 <SubType>Designer</SubType>
379 </EmbeddedResource>
380 <EmbeddedResource Include="DCheckIn.resx">
381 <DependentUpon>DCheckIn.cs</DependentUpon>
382 <SubType>Designer</SubType>
383 </EmbeddedResource>
384 <EmbeddedResource Include="DCopyAppts.resx">
385 <DependentUpon>DCopyAppts.cs</DependentUpon>
386 <SubType>Designer</SubType>
387 </EmbeddedResource>
388 <EmbeddedResource Include="dInputText.resx">
389 <DependentUpon>dInputText.cs</DependentUpon>
390 <SubType>Designer</SubType>
391 </EmbeddedResource>
392 <EmbeddedResource Include="DManagement.resx">
393 <DependentUpon>DManagement.cs</DependentUpon>
394 <SubType>Designer</SubType>
395 </EmbeddedResource>
396 <EmbeddedResource Include="DMassSlotDelete.resx">
397 <DependentUpon>DMassSlotDelete.cs</DependentUpon>
398 </EmbeddedResource>
399 <EmbeddedResource Include="DNoShow.resx">
400 <DependentUpon>DNoShow.cs</DependentUpon>
401 <SubType>Designer</SubType>
402 </EmbeddedResource>
403 <EmbeddedResource Include="DPatientLetter.resx">
404 <DependentUpon>DPatientLetter.cs</DependentUpon>
405 <SubType>Designer</SubType>
406 </EmbeddedResource>
407 <EmbeddedResource Include="DPatientLookup.resx">
408 <DependentUpon>DPatientLookup.cs</DependentUpon>
409 <SubType>Designer</SubType>
410 </EmbeddedResource>
411 <EmbeddedResource Include="DRadExamsSelect.resx">
412 <DependentUpon>DRadExamsSelect.cs</DependentUpon>
413 </EmbeddedResource>
414 <EmbeddedResource Include="DResource.resx">
415 <DependentUpon>DResource.cs</DependentUpon>
416 <SubType>Designer</SubType>
417 </EmbeddedResource>
418 <EmbeddedResource Include="DResourceGroup.resx">
419 <DependentUpon>DResourceGroup.cs</DependentUpon>
420 <SubType>Designer</SubType>
421 </EmbeddedResource>
422 <EmbeddedResource Include="DResourceGroupItem.resx">
423 <DependentUpon>DResourceGroupItem.cs</DependentUpon>
424 <SubType>Designer</SubType>
425 </EmbeddedResource>
426 <EmbeddedResource Include="DResourceUser.resx">
427 <DependentUpon>DResourceUser.cs</DependentUpon>
428 <SubType>Designer</SubType>
429 </EmbeddedResource>
430 <EmbeddedResource Include="DSelectLetterClinics.resx">
431 <DependentUpon>DSelectLetterClinics.cs</DependentUpon>
432 <SubType>Designer</SubType>
433 </EmbeddedResource>
434 <EmbeddedResource Include="DSelectSchedules.resx">
435 <DependentUpon>DSelectSchedules.cs</DependentUpon>
436 <SubType>Designer</SubType>
437 </EmbeddedResource>
438 <EmbeddedResource Include="DSplash.resx">
439 <DependentUpon>DSplash.cs</DependentUpon>
440 <SubType>Designer</SubType>
441 </EmbeddedResource>
442 <EmbeddedResource Include="LoadingSplash.resx">
443 <DependentUpon>LoadingSplash.cs</DependentUpon>
444 </EmbeddedResource>
445 <EmbeddedResource Include="RPCLoggerView.resx">
446 <DependentUpon>RPCLoggerView.cs</DependentUpon>
447 </EmbeddedResource>
448 <EmbeddedResource Include="strings.ar.resx">
449 <Generator>ResXFileCodeGenerator</Generator>
450 <LastGenOutput>strings.ar.Designer.cs</LastGenOutput>
451 </EmbeddedResource>
452 <EmbeddedResource Include="strings.resx">
453 <Generator>ResXFileCodeGenerator</Generator>
454 <LastGenOutput>strings.Designer.cs</LastGenOutput>
455 </EmbeddedResource>
456 <EmbeddedResource Include="UCPatientAppts.resx">
457 <DependentUpon>UCPatientAppts.cs</DependentUpon>
458 </EmbeddedResource>
459 </ItemGroup>
460 <ItemGroup>
461 <Service Include="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}" />
462 <Service Include="{CF845C55-C321-4742-B673-E6212D061ED9}" />
463 </ItemGroup>
464 <ItemGroup>
465 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
466 <Visible>False</Visible>
467 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
468 <Install>false</Install>
469 </BootstrapperPackage>
470 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
471 <Visible>False</Visible>
472 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
473 <Install>true</Install>
474 </BootstrapperPackage>
475 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
476 <Visible>False</Visible>
477 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
478 <Install>false</Install>
479 </BootstrapperPackage>
480 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
481 <Visible>False</Visible>
482 <ProductName>.NET Framework 3.5</ProductName>
483 <Install>false</Install>
484 </BootstrapperPackage>
485 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
486 <Visible>False</Visible>
487 <ProductName>.NET Framework 3.5 SP1</ProductName>
488 <Install>false</Install>
489 </BootstrapperPackage>
490 </ItemGroup>
491 <ItemGroup>
492 <Folder Include="Properties\" />
493 </ItemGroup>
494 <ItemGroup>
495 <ProjectReference Include="..\..\BMX4\IndianHealthService.BMXNet.WinForm\IndianHealthService.BMXNet.WinForm.csproj">
496 <Project>{3B9011B5-59F4-4F6B-ADC7-54ADC6948F4D}</Project>
497 <Name>IndianHealthService.BMXNet.WinForm</Name>
498 </ProjectReference>
499 <ProjectReference Include="..\..\BMX4\IndianHealthService.BMXNet\IndianHealthService.BMXNet.csproj">
500 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
501 <Name>IndianHealthService.BMXNet</Name>
502 </ProjectReference>
503 </ItemGroup>
504 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
505 <PropertyGroup>
506 <PreBuildEvent>
507 </PreBuildEvent>
508 <PostBuildEvent>
509 </PostBuildEvent>
510 </PropertyGroup>
511</Project>
Note: See TracBrowser for help on using the repository browser.