HaErBinMI.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E9B4D618-13F0-4864-9C4C-28B8A6532653}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>HaErBinMIMI</RootNamespace>
  11. <AssemblyName>HaErBinMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  36. <HintPath>..\packages\Portable.BouncyCastle.1.8.9\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  37. </Reference>
  38. <Reference Include="FastReport">
  39. <HintPath>..\..\..\..\..\ThirdDLL\FastReport.dll</HintPath>
  40. </Reference>
  41. <Reference Include="FastReportFrom">
  42. <HintPath>..\..\..\..\..\ThirdDLL\FastReportFrom.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="PTControl">
  48. <HintPath>..\..\..\..\C#练习\普天控件2\PTControl\PTControl\bin\Debug\PTControl.dll</HintPath>
  49. </Reference>
  50. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  51. <HintPath>..\packages\SunnyUI.3.2.0\lib\net472\SunnyUI.dll</HintPath>
  52. </Reference>
  53. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  54. <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Data.Linq" />
  60. <Reference Include="System.Design" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.IO.Compression" />
  63. <Reference Include="System.IO.Compression.FileSystem" />
  64. <Reference Include="System.Management" />
  65. <Reference Include="System.Web.Extensions" />
  66. <Reference Include="System.Windows.Forms" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Business\AbstractProcess\AbstractProcess.cs" />
  76. <Compile Include="Business\AbstractProcess\CallResult.cs" />
  77. <Compile Include="Business\AbstractProcess\ProcessManager.cs" />
  78. <Compile Include="Business\AutoResizeForm.cs" />
  79. <Compile Include="Business\CenterBusiness.cs" />
  80. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.designer.cs">
  84. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.designer.cs">
  90. <DependentUpon>AuditForm.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.designer.cs">
  96. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.designer.cs">
  102. <DependentUpon>FeeDetail.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="Business\Core\Forms\DischargeAudit\GridViewSetter.cs" />
  105. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.designer.cs">
  109. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.designer.cs">
  115. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\DischargeAuditService.cs" />
  118. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPAdmRegService.cs" />
  119. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPSettlementService.cs" />
  120. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPRegService.cs" />
  121. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPSettlementService.cs" />
  122. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\PatientService.cs" />
  123. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\AdmissionRegistration.cs" />
  124. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\CancelAdmissionRegistration.cs" />
  125. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\DischargeRegistration.cs" />
  126. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\GetAdmissionRequirements.cs" />
  127. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\OrganizeIPPatientInparam.cs" />
  128. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\PreSettlement.cs" />
  129. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\Settlement.cs" />
  130. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\ShowDischargeAuditForm.cs" />
  131. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\UploadFee.cs" />
  132. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\VerifyNameConsistency.cs" />
  133. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\InProcessHandler.cs" />
  134. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\OrganizePatientRegistrationInfo.cs" />
  135. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreSettlement.cs" />
  136. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreWarning.cs" />
  137. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Register.cs" />
  138. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Settlement.cs" />
  139. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\ShowOutPatRegisterForm.cs" />
  140. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadAdmInfo.cs" />
  141. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadFee.cs" />
  142. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\FilterPatInfo.cs" />
  143. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\GetPatMIFullInfo.cs" />
  144. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
  145. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SavePatMIFullInfo.cs" />
  146. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
  147. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
  148. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\VerifyCardPassword.cs" />
  149. <Compile Include="Business\DataImoport.cs" />
  150. <Compile Include="Business\HisMainBusiness.cs" />
  151. <Compile Include="Business\IrisServices.cs" />
  152. <Compile Include="Business\metalkeyboard\JustTideEPP\JustTideEPPDrv.cs" />
  153. <Compile Include="Business\metalkeyboard\JustTideEPP\MetalKeypadPasswordReader.cs" />
  154. <Compile Include="Business\metalkeyboard\JustTideEPP\RFID.cs" />
  155. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  156. <Compile Include="Business\RealNameAuthentication.cs" />
  157. <Compile Include="Business\STA.cs" />
  158. <Compile Include="CardReader\NationECCodeAPI.cs" />
  159. <Compile Include="Common\AppExtension.cs" />
  160. <Compile Include="Common\CardReader.cs" />
  161. <Compile Include="Common\Common.cs" />
  162. <Compile Include="Common\Encrypt.cs" />
  163. <Compile Include="Common\Utils.cs" />
  164. <Compile Include="Common\WinApi.cs" />
  165. <Compile Include="Entity\BaseLine\Response\RespBase1101.cs" />
  166. <Compile Include="Entity\BusinessType.cs" />
  167. <Compile Include="Entity\EntityBase.cs" />
  168. <Compile Include="Entity\Insu\Response\Resp1101.cs" />
  169. <Compile Include="Entity\Settlement\PortalPay\AmpHos001.cs" />
  170. <Compile Include="Entity\TradeAttribute.cs" />
  171. <Compile Include="FormSetter\ComboxSetter.cs" />
  172. <Compile Include="FormSetter\DataTableSetter.cs" />
  173. <Compile Include="FormSetter\GridViewSetter.cs" />
  174. <Compile Include="FormSetter\GridViewSetterBase.cs" />
  175. <Compile Include="Forms\AddSignleDirectory.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  179. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="Forms\ChooseCard.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="Forms\ChooseCard.designer.cs">
  185. <DependentUpon>ChooseCard.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="Forms\BasicData.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="Forms\BasicData.designer.cs">
  191. <DependentUpon>BasicData.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="Forms\Clearing.cs">
  194. <SubType>Form</SubType>
  195. </Compile>
  196. <Compile Include="Forms\Clearing.designer.cs">
  197. <DependentUpon>Clearing.cs</DependentUpon>
  198. </Compile>
  199. <Compile Include="Forms\AuxFun.cs">
  200. <SubType>Form</SubType>
  201. </Compile>
  202. <Compile Include="Forms\AuxFun.Designer.cs">
  203. <DependentUpon>AuxFun.cs</DependentUpon>
  204. </Compile>
  205. <Compile Include="Forms\HandleException.cs">
  206. <SubType>Form</SubType>
  207. </Compile>
  208. <Compile Include="Forms\HandleException.designer.cs">
  209. <DependentUpon>HandleException.cs</DependentUpon>
  210. </Compile>
  211. <Compile Include="Forms\MaintainBasicData.cs">
  212. <SubType>Form</SubType>
  213. </Compile>
  214. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  215. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  216. </Compile>
  217. <Compile Include="Forms\OutpatientRegistration.cs">
  218. <SubType>Form</SubType>
  219. </Compile>
  220. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  221. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  222. </Compile>
  223. <Compile Include="Forms\PasswordKeyboardForm.cs">
  224. <SubType>Form</SubType>
  225. </Compile>
  226. <Compile Include="Forms\PasswordKeyboardForm.designer.cs">
  227. <DependentUpon>PasswordKeyboardForm.cs</DependentUpon>
  228. </Compile>
  229. <Compile Include="Forms\PatientInsuInfo.cs">
  230. <SubType>Form</SubType>
  231. </Compile>
  232. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  233. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  234. </Compile>
  235. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  236. <SubType>Form</SubType>
  237. </Compile>
  238. <Compile Include="Forms\PreAndInProcessAnalysisForm.designer.cs">
  239. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  240. </Compile>
  241. <Compile Include="Forms\PrescriptionCirculation.cs">
  242. <SubType>Form</SubType>
  243. </Compile>
  244. <Compile Include="Forms\PrescriptionCirculation.designer.cs">
  245. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  246. </Compile>
  247. <Compile Include="Forms\PrintDesign.cs">
  248. <SubType>Form</SubType>
  249. </Compile>
  250. <Compile Include="Forms\PrintDesign.Designer.cs">
  251. <DependentUpon>PrintDesign.cs</DependentUpon>
  252. </Compile>
  253. <Compile Include="Forms\PrintPreview.cs">
  254. <SubType>Form</SubType>
  255. </Compile>
  256. <Compile Include="Forms\PrintPreview.Designer.cs">
  257. <DependentUpon>PrintPreview.cs</DependentUpon>
  258. </Compile>
  259. <Compile Include="Forms\SettlementChecklist.cs">
  260. <SubType>Form</SubType>
  261. </Compile>
  262. <Compile Include="Forms\SettlementChecklist.designer.cs">
  263. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  264. </Compile>
  265. <Compile Include="Forms\SettlementInfo.cs">
  266. <SubType>Form</SubType>
  267. </Compile>
  268. <Compile Include="Forms\SettlementInfo.designer.cs">
  269. <DependentUpon>SettlementInfo.cs</DependentUpon>
  270. </Compile>
  271. <Compile Include="Helper\HisCallFace.cs" />
  272. <Compile Include="Helper\InvokeHelper.cs" />
  273. <Compile Include="Helper\JsonHelper.cs" />
  274. <Compile Include="InsuBusiness.cs" />
  275. <Compile Include="IInsuBusiness.cs" />
  276. <Compile Include="Lib\EasyGmUtils.cs" />
  277. <Compile Include="Lib\SignUtil.cs" />
  278. <Compile Include="Lib\SMUtil.cs" />
  279. <Compile Include="Properties\AssemblyInfo.cs" />
  280. <Compile Include="Variables\CustomEnums.cs" />
  281. <Compile Include="Variables\CustomEnums\OperationTypeEnum.cs" />
  282. <Compile Include="Variables\Global.cs" />
  283. <Compile Include="Variables\ModeEnum.cs" />
  284. <Compile Include="Variables\Struct.cs" />
  285. <Compile Include="Variables\StructExtend.cs" />
  286. <Compile Include="Variables\TradeEnum.cs" />
  287. </ItemGroup>
  288. <ItemGroup>
  289. <Folder Include="Business\Core\Process\" />
  290. <Folder Include="ControlSetter\" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.resx">
  294. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  295. </EmbeddedResource>
  296. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AuditForm.resx">
  297. <DependentUpon>AuditForm.cs</DependentUpon>
  298. </EmbeddedResource>
  299. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.resx">
  300. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  301. </EmbeddedResource>
  302. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\FeeDetail.resx">
  303. <DependentUpon>FeeDetail.cs</DependentUpon>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.resx">
  306. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  307. </EmbeddedResource>
  308. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.resx">
  309. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  310. </EmbeddedResource>
  311. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  312. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  313. </EmbeddedResource>
  314. <EmbeddedResource Include="Forms\ChooseCard.resx">
  315. <DependentUpon>ChooseCard.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="Forms\BasicData.resx">
  318. <DependentUpon>BasicData.cs</DependentUpon>
  319. </EmbeddedResource>
  320. <EmbeddedResource Include="Forms\Clearing.resx">
  321. <DependentUpon>Clearing.cs</DependentUpon>
  322. </EmbeddedResource>
  323. <EmbeddedResource Include="Forms\AuxFun.resx">
  324. <DependentUpon>AuxFun.cs</DependentUpon>
  325. </EmbeddedResource>
  326. <EmbeddedResource Include="Forms\HandleException.resx">
  327. <DependentUpon>HandleException.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  330. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  331. </EmbeddedResource>
  332. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  333. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  334. </EmbeddedResource>
  335. <EmbeddedResource Include="Forms\PasswordKeyboardForm.resx">
  336. <DependentUpon>PasswordKeyboardForm.cs</DependentUpon>
  337. </EmbeddedResource>
  338. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  339. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  342. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  343. </EmbeddedResource>
  344. <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
  345. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  346. </EmbeddedResource>
  347. <EmbeddedResource Include="Forms\PrintDesign.resx">
  348. <DependentUpon>PrintDesign.cs</DependentUpon>
  349. </EmbeddedResource>
  350. <EmbeddedResource Include="Forms\PrintPreview.resx">
  351. <DependentUpon>PrintPreview.cs</DependentUpon>
  352. </EmbeddedResource>
  353. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  354. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  355. </EmbeddedResource>
  356. <EmbeddedResource Include="Forms\SettlementInfo.resx">
  357. <DependentUpon>SettlementInfo.cs</DependentUpon>
  358. </EmbeddedResource>
  359. </ItemGroup>
  360. <ItemGroup>
  361. <None Include="app.config" />
  362. <None Include="packages.config" />
  363. </ItemGroup>
  364. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  365. </Project>