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

Last change on this file since 1112 was 1112, checked in by Sam Habiel, 13 years ago

CGDocument: Minor Change: Add appointment ID to Appointment
CGDocumentManager: added parameter /culture to set Thread.CurrentThread.CurrentUICulture
CGView: Minor changes in CheckInAppointment: Printing of Routing Slip now always happens.

Routing slip now get parameter for patient order.

Patient: i18n of UserFriendlyAge
Printing: Extensive changes. Support for i18n; new routing slip and appt slip. i18n support only for appt slip.

File size: 18.1 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="System">
113 <Name>System</Name>
114 </Reference>
115 <Reference Include="System.configuration" />
116 <Reference Include="System.Core">
117 <RequiredTargetFramework>3.5</RequiredTargetFramework>
118 </Reference>
119 <Reference Include="System.Data">
120 <Name>System.Data</Name>
121 </Reference>
122 <Reference Include="System.Data.DataSetExtensions">
123 <RequiredTargetFramework>3.5</RequiredTargetFramework>
124 </Reference>
125 <Reference Include="System.Drawing">
126 <Name>System.Drawing</Name>
127 </Reference>
128 <Reference Include="System.Web.Extensions">
129 <RequiredTargetFramework>3.5</RequiredTargetFramework>
130 </Reference>
131 <Reference Include="System.Web.Services">
132 <Name>System.Web.Services</Name>
133 </Reference>
134 <Reference Include="System.Windows.Forms">
135 <Name>System.Windows.Forms</Name>
136 </Reference>
137 <Reference Include="System.Xml">
138 <Name>System.XML</Name>
139 </Reference>
140 </ItemGroup>
141 <ItemGroup>
142 <Compile Include="Provider.cs" />
143 <Compile Include="strings.ar.Designer.cs">
144 <AutoGen>True</AutoGen>
145 <DesignTime>True</DesignTime>
146 <DependentUpon>strings.ar.resx</DependentUpon>
147 </Compile>
148 <Compile Include="strings.Designer.cs">
149 <AutoGen>True</AutoGen>
150 <DesignTime>True</DesignTime>
151 <DependentUpon>strings.resx</DependentUpon>
152 </Compile>
153 <Compile Include="UserPreferences.cs" />
154 <None Include="app.config" />
155 <None Include="dsPatientApptDisplay2.xsc">
156 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
157 </None>
158 <None Include="dsPatientApptDisplay2.xss">
159 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
160 </None>
161 <None Include="dsPatientApptDisplay2.xsx">
162 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
163 </None>
164 <None Include="dsRebookAppts.xsc">
165 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
166 </None>
167 <None Include="dsRebookAppts.xss">
168 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
169 </None>
170 <None Include="dsRebookAppts.xsx">
171 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
172 </None>
173 <Content Include="dsPatientApptDisplay2.xsd">
174 <Generator>MSDataSetGenerator</Generator>
175 <LastGenOutput>dsPatientApptDisplay2.Designer.cs</LastGenOutput>
176 <SubType>Designer</SubType>
177 </Content>
178 <Content Include="dsRebookAppts.xsd">
179 <Generator>MSDataSetGenerator</Generator>
180 <LastGenOutput>dsRebookAppts.Designer.cs</LastGenOutput>
181 <SubType>Designer</SubType>
182 </Content>
183 <Content Include="hwIco281.ICO" />
184 <Compile Include="AssemblyInfo.cs">
185 <SubType>Code</SubType>
186 </Compile>
187 <Compile Include="CalendarGrid.cs">
188 <SubType>Component</SubType>
189 </Compile>
190 <Compile Include="CGAppointment.cs" />
191 <Compile Include="CGAppointmentChangedArgs.cs" />
192 <Compile Include="CGAppointments.cs" />
193 <Compile Include="CGAvailability.cs" />
194 <Compile Include="CGAVDocument.cs">
195 <SubType>Code</SubType>
196 </Compile>
197 <Compile Include="CGAVView.cs">
198 <SubType>Form</SubType>
199 </Compile>
200 <Compile Include="CGCell.cs" />
201 <Compile Include="CGCells.cs" />
202 <Compile Include="CGDocument.cs">
203 <SubType>Code</SubType>
204 </Compile>
205 <Compile Include="CGDocumentManager.cs" />
206 <Compile Include="CGRange.cs" />
207 <Compile Include="CGResource.cs" />
208 <Compile Include="CGSchedLib.cs">
209 <SubType>Code</SubType>
210 </Compile>
211 <Compile Include="CGSelectionChangedArgs.cs" />
212 <Compile Include="CGView.cs">
213 <SubType>Form</SubType>
214 </Compile>
215 <Compile Include="Printing.cs" />
216 <Compile Include="DAccessBlock.cs">
217 <SubType>Form</SubType>
218 </Compile>
219 <Compile Include="DAccessGroup.cs">
220 <SubType>Form</SubType>
221 </Compile>
222 <Compile Include="DAccessGroupItem.cs">
223 <SubType>Form</SubType>
224 </Compile>
225 <Compile Include="DAccessTemplate.cs">
226 <SubType>Form</SubType>
227 </Compile>
228 <Compile Include="DAccessType.cs">
229 <SubType>Form</SubType>
230 </Compile>
231 <Compile Include="DAL.cs" />
232 <Compile Include="DAppointPage.cs">
233 <SubType>Form</SubType>
234 </Compile>
235 <Compile Include="DApptSearch.cs">
236 <SubType>Form</SubType>
237 </Compile>
238 <Compile Include="DCancelAppt.cs">
239 <SubType>Form</SubType>
240 </Compile>
241 <Compile Include="DCheckIn.cs">
242 <SubType>Form</SubType>
243 </Compile>
244 <Compile Include="DCopyAppts.cs">
245 <SubType>Form</SubType>
246 </Compile>
247 <Compile Include="dInputText.cs">
248 <SubType>Form</SubType>
249 </Compile>
250 <Compile Include="DManagement.cs">
251 <SubType>Form</SubType>
252 </Compile>
253 <Compile Include="DNoShow.cs">
254 <SubType>Form</SubType>
255 </Compile>
256 <Compile Include="DPatientApptDisplay.cs">
257 <SubType>Form</SubType>
258 </Compile>
259 <Compile Include="DPatientLetter.cs">
260 <SubType>Form</SubType>
261 </Compile>
262 <Compile Include="DPatientLookup.cs">
263 <SubType>Form</SubType>
264 </Compile>
265 <Compile Include="DResource.cs">
266 <SubType>Form</SubType>
267 </Compile>
268 <Compile Include="DResourceGroup.cs">
269 <SubType>Form</SubType>
270 </Compile>
271 <Compile Include="DResourceGroupItem.cs">
272 <SubType>Form</SubType>
273 </Compile>
274 <Compile Include="DResourceUser.cs">
275 <SubType>Form</SubType>
276 </Compile>
277 <Compile Include="DSelectLetterClinics.cs">
278 <SubType>Form</SubType>
279 </Compile>
280 <Compile Include="DSelectSchedules.cs">
281 <SubType>Form</SubType>
282 </Compile>
283 <Compile Include="dsPatientApptDisplay2.Designer.cs">
284 <AutoGen>True</AutoGen>
285 <DesignTime>True</DesignTime>
286 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
287 </Compile>
288 <Compile Include="DSplash.cs">
289 <SubType>Form</SubType>
290 </Compile>
291 <Compile Include="dsRebookAppts.cs">
292 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
293 <SubType>Component</SubType>
294 </Compile>
295 <Compile Include="dsRebookAppts.Designer.cs">
296 <AutoGen>True</AutoGen>
297 <DesignTime>True</DesignTime>
298 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
299 </Compile>
300 <Compile Include="FMDateTime.cs">
301 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
302 </Compile>
303 <Compile Include="DMassSlotDelete.cs">
304 <SubType>Form</SubType>
305 </Compile>
306 <Compile Include="DMassSlotDelete.Designer.cs">
307 <DependentUpon>DMassSlotDelete.cs</DependentUpon>
308 </Compile>
309 <Compile Include="LoadingSplash.cs">
310 <SubType>Form</SubType>
311 </Compile>
312 <Compile Include="LoadingSplash.Designer.cs">
313 <DependentUpon>LoadingSplash.cs</DependentUpon>
314 </Compile>
315 <Compile Include="Options.cs" />
316 <Compile Include="Patient.cs" />
317 <Compile Include="UCPatientAppts.cs">
318 <SubType>UserControl</SubType>
319 </Compile>
320 <Compile Include="UCPatientAppts.Designer.cs">
321 <DependentUpon>UCPatientAppts.cs</DependentUpon>
322 </Compile>
323 <EmbeddedResource Include="CGAVView.resx">
324 <DependentUpon>CGAVView.cs</DependentUpon>
325 <SubType>Designer</SubType>
326 </EmbeddedResource>
327 <EmbeddedResource Include="CGDocumentManager.resx">
328 <DependentUpon>CGDocumentManager.cs</DependentUpon>
329 <SubType>Designer</SubType>
330 </EmbeddedResource>
331 <EmbeddedResource Include="CGView.resx">
332 <DependentUpon>CGView.cs</DependentUpon>
333 <SubType>Designer</SubType>
334 </EmbeddedResource>
335 <EmbeddedResource Include="DAccessGroup.resx">
336 <DependentUpon>DAccessGroup.cs</DependentUpon>
337 <SubType>Designer</SubType>
338 </EmbeddedResource>
339 <EmbeddedResource Include="DAccessGroupItem.resx">
340 <DependentUpon>DAccessGroupItem.cs</DependentUpon>
341 <SubType>Designer</SubType>
342 </EmbeddedResource>
343 <EmbeddedResource Include="DAccessTemplate.resx">
344 <DependentUpon>DAccessTemplate.cs</DependentUpon>
345 <SubType>Designer</SubType>
346 </EmbeddedResource>
347 <EmbeddedResource Include="DAccessType.resx">
348 <DependentUpon>DAccessType.cs</DependentUpon>
349 <SubType>Designer</SubType>
350 </EmbeddedResource>
351 <EmbeddedResource Include="DAppointPage.resx">
352 <DependentUpon>DAppointPage.cs</DependentUpon>
353 <SubType>Designer</SubType>
354 </EmbeddedResource>
355 <EmbeddedResource Include="DApptSearch.resx">
356 <DependentUpon>DApptSearch.cs</DependentUpon>
357 <SubType>Designer</SubType>
358 </EmbeddedResource>
359 <EmbeddedResource Include="DCancelAppt.resx">
360 <DependentUpon>DCancelAppt.cs</DependentUpon>
361 <SubType>Designer</SubType>
362 </EmbeddedResource>
363 <EmbeddedResource Include="DCheckIn.resx">
364 <DependentUpon>DCheckIn.cs</DependentUpon>
365 <SubType>Designer</SubType>
366 </EmbeddedResource>
367 <EmbeddedResource Include="DCopyAppts.resx">
368 <DependentUpon>DCopyAppts.cs</DependentUpon>
369 <SubType>Designer</SubType>
370 </EmbeddedResource>
371 <EmbeddedResource Include="dInputText.resx">
372 <DependentUpon>dInputText.cs</DependentUpon>
373 <SubType>Designer</SubType>
374 </EmbeddedResource>
375 <EmbeddedResource Include="DManagement.resx">
376 <DependentUpon>DManagement.cs</DependentUpon>
377 <SubType>Designer</SubType>
378 </EmbeddedResource>
379 <EmbeddedResource Include="DMassSlotDelete.resx">
380 <DependentUpon>DMassSlotDelete.cs</DependentUpon>
381 </EmbeddedResource>
382 <EmbeddedResource Include="DNoShow.resx">
383 <DependentUpon>DNoShow.cs</DependentUpon>
384 <SubType>Designer</SubType>
385 </EmbeddedResource>
386 <EmbeddedResource Include="DPatientLetter.resx">
387 <DependentUpon>DPatientLetter.cs</DependentUpon>
388 <SubType>Designer</SubType>
389 </EmbeddedResource>
390 <EmbeddedResource Include="DPatientLookup.resx">
391 <DependentUpon>DPatientLookup.cs</DependentUpon>
392 <SubType>Designer</SubType>
393 </EmbeddedResource>
394 <EmbeddedResource Include="DResource.resx">
395 <DependentUpon>DResource.cs</DependentUpon>
396 <SubType>Designer</SubType>
397 </EmbeddedResource>
398 <EmbeddedResource Include="DResourceGroup.resx">
399 <DependentUpon>DResourceGroup.cs</DependentUpon>
400 <SubType>Designer</SubType>
401 </EmbeddedResource>
402 <EmbeddedResource Include="DResourceGroupItem.resx">
403 <DependentUpon>DResourceGroupItem.cs</DependentUpon>
404 <SubType>Designer</SubType>
405 </EmbeddedResource>
406 <EmbeddedResource Include="DResourceUser.resx">
407 <DependentUpon>DResourceUser.cs</DependentUpon>
408 <SubType>Designer</SubType>
409 </EmbeddedResource>
410 <EmbeddedResource Include="DSelectLetterClinics.resx">
411 <DependentUpon>DSelectLetterClinics.cs</DependentUpon>
412 <SubType>Designer</SubType>
413 </EmbeddedResource>
414 <EmbeddedResource Include="DSelectSchedules.resx">
415 <DependentUpon>DSelectSchedules.cs</DependentUpon>
416 <SubType>Designer</SubType>
417 </EmbeddedResource>
418 <EmbeddedResource Include="DSplash.resx">
419 <DependentUpon>DSplash.cs</DependentUpon>
420 <SubType>Designer</SubType>
421 </EmbeddedResource>
422 <EmbeddedResource Include="LoadingSplash.resx">
423 <DependentUpon>LoadingSplash.cs</DependentUpon>
424 </EmbeddedResource>
425 <EmbeddedResource Include="strings.ar.resx">
426 <Generator>ResXFileCodeGenerator</Generator>
427 <LastGenOutput>strings.ar.Designer.cs</LastGenOutput>
428 </EmbeddedResource>
429 <EmbeddedResource Include="strings.resx">
430 <Generator>ResXFileCodeGenerator</Generator>
431 <LastGenOutput>strings.Designer.cs</LastGenOutput>
432 </EmbeddedResource>
433 <EmbeddedResource Include="UCPatientAppts.resx">
434 <DependentUpon>UCPatientAppts.cs</DependentUpon>
435 </EmbeddedResource>
436 </ItemGroup>
437 <ItemGroup>
438 <Service Include="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}" />
439 <Service Include="{CF845C55-C321-4742-B673-E6212D061ED9}" />
440 </ItemGroup>
441 <ItemGroup>
442 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
443 <Visible>False</Visible>
444 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
445 <Install>false</Install>
446 </BootstrapperPackage>
447 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
448 <Visible>False</Visible>
449 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
450 <Install>true</Install>
451 </BootstrapperPackage>
452 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
453 <Visible>False</Visible>
454 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
455 <Install>false</Install>
456 </BootstrapperPackage>
457 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
458 <Visible>False</Visible>
459 <ProductName>.NET Framework 3.5</ProductName>
460 <Install>false</Install>
461 </BootstrapperPackage>
462 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
463 <Visible>False</Visible>
464 <ProductName>.NET Framework 3.5 SP1</ProductName>
465 <Install>false</Install>
466 </BootstrapperPackage>
467 </ItemGroup>
468 <ItemGroup>
469 <Folder Include="Properties\" />
470 </ItemGroup>
471 <ItemGroup>
472 <ProjectReference Include="..\bmx\BMXNet\BMXNet.csproj">
473 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
474 <Name>BMXNet</Name>
475 </ProjectReference>
476 </ItemGroup>
477 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
478 <PropertyGroup>
479 <PreBuildEvent>
480 </PreBuildEvent>
481 <PostBuildEvent>
482 </PostBuildEvent>
483 </PropertyGroup>
484</Project>
Note: See TracBrowser for help on using the repository browser.