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.

214 lines
14 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>{D626FE23-51C8-4441-B3C7-92A54D1F572E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Common</RootNamespace>
  11. <AssemblyName>Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="CommonServiceLocator, Version=2.0.1.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  34. <HintPath>..\packages\Unity.5.2.0\lib\net45\CommonServiceLocator.dll</HintPath>
  35. </Reference>
  36. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  37. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
  38. </Reference>
  39. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  41. </Reference>
  42. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  43. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.Owin.Security.Cookies, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Owin.Security.OAuth, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System" />
  76. <Reference Include="System.ComponentModel.DataAnnotations" />
  77. <Reference Include="System.Configuration" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  80. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  83. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  84. </Reference>
  85. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  86. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Web" />
  89. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  90. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  96. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  99. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  105. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  106. </Reference>
  107. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  108. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  109. </Reference>
  110. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Xml.Linq" />
  114. <Reference Include="System.Data.DataSetExtensions" />
  115. <Reference Include="Microsoft.CSharp" />
  116. <Reference Include="System.Data" />
  117. <Reference Include="System.Net.Http" />
  118. <Reference Include="System.Xml" />
  119. <Reference Include="Unity.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  120. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Abstractions.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Unity.Configuration, Version=5.0.3.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  123. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Configuration.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Unity.Container, Version=5.2.0.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  126. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Container.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Unity.Interception, Version=5.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  129. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Interception.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Unity.Interception.Configuration, Version=5.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  132. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Interception.Configuration.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Unity.RegistrationByConvention, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  135. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.RegistrationByConvention.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Unity.ServiceLocation, Version=2.0.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  138. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.ServiceLocation.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Unity.WebApi, Version=5.3.0.0, Culture=neutral, PublicKeyToken=43da31bc42a85347, processorArchitecture=MSIL">
  141. <HintPath>..\packages\Unity.WebAPI.5.3.0\lib\net45\Unity.WebApi.dll</HintPath>
  142. </Reference>
  143. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  144. <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  145. </Reference>
  146. </ItemGroup>
  147. <ItemGroup>
  148. <Compile Include="Models\Account\TokenManageModel.cs" />
  149. <Compile Include="Models\Address\AddressRequest.cs" />
  150. <Compile Include="Models\Agent\AgentRequest.cs" />
  151. <Compile Include="Models\Bank Account\AccountValidate.cs" />
  152. <Compile Include="Models\Bank Account\AccountValidationRequest.cs" />
  153. <Compile Include="Models\Bank\BankRequest.cs" />
  154. <Compile Include="Models\DigitalSignature\JWTRequest.cs" />
  155. <Compile Include="Models\DigitalSignature\JwtResponse.cs" />
  156. <Compile Include="Models\Enums\GeneralEnum.cs" />
  157. <Compile Include="Models\Confiq\MappingDTO.cs" />
  158. <Compile Include="Models\Donga\DongaStatusSyncResponse.cs" />
  159. <Compile Include="Models\Donga\DongaV2DTO.cs" />
  160. <Compile Include="Models\Loqate\Address.cs" />
  161. <Compile Include="Models\Loqate\QueryAddressDto.cs" />
  162. <Compile Include="Models\Notification\AttachmentModel.cs" />
  163. <Compile Include="Models\Notification\DisplayMailAddress.cs" />
  164. <Compile Include="Models\Notification\NotificationDTO.cs" />
  165. <Compile Include="Models\Notification\NotificationViewModel.cs" />
  166. <Compile Include="Models\Notification\SendNotificationRequest.cs" />
  167. <Compile Include="Models\ModelValidation\FieldsValidation.cs" />
  168. <Compile Include="Models\Payer\PayerRequest.cs" />
  169. <Compile Include="Models\Reports\AgentSOAReport.cs" />
  170. <Compile Include="Models\RequestResponse\TPResponse.cs" />
  171. <Compile Include="Models\RequestResponse\CommonRequest.cs" />
  172. <Compile Include="Models\ExchangeRate\ExRateResponse.cs" />
  173. <Compile Include="Models\ExchangeRate\ExchangeRate.cs" />
  174. <Compile Include="Models\Sender\SenderRequest.cs" />
  175. <Compile Include="Models\SendSMS\SMSRequestModel.cs" />
  176. <Compile Include="Models\SendTransaction\SendTransactionMobile.cs" />
  177. <Compile Include="Models\StaticData.cs" />
  178. <Compile Include="Models\Status\GetStatus.cs" />
  179. <Compile Include="Models\TxnAmendModel\AmendTransaction.cs" />
  180. <Compile Include="Models\TxnAmendModel\TxnAmendAgnet.cs" />
  181. <Compile Include="Models\TxnAmendModel\TxnAmendSender.cs" />
  182. <Compile Include="Models\TxnAmendModel\TxnAmendReceiver.cs" />
  183. <Compile Include="Models\TxnModel\CancelTxn.cs" />
  184. <Compile Include="Models\TxnModel\ReconcileReport.cs" />
  185. <Compile Include="Models\TxnModel\SendTransaction.cs" />
  186. <Compile Include="Models\TxnModel\TFReleaseTxnRequest.cs" />
  187. <Compile Include="Models\TxnModel\TxnAgent.cs" />
  188. <Compile Include="Models\TxnModel\TxnAmendment.cs" />
  189. <Compile Include="Models\TxnModel\TxnReceiver.cs" />
  190. <Compile Include="Models\TxnModel\TxnSender.cs" />
  191. <Compile Include="Models\TxnModel\TxnTransaction.cs" />
  192. <Compile Include="Properties\AssemblyInfo.cs" />
  193. <Compile Include="Properties\Settings.Designer.cs">
  194. <AutoGen>True</AutoGen>
  195. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  196. <DependentUpon>Settings.settings</DependentUpon>
  197. </Compile>
  198. <Compile Include="TPService\ITPApiServices.cs" />
  199. <Compile Include="Utility\ApiHelper.cs" />
  200. <Compile Include="Utility\CustomModelValidaton.cs" />
  201. <Compile Include="Utility\GetClientIpAddress.cs" />
  202. <Compile Include="Utility\GetStatic.cs" />
  203. <Compile Include="Utility\Helpers.cs" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <None Include="App.config" />
  207. <None Include="packages.config" />
  208. <None Include="Properties\Settings.settings">
  209. <Generator>SettingsSingleFileGenerator</Generator>
  210. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  211. </None>
  212. </ItemGroup>
  213. <ItemGroup />
  214. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  215. </Project>