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.

112 lines
6.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5A7B31A2-B799-4BAE-8ECE-12AFB8EAA3CB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Transfast</RootNamespace>
  11. <AssemblyName>Transfast</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  35. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.ComponentModel.DataAnnotations" />
  42. <Reference Include="System.Configuration" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.4.0.20710.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System.Net.Http.WebRequest" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Web" />
  50. <Reference Include="System.Web.Extensions" />
  51. <Reference Include="System.Xml.Linq" />
  52. <Reference Include="System.Data.DataSetExtensions" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xml" />
  57. <Reference Include="WebApiContrib.Formatting.JavaScriptSerializer, Version=0.9.4.0, Culture=neutral, processorArchitecture=MSIL">
  58. <HintPath>..\packages\WebApiContrib.Formatting.JavaScriptSerializer.0.9.4.0\lib\net40\WebApiContrib.Formatting.JavaScriptSerializer.dll</HintPath>
  59. </Reference>
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="ApiServices\TFAPI.cs" />
  63. <Compile Include="Model\Address\City\TFCityResponse.cs" />
  64. <Compile Include="Model\Address\State\TFStateResponse.cs" />
  65. <Compile Include="Model\Address\Town\TFTownResponse.cs" />
  66. <Compile Include="Model\BankBranch\TFBankBranchRequest.cs" />
  67. <Compile Include="Model\BankBranch\TFBankBranchResponse.cs" />
  68. <Compile Include="Model\Bank\TFBankRequest.cs" />
  69. <Compile Include="Model\Bank\TFBankResponse.cs" />
  70. <Compile Include="Model\Compliance\ComplianceRequest.cs" />
  71. <Compile Include="Model\Compliance\ComplianceResponse.cs" />
  72. <Compile Include="Model\ExRate\TFExRateRequest.cs" />
  73. <Compile Include="Model\ExRate\TFExRateResponse.cs" />
  74. <Compile Include="Model\Payers\TFPayerMasterResult.cs" />
  75. <Compile Include="Model\Payers\TFPayersRequest.cs" />
  76. <Compile Include="Model\Payers\TFPayersResponse.cs" />
  77. <Compile Include="Model\PaymenType\PaymentTypeResponse.cs" />
  78. <Compile Include="Model\Receiver\ReceiverAmendRequest.cs" />
  79. <Compile Include="Model\Receiver\ReceiverRequest.cs" />
  80. <Compile Include="Model\Receiver\ReceiverResponse.cs" />
  81. <Compile Include="Model\Sender\TFAmendSenderRequest.cs" />
  82. <Compile Include="Model\Sender\TFSenderRequest.cs" />
  83. <Compile Include="Model\Sender\TFSenderResponse.cs" />
  84. <Compile Include="Model\SendTxn\BusinessError.cs" />
  85. <Compile Include="Model\SendTxn\DataValidationError.cs" />
  86. <Compile Include="Model\SendTxn\InvoiceStatusTimeStamp.cs" />
  87. <Compile Include="Model\SendTxn\TFAmendTxnRequest.cs" />
  88. <Compile Include="Model\SendTxn\TFAmendTxnResponse.cs" />
  89. <Compile Include="Model\SendTxn\TFReleseTxnRequest.cs" />
  90. <Compile Include="Model\SendTxn\TFSendTxtnRequest.cs" />
  91. <Compile Include="Model\SendTxn\TFSendTxnResponse.cs" />
  92. <Compile Include="Model\SendTxn\TxnCancel\TFTxnCancelRequest.cs" />
  93. <Compile Include="Model\TransactionInfo\TransactionInfoAmendRequest.cs" />
  94. <Compile Include="Model\TransactionInfo\TransactionInfoRequest.cs" />
  95. <Compile Include="Model\TransactionInfo\TransactionInfoResponse.cs" />
  96. <Compile Include="Properties\AssemblyInfo.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="app.config" />
  100. <None Include="packages.config" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\Common\Common.csproj">
  104. <Project>{d626fe23-51c8-4441-b3c7-92a54d1f572e}</Project>
  105. <Name>Common</Name>
  106. </ProjectReference>
  107. <ProjectReference Include="..\Repository\Repository.csproj">
  108. <Project>{3dede19d-6d7b-4825-b537-ccc7afc38f56}</Project>
  109. <Name>Repository</Name>
  110. </ProjectReference>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. </Project>