PTMIBase.csproj 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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>{66EC48CB-5131-45BD-B674-66890E2BDE64}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PTMIBase</RootNamespace>
  11. <AssemblyName>PTMIBase</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  35. <HintPath>..\packages\SunnyUI.3.2.0\lib\net40\SunnyUI.dll</HintPath>
  36. </Reference>
  37. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  38. <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.ComponentModel.DataAnnotations" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Data.Linq" />
  44. <Reference Include="System.Design" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.IO.Compression.FileSystem" />
  47. <Reference Include="System.Management" />
  48. <Reference Include="System.Web.Extensions" />
  49. <Reference Include="System.Windows.Forms" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Common\ComputerInfo.cs" />
  59. <Compile Include="Entity\Base\EntityBase.cs" />
  60. <Compile Include="Entity\Base\IrisTrade\IrisResponse.cs" />
  61. <Compile Include="Entity\Enums\BaseLine\TradeEnum.cs" />
  62. <Compile Include="Entity\Enums\ModeEnum.cs" />
  63. <Compile Include="Entity\Interfaces\Common\IHISBusinessInfo.cs" />
  64. <Compile Include="Entity\Interfaces\Configuration\IRIS\IBranchBusinessInfo.cs" />
  65. <Compile Include="Entity\Interfaces\Common\ICurrentEnvironment.cs" />
  66. <Compile Include="Entity\Interfaces\Configuration\IRIS\IInterfaceInfo.cs" />
  67. <Compile Include="Entity\Interfaces\HIS\IBaseHISInfo.cs" />
  68. <Compile Include="Entity\Interfaces\InsuInfo\IBaseInsuInfo.cs" />
  69. <Compile Include="Entity\Interfaces\InsuInfo\ICard.cs" />
  70. <Compile Include="Entity\Interfaces\InsuInfo\ICurrentInsuInfo.cs" />
  71. <Compile Include="Entity\Interfaces\InsuInfo\IElectronicCertificate.cs" />
  72. <Compile Include="Entity\Interfaces\Common\IInparam.cs" />
  73. <Compile Include="Entity\Interfaces\Configuration\Local\IIrisConfigue.cs" />
  74. <Compile Include="Entity\Interfaces\InsuInfo\IItemInfo.cs" />
  75. <Compile Include="Entity\Interfaces\InsuInfo\IMobilePay.cs" />
  76. <Compile Include="Entity\Interfaces\IPatient.cs" />
  77. <Compile Include="Entity\Interfaces\InsuInfo\ISettlement.cs" />
  78. <Compile Include="Entity\Interfaces\HIS\IUser.cs" />
  79. <Compile Include="Entity\MIDatatable\ClearingRecord.cs" />
  80. <Compile Include="Entity\MIDatatable\CurrentInsuInfo.cs" />
  81. <Compile Include="Entity\MIDatatable\Directory.cs" />
  82. <Compile Include="Entity\MIDatatable\DirectoryInsuInfo.cs" />
  83. <Compile Include="Entity\MIDatatable\DirectoryLimitPrice.cs" />
  84. <Compile Include="Entity\MIDatatable\DirectorySelfpayProportion.cs" />
  85. <Compile Include="Entity\MIDatatable\FeeSeparater.cs" />
  86. <Compile Include="Entity\MIDatatable\FeeUploadRecord.cs" />
  87. <Compile Include="Entity\MIDatatable\FilingRegistRecord.cs" />
  88. <Compile Include="Entity\MIDatatable\Interface.cs" />
  89. <Compile Include="Entity\MIDatatable\MapRelation.cs" />
  90. <Compile Include="Entity\MIDatatable\PatFullInsuInfo.cs" />
  91. <Compile Include="Entity\MIDatatable\PresCiruElectronicSignature.cs" />
  92. <Compile Include="Entity\MIDatatable\PresCiruUploadPreCheck.cs" />
  93. <Compile Include="Entity\MIDatatable\PresCiruUploadRecord.cs" />
  94. <Compile Include="Entity\MIDatatable\RegisterInfo.cs" />
  95. <Compile Include="Entity\MIDatatable\Settlement.cs" />
  96. <Compile Include="Entity\MIDatatable\SettlementDetail.cs" />
  97. <Compile Include="Entity\MIDatatable\SettlementSublist.cs" />
  98. <Compile Include="Entity\MIDatatable\SignRecord.cs" />
  99. <Compile Include="Entity\MIDatatable\TransactionLog.cs" />
  100. <Compile Include="Entity\Structs\CurrentEnvironment.cs" />
  101. <Compile Include="Entity\Structs\HISBusinessInfo.cs" />
  102. <Compile Include="Entity\Structs\InterfaceInfo.cs" />
  103. <Compile Include="Entity\Structs\IrisConfig.cs" />
  104. <Compile Include="Entity\Structs\Patient.cs" />
  105. <Compile Include="Extensions\Attributes\IrisColumnAttribute.cs" />
  106. <Compile Include="Extensions\Attributes\TradeAttribute.cs" />
  107. <Compile Include="Extensions\Trade\AppExtension.cs" />
  108. <Compile Include="Globals\GlobalVariables.cs" />
  109. <Compile Include="IInsuBusiness.cs" />
  110. <Compile Include="InsuBusinessBase.cs" />
  111. <Compile Include="MIForm\BaseForm.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="MIForm\BaseForm.Designer.cs">
  115. <DependentUpon>BaseForm.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCard.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCard.designer.cs">
  121. <DependentUpon>BaseChooseCard.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCardManager.cs" />
  124. <Compile Include="MIForm\BaseLine\BaseChooseCard\GridViewSetter.cs" />
  125. <Compile Include="MIForm\BaseLine\BaseChooseCard\SearchAdmdvs.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="MIForm\BaseLine\BaseChooseCard\SearchAdmdvs.designer.cs">
  129. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="MIForm\DebugBaseForm\DebugBaseForm.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="MIForm\DebugBaseForm\DebugBaseForm.Designer.cs">
  135. <DependentUpon>DebugBaseForm.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="MIForm\DebugBaseForm\DebugBaseFormHelper.cs" />
  138. <Compile Include="MIForm\BaseGridViewSetter.cs" />
  139. <Compile Include="Properties\AssemblyInfo.cs" />
  140. <Compile Include="Service\Iris\IBaseIrisService.cs" />
  141. <Compile Include="Utils\DateHelper.cs" />
  142. <Compile Include="Utils\FileHelper.cs" />
  143. <Compile Include="Utils\IniFileHelper.cs" />
  144. <Compile Include="Utils\JsonHelper.cs" />
  145. <Compile Include="Utils\MIEncrypt\EncryptHelper.cs" />
  146. <Compile Include="Utils\MIInvoke\IInvokeCenter.cs" />
  147. <Compile Include="Utils\MIInvoke\InvokeCenterFactory.cs" />
  148. <Compile Include="Utils\MIInvoke\InvokeDllCenter.cs" />
  149. <Compile Include="Utils\MIInvoke\InvokeHelper.cs" />
  150. <Compile Include="Utils\MIInvoke\InvokeOcxCenter.cs" />
  151. <Compile Include="Utils\MIInvoke\InvokeRestCenter.cs" />
  152. <Compile Include="Utils\StringHelper.cs" />
  153. <Compile Include="Utils\TimeStampHelper.cs" />
  154. <Compile Include="Utils\ZipFileHelper.cs" />
  155. </ItemGroup>
  156. <ItemGroup>
  157. <Folder Include="Entity\Base\BaseLineTrade\" />
  158. <Folder Include="Service\Iris\HIS\" />
  159. <Folder Include="Service\Iris\MI\" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <EmbeddedResource Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCard.resx">
  163. <DependentUpon>BaseChooseCard.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="MIForm\BaseLine\BaseChooseCard\SearchAdmdvs.resx">
  166. <DependentUpon>SearchAdmdvs.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="MIForm\DebugBaseForm\DebugBaseForm.resx">
  169. <DependentUpon>DebugBaseForm.cs</DependentUpon>
  170. </EmbeddedResource>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="packages.config" />
  174. </ItemGroup>
  175. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  176. </Project>