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

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

Scheduling v 1.61. Dll and exes. Added new control to handle print previewing; control located in PrintPreview.dll.
PrintPreview.dll is now added to project.
DPatientLetter.cs now uses the new print preview control.

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