source: Scheduling/branches/BMX4Support/ClinicalScheduling.csproj@ 1194

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

All changes to support BMX4. Now works with BMX 4.
AssemblyInfo: Bumped to 1.6 (will be 1.7 pending server changes).
Removed BMXNet23.dll and added BMXNET40.dll and BMXWIN40.dll.
Actual changes to support BMX 4 in the code:
All references to DocManager.ConnectInfo.bmxNetLib substituted with CGDocumentManager.Current.RemoteSession everywhere.
All Events use RemoteSession.EventServices APIs.
All references to DUZ use RemoteSession.User APIs.
All references to BMXNetLib.Piece changed to M.Piece.
Added RPC Logging Capability courtesy of BMX4.
Extensive changes in the Main[] class CGDocumentManager:

  • Added references to IndianHealthService.BMXNet.WinForm
  • Removed references to BMXNetLib and changed to RemoteSession
  • Singleton Instance constructor now private (overdue change).
  • Use new Event Framework part of Remote Session.
  • Login code totally rewritten to use BMXWIN40.dll.
  • RPMSDataTable references changed to TableFromCommand or TableFromSQL.

DAL:

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