84 lines
4.0 KiB
XML
84 lines
4.0 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.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</SccProvider>
|
|
</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=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\910_RealEstate.Release\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="ALLinPay\ALLinPayAPI.cs" />
|
|
<Compile Include="ALLinPay\ALLinPayConfig.cs" />
|
|
<Compile Include="ALLinPay\ALLinPayDictionary.cs" />
|
|
<Compile Include="ALLinPay\Model\QueryResultModel.cs" />
|
|
<Compile Include="ALLinPay\Model\RefundResultModel.cs" />
|
|
<Compile Include="ALLinPay\Model\ScanResultModel.cs" />
|
|
<Compile Include="ESPayService.cs" />
|
|
<Compile Include="IRichPay\IRichPayAPI.cs" />
|
|
<Compile Include="IRichPay\IRichPayConfig.cs" />
|
|
<Compile Include="IRichPay\Model\IRichPayResultModel.cs" />
|
|
<Compile Include="PayModel\PayResultModel.cs" />
|
|
<Compile Include="PayUtils\HttpClient.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\MobilePayConfig.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" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |