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.
 
 

113 lines
6.0 KiB

<?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>{5A7B31A2-B799-4BAE-8ECE-12AFB8EAA3CB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Transfast</RootNamespace>
<AssemblyName>Transfast</AssemblyName>
<TargetFrameworkVersion>v4.6.1</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="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" />
<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" />
<Reference Include="WebApiContrib.Formatting.JavaScriptSerializer, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WebApiContrib.Formatting.JavaScriptSerializer.0.9.4.0\lib\net40\WebApiContrib.Formatting.JavaScriptSerializer.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ApiServices\TFAPI.cs" />
<Compile Include="Model\Address\City\TFCityResponse.cs" />
<Compile Include="Model\Address\State\TFStateResponse.cs" />
<Compile Include="Model\Address\Town\TFTownResponse.cs" />
<Compile Include="Model\BankBranch\TFBankBranchRequest.cs" />
<Compile Include="Model\BankBranch\TFBankBranchResponse.cs" />
<Compile Include="Model\Bank\TFBankRequest.cs" />
<Compile Include="Model\Bank\TFBankResponse.cs" />
<Compile Include="Model\Compliance\ComplianceRequest.cs" />
<Compile Include="Model\Compliance\ComplianceResponse.cs" />
<Compile Include="Model\ExRate\TFExRateRequest.cs" />
<Compile Include="Model\ExRate\TFExRateResponse.cs" />
<Compile Include="Model\Payers\TFPayerMasterResult.cs" />
<Compile Include="Model\Payers\TFPayersRequest.cs" />
<Compile Include="Model\Payers\TFPayersResponse.cs" />
<Compile Include="Model\PaymenType\PaymentTypeResponse.cs" />
<Compile Include="Model\Receiver\ReceiverAmendRequest.cs" />
<Compile Include="Model\Receiver\ReceiverRequest.cs" />
<Compile Include="Model\Receiver\ReceiverResponse.cs" />
<Compile Include="Model\Sender\TFAmendSenderRequest.cs" />
<Compile Include="Model\Sender\TFSenderRequest.cs" />
<Compile Include="Model\Sender\TFSenderResponse.cs" />
<Compile Include="Model\SendTxn\BusinessError.cs" />
<Compile Include="Model\SendTxn\DataValidationError.cs" />
<Compile Include="Model\SendTxn\InvoiceStatusTimeStamp.cs" />
<Compile Include="Model\SendTxn\TFAmendTxnRequest.cs" />
<Compile Include="Model\SendTxn\TFAmendTxnResponse.cs" />
<Compile Include="Model\SendTxn\TFReleseTxnRequest.cs" />
<Compile Include="Model\SendTxn\TFSendTxtnRequest.cs" />
<Compile Include="Model\SendTxn\TFSendTxnResponse.cs" />
<Compile Include="Model\SendTxn\TxnCancel\TFTxnCancelRequest.cs" />
<Compile Include="Model\TransactionInfo\TransactionInfoAmendRequest.cs" />
<Compile Include="Model\TransactionInfo\TransactionInfoRequest.cs" />
<Compile Include="Model\TransactionInfo\TransactionInfoResponse.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{d626fe23-51c8-4441-b3c7-92a54d1f572e}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\Repository\Repository.csproj">
<Project>{3dede19d-6d7b-4825-b537-ccc7afc38f56}</Project>
<Name>Repository</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>