DongGuanWI.csproj 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>{64AB7E71-0C57-4A6A-85F7-FFC507A22284}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>PTMedicalInsurance</RootNamespace>
  11. <AssemblyName>DongGuanWI</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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  35. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  36. </Reference>
  37. <Reference Include="PTMIBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\PTBase\bin\Debug\PTMIBase.dll</HintPath>
  40. </Reference>
  41. <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
  42. <HintPath>..\packages\SunnyUI.3.2.0\lib\net40\SunnyUI.dll</HintPath>
  43. </Reference>
  44. <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
  45. <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Data.Linq" />
  51. <Reference Include="System.Design" />
  52. <Reference Include="System.Drawing" />
  53. <Reference Include="System.Web.Extensions" />
  54. <Reference Include="System.Windows.Forms" />
  55. <Reference Include="System.Xml.Linq" />
  56. <Reference Include="System.Data.DataSetExtensions" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Data" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Business\Core\Forms\ChooseCard\ChooseCard.cs" />
  64. <Compile Include="Business\Core\Forms\ChooseCard\ChooseCard.Designer.cs">
  65. <DependentUpon>ChooseCard.cs</DependentUpon>
  66. </Compile>
  67. <Compile Include="Entity\Inpatient\CancelAdmissionRegistration.cs" />
  68. <Compile Include="Entity\Inpatient\CancelDischargeRegistration.cs" />
  69. <Compile Include="Entity\Inpatient\CancelSettlement.cs" />
  70. <Compile Include="Entity\Inpatient\CancelUploadedFee.cs" />
  71. <Compile Include="Entity\Inpatient\ChangeAdmissionRegistration.cs" />
  72. <Compile Include="Entity\Inpatient\DischargeRegistration.cs" />
  73. <Compile Include="Entity\Inpatient\GetpatientInfo.cs" />
  74. <Compile Include="Entity\Inpatient\PreSettlement.cs" />
  75. <Compile Include="Entity\Inpatient\AdmissionRegistration.cs" />
  76. <Compile Include="Entity\Inpatient\Settlement.cs" />
  77. <Compile Include="Entity\Inpatient\UploadFee.cs" />
  78. <Compile Include="Entity\Outpatient\CancelRegister.cs" />
  79. <Compile Include="Entity\Outpatient\GetBusinessInfoOfCharge.cs" />
  80. <Compile Include="Entity\Outpatient\GetBusinessInfoOfDisCharge.cs" />
  81. <Compile Include="Entity\Outpatient\GetPatientInfo.cs" />
  82. <Compile Include="Entity\Outpatient\Register.cs" />
  83. <Compile Include="Entity\Outpatient\UploadFeeAndSettlement.cs" />
  84. <Compile Include="InsuBusiness.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. </ItemGroup>
  87. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  88. <ItemGroup>
  89. <None Include="packages.config" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Folder Include="Entity\MIDatatable\" />
  93. </ItemGroup>
  94. </Project>