HuBei_Base.csproj 16 KB

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