ShanXiMI.csproj 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  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>ShanXiMI</RootNamespace>
  11. <AssemblyName>ShanXiMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  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. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  37. <DebugSymbols>true</DebugSymbols>
  38. <OutputPath>bin\x86\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <DebugType>full</DebugType>
  41. <PlatformTarget>x86</PlatformTarget>
  42. <LangVersion>7.3</LangVersion>
  43. <ErrorReport>prompt</ErrorReport>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  46. <OutputPath>bin\x86\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <DebugType>pdbonly</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <LangVersion>7.3</LangVersion>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  55. <DebugSymbols>true</DebugSymbols>
  56. <OutputPath>bin\x64\Debug\</OutputPath>
  57. <DefineConstants>DEBUG;TRACE</DefineConstants>
  58. <DebugType>full</DebugType>
  59. <PlatformTarget>x64</PlatformTarget>
  60. <LangVersion>7.3</LangVersion>
  61. <ErrorReport>prompt</ErrorReport>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  64. <OutputPath>bin\x64\Release\</OutputPath>
  65. <DefineConstants>TRACE</DefineConstants>
  66. <Optimize>true</Optimize>
  67. <DebugType>pdbonly</DebugType>
  68. <PlatformTarget>x64</PlatformTarget>
  69. <LangVersion>7.3</LangVersion>
  70. <ErrorReport>prompt</ErrorReport>
  71. </PropertyGroup>
  72. <ItemGroup>
  73. <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  74. <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  75. </Reference>
  76. <Reference Include="EPPlus, Version=7.5.2.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  77. <HintPath>packages\EPPlus.7.5.2\lib\net462\EPPlus.dll</HintPath>
  78. </Reference>
  79. <Reference Include="FastReport">
  80. <HintPath>..\..\..\ThirdDLL\FastReport.dll</HintPath>
  81. </Reference>
  82. <Reference Include="FastReportFrom">
  83. <HintPath>..\..\..\ThirdDLL\FastReportFrom.dll</HintPath>
  84. </Reference>
  85. <Reference Include="GMUtilLib">
  86. <HintPath>..\..\..\ThirdDLL\c#国密算法加密解密库-v1.0.0\framework\GMUtilLib.dll</HintPath>
  87. </Reference>
  88. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  89. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  90. <EmbedInteropTypes>True</EmbedInteropTypes>
  91. </Reference>
  92. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  93. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  96. <HintPath>packages\Microsoft.Office.Excel.14.0.4760.1000\lib\net20\Office.dll</HintPath>
  97. <EmbedInteropTypes>True</EmbedInteropTypes>
  98. </Reference>
  99. <Reference Include="PresentationCore" />
  100. <Reference Include="PTControl">
  101. <HintPath>..\..\..\ThirdDLL\PTControl.dll</HintPath>
  102. </Reference>
  103. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  104. <HintPath>packages\SunnyUI.3.2.0\lib\net472\SunnyUI.dll</HintPath>
  105. </Reference>
  106. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  107. <HintPath>packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System" />
  110. <Reference Include="System.ComponentModel.DataAnnotations" />
  111. <Reference Include="System.configuration" />
  112. <Reference Include="System.Core" />
  113. <Reference Include="System.Design" />
  114. <Reference Include="System.Drawing" />
  115. <Reference Include="System.IO.Compression" />
  116. <Reference Include="System.IO.Compression.FileSystem" />
  117. <Reference Include="System.Management" />
  118. <Reference Include="System.Security" />
  119. <Reference Include="System.Web.Extensions" />
  120. <Reference Include="System.Windows.Forms" />
  121. <Reference Include="System.Xml.Linq" />
  122. <Reference Include="System.Data.DataSetExtensions" />
  123. <Reference Include="Microsoft.CSharp" />
  124. <Reference Include="System.Data" />
  125. <Reference Include="System.Net.Http" />
  126. <Reference Include="System.Xml" />
  127. <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  128. <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
  129. </Reference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <Compile Include="Business\AutoResizeForm.cs" />
  133. <Compile Include="Business\CenterBusiness.cs" />
  134. <Compile Include="Business\DataImoport.cs" />
  135. <Compile Include="Business\HisMainBusiness.cs" />
  136. <Compile Include="Business\IMobilePay.cs" />
  137. <Compile Include="Business\InsuServices.cs" />
  138. <Compile Include="Business\IrisServices.cs" />
  139. <Compile Include="Business\MobilePay.cs" />
  140. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  141. <Compile Include="Business\STA.cs" />
  142. <Compile Include="Common\AppExtension.cs" />
  143. <Compile Include="Common\CardReader.cs" />
  144. <Compile Include="Common\ExPortToExcel.cs" />
  145. <Compile Include="Common\Common.cs" />
  146. <Compile Include="Common\Encrypt.cs" />
  147. <Compile Include="Common\HttpEncoder.cs" />
  148. <Compile Include="Common\Signer.cs" />
  149. <Compile Include="Common\SMLib\GmUtil.cs" />
  150. <Compile Include="Common\Utils.cs" />
  151. <Compile Include="Common\WinApi.cs" />
  152. <Compile Include="Entity\BaseLine\ResPonse\RespBase1101.cs" />
  153. <Compile Include="Entity\Insu\ResPonse\Resp1101.cs" />
  154. <Compile Include="Entity\TradeAttribute.cs" />
  155. <Compile Include="FormSetter\ComboxSetter.cs" />
  156. <Compile Include="FormSetter\DataTableSetter.cs" />
  157. <Compile Include="FormSetter\GridViewSetter.cs" />
  158. <Compile Include="FormSetter\GridViewSetterBase.cs" />
  159. <Compile Include="Forms\AddSignleDirectory.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  163. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="Forms\AddSingleDictionary.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="Forms\AddSingleDictionary.designer.cs">
  169. <DependentUpon>AddSingleDictionary.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="Forms\BasicDatas\BasicData.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="Forms\BasicDatas\BasicData.Designer.cs">
  175. <DependentUpon>BasicData.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="Forms\BasicDatas\DataDownload.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="Forms\BasicDatas\DataDownload.Designer.cs">
  181. <DependentUpon>DataDownload.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.cs">
  184. <SubType>Form</SubType>
  185. </Compile>
  186. <Compile Include="Forms\BasicDatas\DataDownloadLocalExtension.Designer.cs">
  187. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  188. </Compile>
  189. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.cs">
  190. <SubType>Form</SubType>
  191. </Compile>
  192. <Compile Include="Forms\BasicDatas\DataGridViewHeaderSetForm.Designer.cs">
  193. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  194. </Compile>
  195. <Compile Include="Forms\BasicDatas\DirectoryMap.cs">
  196. <SubType>Form</SubType>
  197. </Compile>
  198. <Compile Include="Forms\BasicDatas\DirectoryMap.Designer.cs">
  199. <DependentUpon>DirectoryMap.cs</DependentUpon>
  200. </Compile>
  201. <Compile Include="Forms\BasicDatas\GridViewSetter.cs" />
  202. <Compile Include="Forms\BasicDatas\MaintainInterface.cs">
  203. <SubType>Form</SubType>
  204. </Compile>
  205. <Compile Include="Forms\BasicDatas\MaintainInterface.Designer.cs">
  206. <DependentUpon>MaintainInterface.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="Forms\BasicDatas\services\DataGridViewHeaderSetService.cs" />
  209. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadLocalExtService.cs" />
  210. <Compile Include="Forms\BasicDatas\services\DirectoryDownloadService.cs" />
  211. <Compile Include="Forms\BasicDatas\services\DirectoryManualMaintainService.cs" />
  212. <Compile Include="Forms\BasicDatas\services\DirectoryMapService.cs" />
  213. <Compile Include="Forms\BasicDatas\services\DirectoryTypeEnum.cs" />
  214. <Compile Include="Forms\BasicDatas\services\DirectroyQueryService.cs" />
  215. <Compile Include="Forms\BasicDatas\services\HandMaintainedDirectoryService.cs" />
  216. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.cs">
  217. <SubType>Form</SubType>
  218. </Compile>
  219. <Compile Include="Forms\BasicDatas\UpdateDirecotryCondition.Designer.cs">
  220. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  221. </Compile>
  222. <Compile Include="Forms\CenterResult.cs">
  223. <SubType>Form</SubType>
  224. </Compile>
  225. <Compile Include="Forms\CenterResult.designer.cs">
  226. <DependentUpon>CenterResult.cs</DependentUpon>
  227. </Compile>
  228. <Compile Include="Forms\ChooseCard.cs">
  229. <SubType>Form</SubType>
  230. </Compile>
  231. <Compile Include="Forms\ChooseCard.designer.cs">
  232. <DependentUpon>ChooseCard.cs</DependentUpon>
  233. </Compile>
  234. <Compile Include="Forms\BasicData.cs">
  235. <SubType>Form</SubType>
  236. </Compile>
  237. <Compile Include="Forms\BasicData.designer.cs">
  238. <DependentUpon>BasicData.cs</DependentUpon>
  239. </Compile>
  240. <Compile Include="Forms\Clearing.cs">
  241. <SubType>Form</SubType>
  242. </Compile>
  243. <Compile Include="Forms\Clearing.designer.cs">
  244. <DependentUpon>Clearing.cs</DependentUpon>
  245. </Compile>
  246. <Compile Include="Forms\FeeUpload.cs">
  247. <SubType>Form</SubType>
  248. </Compile>
  249. <Compile Include="Forms\FeeUpload.designer.cs">
  250. <DependentUpon>FeeUpload.cs</DependentUpon>
  251. </Compile>
  252. <Compile Include="Forms\HospitalRegister.cs">
  253. <SubType>Form</SubType>
  254. </Compile>
  255. <Compile Include="Forms\HospitalRegister.Designer.cs">
  256. <DependentUpon>HospitalRegister.cs</DependentUpon>
  257. </Compile>
  258. <Compile Include="Forms\MedInsuQuery.cs">
  259. <SubType>Form</SubType>
  260. </Compile>
  261. <Compile Include="Forms\MedInsuQuery.Designer.cs">
  262. <DependentUpon>MedInsuQuery.cs</DependentUpon>
  263. </Compile>
  264. <Compile Include="Forms\InformationOfSelfPatients.cs">
  265. <SubType>Form</SubType>
  266. </Compile>
  267. <Compile Include="Forms\InformationOfSelfPatients.Designer.cs">
  268. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  269. </Compile>
  270. <Compile Include="Forms\PreAndInProcessAnalysis\PreAndInProcessAnalysisForm.cs">
  271. <SubType>Form</SubType>
  272. </Compile>
  273. <Compile Include="Forms\PreAndInProcessAnalysis\PreAndInProcessAnalysisForm.Designer.cs">
  274. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  275. </Compile>
  276. <Compile Include="Forms\PrescriptionCirculation.cs">
  277. <SubType>Form</SubType>
  278. </Compile>
  279. <Compile Include="Forms\PrescriptionCirculation.designer.cs">
  280. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  281. </Compile>
  282. <Compile Include="Forms\SearchAdmdvs.cs">
  283. <SubType>Form</SubType>
  284. </Compile>
  285. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  286. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  287. </Compile>
  288. <Compile Include="Forms\PerDesigRecord.cs">
  289. <SubType>Form</SubType>
  290. </Compile>
  291. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  292. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  293. </Compile>
  294. <Compile Include="Forms\HandleException.cs">
  295. <SubType>Form</SubType>
  296. </Compile>
  297. <Compile Include="Forms\HandleException.designer.cs">
  298. <DependentUpon>HandleException.cs</DependentUpon>
  299. </Compile>
  300. <Compile Include="Forms\MaintainBasicData.cs">
  301. <SubType>Form</SubType>
  302. </Compile>
  303. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  304. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  305. </Compile>
  306. <Compile Include="Forms\OutpatientRegistration.cs">
  307. <SubType>Form</SubType>
  308. </Compile>
  309. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  310. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  311. </Compile>
  312. <Compile Include="Forms\PatientInsuInfo.cs">
  313. <SubType>Form</SubType>
  314. </Compile>
  315. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  316. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  317. </Compile>
  318. <Compile Include="Forms\PrintDesign.cs">
  319. <SubType>Form</SubType>
  320. </Compile>
  321. <Compile Include="Forms\PrintDesign.Designer.cs">
  322. <DependentUpon>PrintDesign.cs</DependentUpon>
  323. </Compile>
  324. <Compile Include="Forms\PrintPreview.cs">
  325. <SubType>Form</SubType>
  326. </Compile>
  327. <Compile Include="Forms\PrintPreview.Designer.cs">
  328. <DependentUpon>PrintPreview.cs</DependentUpon>
  329. </Compile>
  330. <Compile Include="Forms\SettlementBilllist.cs">
  331. <SubType>Form</SubType>
  332. </Compile>
  333. <Compile Include="Forms\SettlementBilllist.designer.cs">
  334. <DependentUpon>SettlementBilllist.cs</DependentUpon>
  335. </Compile>
  336. <Compile Include="Forms\SettlementChecklist.cs">
  337. <SubType>Form</SubType>
  338. </Compile>
  339. <Compile Include="Forms\SettlementChecklist.designer.cs">
  340. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  341. </Compile>
  342. <Compile Include="Forms\SettlementInfo.cs">
  343. <SubType>Form</SubType>
  344. </Compile>
  345. <Compile Include="Forms\SettlementInfo.designer.cs">
  346. <DependentUpon>SettlementInfo.cs</DependentUpon>
  347. </Compile>
  348. <Compile Include="Forms\SlowSpecRecord.cs">
  349. <SubType>Form</SubType>
  350. </Compile>
  351. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  352. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  353. </Compile>
  354. <Compile Include="Forms\TableButton.cs">
  355. <SubType>Form</SubType>
  356. </Compile>
  357. <Compile Include="Forms\TableButton.Designer.cs">
  358. <DependentUpon>TableButton.cs</DependentUpon>
  359. </Compile>
  360. <Compile Include="Forms\ToRecordChoose.cs">
  361. <SubType>Form</SubType>
  362. </Compile>
  363. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  364. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  365. </Compile>
  366. <Compile Include="Forms\ToRecordFrom.cs">
  367. <SubType>Form</SubType>
  368. </Compile>
  369. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  370. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  371. </Compile>
  372. <Compile Include="Forms\UserControl2.cs">
  373. <SubType>UserControl</SubType>
  374. </Compile>
  375. <Compile Include="Forms\UserControl2.Designer.cs">
  376. <DependentUpon>UserControl2.cs</DependentUpon>
  377. </Compile>
  378. <Compile Include="Helper\DropHelper.cs" />
  379. <Compile Include="Helper\EncryptHelper.cs" />
  380. <Compile Include="Helper\IInvokeCenter.cs" />
  381. <Compile Include="Helper\InvokeComCenter.cs" />
  382. <Compile Include="Helper\InvokeHelper.cs" />
  383. <Compile Include="Helper\InvokeRestCenter.cs" />
  384. <Compile Include="Helper\IrisDataHelper.cs" />
  385. <Compile Include="Helper\JsonHelper.cs" />
  386. <Compile Include="Helper\ProgressWrapper.cs" />
  387. <Compile Include="Helper\XmlHelper.cs" />
  388. <Compile Include="InsuBusiness.cs" />
  389. <Compile Include="IInsuBusiness.cs" />
  390. <Compile Include="Lib\EasyGmUtils.cs" />
  391. <Compile Include="Lib\SignUtil.cs" />
  392. <Compile Include="Lib\SignUtils.cs" />
  393. <Compile Include="Lib\SMUtil.cs" />
  394. <Compile Include="Properties\AssemblyInfo.cs" />
  395. <Compile Include="Properties\Resources.Designer.cs">
  396. <AutoGen>True</AutoGen>
  397. <DesignTime>True</DesignTime>
  398. <DependentUpon>Resources.resx</DependentUpon>
  399. </Compile>
  400. <Compile Include="Properties\Settings.Designer.cs">
  401. <AutoGen>True</AutoGen>
  402. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  403. <DependentUpon>Settings.settings</DependentUpon>
  404. </Compile>
  405. <Compile Include="Variables\customenums\OperationTypeEnum.cs" />
  406. <Compile Include="Variables\Global.cs" />
  407. <Compile Include="Variables\ModeEnum.cs" />
  408. <Compile Include="Variables\Struct.cs" />
  409. <Compile Include="Variables\StructExtend.cs" />
  410. <Compile Include="Variables\TradeEnum.cs" />
  411. </ItemGroup>
  412. <ItemGroup>
  413. <Folder Include="ControlSetter\" />
  414. </ItemGroup>
  415. <ItemGroup>
  416. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  417. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  418. </EmbeddedResource>
  419. <EmbeddedResource Include="Forms\AddSingleDictionary.resx">
  420. <DependentUpon>AddSingleDictionary.cs</DependentUpon>
  421. </EmbeddedResource>
  422. <EmbeddedResource Include="Forms\BasicDatas\BasicData.resx">
  423. <DependentUpon>BasicData.cs</DependentUpon>
  424. </EmbeddedResource>
  425. <EmbeddedResource Include="Forms\BasicDatas\DataDownload.resx">
  426. <DependentUpon>DataDownload.cs</DependentUpon>
  427. </EmbeddedResource>
  428. <EmbeddedResource Include="Forms\BasicDatas\DataDownloadLocalExtension.resx">
  429. <DependentUpon>DataDownloadLocalExtension.cs</DependentUpon>
  430. </EmbeddedResource>
  431. <EmbeddedResource Include="Forms\BasicDatas\DataGridViewHeaderSetForm.resx">
  432. <DependentUpon>DataGridViewHeaderSetForm.cs</DependentUpon>
  433. </EmbeddedResource>
  434. <EmbeddedResource Include="Forms\BasicDatas\DirectoryMap.resx">
  435. <DependentUpon>DirectoryMap.cs</DependentUpon>
  436. </EmbeddedResource>
  437. <EmbeddedResource Include="Forms\BasicDatas\MaintainInterface.resx">
  438. <DependentUpon>MaintainInterface.cs</DependentUpon>
  439. </EmbeddedResource>
  440. <EmbeddedResource Include="Forms\BasicDatas\UpdateDirecotryCondition.resx">
  441. <DependentUpon>UpdateDirecotryCondition.cs</DependentUpon>
  442. </EmbeddedResource>
  443. <EmbeddedResource Include="Forms\CenterResult.resx">
  444. <DependentUpon>CenterResult.cs</DependentUpon>
  445. </EmbeddedResource>
  446. <EmbeddedResource Include="Forms\ChooseCard.resx">
  447. <DependentUpon>ChooseCard.cs</DependentUpon>
  448. </EmbeddedResource>
  449. <EmbeddedResource Include="Forms\BasicData.resx">
  450. <DependentUpon>BasicData.cs</DependentUpon>
  451. </EmbeddedResource>
  452. <EmbeddedResource Include="Forms\Clearing.resx">
  453. <DependentUpon>Clearing.cs</DependentUpon>
  454. </EmbeddedResource>
  455. <EmbeddedResource Include="Forms\FeeUpload.resx">
  456. <DependentUpon>FeeUpload.cs</DependentUpon>
  457. </EmbeddedResource>
  458. <EmbeddedResource Include="Forms\HospitalRegister.resx">
  459. <DependentUpon>HospitalRegister.cs</DependentUpon>
  460. </EmbeddedResource>
  461. <EmbeddedResource Include="Forms\MedInsuQuery.resx">
  462. <DependentUpon>MedInsuQuery.cs</DependentUpon>
  463. </EmbeddedResource>
  464. <EmbeddedResource Include="Forms\InformationOfSelfPatients.resx">
  465. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  466. </EmbeddedResource>
  467. <EmbeddedResource Include="Forms\PreAndInProcessAnalysis\PreAndInProcessAnalysisForm.resx">
  468. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  469. </EmbeddedResource>
  470. <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
  471. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  472. </EmbeddedResource>
  473. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  474. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  475. </EmbeddedResource>
  476. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  477. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  478. </EmbeddedResource>
  479. <EmbeddedResource Include="Forms\HandleException.resx">
  480. <DependentUpon>HandleException.cs</DependentUpon>
  481. </EmbeddedResource>
  482. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  483. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  484. </EmbeddedResource>
  485. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  486. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  487. </EmbeddedResource>
  488. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  489. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  490. </EmbeddedResource>
  491. <EmbeddedResource Include="Forms\PrintDesign.resx">
  492. <DependentUpon>PrintDesign.cs</DependentUpon>
  493. </EmbeddedResource>
  494. <EmbeddedResource Include="Forms\PrintPreview.resx">
  495. <DependentUpon>PrintPreview.cs</DependentUpon>
  496. </EmbeddedResource>
  497. <EmbeddedResource Include="Forms\SettlementBilllist.resx">
  498. <DependentUpon>SettlementBilllist.cs</DependentUpon>
  499. </EmbeddedResource>
  500. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  501. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  502. </EmbeddedResource>
  503. <EmbeddedResource Include="Forms\SettlementInfo.resx">
  504. <DependentUpon>SettlementInfo.cs</DependentUpon>
  505. </EmbeddedResource>
  506. <EmbeddedResource Include="Properties\Resources.resx">
  507. <Generator>ResXFileCodeGenerator</Generator>
  508. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  509. </EmbeddedResource>
  510. </ItemGroup>
  511. <ItemGroup>
  512. <None Include="app.config" />
  513. <None Include="packages.config" />
  514. <None Include="Properties\Settings.settings">
  515. <Generator>SettingsSingleFileGenerator</Generator>
  516. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  517. </None>
  518. </ItemGroup>
  519. <ItemGroup>
  520. <COMReference Include="stdole">
  521. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  522. <VersionMajor>2</VersionMajor>
  523. <VersionMinor>0</VersionMinor>
  524. <Lcid>0</Lcid>
  525. <WrapperTool>primary</WrapperTool>
  526. <Isolated>False</Isolated>
  527. <EmbedInteropTypes>True</EmbedInteropTypes>
  528. </COMReference>
  529. </ItemGroup>
  530. <ItemGroup>
  531. <Content Include="Readme_西安.md" />
  532. </ItemGroup>
  533. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  534. </Project>