HeFeiMI.csproj 15 KB

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