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.

82 lines
3.6 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>{80F5422A-4706-450C-8795-8EDAEE47F48C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>Cebuana</RootNamespace>
  10. <AssemblyName>Cebuana</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <StartupObject />
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="log4net, Version=2.0.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  42. </Reference>
  43. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <SpecificVersion>False</SpecificVersion>
  45. <HintPath>..\..\..\WEB-CORE\Swift.web\bin\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Net.Http" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="ApiService\CebuanaApi.cs" />
  58. <Compile Include="Model\AmendTransaction.cs" />
  59. <Compile Include="Model\CancelTransaction.cs" />
  60. <Compile Include="Model\BankList.cs" />
  61. <Compile Include="Model\BeneficiaryDetails.cs" />
  62. <Compile Include="Model\CheckStatus.cs" />
  63. <Compile Include="Model\PartnerCredentials.cs" />
  64. <Compile Include="Model\PushRemittanceRequest.cs" />
  65. <Compile Include="Model\RemitterDetails.cs" />
  66. <Compile Include="Model\TransactionDetails.cs" />
  67. <Compile Include="Model\TransactionRequestRTA.cs" />
  68. <Compile Include="Program.cs" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <None Include="App.config" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Folder Include="Properties\" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\Common\Common.csproj">
  78. <Project>{D626FE23-51C8-4441-B3C7-92A54D1F572E}</Project>
  79. <Name>Common</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. </Project>