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

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

CalendarGrid: Add MouseEnter event: puts focus on calendar grid. Used to "steal" focus from other controls so that lose focus events would fire.
CGDocumentManager: Added application-wide error handler on Application error exception; Added load timer to test how long it takes to load the GUI.
CGDocument: Just documentation updates.

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