DongGuanMI.csproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  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>{211A0F30-C104-4CA7-B1CB-D745F11B0444}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PTMedicalInsurance</RootNamespace>
  11. <AssemblyName>DongGuanMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="BouncyCastle.Crypto, Version=1.8.9.0, Culture=neutral, PublicKeyToken=0e99375e54769942">
  38. <HintPath>packages\BouncyCastle.1.8.9\lib\BouncyCastle.Crypto.dll</HintPath>
  39. </Reference>
  40. <Reference Include="EPPlus, Version=7.5.2.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  41. <HintPath>packages\EPPlus.7.5.2\lib\net462\EPPlus.dll</HintPath>
  42. </Reference>
  43. <Reference Include="EPPlus.Interfaces, Version=7.5.0.0, Culture=neutral, PublicKeyToken=a694d7f3b0907a61, processorArchitecture=MSIL">
  44. <HintPath>packages\EPPlus.Interfaces.7.5.0\lib\net462\EPPlus.Interfaces.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EPPlus.System.Drawing, Version=7.5.0.0, Culture=neutral, PublicKeyToken=2308d35469c9bac0, processorArchitecture=MSIL">
  47. <HintPath>packages\EPPlus.System.Drawing.7.5.0\lib\net462\EPPlus.System.Drawing.dll</HintPath>
  48. </Reference>
  49. <Reference Include="FastReport, Version=2020.3.7.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\FastReport\FastReport.dll</HintPath>
  52. </Reference>
  53. <Reference Include="FastReport.Compat, Version=2022.3.2.0, Culture=neutral, PublicKeyToken=406e1f4c3c8ef97e, processorArchitecture=MSIL">
  54. <HintPath>packages\FastReport.Compat.2022.3.2\lib\net40\FastReport.Compat.dll</HintPath>
  55. </Reference>
  56. <Reference Include="FastReportFrom">
  57. <HintPath>..\..\原来的代码\FastReportFrom\bin\Debug\FastReportFrom.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  60. <HintPath>packages\Microsoft.IO.RecyclableMemoryStream.3.0.1\lib\netstandard2.0\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  63. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  64. <EmbedInteropTypes>True</EmbedInteropTypes>
  65. </Reference>
  66. <Reference Include="Microsoft.VisualBasic" />
  67. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  68. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPinyin, Version=0.2.6321.26573, Culture=neutral, processorArchitecture=MSIL">
  71. <HintPath>packages\NPinyin.0.2.6321.26573\lib\net20\NPinyin.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  74. <HintPath>packages\Microsoft.Office.Excel.14.0.4760.1000\lib\net20\Office.dll</HintPath>
  75. <EmbedInteropTypes>True</EmbedInteropTypes>
  76. </Reference>
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="PTControl">
  79. <HintPath>..\沈阳\ThirdDll\PTControl.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Spire.Pdf, Version=8.6.1.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  82. <HintPath>..\Demo\packages\FreeSpire.PDF.8.6.0\lib\net40\Spire.Pdf.dll</HintPath>
  83. </Reference>
  84. <Reference Include="SunnyUI, Version=3.1.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  85. <HintPath>packages\SunnyUI.3.1.5\lib\net472\SunnyUI.dll</HintPath>
  86. </Reference>
  87. <Reference Include="SunnyUI.Common, Version=3.1.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  88. <HintPath>packages\SunnyUI.Common.3.1.2\lib\net472\SunnyUI.Common.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  92. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  95. <HintPath>packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.ComponentModel.DataAnnotations" />
  98. <Reference Include="System.configuration" />
  99. <Reference Include="System.Core" />
  100. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  101. <HintPath>packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  102. <Private>True</Private>
  103. <Private>True</Private>
  104. </Reference>
  105. <Reference Include="System.Data.Linq" />
  106. <Reference Include="System.Design" />
  107. <Reference Include="System.Drawing" />
  108. <Reference Include="System.Drawing.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <HintPath>packages\System.Drawing.Common.8.0.4\lib\net462\System.Drawing.Common.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.IO.Compression" />
  112. <Reference Include="System.IO.Compression.FileSystem" />
  113. <Reference Include="System.Management" />
  114. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  115. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Numerics" />
  118. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  119. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  122. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Security" />
  125. <Reference Include="System.Web.Extensions" />
  126. <Reference Include="System.Windows.Forms" />
  127. <Reference Include="System.Xml.Linq" />
  128. <Reference Include="System.Data.DataSetExtensions" />
  129. <Reference Include="Microsoft.CSharp" />
  130. <Reference Include="System.Data" />
  131. <Reference Include="System.Net.Http" />
  132. <Reference Include="System.Xml" />
  133. <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  134. <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
  135. </Reference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Compile Include="Business\AutoResizeForm.cs" />
  139. <Compile Include="Business\Basic\ReadPatientProcess.cs" />
  140. <Compile Include="Business\CallResult.cs" />
  141. <Compile Include="Business\Clearing\OutOfAreaPatientClearing.cs" />
  142. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.Designer.cs">
  146. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="Business\Core\Forms\DischargeAudit\AuditForm.Designer.cs">
  152. <DependentUpon>AuditForm.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.Designer.cs">
  158. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.cs">
  161. <SubType>Form</SubType>
  162. </Compile>
  163. <Compile Include="Business\Core\Forms\DischargeAudit\FeeDetail.Designer.cs">
  164. <DependentUpon>FeeDetail.cs</DependentUpon>
  165. </Compile>
  166. <Compile Include="Business\Core\Forms\DischargeAudit\GridViewSetter.cs" />
  167. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.Designer.cs">
  171. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.Designer.cs">
  177. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="Business\Core\Process\ReadCardProcess.cs" />
  180. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\DischargeAuditService.cs" />
  181. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPAdmRegService.cs" />
  182. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\IPSettlementService.cs" />
  183. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPRegService.cs" />
  184. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\OPSettlementService.cs" />
  185. <Compile Include="Business\Core\SelfServiceMachine\ProcessScheduler\PatientService.cs" />
  186. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\AdmissionRegistration.cs" />
  187. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\CancelAdmissionRegistration.cs" />
  188. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\DischargeRegistration.cs" />
  189. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\GetAdmissionRequirements.cs" />
  190. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\OrganizeIPPatientInparam.cs" />
  191. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\PreSettlement.cs" />
  192. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\Settlement.cs" />
  193. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\ShowDischargeAuditForm.cs" />
  194. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\UploadFee.cs" />
  195. <Compile Include="Business\Core\SelfServiceMachine\Process\InPat\VerifyNameConsistency.cs" />
  196. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\InProcessHandler.cs" />
  197. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\OrganizePatientRegistrationInfo.cs" />
  198. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreSettlement.cs" />
  199. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\PreWarning.cs" />
  200. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Register.cs" />
  201. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\Settlement.cs" />
  202. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\ShowOutPatRegisterForm.cs" />
  203. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadAdmInfo.cs" />
  204. <Compile Include="Business\Core\SelfServiceMachine\Process\OutPat\UploadFee.cs" />
  205. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\FilterPatInfo.cs" />
  206. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ReadCardProcess.cs" />
  207. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\SetGlobalVariablesAfaterShowPatInfo.cs" />
  208. <Compile Include="Business\Core\SelfServiceMachine\Process\ReadCard\ShowPatInfo.cs" />
  209. <Compile Include="Business\IChargeService.cs" />
  210. <Compile Include="Business\CenterBusiness.cs" />
  211. <Compile Include="Business\DataImoport.cs" />
  212. <Compile Include="Business\HisMainBusiness.cs" />
  213. <Compile Include="Business\IMobilePay.cs" />
  214. <Compile Include="Business\Inpatient\IPExitCancelProcess.cs" />
  215. <Compile Include="Business\Inpatient\IPExitProcess.cs" />
  216. <Compile Include="Business\Inpatient\IPFeeUploadCancelProcess.cs" />
  217. <Compile Include="Business\Inpatient\IPFeeUploadProcess.cs" />
  218. <Compile Include="Business\Inpatient\IPPreSettlementProcess.cs" />
  219. <Compile Include="Business\Inpatient\IPRegCancelProcess.cs" />
  220. <Compile Include="Business\Inpatient\IPRegistionProcess.cs" />
  221. <Compile Include="Business\Inpatient\IPSettlementProcess.cs" />
  222. <Compile Include="Business\Inpatient\IPtRegistrationModifyProcess.cs" />
  223. <Compile Include="Business\Inpatient\IPUploadFeeCancelProcess.cs" />
  224. <Compile Include="Business\Inpatient\IPQuerySettlementProcess.cs" />
  225. <Compile Include="Business\Inpatient\IPSettlementCancelProcess.cs" />
  226. <Compile Include="Business\InsuServices.cs" />
  227. <Compile Include="Business\Basic\IPSettlementService.cs" />
  228. <Compile Include="Business\Local\OtherQueryProcess.cs" />
  229. <Compile Include="Business\Local\ReadCardProcess.cs" />
  230. <Compile Include="Business\Local\TestProcess.cs" />
  231. <Compile Include="Business\MobilePay.cs" />
  232. <Compile Include="Business\Other\MedDirDownloadProcess.cs" />
  233. <Compile Include="Business\Other\SettleBillPrintProcess.cs" />
  234. <Compile Include="Business\Other\SignInProcess.cs" />
  235. <Compile Include="Business\Outpatient\IdentityVerifyProcess.cs" />
  236. <Compile Include="Business\Outpatient\OPAdmUploadProcess.cs" />
  237. <Compile Include="Business\Outpatient\OPFeeUploadCancelProcess.cs" />
  238. <Compile Include="Business\Outpatient\OPFeeUploadProcess.cs" />
  239. <Compile Include="Business\Outpatient\OPPreSettlementProcess.cs" />
  240. <Compile Include="Business\AbstractProcess.cs" />
  241. <Compile Include="Business\IrisServices.cs" />
  242. <Compile Include="Business\Basic\OPSettlementService.cs" />
  243. <Compile Include="Business\Basic\PatientService.cs" />
  244. <Compile Include="Business\Outpatient\OPQuerySettlementProcess.cs" />
  245. <Compile Include="Business\Outpatient\OPRegCancelProcess.cs" />
  246. <Compile Include="Business\Outpatient\OPRegFakeProcess.cs" />
  247. <Compile Include="Business\Outpatient\OPRegProcess.cs" />
  248. <Compile Include="Business\Outpatient\OPSettlementCancelHisProcess.cs" />
  249. <Compile Include="Business\Outpatient\OPSettlementCancelProcess.cs" />
  250. <Compile Include="Business\Outpatient\OPSettlementProcess.cs" />
  251. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  252. <Compile Include="Business\ProcessManager.cs" />
  253. <Compile Include="Business\STA.cs" />
  254. <Compile Include="CardReader\ECReader.cs" />
  255. <Compile Include="CardReader\NationECCodeAPI.cs" />
  256. <Compile Include="CardReader\ReadCardAPI.cs" />
  257. <Compile Include="CardReader\CardReader.cs" />
  258. <Compile Include="CardReader\SFZReader.cs" />
  259. <Compile Include="Common\Common.cs" />
  260. <Compile Include="Common\Encrypt.cs" />
  261. <Compile Include="Common\AppExtension.cs" />
  262. <Compile Include="Common\ExPortToExcel.cs" />
  263. <Compile Include="Common\ExpressionEvaluator.cs" />
  264. <Compile Include="Common\FastReportScript.cs" />
  265. <Compile Include="Common\GmUtil.cs" />
  266. <Compile Include="Common\SignUtils.cs" />
  267. <Compile Include="Common\SMCipher.cs" />
  268. <Compile Include="Common\SMLib\EasyGmUtils.cs" />
  269. <Compile Include="Common\SMLib\SignUtil.cs" />
  270. <Compile Include="Common\SMLib\SMUtil.cs" />
  271. <Compile Include="Common\WinApi.cs" />
  272. <Compile Include="Common\WindowWrapper.cs" />
  273. <Compile Include="Entity\Base\Clearing\OutOfAreaClearingConfirm.cs" />
  274. <Compile Include="Entity\Base\Clearing\OutOfAreaClearingRollBack.cs" />
  275. <Compile Include="Entity\Base\Clearing\QueryOutOfAreaClearingDetails.cs" />
  276. <Compile Include="Entity\Base\Other\DirectoryDownload.cs" />
  277. <Compile Include="Entity\Base\Other\FileDownload.cs" />
  278. <Compile Include="Entity\Base\Other\FileUpload.cs" />
  279. <Compile Include="Entity\Base\Result.cs" />
  280. <Compile Include="Entity\Base\Server\HBMedInsuDirectory.cs" />
  281. <Compile Include="Entity\Base\Server\HBMedInsuDirectorySelfpayProportion.cs" />
  282. <Compile Include="Entity\Base\Other\SignInInput.cs" />
  283. <Compile Include="Entity\Base\Other\SignOut.cs" />
  284. <Compile Include="Entity\Base\Settlement\Benefit\BenefitCheck.cs" />
  285. <Compile Include="Entity\Base\Settlement\Inpatient\AdmissionRegistration.cs" />
  286. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeCancel.cs" />
  287. <Compile Include="Entity\Base\Settlement\Inpatient\DischargeRegistration.cs" />
  288. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationCancel.cs" />
  289. <Compile Include="Entity\Base\Settlement\Inpatient\HospitalizationInfoChange.cs" />
  290. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailCancel.cs" />
  291. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientExpenseDetailUpload.cs" />
  292. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientPreSettlement.cs" />
  293. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlement.cs" />
  294. <Compile Include="Entity\Base\Settlement\Inpatient\InpatientSettlementCancel.cs" />
  295. <Compile Include="Entity\Base\Settlement\Outpatient\OupatientFeeDetailCancel.cs" />
  296. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientAdmUpload.cs" />
  297. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientFeeDetailUpload.cs" />
  298. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientPreSettlement.cs" />
  299. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlement.cs" />
  300. <Compile Include="Entity\Base\Settlement\Outpatient\OutpatientSettlementCancel.cs" />
  301. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistration.cs" />
  302. <Compile Include="Entity\Base\Settlement\Outpatient\OutputRegistrationCancel.cs" />
  303. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyCancel.cs" />
  304. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacyPre.cs" />
  305. <Compile Include="Entity\Base\Settlement\Pharmacy\PharmacySettlement.cs" />
  306. <Compile Include="Entity\Base\Settlement\Record\CancelChronicDiseaseRecord.cs" />
  307. <Compile Include="Entity\Base\Settlement\Record\ChronicDiseaseRecord.cs" />
  308. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecord.cs" />
  309. <Compile Include="Entity\Base\Settlement\Record\HospitalTransferRecordCancel.cs" />
  310. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecord.cs" />
  311. <Compile Include="Entity\Base\Settlement\Record\PersonFixedPointRecordCancel.cs" />
  312. <Compile Include="Entity\Base\Settlement\Record\QueryChronicDiseaseRecord.cs" />
  313. <Compile Include="Entity\Base\Settlement\Record\QueryFamilyDoctorRecord.cs" />
  314. <Compile Include="Entity\Base\Settlement\ReverseTransaction.cs" />
  315. <Compile Include="Entity\EntityBase.cs" />
  316. <Compile Include="Entity\Local\ReadCardInitInfo.cs" />
  317. <Compile Include="FormSetter\GridViewSetterBase.cs" />
  318. <Compile Include="Forms\CenterQuery\CenterQuery.cs">
  319. <SubType>Form</SubType>
  320. </Compile>
  321. <Compile Include="Forms\CenterQuery\CenterQuery.designer.cs">
  322. <DependentUpon>CenterQuery.cs</DependentUpon>
  323. </Compile>
  324. <Compile Include="Forms\CenterQuery\GridViewSetter.cs" />
  325. <Compile Include="Forms\Clearing\GridViewSetter.cs" />
  326. <Compile Include="Forms\Clearing\MainForm.cs">
  327. <SubType>Form</SubType>
  328. </Compile>
  329. <Compile Include="Forms\Clearing\MainForm.Designer.cs">
  330. <DependentUpon>MainForm.cs</DependentUpon>
  331. </Compile>
  332. <Compile Include="Forms\Clearing\OutOfAreaClearing.cs">
  333. <SubType>Form</SubType>
  334. </Compile>
  335. <Compile Include="Forms\Clearing\OutOfAreaClearing.Designer.cs">
  336. <DependentUpon>OutOfAreaClearing.cs</DependentUpon>
  337. </Compile>
  338. <Compile Include="Forms\GetInsuCode\CodeGetter.cs">
  339. <SubType>Form</SubType>
  340. </Compile>
  341. <Compile Include="Forms\GetInsuCode\CodeGetter.Designer.cs">
  342. <DependentUpon>CodeGetter.cs</DependentUpon>
  343. </Compile>
  344. <Compile Include="Forms\GetInsuCode\GridViewSetter.cs" />
  345. <Compile Include="Forms\InpatientRegistration.cs">
  346. <SubType>Form</SubType>
  347. </Compile>
  348. <Compile Include="Forms\InpatientRegistration.designer.cs">
  349. <DependentUpon>InpatientRegistration.cs</DependentUpon>
  350. </Compile>
  351. <Compile Include="Forms\JsonMappingForm.cs">
  352. <SubType>Form</SubType>
  353. </Compile>
  354. <Compile Include="Forms\JsonMappingForm.Designer.cs">
  355. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  356. </Compile>
  357. <Compile Include="Forms\OutpatientRegistration.cs">
  358. <SubType>Form</SubType>
  359. </Compile>
  360. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  361. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  362. </Compile>
  363. <Compile Include="Forms\DualChannelRecordForm.cs">
  364. <SubType>Form</SubType>
  365. </Compile>
  366. <Compile Include="Forms\DualChannelRecordForm.Designer.cs">
  367. <DependentUpon>DualChannelRecordForm.cs</DependentUpon>
  368. </Compile>
  369. <Compile Include="Forms\PatientInsuInfo\GridViewSetter.cs" />
  370. <Compile Include="Forms\PrescriptionCirculation.cs">
  371. <SubType>Form</SubType>
  372. </Compile>
  373. <Compile Include="Forms\PrescriptionCirculation.Designer.cs">
  374. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  375. </Compile>
  376. <Compile Include="Forms\PrescriptionForm.cs">
  377. <SubType>Form</SubType>
  378. </Compile>
  379. <Compile Include="Forms\PrescriptionForm.Designer.cs">
  380. <DependentUpon>PrescriptionForm.cs</DependentUpon>
  381. </Compile>
  382. <Compile Include="Forms\PrintersForm.cs">
  383. <SubType>Form</SubType>
  384. </Compile>
  385. <Compile Include="Forms\PrintersForm.Designer.cs">
  386. <DependentUpon>PrintersForm.cs</DependentUpon>
  387. </Compile>
  388. <Compile Include="Forms\SelfpayPercentForm.cs">
  389. <SubType>Form</SubType>
  390. </Compile>
  391. <Compile Include="Forms\SelfpayPercentForm.Designer.cs">
  392. <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
  393. </Compile>
  394. <Compile Include="Forms\ToPutOnRecord\FixedPointRecord.cs">
  395. <SubType>Form</SubType>
  396. </Compile>
  397. <Compile Include="Forms\ToPutOnRecord\FixedPointRecord.Designer.cs">
  398. <DependentUpon>FixedPointRecord.cs</DependentUpon>
  399. </Compile>
  400. <Compile Include="Forms\ToPutOnRecord\GridViewSetter.cs" />
  401. <Compile Include="Forms\ToPutOnRecord\HospitalTransfer.cs">
  402. <SubType>Form</SubType>
  403. </Compile>
  404. <Compile Include="Forms\ToPutOnRecord\HospitalTransfer.Designer.cs">
  405. <DependentUpon>HospitalTransfer.cs</DependentUpon>
  406. </Compile>
  407. <Compile Include="Forms\ToPutOnRecord\ToPutOnRecord.cs">
  408. <SubType>Form</SubType>
  409. </Compile>
  410. <Compile Include="Forms\ToPutOnRecord\ToPutOnRecord.Designer.cs">
  411. <DependentUpon>ToPutOnRecord.cs</DependentUpon>
  412. </Compile>
  413. <Compile Include="Helper\JsonMapper.cs" />
  414. <Compile Include="Helper\ProgressHelper.cs">
  415. <SubType>Form</SubType>
  416. </Compile>
  417. <Compile Include="Helper\ReadDataTableConverter.cs" />
  418. <Compile Include="Variables\ModeEnum.cs" />
  419. <Compile Include="Variables\TradeEnum.cs" />
  420. <Compile Include="Common\Utils.cs" />
  421. <Compile Include="Entity\BusinessType.cs" />
  422. <Compile Include="Entity\Base\PersonInfo.cs" />
  423. <Compile Include="Entity\TradeAttribute.cs" />
  424. <Compile Include="FormSetter\ComboxSetter.cs" />
  425. <Compile Include="FormSetter\DataTableSetter.cs" />
  426. <Compile Include="FormSetter\GridViewSetter.cs" />
  427. <Compile Include="Forms\AddSignleDirectory.cs">
  428. <SubType>Form</SubType>
  429. </Compile>
  430. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  431. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  432. </Compile>
  433. <Compile Include="Forms\CenterResult.cs">
  434. <SubType>Form</SubType>
  435. </Compile>
  436. <Compile Include="Forms\CenterResult.Designer.cs">
  437. <DependentUpon>CenterResult.cs</DependentUpon>
  438. </Compile>
  439. <Compile Include="Forms\ChooseCard.cs">
  440. <SubType>Form</SubType>
  441. </Compile>
  442. <Compile Include="Forms\ChooseCard.designer.cs">
  443. <DependentUpon>ChooseCard.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="Forms\BasicData.cs">
  446. <SubType>Form</SubType>
  447. </Compile>
  448. <Compile Include="Forms\BasicData.designer.cs">
  449. <DependentUpon>BasicData.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="Forms\Clearing.cs">
  452. <SubType>Form</SubType>
  453. </Compile>
  454. <Compile Include="Forms\Clearing.designer.cs">
  455. <DependentUpon>Clearing.cs</DependentUpon>
  456. </Compile>
  457. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  458. <SubType>Form</SubType>
  459. </Compile>
  460. <Compile Include="Forms\PreAndInProcessAnalysisForm.Designer.cs">
  461. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  462. </Compile>
  463. <Compile Include="Forms\SearchAdmdvs.cs">
  464. <SubType>Form</SubType>
  465. </Compile>
  466. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  467. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  468. </Compile>
  469. <Compile Include="Forms\PerDesigRecord.cs">
  470. <SubType>Form</SubType>
  471. </Compile>
  472. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  473. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  474. </Compile>
  475. <Compile Include="Forms\HandleException.cs">
  476. <SubType>Form</SubType>
  477. </Compile>
  478. <Compile Include="Forms\HandleException.designer.cs">
  479. <DependentUpon>HandleException.cs</DependentUpon>
  480. </Compile>
  481. <Compile Include="Forms\MaintainBasicData.cs">
  482. <SubType>Form</SubType>
  483. </Compile>
  484. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  485. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  486. </Compile>
  487. <Compile Include="Forms\PatientInsuInfo\PatientInsuInfo.cs">
  488. <SubType>Form</SubType>
  489. </Compile>
  490. <Compile Include="Forms\PatientInsuInfo\PatientInsuInfo.designer.cs">
  491. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  492. </Compile>
  493. <Compile Include="Forms\PrintDesign.cs">
  494. <SubType>Form</SubType>
  495. </Compile>
  496. <Compile Include="Forms\PrintDesign.Designer.cs">
  497. <DependentUpon>PrintDesign.cs</DependentUpon>
  498. </Compile>
  499. <Compile Include="Forms\PrintPreview.cs">
  500. <SubType>Form</SubType>
  501. </Compile>
  502. <Compile Include="Forms\PrintPreview.Designer.cs">
  503. <DependentUpon>PrintPreview.cs</DependentUpon>
  504. </Compile>
  505. <Compile Include="Forms\SettlementChecklist.cs">
  506. <SubType>Form</SubType>
  507. </Compile>
  508. <Compile Include="Forms\SettlementChecklist.designer.cs">
  509. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  510. </Compile>
  511. <Compile Include="Forms\SettlementForm.cs">
  512. <SubType>Form</SubType>
  513. </Compile>
  514. <Compile Include="Forms\SettlementForm.designer.cs">
  515. <DependentUpon>SettlementForm.cs</DependentUpon>
  516. </Compile>
  517. <Compile Include="Forms\SlowSpecRecord.cs">
  518. <SubType>Form</SubType>
  519. </Compile>
  520. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  521. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  522. </Compile>
  523. <Compile Include="Forms\TableButton.cs">
  524. <SubType>Form</SubType>
  525. </Compile>
  526. <Compile Include="Forms\TableButton.Designer.cs">
  527. <DependentUpon>TableButton.cs</DependentUpon>
  528. </Compile>
  529. <Compile Include="Forms\ToRecordChoose.cs">
  530. <SubType>Form</SubType>
  531. </Compile>
  532. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  533. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  534. </Compile>
  535. <Compile Include="Forms\ToRecordFrom.cs">
  536. <SubType>Form</SubType>
  537. </Compile>
  538. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  539. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  540. </Compile>
  541. <Compile Include="Helper\DropHelper.cs" />
  542. <Compile Include="Helper\EncryptHelper.cs" />
  543. <Compile Include="Helper\IInvokeCenter.cs" />
  544. <Compile Include="Helper\InvokeCenterFactory.cs" />
  545. <Compile Include="Helper\InvokeDllCenter.cs" />
  546. <Compile Include="Helper\InvokeHelper.cs" />
  547. <Compile Include="Helper\InvokeOcxCenter.cs" />
  548. <Compile Include="Helper\InvokeRestCenter.cs" />
  549. <Compile Include="Helper\IrisDataHelper.cs" />
  550. <Compile Include="Helper\JsonHelper.cs" />
  551. <Compile Include="Helper\XmlHelper.cs" />
  552. <Compile Include="InsuBusiness.cs" />
  553. <Compile Include="IInsuBusiness.cs" />
  554. <Compile Include="Properties\AssemblyInfo.cs" />
  555. <Compile Include="Properties\Resources.Designer.cs">
  556. <AutoGen>True</AutoGen>
  557. <DesignTime>True</DesignTime>
  558. <DependentUpon>Resources.resx</DependentUpon>
  559. </Compile>
  560. <Compile Include="Properties\Settings.Designer.cs">
  561. <AutoGen>True</AutoGen>
  562. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  563. <DependentUpon>Settings.settings</DependentUpon>
  564. </Compile>
  565. <Compile Include="Variables\Global.cs" />
  566. <Compile Include="Variables\Response.cs" />
  567. <Compile Include="Variables\Struct.cs" />
  568. <Compile Include="Variables\StructExtend.cs" />
  569. </ItemGroup>
  570. <ItemGroup>
  571. <Folder Include="ControlSetter\" />
  572. </ItemGroup>
  573. <ItemGroup>
  574. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AdmissionRegistration.resx">
  575. <DependentUpon>AdmissionRegistration.cs</DependentUpon>
  576. </EmbeddedResource>
  577. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\AuditForm.resx">
  578. <DependentUpon>AuditForm.cs</DependentUpon>
  579. </EmbeddedResource>
  580. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\DischargeRegistration.resx">
  581. <DependentUpon>DischargeRegistration.cs</DependentUpon>
  582. </EmbeddedResource>
  583. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\FeeDetail.resx">
  584. <DependentUpon>FeeDetail.cs</DependentUpon>
  585. </EmbeddedResource>
  586. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\OutpatRegistration.resx">
  587. <DependentUpon>OutpatRegistration.cs</DependentUpon>
  588. </EmbeddedResource>
  589. <EmbeddedResource Include="Business\Core\Forms\DischargeAudit\PatientMIInfo.resx">
  590. <DependentUpon>PatientMIInfo.cs</DependentUpon>
  591. </EmbeddedResource>
  592. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  593. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  594. <SubType>Designer</SubType>
  595. </EmbeddedResource>
  596. <EmbeddedResource Include="Forms\CenterQuery\CenterQuery.resx">
  597. <DependentUpon>CenterQuery.cs</DependentUpon>
  598. </EmbeddedResource>
  599. <EmbeddedResource Include="Forms\CenterResult.resx">
  600. <DependentUpon>CenterResult.cs</DependentUpon>
  601. </EmbeddedResource>
  602. <EmbeddedResource Include="Forms\ChooseCard.resx">
  603. <DependentUpon>ChooseCard.cs</DependentUpon>
  604. </EmbeddedResource>
  605. <EmbeddedResource Include="Forms\BasicData.resx">
  606. <DependentUpon>BasicData.cs</DependentUpon>
  607. </EmbeddedResource>
  608. <EmbeddedResource Include="Forms\Clearing.resx">
  609. <DependentUpon>Clearing.cs</DependentUpon>
  610. </EmbeddedResource>
  611. <EmbeddedResource Include="Forms\Clearing\MainForm.resx">
  612. <DependentUpon>MainForm.cs</DependentUpon>
  613. </EmbeddedResource>
  614. <EmbeddedResource Include="Forms\Clearing\OutOfAreaClearing.resx">
  615. <DependentUpon>OutOfAreaClearing.cs</DependentUpon>
  616. </EmbeddedResource>
  617. <EmbeddedResource Include="Forms\GetInsuCode\CodeGetter.resx">
  618. <DependentUpon>CodeGetter.cs</DependentUpon>
  619. </EmbeddedResource>
  620. <EmbeddedResource Include="Forms\InpatientRegistration.resx">
  621. <DependentUpon>InpatientRegistration.cs</DependentUpon>
  622. </EmbeddedResource>
  623. <EmbeddedResource Include="Forms\JsonMappingForm.resx">
  624. <DependentUpon>JsonMappingForm.cs</DependentUpon>
  625. </EmbeddedResource>
  626. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  627. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  628. </EmbeddedResource>
  629. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  630. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  631. </EmbeddedResource>
  632. <EmbeddedResource Include="Forms\DualChannelRecordForm.resx">
  633. <DependentUpon>DualChannelRecordForm.cs</DependentUpon>
  634. </EmbeddedResource>
  635. <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
  636. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  637. </EmbeddedResource>
  638. <EmbeddedResource Include="Forms\PrescriptionForm.resx">
  639. <DependentUpon>PrescriptionForm.cs</DependentUpon>
  640. </EmbeddedResource>
  641. <EmbeddedResource Include="Forms\PrintersForm.resx">
  642. <DependentUpon>PrintersForm.cs</DependentUpon>
  643. </EmbeddedResource>
  644. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  645. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  646. </EmbeddedResource>
  647. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  648. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  649. </EmbeddedResource>
  650. <EmbeddedResource Include="Forms\HandleException.resx">
  651. <DependentUpon>HandleException.cs</DependentUpon>
  652. </EmbeddedResource>
  653. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  654. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  655. </EmbeddedResource>
  656. <EmbeddedResource Include="Forms\PatientInsuInfo\PatientInsuInfo.resx">
  657. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="Forms\PrintDesign.resx">
  660. <DependentUpon>PrintDesign.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="Forms\PrintPreview.resx">
  663. <DependentUpon>PrintPreview.cs</DependentUpon>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="Forms\SelfpayPercentForm.resx">
  666. <DependentUpon>SelfpayPercentForm.cs</DependentUpon>
  667. </EmbeddedResource>
  668. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  669. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  670. </EmbeddedResource>
  671. <EmbeddedResource Include="Forms\SettlementForm.resx">
  672. <DependentUpon>SettlementForm.cs</DependentUpon>
  673. </EmbeddedResource>
  674. <EmbeddedResource Include="Forms\SlowSpecRecord.resx">
  675. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  676. </EmbeddedResource>
  677. <EmbeddedResource Include="Forms\ToPutOnRecord\FixedPointRecord.resx">
  678. <DependentUpon>FixedPointRecord.cs</DependentUpon>
  679. </EmbeddedResource>
  680. <EmbeddedResource Include="Forms\ToPutOnRecord\HospitalTransfer.resx">
  681. <DependentUpon>HospitalTransfer.cs</DependentUpon>
  682. </EmbeddedResource>
  683. <EmbeddedResource Include="Forms\ToPutOnRecord\ToPutOnRecord.resx">
  684. <DependentUpon>ToPutOnRecord.cs</DependentUpon>
  685. </EmbeddedResource>
  686. <EmbeddedResource Include="Properties\Resources.resx">
  687. <Generator>ResXFileCodeGenerator</Generator>
  688. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  689. </EmbeddedResource>
  690. </ItemGroup>
  691. <ItemGroup>
  692. <None Include="app.config" />
  693. <None Include="packages.config" />
  694. <None Include="Properties\Settings.settings">
  695. <Generator>SettingsSingleFileGenerator</Generator>
  696. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  697. </None>
  698. <None Include="Readme.md" />
  699. </ItemGroup>
  700. <ItemGroup>
  701. <COMReference Include="stdole">
  702. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  703. <VersionMajor>2</VersionMajor>
  704. <VersionMinor>0</VersionMinor>
  705. <Lcid>0</Lcid>
  706. <WrapperTool>primary</WrapperTool>
  707. <Isolated>False</Isolated>
  708. <EmbedInteropTypes>True</EmbedInteropTypes>
  709. </COMReference>
  710. </ItemGroup>
  711. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  712. </Project>