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.
 
 
 

183 lines
10 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>{7FF2AB05-817B-40D7-9959-2C975146B30C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Business</RootNamespace>
<AssemblyName>Business</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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="Microsoft.IdentityModel.Abstractions, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Abstractions.6.25.1\lib\net45\Microsoft.IdentityModel.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.JsonWebTokens, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.JsonWebTokens.6.25.1\lib\net45\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Logging, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Logging.6.25.1\lib\net45\Microsoft.IdentityModel.Logging.dll</HintPath>
</Reference>
<Reference Include="Microsoft.IdentityModel.Tokens, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.IdentityModel.Tokens.6.25.1\lib\net45\Microsoft.IdentityModel.Tokens.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.IdentityModel.Tokens.Jwt, Version=6.25.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\System.IdentityModel.Tokens.Jwt.6.25.1\lib\net45\System.IdentityModel.Tokens.Jwt.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web" />
<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="TransactionProcessor">
<HintPath>..\..\TransactionProcessor\TransactionProcessor\bin\Debug\TransactionProcessor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Addressy\LocateBusiness.cs" />
<Compile Include="Addressy\ServiceApi.cs" />
<Compile Include="Authentication\AuthenticationBusiness.cs" />
<Compile Include="Authentication\IAuthenticationBusiness.cs" />
<Compile Include="AutoRefund\AutoRefundBusiness.cs" />
<Compile Include="AutoRefund\IAutoRefundBusiness.cs" />
<Compile Include="BalanceTransfer\BalanceTransferBusiness.cs" />
<Compile Include="BalanceTransfer\IBalanceTransferBusiness.cs" />
<Compile Include="Connected Services\api.addressy\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Inbound\InboundBusiness.cs" />
<Compile Include="Inbound\InboundPennyTestBusiness.cs" />
<Compile Include="KFTCBusiness\IKftcProcessBusiness.cs" />
<Compile Include="KFTCBusiness\KftcProcessBusiness.cs" />
<Compile Include="KftcPasswordRule\AtLeastOneLowerCaseRule.cs" />
<Compile Include="KftcPasswordRule\AtLeastOneNumberRule.cs" />
<Compile Include="KftcPasswordRule\AtLeastOneUpperCaseRule.cs" />
<Compile Include="KftcPasswordRule\AtLeastSpecialCharRule.cs" />
<Compile Include="KftcPasswordRule\DboValidationRule.cs" />
<Compile Include="KftcPasswordRule\IdNumberRule.cs" />
<Compile Include="KftcPasswordRule\MobileNumberRule.cs" />
<Compile Include="KftcPasswordRule\PasswordAsEmailRule.cs" />
<Compile Include="KftcPasswordRule\PasswordRule.cs" />
<Compile Include="KftcPasswordRule\PasswordValidationResult.cs" />
<Compile Include="KftcPasswordRule\PatternMatchRule.cs" />
<Compile Include="KftcPasswordRule\ValidationModel.cs" />
<Compile Include="MobileV2\IMobileV2Business.cs" />
<Compile Include="Mobile\IMobileServices.cs" />
<Compile Include="Mobile\MobileServices.cs" />
<Compile Include="MobileV2\MobileV2Business.cs" />
<Compile Include="PennyTest\IPennyTestBusiness.cs" />
<Compile Include="PennyTest\PennyTestBusiness.cs" />
<Compile Include="PowerCall\IPowerCallBusiness.cs" />
<Compile Include="PowerCall\PowerCallBusiness.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Remit\IRemitBusiness.cs" />
<Compile Include="Remit\RemitBusiness.cs" />
<Compile Include="Resend\IResendBusiness.cs" />
<Compile Include="Resend\ResendBusiness.cs" />
<Compile Include="Reward\IRewardServices.cs" />
<Compile Include="Reward\RewardServices.cs" />
<Compile Include="SendMoney\ISendMoneyBusiness.cs" />
<Compile Include="SendMoney\SendMoneyBusiness.cs" />
<Compile Include="TPApi\NotifierV2.cs" />
<Compile Include="TPApi\ThirdPartyAPI.cs" />
<Compile Include="TrustDoc\ITrustDocBusiness.cs" />
<Compile Include="TrustDoc\TrustDocBusiness.cs" />
<Compile Include="Utility\AesOperation.cs" />
<Compile Include="Utility\IUtilityBusiness.cs" />
<Compile Include="Utility\UtilityBusiness.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Common\Common.csproj">
<Project>{57f8571d-c37b-4344-879e-e9229548fd5b}</Project>
<Name>Common</Name>
</ProjectReference>
<ProjectReference Include="..\PushNotification\PushNotification.csproj">
<Project>{7BC7CC30-B56E-4625-8F43-78B12A556B33}</Project>
<Name>PushNotification</Name>
</ProjectReference>
<ProjectReference Include="..\Repository\Repository.csproj">
<Project>{a326bf77-99c2-4d74-bc3e-f0caf04083b0}</Project>
<Name>Repository</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Connected Services\api.addressy\Business.api.addressy.Capture_Interactive_Find_v1_10Response.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\api.addressy\Business.api.addressy.Capture_Interactive_Find_v1_10_ArrayOfResults.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\api.addressy\wsdlnew.wsdl" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Connected Services\api.addressy\" />
</ItemGroup>
<ItemGroup>
<None Include="Connected Services\api.addressy\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Connected Services\api.addressy\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Connected Services\api.addressy\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<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')" />
<Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
<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" />
<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" />
</Target>
</Project>