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.

83 lines
3.7 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>{F668B1CB-5655-4F36-9B52-2DD0F04826A7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>BracBank</RootNamespace>
  11. <AssemblyName>BracBank</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">
  35. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\..\..\WEB-CORE\Swift.web\bin\Newtonsoft.Json.dll</HintPath>
  40. </Reference>
  41. <Reference Include="RestSharp, Version=106.11.7.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
  42. <HintPath>..\packages\RestSharp.106.11.7\lib\net452\RestSharp.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Web" />
  47. <Reference Include="System.Web.Extensions" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="BracBankApiService\BracBankAPI.cs" />
  57. <Compile Include="digitalSignature.cs" />
  58. <Compile Include="Model\AccountValidation.cs" />
  59. <Compile Include="Model\BracResponse.cs" />
  60. <Compile Include="Model\BracTranStatus.cs" />
  61. <Compile Include="Model\GetCodes.cs" />
  62. <Compile Include="Model\SendTxnModel.cs" />
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <WCFMetadata Include="Connected Services\" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\Common\Common.csproj">
  70. <Project>{d626fe23-51c8-4441-b3c7-92a54d1f572e}</Project>
  71. <Name>Common</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\Repository\Repository.csproj">
  74. <Project>{3dede19d-6d7b-4825-b537-ccc7afc38f56}</Project>
  75. <Name>Repository</Name>
  76. </ProjectReference>
  77. </ItemGroup>
  78. <ItemGroup>
  79. <None Include="app.config" />
  80. <None Include="packages.config" />
  81. </ItemGroup>
  82. <ItemGroup />
  83. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  84. </Project>