ChongQingMI.csproj 16 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>{90C6F520-7244-4505-8D16-6492803B2EDE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PTMedicalInsurance</RootNamespace>
  11. <AssemblyName>ChongQingMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.7.2</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.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
  36. <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
  37. </Reference>
  38. <Reference Include="FastReport">
  39. <HintPath>..\Demo\bin\Debug-yaohai\FastReport.dll</HintPath>
  40. </Reference>
  41. <Reference Include="FastReportFrom">
  42. <HintPath>..\..\原来的代码\FastReportFrom\bin\Debug\FastReportFrom.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  45. <HintPath>packages\Microsoft.Office.Interop.Excel.15.0.4795.1001\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
  46. <EmbedInteropTypes>True</EmbedInteropTypes>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <HintPath>packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Office, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  52. <HintPath>packages\Microsoft.Office.Excel.14.0.4760.1000\lib\net20\Office.dll</HintPath>
  53. <EmbedInteropTypes>True</EmbedInteropTypes>
  54. </Reference>
  55. <Reference Include="PTControl">
  56. <HintPath>..\沈阳\ThirdDll\PTControl.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SunnyUI, Version=3.1.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  59. <HintPath>packages\SunnyUI.3.1.5\lib\net40\SunnyUI.dll</HintPath>
  60. </Reference>
  61. <Reference Include="SunnyUI.Common, Version=3.1.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  62. <HintPath>packages\SunnyUI.Common.3.1.2\lib\net40\SunnyUI.Common.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Design" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.IO.Compression" />
  69. <Reference Include="System.IO.Compression.FileSystem" />
  70. <Reference Include="System.Management" />
  71. <Reference Include="System.Web.Extensions" />
  72. <Reference Include="System.Windows.Forms" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Net.Http" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="UiPath.ExtendedDatatable, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  80. <HintPath>packages\Datatable.Activities.UiPath.1.0.1\lib\UiPath.ExtendedDatatable.dll</HintPath>
  81. </Reference>
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="Business\AutoResizeForm.cs" />
  85. <Compile Include="Business\CenterBusiness.cs" />
  86. <Compile Include="Business\DataImoport.cs" />
  87. <Compile Include="Business\HisMainBusiness.cs" />
  88. <Compile Include="Business\IMobilePay.cs" />
  89. <Compile Include="Business\InsuServices.cs" />
  90. <Compile Include="Business\IrisServices.cs" />
  91. <Compile Include="Business\MobilePay.cs" />
  92. <Compile Include="Business\PreAndInProcessAnalysis.cs" />
  93. <Compile Include="Common\CardReader.cs" />
  94. <Compile Include="Common\Common.cs" />
  95. <Compile Include="Common\ECTokenReader.cs" />
  96. <Compile Include="Common\Encrypt.cs" />
  97. <Compile Include="Common\ExPortToExcel.cs" />
  98. <Compile Include="Common\FastReportScript.cs" />
  99. <Compile Include="Common\GmUtil.cs" />
  100. <Compile Include="Common\HttpEncoder.cs" />
  101. <Compile Include="Common\Signer.cs" />
  102. <Compile Include="Common\SignUtils.cs" />
  103. <Compile Include="Common\SMCipher.cs" />
  104. <Compile Include="Common\SMLib\EasyGmUtils.cs" />
  105. <Compile Include="Common\SMLib\SignUtil.cs" />
  106. <Compile Include="Common\SMLib\SMUtil.cs" />
  107. <Compile Include="Common\Utils.cs" />
  108. <Compile Include="Entity\BaseLine\Request\ReqBase1101.cs" />
  109. <Compile Include="Entity\BaseLine\Response\RespBase1101.cs" />
  110. <Compile Include="Entity\Cloud\HisPatientInfo.cs" />
  111. <Compile Include="Entity\Insu\InsuInfo.cs" />
  112. <Compile Include="Entity\Insu\Request\Request1101.cs" />
  113. <Compile Include="Entity\Mobile\MobilePatientInfo.cs" />
  114. <Compile Include="Entity\PatientInfo.cs" />
  115. <Compile Include="Entity\Insu\Response\Resp1101.cs" />
  116. <Compile Include="FormSetter\ComboxSetter.cs" />
  117. <Compile Include="FormSetter\DataTableSetter.cs" />
  118. <Compile Include="FormSetter\GridViewSetter.cs" />
  119. <Compile Include="Forms\AddSignleDirectory.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="Forms\AddSignleDirectory.designer.cs">
  123. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Forms\BasicData.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="Forms\BasicData.designer.cs">
  129. <DependentUpon>BasicData.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="Forms\CenterResult.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="Forms\CenterResult.Designer.cs">
  135. <DependentUpon>CenterResult.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Forms\ChooseCard.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="Forms\ChooseCard.designer.cs">
  141. <DependentUpon>ChooseCard.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Forms\Clearing.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="Forms\Clearing.designer.cs">
  147. <DependentUpon>Clearing.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="Forms\InformationOfSelfPatients.cs">
  150. <SubType>Form</SubType>
  151. </Compile>
  152. <Compile Include="Forms\InformationOfSelfPatients.Designer.cs">
  153. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="Forms\PreAndInProcessAnalysisForm.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="Forms\PreAndInProcessAnalysisForm.Designer.cs">
  159. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="Forms\PrescriptionCirculation.cs">
  162. <SubType>Form</SubType>
  163. </Compile>
  164. <Compile Include="Forms\PrescriptionCirculation.Designer.cs">
  165. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="Forms\SearchAdmdvs.cs">
  168. <SubType>Form</SubType>
  169. </Compile>
  170. <Compile Include="Forms\SearchAdmdvs.Designer.cs">
  171. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  172. </Compile>
  173. <Compile Include="Forms\PerDesigRecord.cs">
  174. <SubType>Form</SubType>
  175. </Compile>
  176. <Compile Include="Forms\PerDesigRecord.Designer.cs">
  177. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  178. </Compile>
  179. <Compile Include="Forms\HandleException.cs">
  180. <SubType>Form</SubType>
  181. </Compile>
  182. <Compile Include="Forms\HandleException.designer.cs">
  183. <DependentUpon>HandleException.cs</DependentUpon>
  184. </Compile>
  185. <Compile Include="Forms\MaintainBasicData.cs">
  186. <SubType>Form</SubType>
  187. </Compile>
  188. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  189. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  190. </Compile>
  191. <Compile Include="Forms\OutpatientRegistration.cs">
  192. <SubType>Form</SubType>
  193. </Compile>
  194. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  195. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  196. </Compile>
  197. <Compile Include="Forms\PatientInsuInfo.cs">
  198. <SubType>Form</SubType>
  199. </Compile>
  200. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  201. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  202. </Compile>
  203. <Compile Include="Forms\PrintDesign.cs">
  204. <SubType>Form</SubType>
  205. </Compile>
  206. <Compile Include="Forms\PrintDesign.Designer.cs">
  207. <DependentUpon>PrintDesign.cs</DependentUpon>
  208. </Compile>
  209. <Compile Include="Forms\PrintPreview.cs">
  210. <SubType>Form</SubType>
  211. </Compile>
  212. <Compile Include="Forms\PrintPreview.Designer.cs">
  213. <DependentUpon>PrintPreview.cs</DependentUpon>
  214. </Compile>
  215. <Compile Include="Forms\SettlementChecklist.cs">
  216. <SubType>Form</SubType>
  217. </Compile>
  218. <Compile Include="Forms\SettlementChecklist.designer.cs">
  219. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  220. </Compile>
  221. <Compile Include="Forms\SettlementInfo.cs">
  222. <SubType>Form</SubType>
  223. </Compile>
  224. <Compile Include="Forms\SettlementInfo.designer.cs">
  225. <DependentUpon>SettlementInfo.cs</DependentUpon>
  226. </Compile>
  227. <Compile Include="Forms\SlowSpecRecord.cs">
  228. <SubType>Form</SubType>
  229. </Compile>
  230. <Compile Include="Forms\SlowSpecRecord.Designer.cs">
  231. <DependentUpon>SlowSpecRecord.cs</DependentUpon>
  232. </Compile>
  233. <Compile Include="Forms\TableButton.cs">
  234. <SubType>Form</SubType>
  235. </Compile>
  236. <Compile Include="Forms\TableButton.Designer.cs">
  237. <DependentUpon>TableButton.cs</DependentUpon>
  238. </Compile>
  239. <Compile Include="Forms\ToRecordChoose.cs">
  240. <SubType>Form</SubType>
  241. </Compile>
  242. <Compile Include="Forms\ToRecordChoose.Designer.cs">
  243. <DependentUpon>ToRecordChoose.cs</DependentUpon>
  244. </Compile>
  245. <Compile Include="Forms\ToRecordFrom.cs">
  246. <SubType>Form</SubType>
  247. </Compile>
  248. <Compile Include="Forms\ToRecordFrom.Designer.cs">
  249. <DependentUpon>ToRecordFrom.cs</DependentUpon>
  250. </Compile>
  251. <Compile Include="Helper\DropHelper.cs" />
  252. <Compile Include="Helper\EncryptHelper.cs" />
  253. <Compile Include="Helper\IInvokeCenter.cs" />
  254. <Compile Include="Helper\InvokeCenterFactory.cs" />
  255. <Compile Include="Helper\InvokeDllCenter.cs" />
  256. <Compile Include="Helper\InvokeHelper.cs" />
  257. <Compile Include="Helper\InvokeOcxCenter.cs" />
  258. <Compile Include="Helper\InvokeRestCenter.cs" />
  259. <Compile Include="Helper\IrisDataHelper.cs" />
  260. <Compile Include="Helper\JsonHelper.cs" />
  261. <Compile Include="Helper\ReadDataTableConverter.cs" />
  262. <Compile Include="Helper\XmlHelper.cs" />
  263. <Compile Include="InsuBusiness.cs" />
  264. <Compile Include="IInsuBusiness.cs" />
  265. <Compile Include="Properties\AssemblyInfo.cs" />
  266. <Compile Include="Properties\Resources.Designer.cs">
  267. <AutoGen>True</AutoGen>
  268. <DesignTime>True</DesignTime>
  269. <DependentUpon>Resources.resx</DependentUpon>
  270. </Compile>
  271. <Compile Include="Properties\Settings.Designer.cs">
  272. <AutoGen>True</AutoGen>
  273. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  274. <DependentUpon>Settings.settings</DependentUpon>
  275. </Compile>
  276. <Compile Include="Variables\Enums.cs" />
  277. <Compile Include="Variables\Global.cs" />
  278. <Compile Include="Variables\Response.cs" />
  279. <Compile Include="Variables\Struct.cs" />
  280. <Compile Include="Variables\StructExtend.cs" />
  281. </ItemGroup>
  282. <ItemGroup>
  283. <Folder Include="ControlSetter\" />
  284. </ItemGroup>
  285. <ItemGroup>
  286. <EmbeddedResource Include="Forms\AddSignleDirectory.resx">
  287. <DependentUpon>AddSignleDirectory.cs</DependentUpon>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="Forms\BasicData.resx">
  290. <DependentUpon>BasicData.cs</DependentUpon>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="Forms\CenterResult.resx">
  293. <DependentUpon>CenterResult.cs</DependentUpon>
  294. </EmbeddedResource>
  295. <EmbeddedResource Include="Forms\ChooseCard.resx">
  296. <DependentUpon>ChooseCard.cs</DependentUpon>
  297. </EmbeddedResource>
  298. <EmbeddedResource Include="Forms\Clearing.resx">
  299. <DependentUpon>Clearing.cs</DependentUpon>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="Forms\InformationOfSelfPatients.resx">
  302. <DependentUpon>InformationOfSelfPatients.cs</DependentUpon>
  303. </EmbeddedResource>
  304. <EmbeddedResource Include="Forms\PreAndInProcessAnalysisForm.resx">
  305. <DependentUpon>PreAndInProcessAnalysisForm.cs</DependentUpon>
  306. </EmbeddedResource>
  307. <EmbeddedResource Include="Forms\PrescriptionCirculation.resx">
  308. <DependentUpon>PrescriptionCirculation.cs</DependentUpon>
  309. </EmbeddedResource>
  310. <EmbeddedResource Include="Forms\SearchAdmdvs.resx">
  311. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="Forms\PerDesigRecord.resx">
  314. <DependentUpon>PerDesigRecord.cs</DependentUpon>
  315. </EmbeddedResource>
  316. <EmbeddedResource Include="Forms\HandleException.resx">
  317. <DependentUpon>HandleException.cs</DependentUpon>
  318. </EmbeddedResource>
  319. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  320. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  321. </EmbeddedResource>
  322. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  323. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  324. </EmbeddedResource>
  325. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  326. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  327. </EmbeddedResource>
  328. <EmbeddedResource Include="Forms\PrintDesign.resx">
  329. <DependentUpon>PrintDesign.cs</DependentUpon>
  330. </EmbeddedResource>
  331. <EmbeddedResource Include="Forms\PrintPreview.resx">
  332. <DependentUpon>PrintPreview.cs</DependentUpon>
  333. </EmbeddedResource>
  334. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  335. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="Forms\SettlementInfo.resx">
  338. <DependentUpon>SettlementInfo.cs</DependentUpon>
  339. </EmbeddedResource>
  340. <EmbeddedResource Include="Properties\Resources.resx">
  341. <Generator>ResXFileCodeGenerator</Generator>
  342. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  343. </EmbeddedResource>
  344. </ItemGroup>
  345. <ItemGroup>
  346. <None Include="app.config" />
  347. <None Include="packages.config" />
  348. <None Include="Properties\Settings.settings">
  349. <Generator>SettingsSingleFileGenerator</Generator>
  350. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  351. </None>
  352. </ItemGroup>
  353. <ItemGroup>
  354. <COMReference Include="stdole">
  355. <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  356. <VersionMajor>2</VersionMajor>
  357. <VersionMinor>0</VersionMinor>
  358. <Lcid>0</Lcid>
  359. <WrapperTool>primary</WrapperTool>
  360. <Isolated>False</Isolated>
  361. <EmbedInteropTypes>True</EmbedInteropTypes>
  362. </COMReference>
  363. </ItemGroup>
  364. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  365. </Project>