12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{64AB7E71-0C57-4A6A-85F7-FFC507A22284}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>PTMedicalInsurance</RootNamespace>
- <AssemblyName>DongGuanWI</AssemblyName>
- <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>true</Deterministic>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="PTMIBase, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\PTBase\bin\Debug\PTMIBase.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI, Version=3.2.0.0, Culture=neutral, PublicKeyToken=27d7d2e821d97aeb, processorArchitecture=MSIL">
- <HintPath>..\packages\SunnyUI.3.2.0\lib\net40\SunnyUI.dll</HintPath>
- </Reference>
- <Reference Include="SunnyUI.Common, Version=3.2.0.0, Culture=neutral, PublicKeyToken=5a271fb7ba597231, processorArchitecture=MSIL">
- <HintPath>..\packages\SunnyUI.Common.3.2.0\lib\net40\SunnyUI.Common.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data.Linq" />
- <Reference Include="System.Design" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web.Extensions" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Business\Core\Forms\ChooseCard\ChooseCard.cs" />
- <Compile Include="Business\Core\Forms\ChooseCard\ChooseCard.Designer.cs">
- <DependentUpon>ChooseCard.cs</DependentUpon>
- </Compile>
- <Compile Include="Entity\Inpatient\CancelAdmissionRegistration.cs" />
- <Compile Include="Entity\Inpatient\CancelDischargeRegistration.cs" />
- <Compile Include="Entity\Inpatient\CancelSettlement.cs" />
- <Compile Include="Entity\Inpatient\CancelUploadedFee.cs" />
- <Compile Include="Entity\Inpatient\ChangeAdmissionRegistration.cs" />
- <Compile Include="Entity\Inpatient\DischargeRegistration.cs" />
- <Compile Include="Entity\Inpatient\GetpatientInfo.cs" />
- <Compile Include="Entity\Inpatient\PreSettlement.cs" />
- <Compile Include="Entity\Inpatient\AdmissionRegistration.cs" />
- <Compile Include="Entity\Inpatient\Settlement.cs" />
- <Compile Include="Entity\Inpatient\UploadFee.cs" />
- <Compile Include="Entity\Outpatient\CancelRegister.cs" />
- <Compile Include="Entity\Outpatient\GetBusinessInfoOfCharge.cs" />
- <Compile Include="Entity\Outpatient\GetBusinessInfoOfDisCharge.cs" />
- <Compile Include="Entity\Outpatient\GetPatientInfo.cs" />
- <Compile Include="Entity\Outpatient\Register.cs" />
- <Compile Include="Entity\Outpatient\UploadFeeAndSettlement.cs" />
- <Compile Include="InsuBusiness.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Entity\MIDatatable\" />
- </ItemGroup>
- </Project>
|