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.

259 lines
17 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>{143E1F73-BD44-4C9E-99D0-0768BF302285}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Business</RootNamespace>
  11. <AssemblyName>Business</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="JWT, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\packages\JWT.5.0.1\lib\net46\JWT.dll</HintPath>
  44. </Reference>
  45. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  46. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.AspNet.Identity.Owin, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.5.4.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Microsoft.IdentityModel.Logging, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.IdentityModel.Logging.5.4.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.IdentityModel.Tokens, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Microsoft.IdentityModel.Tokens.5.4.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  67. <HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Microsoft.Owin.Security, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  71. </Reference>
  72. <Reference Include="Microsoft.Owin.Security.Cookies, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.Owin.Security.Cookies.2.1.0\lib\net45\Microsoft.Owin.Security.Cookies.dll</HintPath>
  74. </Reference>
  75. <Reference Include="Microsoft.Owin.Security.OAuth, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  76. <HintPath>..\packages\Microsoft.Owin.Security.OAuth.2.1.0\lib\net45\Microsoft.Owin.Security.OAuth.dll</HintPath>
  77. </Reference>
  78. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  79. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  80. </Reference>
  81. <Reference Include="MoreLinq, Version=3.3.2.0, Culture=neutral, PublicKeyToken=384d532d7e88985d, processorArchitecture=MSIL">
  82. <HintPath>..\packages\morelinq.3.3.2\lib\net451\MoreLinq.dll</HintPath>
  83. </Reference>
  84. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  86. </Reference>
  87. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  88. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.ComponentModel.DataAnnotations" />
  92. <Reference Include="System.Configuration" />
  93. <Reference Include="System.Core" />
  94. <Reference Include="System.IdentityModel.Tokens.Jwt, Version=5.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  95. <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.5.4.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  98. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  101. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Runtime.Serialization" />
  104. <Reference Include="System.ServiceModel" />
  105. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.Web" />
  109. <Reference Include="System.Web.Extensions" />
  110. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  111. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  115. </Reference>
  116. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  117. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  118. </Reference>
  119. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  120. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  121. </Reference>
  122. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  124. </Reference>
  125. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  126. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  129. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  130. </Reference>
  131. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  132. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Xml.Linq" />
  135. <Reference Include="System.Data.DataSetExtensions" />
  136. <Reference Include="Microsoft.CSharp" />
  137. <Reference Include="System.Data" />
  138. <Reference Include="System.Net.Http" />
  139. <Reference Include="System.Xml" />
  140. <Reference Include="Unity.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  141. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Abstractions.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Unity.Configuration, Version=5.0.3.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  144. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Configuration.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Unity.Container, Version=5.2.0.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  147. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Container.dll</HintPath>
  148. </Reference>
  149. <Reference Include="Unity.Interception, Version=5.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  150. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Interception.dll</HintPath>
  151. </Reference>
  152. <Reference Include="Unity.Interception.Configuration, Version=5.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  153. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.Interception.Configuration.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Unity.RegistrationByConvention, Version=2.0.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  156. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.RegistrationByConvention.dll</HintPath>
  157. </Reference>
  158. <Reference Include="Unity.ServiceLocation, Version=2.0.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
  159. <HintPath>..\packages\Unity.5.2.0\lib\net45\Unity.ServiceLocation.dll</HintPath>
  160. </Reference>
  161. <Reference Include="Unity.WebApi, Version=5.3.0.0, Culture=neutral, PublicKeyToken=43da31bc42a85347, processorArchitecture=MSIL">
  162. <HintPath>..\packages\Unity.WebAPI.5.3.0\lib\net45\Unity.WebApi.dll</HintPath>
  163. </Reference>
  164. <Reference Include="WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4, processorArchitecture=MSIL">
  165. <HintPath>..\packages\WebActivatorEx.2.2.0\lib\net40\WebActivatorEx.dll</HintPath>
  166. </Reference>
  167. </ItemGroup>
  168. <ItemGroup>
  169. <Compile Include="BusinessLogic\Address\ILocateBusiness.cs" />
  170. <Compile Include="BusinessLogic\Address\ServiceApi.cs" />
  171. <Compile Include="BusinessLogic\Auth\AuthServices.cs" />
  172. <Compile Include="BusinessLogic\Auth\IAuthServices.cs" />
  173. <Compile Include="BusinessLogic\NotificationApiService\EmailService.cs" />
  174. <Compile Include="BusinessLogic\NotificationApiService\FireBaseService.cs" />
  175. <Compile Include="BusinessLogic\NotificationApiService\INotificationService.cs" />
  176. <Compile Include="BusinessLogic\NotificationApiService\NotificationService.cs" />
  177. <Compile Include="BusinessLogic\SMSApiService\ISMSService.cs" />
  178. <Compile Include="BusinessLogic\SMSApiService\SMSService.cs" />
  179. <Compile Include="BusinessLogic\TPApiServices\Factory\ApiFactoryServices.cs" />
  180. <Compile Include="BusinessLogic\TPApiServices\Factory\IApiFactoryServices.cs" />
  181. <Compile Include="BusinessLogic\TPApiServices\TPServices\IThirdPartyServices.cs" />
  182. <Compile Include="BusinessLogic\TPApiServices\TPServices\ThirdPartyServices.cs" />
  183. <Compile Include="Connected Services\LoqateApi\Reference.cs">
  184. <AutoGen>True</AutoGen>
  185. <DesignTime>True</DesignTime>
  186. <DependentUpon>Reference.svcmap</DependentUpon>
  187. </Compile>
  188. <Compile Include="DIConfig\UnityConfig.cs" />
  189. <Compile Include="Properties\AssemblyInfo.cs" />
  190. <Compile Include="TokenManagement\ITokenManagementServices.cs" />
  191. <Compile Include="TokenManagement\TokenManagementServices.cs" />
  192. </ItemGroup>
  193. <ItemGroup>
  194. <ProjectReference Include="..\BankOfCeylon\BankOfCeylon.csproj">
  195. <Project>{76f39343-b64e-4ca6-8b20-76a81793645e}</Project>
  196. <Name>BankOfCeylon</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\BracBank\BracBank.csproj">
  199. <Project>{f668b1cb-5655-4f36-9b52-2dd0f04826a7}</Project>
  200. <Name>BracBank</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\Cebuana\Cebuana.csproj">
  203. <Project>{80f5422a-4706-450c-8795-8edaee47f48c}</Project>
  204. <Name>Cebuana</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\Common\Common.csproj">
  207. <Project>{d626fe23-51c8-4441-b3c7-92a54d1f572e}</Project>
  208. <Name>Common</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\Donga\Donga.csproj">
  211. <Project>{24E7AA99-A828-4E76-A786-6C62BE7588E7}</Project>
  212. <Name>Donga</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\GMENepal\GMENepal.csproj">
  215. <Project>{0F5ACC33-43D7-46D3-BB17-0F067EAEE173}</Project>
  216. <Name>GMENepal</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\Repository\Repository.csproj">
  219. <Project>{3dede19d-6d7b-4825-b537-ccc7afc38f56}</Project>
  220. <Name>Repository</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\Transfast\Transfast.csproj">
  223. <Project>{5a7b31a2-b799-4bae-8ece-12afb8eaa3cb}</Project>
  224. <Name>Transfast</Name>
  225. </ProjectReference>
  226. </ItemGroup>
  227. <ItemGroup>
  228. <None Include="App.config" />
  229. <None Include="Connected Services\LoqateApi\Business.LoqateApi.Capture_Interactive_Find_v1_10Response.datasource">
  230. <DependentUpon>Reference.svcmap</DependentUpon>
  231. </None>
  232. <None Include="Connected Services\LoqateApi\Business.LoqateApi.Capture_Interactive_Find_v1_10_ArrayOfResults.datasource">
  233. <DependentUpon>Reference.svcmap</DependentUpon>
  234. </None>
  235. <None Include="Connected Services\LoqateApi\wsdlnew.wsdl" />
  236. <None Include="packages.config" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Folder Include="BusinessLogic\Signature\" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <WCFMetadata Include="Connected Services\" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <WCFMetadataStorage Include="Connected Services\LoqateApi\" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <None Include="Connected Services\LoqateApi\configuration91.svcinfo" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <None Include="Connected Services\LoqateApi\configuration.svcinfo" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <None Include="Connected Services\LoqateApi\Reference.svcmap">
  255. <Generator>WCF Proxy Generator</Generator>
  256. <LastGenOutput>Reference.cs</LastGenOutput>
  257. </None>
  258. </ItemGroup>
  259. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  260. </Project>