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.

182 lines
10 KiB

1 year ago
10 months ago
1 year ago
1 year ago
10 months ago
1 year ago
1 year ago
1 year ago
10 months ago
1 year ago
1 year ago
1 year ago
  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>{7FF2AB05-817B-40D7-9959-2C975146B30C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Business</RootNamespace>
  11. <AssemblyName>Business</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.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="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  34. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  35. </Reference>
  36. <Reference Include="Microsoft.IdentityModel.Abstractions, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.25.1\lib\net45\Microsoft.IdentityModel.Abstractions.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.25.1\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.IdentityModel.Logging, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Microsoft.IdentityModel.Logging.6.25.1\lib\net45\Microsoft.IdentityModel.Logging.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.IdentityModel.Tokens, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Microsoft.IdentityModel.Tokens.6.25.1\lib\net45\Microsoft.IdentityModel.Tokens.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.25.1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
  56. </Reference>
  57. <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Net.Http.WebRequest" />
  64. <Reference Include="System.Runtime.Serialization" />
  65. <Reference Include="System.ServiceModel" />
  66. <Reference Include="System.Web" />
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="TransactionProcessor">
  74. <HintPath>..\..\TransactionProcessor\TransactionProcessor\bin\Debug\TransactionProcessor.dll</HintPath>
  75. </Reference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Addressy\LocateBusiness.cs" />
  79. <Compile Include="Addressy\ServiceApi.cs" />
  80. <Compile Include="Authentication\AuthenticationBusiness.cs" />
  81. <Compile Include="Authentication\IAuthenticationBusiness.cs" />
  82. <Compile Include="AutoRefund\AutoRefundBusiness.cs" />
  83. <Compile Include="AutoRefund\IAutoRefundBusiness.cs" />
  84. <Compile Include="BalanceTransfer\BalanceTransferBusiness.cs" />
  85. <Compile Include="BalanceTransfer\IBalanceTransferBusiness.cs" />
  86. <Compile Include="Connected Services\api.addressy\Reference.cs">
  87. <AutoGen>True</AutoGen>
  88. <DesignTime>True</DesignTime>
  89. <DependentUpon>Reference.svcmap</DependentUpon>
  90. </Compile>
  91. <Compile Include="Inbound\InboundBusiness.cs" />
  92. <Compile Include="Inbound\InboundPennyTestBusiness.cs" />
  93. <Compile Include="KFTCBusiness\IKftcProcessBusiness.cs" />
  94. <Compile Include="KFTCBusiness\KftcProcessBusiness.cs" />
  95. <Compile Include="KftcPasswordRule\AtLeastOneLowerCaseRule.cs" />
  96. <Compile Include="KftcPasswordRule\AtLeastOneNumberRule.cs" />
  97. <Compile Include="KftcPasswordRule\AtLeastOneUpperCaseRule.cs" />
  98. <Compile Include="KftcPasswordRule\AtLeastSpecialCharRule.cs" />
  99. <Compile Include="KftcPasswordRule\DboValidationRule.cs" />
  100. <Compile Include="KftcPasswordRule\IdNumberRule.cs" />
  101. <Compile Include="KftcPasswordRule\MobileNumberRule.cs" />
  102. <Compile Include="KftcPasswordRule\PasswordAsEmailRule.cs" />
  103. <Compile Include="KftcPasswordRule\PasswordRule.cs" />
  104. <Compile Include="KftcPasswordRule\PasswordValidationResult.cs" />
  105. <Compile Include="KftcPasswordRule\PatternMatchRule.cs" />
  106. <Compile Include="KftcPasswordRule\ValidationModel.cs" />
  107. <Compile Include="MobileV2\IMobileV2Business.cs" />
  108. <Compile Include="Mobile\IMobileServices.cs" />
  109. <Compile Include="Mobile\MobileServices.cs" />
  110. <Compile Include="MobileV2\MobileV2Business.cs" />
  111. <Compile Include="PennyTest\IPennyTestBusiness.cs" />
  112. <Compile Include="PennyTest\PennyTestBusiness.cs" />
  113. <Compile Include="PowerCall\IPowerCallBusiness.cs" />
  114. <Compile Include="PowerCall\PowerCallBusiness.cs" />
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. <Compile Include="Remit\IRemitBusiness.cs" />
  117. <Compile Include="Remit\RemitBusiness.cs" />
  118. <Compile Include="Resend\IResendBusiness.cs" />
  119. <Compile Include="Resend\ResendBusiness.cs" />
  120. <Compile Include="Reward\IRewardServices.cs" />
  121. <Compile Include="Reward\RewardServices.cs" />
  122. <Compile Include="SendMoney\ISendMoneyBusiness.cs" />
  123. <Compile Include="SendMoney\SendMoneyBusiness.cs" />
  124. <Compile Include="TPApi\NotifierV2.cs" />
  125. <Compile Include="TPApi\ThirdPartyAPI.cs" />
  126. <Compile Include="TrustDoc\ITrustDocBusiness.cs" />
  127. <Compile Include="TrustDoc\TrustDocBusiness.cs" />
  128. <Compile Include="Utility\AesOperation.cs" />
  129. <Compile Include="Utility\IUtilityBusiness.cs" />
  130. <Compile Include="Utility\UtilityBusiness.cs" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ProjectReference Include="..\Common\Common.csproj">
  134. <Project>{57f8571d-c37b-4344-879e-e9229548fd5b}</Project>
  135. <Name>Common</Name>
  136. </ProjectReference>
  137. <ProjectReference Include="..\PushNotification\PushNotification.csproj">
  138. <Project>{7BC7CC30-B56E-4625-8F43-78B12A556B33}</Project>
  139. <Name>PushNotification</Name>
  140. </ProjectReference>
  141. <ProjectReference Include="..\Repository\Repository.csproj">
  142. <Project>{a326bf77-99c2-4d74-bc3e-f0caf04083b0}</Project>
  143. <Name>Repository</Name>
  144. </ProjectReference>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="app.config" />
  148. <None Include="Connected Services\api.addressy\Business.api.addressy.Capture_Interactive_Find_v1_10Response.datasource">
  149. <DependentUpon>Reference.svcmap</DependentUpon>
  150. </None>
  151. <None Include="Connected Services\api.addressy\Business.api.addressy.Capture_Interactive_Find_v1_10_ArrayOfResults.datasource">
  152. <DependentUpon>Reference.svcmap</DependentUpon>
  153. </None>
  154. <None Include="Connected Services\api.addressy\wsdlnew.wsdl" />
  155. <None Include="packages.config">
  156. <SubType>Designer</SubType>
  157. </None>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <WCFMetadata Include="Connected Services\" />
  161. </ItemGroup>
  162. <ItemGroup>
  163. <WCFMetadataStorage Include="Connected Services\api.addressy\" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <None Include="Connected Services\api.addressy\configuration91.svcinfo" />
  167. </ItemGroup>
  168. <ItemGroup>
  169. <None Include="Connected Services\api.addressy\configuration.svcinfo" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <None Include="Connected Services\api.addressy\Reference.svcmap">
  173. <Generator>WCF Proxy Generator</Generator>
  174. <LastGenOutput>Reference.cs</LastGenOutput>
  175. </None>
  176. </ItemGroup>
  177. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  178. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
  179. <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
  180. <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
  181. <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
  182. </Target>
  183. </Project>