HeFeiMI.csproj 14 KB

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