You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

151 lines
7.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{22FEFA9B-1D58-4E8A-A1FF-49CEED62C355}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWP.ABCClient</RootNamespace>
<AssemblyName>BWP.ABCClient</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<KeyContainerName>BwpApp</KeyContainerName>
</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="Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\tsref\Debug\Forks.Utils.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Core">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Security">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Xml.Linq">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Microsoft.CSharp">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Data">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="System.Xml">
<SpecificVersion>False</SpecificVersion>
</Reference>
<Reference Include="Wpf, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\tsref\Debug\Wpf.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\tsref\Debug\Wpf.System.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\..\..\version\tslib_version.cs">
<Link>tslib_version.cs</Link>
</Compile>
<Compile Include="B2C\OnlineRemits\OnlineRemitBaseRequest.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitConfig.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitQueryResultRequest.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitQueryResultResponse.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitRequest.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitRequest_Detail.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitResponse.cs" />
<Compile Include="B2C\OnlineRemits\OnlineRemitException.cs" />
<Compile Include="Businesses\MarketOrderPay.cs" />
<Compile Include="Businesses\XMLDocument.cs" />
<Compile Include="Businesses\MarketOrderApply.cs" />
<Compile Include="Businesses\IReturnedResult.cs" />
<Compile Include="Businesses\ResultB2CReturned.cs" />
<Compile Include="Businesses\ResultB2BReturned.cs" />
<Compile Include="B2B\QueryTrnxResponse.cs" />
<Compile Include="B2B\QueryTrnxRequest.cs" />
<Compile Include="B2B\TrxStatus.cs" />
<Compile Include="B2B\TrxType.cs" />
<Compile Include="B2C\SettleResponse.cs" />
<Compile Include="B2C\OrderContent.cs" />
<Compile Include="B2C\QueryOrderResponse.cs" />
<Compile Include="B2C\SettleRequest.cs" />
<Compile Include="B2C\QueryOrderRequest.cs" />
<Compile Include="B2C\TrxType.cs" />
<Compile Include="Businesses\B2BReceivingPayment.cs" />
<Compile Include="Businesses\B2BDealQuery.cs" />
<Compile Include="Businesses\B2CReceivingPayment.cs" />
<Compile Include="Businesses\B2COrderQuery.cs" />
<Compile Include="Businesses\B2CSettleByDate.cs" />
<Compile Include="Businesses\MarketReceivingPayment.cs" />
<Compile Include="Businesses\MarketSignOff.cs" />
<Compile Include="Businesses\MarketSignUp.cs" />
<Compile Include="Exceptions\ResponseException.cs" />
<Compile Include="Log\AbcLog.cs" />
<Compile Include="Market\OrderPayResponse.cs" />
<Compile Include="Market\OrderApplyResponse.cs" />
<Compile Include="Market\OrderApplyRequest.cs" />
<Compile Include="Market\MarketResponse.cs" />
<Compile Include="Businesses\Type\B2B.cs" />
<Compile Include="Businesses\BusinessBase.cs" />
<Compile Include="Businesses\Type\BusinessTypes.cs" />
<Compile Include="Businesses\Type\Market.cs" />
<Compile Include="Businesses\Type\B2C.cs" />
<Compile Include="Businesses\Type\IBusinessType.cs" />
<Compile Include="Exceptions\HttpException.cs" />
<Compile Include="Market\OrderPayRequest.cs" />
<Compile Include="Market\PayRequest.cs" />
<Compile Include="Market\SignOffRequest.cs" />
<Compile Include="Market\SignUpRequest.cs" />
<Compile Include="Request.cs" />
<Compile Include="B2B\FundTransferRequest.cs" />
<Compile Include="B2B\FundTransferResponse.cs" />
<Compile Include="B2C\PaymentRequest.cs" />
<Compile Include="B2C\PaymentResponse.cs" />
<Compile Include="Exceptions\CertException.cs" />
<Compile Include="CertManager.cs" />
<Compile Include="Common\MerchantContent.cs" />
<Compile Include="Common\MessageBase.cs" />
<Compile Include="MsgUtil.cs" />
<Compile Include="Common\PaymentURLResponse.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RSAService.cs" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>