2025-03-28 09:49:56 +08:00

187 lines
9.7 KiB
XML

<?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>{E90A6BB7-341D-4355-84B6-BA9E15A44FE1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>libESPay</RootNamespace>
<AssemblyName>libESPay</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<SccProjectName>%24/000_通用版本/004_收银管理系统/EShangPOS-云版本-6.0/libESPay</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>http://dev.eshangtech.com:8888/tfs/%25E7%2589%25B5%25E8%25BD%25AF%25E9%2580%259A%25E7%2594%25A8v4.0</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
<TargetFrameworkProfile />
</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>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto">
<HintPath>..\..\..\910_RealEstate.Release\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="CCB_B2CPay_Util">
<HintPath>..\..\..\910_RealEstate.Release\CCB_B2CPay_Util.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\910_RealEstate.Release\Newtonsoft.Json\6.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BOCFPay\BOCFPayAPI.cs" />
<Compile Include="BOCFPay\BOCFPayConfig.cs" />
<Compile Include="BOCFPay\Model\BOCFPayResultModel.cs" />
<Compile Include="CCBPay\CCBPayAPI.cs" />
<Compile Include="CCBPay\CCBPayConfig.cs" />
<Compile Include="CCBPay\Model\CCBPayResultModel.cs" />
<Compile Include="CCBPay\Model\CCBRefundModel.cs" />
<Compile Include="CCBPay\Model\GoodsDetailAlipayModel.cs" />
<Compile Include="ChinaUms\ChinaUmsAPI.cs" />
<Compile Include="ChinaUms\ChinaUmsConfig.cs" />
<Compile Include="ChinaUms\Model\PayResultModel.cs" />
<Compile Include="ChinaUms\Model\QueryResultModel.cs" />
<Compile Include="ChinaUms\Model\RefundQueryResultModel.cs" />
<Compile Include="ChinaUms\Model\RefundResultModel.cs" />
<Compile Include="ChinaUms\Model\VoidPaymentResultModel.cs" />
<Compile Include="ESPayService.cs" />
<Compile Include="ESTPayService\BOCFPayService.cs" />
<Compile Include="ESTPayService\CCBPayService.cs" />
<Compile Include="ESTPayService\ChinaUmsService.cs" />
<Compile Include="ESTPayService\GZNXPayService.cs" />
<Compile Include="ESTPayService\ICBCPayService.cs" />
<Compile Include="ESTPayService\KwyPayService.cs" />
<Compile Include="ESTPayService\UnionPayService.cs" />
<Compile Include="ESTPayService\UphicooPayService.cs" />
<Compile Include="GZNXPay\GZNXPayAPI.cs" />
<Compile Include="GZNXPay\GZNXPayConfig.cs" />
<Compile Include="GZNXPay\Model\GZNXPayResultModel.cs" />
<Compile Include="GZNXPay\Model\GZNXRefundModel.cs" />
<Compile Include="ICBCPay\Common\AbstractIcbcRequest.cs" />
<Compile Include="ICBCPay\Common\BizContent.cs" />
<Compile Include="ICBCPay\Common\DefaultIcbcClient.cs" />
<Compile Include="ICBCPay\Common\HttpRequestParamsUtils.cs" />
<Compile Include="ICBCPay\Common\IcbcConstants.cs" />
<Compile Include="ICBCPay\Common\IcbcResponse.cs" />
<Compile Include="ICBCPay\Common\IcbcSignature.cs" />
<Compile Include="ICBCPay\Common\RSAClass.cs" />
<Compile Include="ICBCPay\Common\UiIcbcClient.cs" />
<Compile Include="ICBCPay\Common\WebUtils.cs" />
<Compile Include="ICBCPay\ICBCPayAPI.cs" />
<Compile Include="ICBCPay\ICBCPayConfig.cs" />
<Compile Include="ICBCPay\Model\QrcodeGenerateRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeGenerateResponseV2.cs" />
<Compile Include="ICBCPay\Model\QrcodePayRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodePayResponseV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeQueryRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeQueryResponseV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectQueryRequestV3.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectQueryResponseV3.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectRequestV2.cs" />
<Compile Include="ICBCPay\Model\QrcodeRejectResponseV2.cs" />
<Compile Include="KwyPay\Model\RefundQueryResultModel.cs" />
<Compile Include="PayModel\PayResultModel.cs" />
<Compile Include="PayUtils\ESHttpClient.cs" />
<Compile Include="KwyPay\KwyPayAPI.cs" />
<Compile Include="KwyPay\KwyPayConfig.cs" />
<Compile Include="KwyPay\KwyPayDictionary.cs" />
<Compile Include="KwyPay\Model\QueryResultModel.cs" />
<Compile Include="KwyPay\Model\WebPayResultModel.cs" />
<Compile Include="PayUtils\LogHelper.cs" />
<Compile Include="PayUtils\MobilePayConfig.cs" />
<Compile Include="PayUtils\MobilePayDictionary.cs" />
<Compile Include="PayUtils\RsaKeyConvert.cs" />
<Compile Include="PayUtils\SoapWSHelper.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="UnionPay\Model\QueryResultModel.cs" />
<Compile Include="UnionPay\Model\RefundQueryResultModel.cs" />
<Compile Include="UnionPay\Model\RefundResultModel.cs" />
<Compile Include="UnionPay\Model\ScanResultModel.cs" />
<Compile Include="UnionPay\UnionPayAPI.cs" />
<Compile Include="UnionPay\UnionPayConfig.cs" />
<Compile Include="UnionPay\Utils\ClientResponseHandler.cs" />
<Compile Include="UnionPay\Utils\MD5Util.cs" />
<Compile Include="UnionPay\Utils\PayHttpClient.cs" />
<Compile Include="UnionPay\Utils\RequestHandler.cs" />
<Compile Include="UnionPay\Utils\Utils.cs" />
<Compile Include="Uphicoo\Model\UphicoobarcodeModel.cs" />
<Compile Include="Uphicoo\Model\UphicooqueryModel.cs" />
<Compile Include="Uphicoo\Model\UphicoorefundModel.cs" />
<Compile Include="Uphicoo\Model\UphicooreFundqueryModel.cs" />
<Compile Include="Uphicoo\UphicooAPI.cs" />
<Compile Include="Uphicoo\UphicooConfig.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="BOCFPay\中国银行-百和接口封装.txt" />
<Content Include="CCBPay\建设银行接口封装.txt" />
<Content Include="ChinaUms\银联商务-天满接口封装.txt" />
<Content Include="ESTPayService\移动支付接口方法封装.txt" />
<Content Include="GZNXPay\贵州农信接口封装.txt" />
<Content Include="ICBCPay\工商银行接口封装.txt" />
<Content Include="KwyPay\客无忧接口封装.txt" />
<Content Include="PayUtils\公共方法封装.txt" />
<Content Include="UnionPay\中国银联接口封装.txt" />
<Content Include="Uphicoo\重庆嗨客接口封装.txt" />
<Content Include="收银系统直连移动支付接口方法类库.txt" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.11.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
<Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.11.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>