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

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

CGAppointment: Added Provider as a Member of Class. (auto property)
CGDocument: No changes
CGDocumentManager: Added UserPreferences as a member of a Class (private and property)
CGView: Changes to support printing of Routing Slip
DAppointPage: Changes to support UserPreferences member for auto printing the routing slips
DCheckIn: Extensive changes in load code (now uses LINQ instead of ADO.net). Changes to support UserPreferences member for auto printing the routing slips.
Patient: Documentation for UserFriendlyAge.
Provider: New class to represent Provider
UserPreferences: New class to represent User preferences. Does not interact with DB right now.

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