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

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

New Release v 1.3.1

Added a note in the DAccessTemplate to say that you have to select the right 5 or 7 day view based on what you originally saved.

File size: 16.8 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>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>
93 </DefineConstants>
94 <DocumentationFile>bin\Release\ClinicalScheduling.XML</DocumentationFile>
95 <DebugSymbols>false</DebugSymbols>
96 <FileAlignment>4096</FileAlignment>
97 <NoStdLib>false</NoStdLib>
98 <NoWarn>
99 </NoWarn>
100 <Optimize>false</Optimize>
101 <RegisterForComInterop>false</RegisterForComInterop>
102 <RemoveIntegerChecks>false</RemoveIntegerChecks>
103 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
104 <WarningLevel>4</WarningLevel>
105 <DebugType>none</DebugType>
106 <ErrorReport>prompt</ErrorReport>
107 <UseVSHostingProcess>false</UseVSHostingProcess>
108 </PropertyGroup>
109 <ItemGroup>
110 <Reference Include="System">
111 <Name>System</Name>
112 </Reference>
113 <Reference Include="System.configuration" />
114 <Reference Include="System.Core">
115 <RequiredTargetFramework>3.5</RequiredTargetFramework>
116 </Reference>
117 <Reference Include="System.Data">
118 <Name>System.Data</Name>
119 </Reference>
120 <Reference Include="System.Data.DataSetExtensions">
121 <RequiredTargetFramework>3.5</RequiredTargetFramework>
122 </Reference>
123 <Reference Include="System.Drawing">
124 <Name>System.Drawing</Name>
125 </Reference>
126 <Reference Include="System.Web.Extensions">
127 <RequiredTargetFramework>3.5</RequiredTargetFramework>
128 </Reference>
129 <Reference Include="System.Web.Services">
130 <Name>System.Web.Services</Name>
131 </Reference>
132 <Reference Include="System.Windows.Forms">
133 <Name>System.Windows.Forms</Name>
134 </Reference>
135 <Reference Include="System.Xml">
136 <Name>System.XML</Name>
137 </Reference>
138 </ItemGroup>
139 <ItemGroup>
140 <None Include="app.config" />
141 <None Include="dsPatientApptDisplay2.xsc">
142 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
143 </None>
144 <None Include="dsPatientApptDisplay2.xss">
145 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
146 </None>
147 <None Include="dsPatientApptDisplay2.xsx">
148 <DependentUpon>dsPatientApptDisplay2.xsd</DependentUpon>
149 </None>
150 <None Include="dsRebookAppts.xsc">
151 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
152 </None>
153 <None Include="dsRebookAppts.xss">
154 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
155 </None>
156 <None Include="dsRebookAppts.xsx">
157 <DependentUpon>dsRebookAppts.xsd</DependentUpon>
158 </None>
159 <Content Include="dsPatientApptDisplay2.xsd">
160 <Generator>MSDataSetGenerator</Generator>
161 <LastGenOutput>dsPatientApptDisplay2.Designer.cs</LastGenOutput>
162 <SubType>Designer</SubType>
163 </Content>
164 <Content Include="dsRebookAppts.xsd">
165 <Generator>MSDataSetGenerator</Generator>
166 <LastGenOutput>dsRebookAppts.Designer.cs</LastGenOutput>
167 <SubType>Designer</SubType>
168 </Content>
169 <Content Include="hwIco281.ICO" />
170 <Compile Include="AssemblyInfo.cs">
171 <SubType>Code</SubType>
172 </Compile>
173 <Compile Include="CalendarGrid.cs">
174 <SubType>Component</SubType>
175 </Compile>
176 <Compile Include="CGAppointment.cs" />
177 <Compile Include="CGAppointmentChangedArgs.cs" />
178 <Compile Include="CGAppointmentChangedHandler.cs" />
179 <Compile Include="CGAppointments.cs" />
180 <Compile Include="CGAvailability.cs" />
181 <Compile Include="CGAVDocument.cs">
182 <SubType>Code</SubType>
183 </Compile>
184 <Compile Include="CGAVView.cs">
185 <SubType>Form</SubType>
186 </Compile>
187 <Compile Include="CGCell.cs" />
188 <Compile Include="CGCells.cs" />
189 <Compile Include="CGDocument.cs">
190 <SubType>Code</SubType>
191 </Compile>
192 <Compile Include="CGDocumentManager.cs">
193 <SubType>Form</SubType>
194 </Compile>
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="Options.cs" />
293 <Compile Include="Printing.cs" />
294 <Compile Include="UCPatientAppts.cs">
295 <SubType>UserControl</SubType>
296 </Compile>
297 <Compile Include="UCPatientAppts.Designer.cs">
298 <DependentUpon>UCPatientAppts.cs</DependentUpon>
299 </Compile>
300 <EmbeddedResource Include="CGAVView.resx">
301 <DependentUpon>CGAVView.cs</DependentUpon>
302 <SubType>Designer</SubType>
303 </EmbeddedResource>
304 <EmbeddedResource Include="CGDocumentManager.resx">
305 <DependentUpon>CGDocumentManager.cs</DependentUpon>
306 <SubType>Designer</SubType>
307 </EmbeddedResource>
308 <EmbeddedResource Include="CGView.resx">
309 <DependentUpon>CGView.cs</DependentUpon>
310 <SubType>Designer</SubType>
311 </EmbeddedResource>
312 <EmbeddedResource Include="DAccessGroup.resx">
313 <DependentUpon>DAccessGroup.cs</DependentUpon>
314 <SubType>Designer</SubType>
315 </EmbeddedResource>
316 <EmbeddedResource Include="DAccessGroupItem.resx">
317 <DependentUpon>DAccessGroupItem.cs</DependentUpon>
318 <SubType>Designer</SubType>
319 </EmbeddedResource>
320 <EmbeddedResource Include="DAccessTemplate.resx">
321 <DependentUpon>DAccessTemplate.cs</DependentUpon>
322 <SubType>Designer</SubType>
323 </EmbeddedResource>
324 <EmbeddedResource Include="DAccessType.resx">
325 <DependentUpon>DAccessType.cs</DependentUpon>
326 <SubType>Designer</SubType>
327 </EmbeddedResource>
328 <EmbeddedResource Include="DAppointPage.resx">
329 <DependentUpon>DAppointPage.cs</DependentUpon>
330 <SubType>Designer</SubType>
331 </EmbeddedResource>
332 <EmbeddedResource Include="DApptSearch.resx">
333 <DependentUpon>DApptSearch.cs</DependentUpon>
334 <SubType>Designer</SubType>
335 </EmbeddedResource>
336 <EmbeddedResource Include="DCancelAppt.resx">
337 <DependentUpon>DCancelAppt.cs</DependentUpon>
338 <SubType>Designer</SubType>
339 </EmbeddedResource>
340 <EmbeddedResource Include="DCheckIn.resx">
341 <DependentUpon>DCheckIn.cs</DependentUpon>
342 <SubType>Designer</SubType>
343 </EmbeddedResource>
344 <EmbeddedResource Include="DCopyAppts.resx">
345 <DependentUpon>DCopyAppts.cs</DependentUpon>
346 <SubType>Designer</SubType>
347 </EmbeddedResource>
348 <EmbeddedResource Include="dInputText.resx">
349 <DependentUpon>dInputText.cs</DependentUpon>
350 <SubType>Designer</SubType>
351 </EmbeddedResource>
352 <EmbeddedResource Include="DManagement.resx">
353 <DependentUpon>DManagement.cs</DependentUpon>
354 <SubType>Designer</SubType>
355 </EmbeddedResource>
356 <EmbeddedResource Include="DNoShow.resx">
357 <DependentUpon>DNoShow.cs</DependentUpon>
358 <SubType>Designer</SubType>
359 </EmbeddedResource>
360 <EmbeddedResource Include="DPatientLetter.resx">
361 <DependentUpon>DPatientLetter.cs</DependentUpon>
362 <SubType>Designer</SubType>
363 </EmbeddedResource>
364 <EmbeddedResource Include="DPatientLookup.resx">
365 <DependentUpon>DPatientLookup.cs</DependentUpon>
366 <SubType>Designer</SubType>
367 </EmbeddedResource>
368 <EmbeddedResource Include="DResource.resx">
369 <DependentUpon>DResource.cs</DependentUpon>
370 <SubType>Designer</SubType>
371 </EmbeddedResource>
372 <EmbeddedResource Include="DResourceGroup.resx">
373 <DependentUpon>DResourceGroup.cs</DependentUpon>
374 <SubType>Designer</SubType>
375 </EmbeddedResource>
376 <EmbeddedResource Include="DResourceGroupItem.resx">
377 <DependentUpon>DResourceGroupItem.cs</DependentUpon>
378 <SubType>Designer</SubType>
379 </EmbeddedResource>
380 <EmbeddedResource Include="DResourceUser.resx">
381 <DependentUpon>DResourceUser.cs</DependentUpon>
382 <SubType>Designer</SubType>
383 </EmbeddedResource>
384 <EmbeddedResource Include="DSelectLetterClinics.resx">
385 <DependentUpon>DSelectLetterClinics.cs</DependentUpon>
386 <SubType>Designer</SubType>
387 </EmbeddedResource>
388 <EmbeddedResource Include="DSelectSchedules.resx">
389 <DependentUpon>DSelectSchedules.cs</DependentUpon>
390 <SubType>Designer</SubType>
391 </EmbeddedResource>
392 <EmbeddedResource Include="DSplash.resx">
393 <DependentUpon>DSplash.cs</DependentUpon>
394 <SubType>Designer</SubType>
395 </EmbeddedResource>
396 <EmbeddedResource Include="UCPatientAppts.resx">
397 <DependentUpon>UCPatientAppts.cs</DependentUpon>
398 </EmbeddedResource>
399 </ItemGroup>
400 <ItemGroup>
401 <Service Include="{967B4E0D-AD0C-4609-AB67-0FA40C0206D8}" />
402 <Service Include="{CF845C55-C321-4742-B673-E6212D061ED9}" />
403 </ItemGroup>
404 <ItemGroup>
405 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
406 <Visible>False</Visible>
407 <ProductName>.NET Framework Client Profile</ProductName>
408 <Install>false</Install>
409 </BootstrapperPackage>
410 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
411 <Visible>False</Visible>
412 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
413 <Install>true</Install>
414 </BootstrapperPackage>
415 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
416 <Visible>False</Visible>
417 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
418 <Install>false</Install>
419 </BootstrapperPackage>
420 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
421 <Visible>False</Visible>
422 <ProductName>.NET Framework 3.5</ProductName>
423 <Install>false</Install>
424 </BootstrapperPackage>
425 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
426 <Visible>False</Visible>
427 <ProductName>.NET Framework 3.5 SP1</ProductName>
428 <Install>false</Install>
429 </BootstrapperPackage>
430 </ItemGroup>
431 <ItemGroup>
432 <ProjectReference Include="..\..\..\BMX\bmx_0200scr\BMX2\BMXNet\BMXNet.csproj">
433 <Project>{DE8E4CC9-4F3A-4E32-8DFE-EE5692E8FC45}</Project>
434 <Name>BMXNet</Name>
435 </ProjectReference>
436 </ItemGroup>
437 <ItemGroup>
438 <Folder Include="Properties\" />
439 </ItemGroup>
440 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
441 <PropertyGroup>
442 <PreBuildEvent>
443 </PreBuildEvent>
444 <PostBuildEvent>
445 </PostBuildEvent>
446 </PropertyGroup>
447</Project>
Note: See TracBrowser for help on using the repository browser.