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

Last change on this file since 843 was 843, checked in by Sam Habiel, 14 years ago

Some refactoring of code into DAL.cs for Data Access.
Addition of Fileman date code (not used yet).
Removal of .config and .xml file from bin/Release/
Removal of BMXNet20.dll to replace with BMXNet21.dll

File size: 16.9 KB
Line 
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.30729</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{8C05C4F7-FE81-479F-87A0-44E04C7F6E0F}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9 <ApplicationIcon>hwIco281.ICO</ApplicationIcon>
10 <AssemblyKeyContainerName>
11 </AssemblyKeyContainerName>
12 <AssemblyName>ClinicalScheduling</AssemblyName>
13 <AssemblyOriginatorKeyFile>
14 </AssemblyOriginatorKeyFile>
15 <DefaultClientScript>JScript</DefaultClientScript>
16 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
17 <DefaultTargetSchema>IE50</DefaultTargetSchema>
18 <DelaySign>false</DelaySign>
19 <OutputType>WinExe</OutputType>
20 <RootNamespace>IndianHealthService.ClinicalScheduling</RootNamespace>
21 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
22 <StartupObject>IndianHealthService.ClinicalScheduling.CGDocumentManager</StartupObject>
23 <FileUpgradeFlags>
24 </FileUpgradeFlags>
25 <UpgradeBackupLocation>
26 </UpgradeBackupLocation>
27 <SccProjectName>
28 </SccProjectName>
29 <SccLocalPath>
30 </SccLocalPath>
31 <SccAuxPath>
32 </SccAuxPath>
33 <SccProvider>
34 </SccProvider>
35 <OldToolsVersion>2.0</OldToolsVersion>
36 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
37 <TargetFrameworkSubset>
38 </TargetFrameworkSubset>
39 <IsWebBootstrapper>false</IsWebBootstrapper>
40 <ManifestCertificateThumbprint>3202DD11CA9F64F7E52CF7BBED5F17D6E8A1B395</ManifestCertificateThumbprint>
41 <ManifestKeyFile>ClinicalScheduling_TemporaryKey.pfx</ManifestKeyFile>
42 <GenerateManifests>false</GenerateManifests>
43 <SignManifests>false</SignManifests>
44 <TargetZone>LocalIntranet</TargetZone>
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 <NoWin32Manifest>true</NoWin32Manifest>
61 </PropertyGroup>
62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
63 <OutputPath>bin\Debug\</OutputPath>
64 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
65 <BaseAddress>285212672</BaseAddress>
66 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
67 <ConfigurationOverrideFile>
68 </ConfigurationOverrideFile>
69 <DefineConstants>TRACE;DEBUG</DefineConstants>
70 <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
71 <DebugSymbols>false</DebugSymbols>
72 <FileAlignment>4096</FileAlignment>
73 <NoStdLib>false</NoStdLib>
74 <NoWarn>
75 </NoWarn>
76 <Optimize>false</Optimize>
77 <RegisterForComInterop>false</RegisterForComInterop>
78 <RemoveIntegerChecks>false</RemoveIntegerChecks>
79 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
80 <WarningLevel>4</WarningLevel>
81 <DebugType>full</DebugType>
82 <ErrorReport>prompt</ErrorReport>
83 <UseVSHostingProcess>false</UseVSHostingProcess>
84 </PropertyGroup>
85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
86 <OutputPath>bin\Release\</OutputPath>
87 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
88 <BaseAddress>285212672</BaseAddress>
89 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
90 <ConfigurationOverrideFile>
91 </ConfigurationOverrideFile>
92 <DefineConstants>TRACE;DEBUG</DefineConstants>
93 <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
94 <DebugSymbols>false</DebugSymbols>
95 <FileAlignment>4096</FileAlignment>
96 <NoStdLib>false</NoStdLib>
97 <NoWarn>
98 </NoWarn>
99 <Optimize>true</Optimize>
100 <RegisterForComInterop>false</RegisterForComInterop>
101 <RemoveIntegerChecks>false</RemoveIntegerChecks>
102 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
103 <WarningLevel>4</WarningLevel>
104 <DebugType>none</DebugType>
105 <ErrorReport>prompt</ErrorReport>
106 <UseVSHostingProcess>false</UseVSHostingProcess>
107 </PropertyGroup>
108 <ItemGroup>
109 <Reference Include="System">
110 <Name>System</Name>
111 </Reference>
112 <Reference Include="System.configuration" />
113 <Reference Include="System.Core">
114 <RequiredTargetFramework>3.5</RequiredTargetFramework>
115 </Reference>
116 <Reference Include="System.Data">
117 <Name>System.Data</Name>
118 </Reference>
119 <Reference Include="System.Data.DataSetExtensions">
120 <RequiredTargetFramework>3.5</RequiredTargetFramework>
121 </Reference>
122 <Reference Include="System.Drawing">
123 <Name>System.Drawing</Name>
124 </Reference>
125 <Reference Include="System.Web.Extensions">
126 <RequiredTargetFramework>3.5</RequiredTargetFramework>
127 </Reference>
128 <Reference Include="System.Web.Services">
129 <Name>System.Web.Services</Name>
130 </Reference>
131 <Reference Include="System.Windows.Forms">
132 <Name>System.Windows.Forms</Name>
133 </Reference>
134 <Reference Include="System.Xml">
135 <Name>System.XML</Name>
136 </Reference>
137 </ItemGroup>
138 <ItemGroup>
139 <None Include="app.config" />
140 <None Include="CGView.cd" />
141 <None Include="ClassDiagram1.cd" />
142 <None Include="ClassDiagram2.cd" />
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="App.ico" />
162 <Content Include="dsPatientApptDisplay2.xsd">
163 <Generator>MSDataSetGenerator</Generator>
164 <LastGenOutput>dsPatientApptDisplay2.Designer.cs</LastGenOutput>
165 <SubType>Designer</SubType>
166 </Content>
167 <Content Include="dsRebookAppts.xsd">
168 <Generator>MSDataSetGenerator</Generator>
169 <LastGenOutput>dsRebookAppts.Designer.cs</LastGenOutput>
170 <SubType>Designer</SubType>
171 </Content>
172 <Content Include="hwIco281.ICO" />
173 <Compile Include="AssemblyInfo.cs">
174 <SubType>Code</SubType>
175 </Compile>
176 <Compile Include="CalendarGrid.cs">
177 <SubType>Component</SubType>
178 </Compile>
179 <Compile Include="CGAppointment.cs" />
180 <Compile Include="CGAppointmentChangedArgs.cs" />
181 <Compile Include="CGAppointmentChangedHandler.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 <SubType>Form</SubType>
197 </Compile>
198 <Compile Include="CGRange.cs" />
199 <Compile Include="CGResource.cs" />
200 <Compile Include="CGSchedLib.cs">
201 <SubType>Code</SubType>
202 </Compile>
203 <Compile Include="CGSelectionChangedArgs.cs" />
204 <Compile Include="CGSelectionChangedHandler.cs" />
205 <Compile Include="CGView.cs">
206 <SubType>Form</SubType>
207 </Compile>
208 <Compile Include="DAccessBlock.cs">
209 <SubType>Form</SubType>
210 </Compile>
211 <Compile Include="DAccessGroup.cs">
212 <SubType>Form</SubType>
213 </Compile>
214 <Compile Include="DAccessGroupItem.cs">
215 <SubType>Form</SubType>
216 </Compile>
217 <Compile Include="DAccessTemplate.cs">
218 <SubType>Form</SubType>
219 </Compile>
220 <Compile Include="DAccessType.cs">
221 <SubType>Form</SubType>
222 </Compile>
223 <Compile Include="DAL.cs" />
224 <Compile Include="DAppointPage.cs">
225 <SubType>Form</SubType>
226 </Compile>
227 <Compile Include="DApptSearch.cs">
228 <SubType>Form</SubType>
229 </Compile>
230 <Compile Include="DCancelAppt.cs">
231 <SubType>Form</SubType>
232 </Compile>
233 <Compile Include="DCheckIn.cs">
234 <SubType>Form</SubType>
235 </Compile>
236 <Compile Include="DCopyAppts.cs">
237 <SubType>Form</SubType>
238 </Compile>
239 <Compile Include="dInputText.cs">
240 <SubType>Form</SubType>
241 </Compile>
242 <Compile Include="DManagement.cs">
243 <SubType>Form</SubType>
244 </Compile>
245 <Compile Include="DNoShow.cs">
246 <SubType>Form</SubType>
247 </Compile>
248 <Compile Include="DPatientApptDisplay.cs">
249 <SubType>Form</SubType>
250 </Compile>
251 <Compile Include="DPatientLetter.cs">
252 <SubType>Form</SubType>
253 </Compile>
254 <Compile Include="DPatientLookup.cs">
255 <SubType>Form</SubType>
256 </Compile>
257 <Compile Include="DResource.cs">
258 <SubType>Form</SubType>
259 </Compile>
260 <Compile Include="DResourceGroup.cs">
261 <SubType>Form</SubType>
262 </Compile>
263 <Compile Include="DResourceGroupItem.cs">
264 <SubType>Form</SubType>
265 </Compile>
266 <Compile Include="DResourceUser.cs">
267 <SubType>Form</SubType>
268 </Compile>
269 <Compile Include="DSelectLetterClinics.cs">
270 <SubType>Form</SubType>
271 </Compile>
272 <Compile Include="DSelectSchedules.cs">
273 <SubType>Form</SubType>
274 </Compile>
275 <Compile Include="dsPatientApptDisplay2.Designer.cs">
276 <AutoGen>True</AutoGen>
277 <DesignTime>True</DesignTime>
278 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
279 </Compile>
280 <Compile Include="DSplash.cs">
281 <SubType>Form</SubType>
282 </Compile>
283 <Compile Include="dsRebookAppts.cs">
284 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
285 <SubType>Component</SubType>
286 </Compile>
287 <Compile Include="dsRebookAppts.Designer.cs">
288 <AutoGen>True</AutoGen>
289 <DesignTime>True</DesignTime>
290 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
291 </Compile>
292 <Compile Include="FMDateTime.cs">
293 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
294 </Compile>
295 <Compile Include="Options.cs" />
296 <Compile Include="Printing.cs" />
297 <Compile Include="UCPatientAppts.cs">
298 <SubType>UserControl</SubType>
299 </Compile>
300 <Compile Include="UCPatientAppts.Designer.cs">
301 <DependentUpon>UCPatientAppts.cs</DependentUpon>
302 </Compile>
303 <EmbeddedResource Include="CGAVView.resx">
304 <DependentUpon>CGAVView.cs</DependentUpon>
305 <SubType>Designer</SubType>
306 </EmbeddedResource>
307 <EmbeddedResource Include="CGDocumentManager.resx">
308 <DependentUpon>CGDocumentManager.cs</DependentUpon>
309 <SubType>Designer</SubType>
310 </EmbeddedResource>
311 <EmbeddedResource Include="CGView.resx">
312 <DependentUpon>CGView.cs</DependentUpon>
313 <SubType>Designer</SubType>
314 </EmbeddedResource>
315 <EmbeddedResource Include="DAccessGroup.resx">
316 <DependentUpon>DAccessGroup.cs</DependentUpon>
317 <SubType>Designer</SubType>
318 </EmbeddedResource>
319 <EmbeddedResource Include="DAccessGroupItem.resx">
320 <DependentUpon>DAccessGroupItem.cs</DependentUpon>
321 <SubType>Designer</SubType>
322 </EmbeddedResource>
323 <EmbeddedResource Include="DAccessTemplate.resx">
324 <DependentUpon>DAccessTemplate.cs</DependentUpon>
325 <SubType>Designer</SubType>
326 </EmbeddedResource>
327 <EmbeddedResource Include="DAccessType.resx">
328 <DependentUpon>DAccessType.cs</DependentUpon>
329 <SubType>Designer</SubType>
330 </EmbeddedResource>
331 <EmbeddedResource Include="DAppointPage.resx">
332 <DependentUpon>DAppointPage.cs</DependentUpon>
333 <SubType>Designer</SubType>
334 </EmbeddedResource>
335 <EmbeddedResource Include="DApptSearch.resx">
336 <DependentUpon>DApptSearch.cs</DependentUpon>
337 <SubType>Designer</SubType>
338 </EmbeddedResource>
339 <EmbeddedResource Include="DCancelAppt.resx">
340 <DependentUpon>DCancelAppt.cs</DependentUpon>
341 <SubType>Designer</SubType>
342 </EmbeddedResource>
343 <EmbeddedResource Include="DCheckIn.resx">
344 <DependentUpon>DCheckIn.cs</DependentUpon>
345 <SubType>Designer</SubType>
346 </EmbeddedResource>
347 <EmbeddedResource Include="DCopyAppts.resx">
348 <DependentUpon>DCopyAppts.cs</DependentUpon>
349 <SubType>Designer</SubType>
350 </EmbeddedResource>
351 <EmbeddedResource Include="dInputText.resx">
352 <DependentUpon>dInputText.cs</DependentUpon>
353 <SubType>Designer</SubType>
354 </EmbeddedResource>
355 <EmbeddedResource Include="DManagement.resx">
356 <DependentUpon>DManagement.cs</DependentUpon>
357 <SubType>Designer</SubType>
358 </EmbeddedResource>
359 <EmbeddedResource Include="DNoShow.resx">
360 <DependentUpon>DNoShow.cs</DependentUpon>
361 <SubType>Designer</SubType>
362 </EmbeddedResource>
363 <EmbeddedResource Include="DPatientLetter.resx">
364 <DependentUpon>DPatientLetter.cs</DependentUpon>
365 <SubType>Designer</SubType>
366 </EmbeddedResource>
367 <EmbeddedResource Include="DPatientLookup.resx">
368 <DependentUpon>DPatientLookup.cs</DependentUpon>
369 <SubType>Designer</SubType>
370 </EmbeddedResource>
371 <EmbeddedResource Include="DResource.resx">
372 <DependentUpon>DResource.cs</DependentUpon>
373 <SubType>Designer</SubType>
374 </EmbeddedResource>
375 <EmbeddedResource Include="DResourceGroup.resx">
376 <DependentUpon>DResourceGroup.cs</DependentUpon>
377 <SubType>Designer</SubType>
378 </EmbeddedResource>
379 <EmbeddedResource Include="DResourceGroupItem.resx">
380 <DependentUpon>DResourceGroupItem.cs</DependentUpon>
381 <SubType>Designer</SubType>
382 </EmbeddedResource>
383 <EmbeddedResource Include="DResourceUser.resx">
384 <DependentUpon>DResourceUser.cs</DependentUpon>
385 <SubType>Designer</SubType>
386 </EmbeddedResource>
387 <EmbeddedResource Include="DSelectLetterClinics.resx">
388 <DependentUpon>DSelectLetterClinics.cs</DependentUpon>
389 <SubType>Designer</SubType>
390 </EmbeddedResource>
391 <EmbeddedResource Include="DSelectSchedules.resx">
392 <DependentUpon>DSelectSchedules.cs</DependentUpon>
393 <SubType>Designer</SubType>
394 </EmbeddedResource>
395 <EmbeddedResource Include="DSplash.resx">
396 <DependentUpon>DSplash.cs</DependentUpon>
397 <SubType>Designer</SubType>
398 </EmbeddedResource>
399 <EmbeddedResource Include="UCPatientAppts.resx">
400 <DependentUpon>UCPatientAppts.cs</DependentUpon>
401 </EmbeddedResource>
402 </ItemGroup>
403 <ItemGroup>
404 <Service Include="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}" />
405 <Service Include="{CF845C55-C321-4742-B673-E6212D061ED9}" />
406 </ItemGroup>
407 <ItemGroup>
408 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
409 <Visible>False</Visible>
410 <ProductName>.NET Framework Client Profile</ProductName>
411 <Install>false</Install>
412 </BootstrapperPackage>
413 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
414 <Visible>False</Visible>
415 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
416 <Install>true</Install>
417 </BootstrapperPackage>
418 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
419 <Visible>False</Visible>
420 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
421 <Install>false</Install>
422 </BootstrapperPackage>
423 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
424 <Visible>False</Visible>
425 <ProductName>.NET Framework 3.5</ProductName>
426 <Install>false</Install>
427 </BootstrapperPackage>
428 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
429 <Visible>False</Visible>
430 <ProductName>.NET Framework 3.5 SP1</ProductName>
431 <Install>false</Install>
432 </BootstrapperPackage>
433 </ItemGroup>
434 <ItemGroup>
435 <ProjectReference Include="..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj">
436 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
437 <Name>BMXNet</Name>
438 </ProjectReference>
439 </ItemGroup>
440 <ItemGroup>
441 <Folder Include="Properties\" />
442 </ItemGroup>
443 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
444 <PropertyGroup>
445 <PreBuildEvent>
446 </PreBuildEvent>
447 <PostBuildEvent>
448 </PostBuildEvent>
449 </PropertyGroup>
450</Project>
Note: See TracBrowser for help on using the repository browser.