HaErBinMI.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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>HaErBinMIMI</RootNamespace>
  11. <AssemblyName>HaErBinMI</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</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="DirectoryDownload, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  35. <SpecificVersion>False</SpecificVersion>
  36. <HintPath>bin\Debug\DirectoryDownload.exe</HintPath>
  37. </Reference>
  38. <Reference Include="FastReport">
  39. <HintPath>bin\Debug\FastReport.dll</HintPath>
  40. </Reference>
  41. <Reference Include="HaErBinMI">
  42. <HintPath>bin\Debug\HaErBinMI.dll</HintPath>
  43. </Reference>
  44. <Reference Include="NanChangMI">
  45. <HintPath>bin\Debug\NanChangMI.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  48. <SpecificVersion>False</SpecificVersion>
  49. <HintPath>..\..\..\..\ThirdDLL\Test\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="PTControl">
  52. <HintPath>bin\Debug\PTControl.dll</HintPath>
  53. </Reference>
  54. <Reference Include="SunnyUI, Version=3.1.5.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\SunnyUI.3.1.5\lib\net40\SunnyUI.dll</HintPath>
  57. </Reference>
  58. <Reference Include="SunnyUI.Common, Version=3.1.2.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\packages\SunnyUI.Common.3.1.2\lib\net40\SunnyUI.Common.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Design" />
  65. <Reference Include="System.Drawing" />
  66. <Reference Include="System.IO.Compression" />
  67. <Reference Include="System.IO.Compression.FileSystem" />
  68. <Reference Include="System.Management" />
  69. <Reference Include="System.Web.Extensions" />
  70. <Reference Include="System.Windows.Forms" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="Business\CenterBusiness.cs" />
  80. <Compile Include="Business\HisMainBusiness.cs" />
  81. <Compile Include="Business\IrisServices.cs" />
  82. <Compile Include="Common\CardReader.cs" />
  83. <Compile Include="Common\Common.cs" />
  84. <Compile Include="Common\Encrypt.cs" />
  85. <Compile Include="FormSetter\ComboxSetter.cs" />
  86. <Compile Include="FormSetter\DataTableSetter.cs" />
  87. <Compile Include="FormSetter\GridViewSetter.cs" />
  88. <Compile Include="Forms\ChooseCard.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Forms\ChooseCard.designer.cs">
  92. <DependentUpon>ChooseCard.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="Forms\HandleException.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="Forms\HandleException.designer.cs">
  98. <DependentUpon>HandleException.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="Forms\MaintainBasicData.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="Forms\MaintainBasicData.Designer.cs">
  104. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="Forms\OutpatientRegistration.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="Forms\OutpatientRegistration.designer.cs">
  110. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Forms\PatientInsuInfo.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="Forms\PatientInsuInfo.designer.cs">
  116. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Forms\PrintDesign.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="Forms\PrintDesign.Designer.cs">
  122. <DependentUpon>PrintDesign.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Forms\PrintPreview.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="Forms\PrintPreview.Designer.cs">
  128. <DependentUpon>PrintPreview.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="Forms\SettlementChecklist.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="Forms\SettlementChecklist.designer.cs">
  134. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Forms\SettlementInfo.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="Forms\SettlementInfo.designer.cs">
  140. <DependentUpon>SettlementInfo.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="Helper\InvokeHelper.cs" />
  143. <Compile Include="Helper\JsonHelper.cs" />
  144. <Compile Include="InsuBusiness.cs" />
  145. <Compile Include="IInsuBusiness.cs" />
  146. <Compile Include="Properties\AssemblyInfo.cs" />
  147. <Compile Include="Variables\Global.cs" />
  148. <Compile Include="Variables\Struct.cs" />
  149. </ItemGroup>
  150. <ItemGroup>
  151. <Folder Include="ControlSetter\" />
  152. </ItemGroup>
  153. <ItemGroup>
  154. <EmbeddedResource Include="Forms\ChooseCard.resx">
  155. <DependentUpon>ChooseCard.cs</DependentUpon>
  156. </EmbeddedResource>
  157. <EmbeddedResource Include="Forms\HandleException.resx">
  158. <DependentUpon>HandleException.cs</DependentUpon>
  159. </EmbeddedResource>
  160. <EmbeddedResource Include="Forms\MaintainBasicData.resx">
  161. <DependentUpon>MaintainBasicData.cs</DependentUpon>
  162. </EmbeddedResource>
  163. <EmbeddedResource Include="Forms\OutpatientRegistration.resx">
  164. <DependentUpon>OutpatientRegistration.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="Forms\PatientInsuInfo.resx">
  167. <DependentUpon>PatientInsuInfo.cs</DependentUpon>
  168. </EmbeddedResource>
  169. <EmbeddedResource Include="Forms\PrintDesign.resx">
  170. <DependentUpon>PrintDesign.cs</DependentUpon>
  171. </EmbeddedResource>
  172. <EmbeddedResource Include="Forms\PrintPreview.resx">
  173. <DependentUpon>PrintPreview.cs</DependentUpon>
  174. </EmbeddedResource>
  175. <EmbeddedResource Include="Forms\SettlementChecklist.resx">
  176. <DependentUpon>SettlementChecklist.cs</DependentUpon>
  177. </EmbeddedResource>
  178. <EmbeddedResource Include="Forms\SettlementInfo.resx">
  179. <DependentUpon>SettlementInfo.cs</DependentUpon>
  180. </EmbeddedResource>
  181. </ItemGroup>
  182. <ItemGroup>
  183. <None Include="app.config" />
  184. <None Include="packages.config" />
  185. </ItemGroup>
  186. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  187. </Project>