123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <?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>{66EC48CB-5131-45BD-B674-66890E2BDE64}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>PTMIBase</RootNamespace>
- <AssemblyName>PTMIBase</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="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.IO.Compression.FileSystem" />
- <Reference Include="System.Management" />
- <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="Common\ComputerInfo.cs" />
- <Compile Include="Entity\Base\EntityBase.cs" />
- <Compile Include="Entity\Base\IrisTrade\IrisResponse.cs" />
- <Compile Include="Entity\Enums\BaseLine\TradeEnum.cs" />
- <Compile Include="Entity\Enums\ModeEnum.cs" />
- <Compile Include="Entity\Interfaces\Common\IHISBusinessInfo.cs" />
- <Compile Include="Entity\Interfaces\Configuration\IRIS\IBranchBusinessInfo.cs" />
- <Compile Include="Entity\Interfaces\Common\ICurrentEnvironment.cs" />
- <Compile Include="Entity\Interfaces\Configuration\IRIS\IInterfaceInfo.cs" />
- <Compile Include="Entity\Interfaces\HIS\IBaseHISInfo.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\IBaseInsuInfo.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\ICard.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\ICurrentInsuInfo.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\IElectronicCertificate.cs" />
- <Compile Include="Entity\Interfaces\Common\IInparam.cs" />
- <Compile Include="Entity\Interfaces\Configuration\Local\IIrisConfigue.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\IItemInfo.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\IMobilePay.cs" />
- <Compile Include="Entity\Interfaces\IPatient.cs" />
- <Compile Include="Entity\Interfaces\InsuInfo\ISettlement.cs" />
- <Compile Include="Entity\Interfaces\HIS\IUser.cs" />
- <Compile Include="Entity\MIDatatable\ClearingRecord.cs" />
- <Compile Include="Entity\MIDatatable\CurrentInsuInfo.cs" />
- <Compile Include="Entity\MIDatatable\Directory.cs" />
- <Compile Include="Entity\MIDatatable\DirectoryInsuInfo.cs" />
- <Compile Include="Entity\MIDatatable\DirectoryLimitPrice.cs" />
- <Compile Include="Entity\MIDatatable\DirectorySelfpayProportion.cs" />
- <Compile Include="Entity\MIDatatable\FeeSeparater.cs" />
- <Compile Include="Entity\MIDatatable\FeeUploadRecord.cs" />
- <Compile Include="Entity\MIDatatable\FilingRegistRecord.cs" />
- <Compile Include="Entity\MIDatatable\Interface.cs" />
- <Compile Include="Entity\MIDatatable\MapRelation.cs" />
- <Compile Include="Entity\MIDatatable\PatFullInsuInfo.cs" />
- <Compile Include="Entity\MIDatatable\PresCiruElectronicSignature.cs" />
- <Compile Include="Entity\MIDatatable\PresCiruUploadPreCheck.cs" />
- <Compile Include="Entity\MIDatatable\PresCiruUploadRecord.cs" />
- <Compile Include="Entity\MIDatatable\RegisterInfo.cs" />
- <Compile Include="Entity\MIDatatable\Settlement.cs" />
- <Compile Include="Entity\MIDatatable\SettlementDetail.cs" />
- <Compile Include="Entity\MIDatatable\SettlementSublist.cs" />
- <Compile Include="Entity\MIDatatable\SignRecord.cs" />
- <Compile Include="Entity\MIDatatable\TransactionLog.cs" />
- <Compile Include="Entity\Structs\CurrentEnvironment.cs" />
- <Compile Include="Entity\Structs\HISBusinessInfo.cs" />
- <Compile Include="Entity\Structs\InterfaceInfo.cs" />
- <Compile Include="Entity\Structs\IrisConfig.cs" />
- <Compile Include="Entity\Structs\Patient.cs" />
- <Compile Include="Extensions\Attributes\IrisColumnAttribute.cs" />
- <Compile Include="Extensions\Attributes\TradeAttribute.cs" />
- <Compile Include="Extensions\Trade\AppExtension.cs" />
- <Compile Include="Globals\GlobalVariables.cs" />
- <Compile Include="IInsuBusiness.cs" />
- <Compile Include="InsuBusinessBase.cs" />
- <Compile Include="MIForm\BaseForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MIForm\BaseForm.Designer.cs">
- <DependentUpon>BaseForm.cs</DependentUpon>
- </Compile>
- <Compile Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCard.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCard.designer.cs">
- <DependentUpon>BaseChooseCard.cs</DependentUpon>
- </Compile>
- <Compile Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCardManager.cs" />
- <Compile Include="MIForm\BaseLine\BaseChooseCard\GridViewSetter.cs" />
- <Compile Include="MIForm\BaseLine\BaseChooseCard\SearchAdmdvs.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MIForm\BaseLine\BaseChooseCard\SearchAdmdvs.designer.cs">
- <DependentUpon>SearchAdmdvs.cs</DependentUpon>
- </Compile>
- <Compile Include="MIForm\DebugBaseForm\DebugBaseForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MIForm\DebugBaseForm\DebugBaseForm.Designer.cs">
- <DependentUpon>DebugBaseForm.cs</DependentUpon>
- </Compile>
- <Compile Include="MIForm\DebugBaseForm\DebugBaseFormHelper.cs" />
- <Compile Include="MIForm\BaseGridViewSetter.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Service\Iris\IBaseIrisService.cs" />
- <Compile Include="Utils\DateHelper.cs" />
- <Compile Include="Utils\FileHelper.cs" />
- <Compile Include="Utils\IniFileHelper.cs" />
- <Compile Include="Utils\JsonHelper.cs" />
- <Compile Include="Utils\MIEncrypt\EncryptHelper.cs" />
- <Compile Include="Utils\MIInvoke\IInvokeCenter.cs" />
- <Compile Include="Utils\MIInvoke\InvokeCenterFactory.cs" />
- <Compile Include="Utils\MIInvoke\InvokeDllCenter.cs" />
- <Compile Include="Utils\MIInvoke\InvokeHelper.cs" />
- <Compile Include="Utils\MIInvoke\InvokeOcxCenter.cs" />
- <Compile Include="Utils\MIInvoke\InvokeRestCenter.cs" />
- <Compile Include="Utils\StringHelper.cs" />
- <Compile Include="Utils\TimeStampHelper.cs" />
- <Compile Include="Utils\ZipFileHelper.cs" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Entity\Base\BaseLineTrade\" />
- <Folder Include="Service\Iris\HIS\" />
- <Folder Include="Service\Iris\MI\" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="MIForm\BaseLine\BaseChooseCard\BaseChooseCard.resx">
- <DependentUpon>BaseChooseCard.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MIForm\BaseLine\BaseChooseCard\SearchAdmdvs.resx">
- <DependentUpon>SearchAdmdvs.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="MIForm\DebugBaseForm\DebugBaseForm.resx">
- <DependentUpon>DebugBaseForm.cs</DependentUpon>
- </EmbeddedResource>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|