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.

102 lines
5.0 KiB

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>{A326BF77-99C2-4D74-BC3E-F0CAF04083B0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Repository</RootNamespace>
  11. <AssemblyName>Repository</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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  37. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Configuration" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Drawing" />
  43. <Reference Include="System.Web" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Authentication\AuthenticationRepo.cs" />
  53. <Compile Include="Authentication\IAuthenticationRepo.cs" />
  54. <Compile Include="AutoRefund\AutoRefundRepository.cs" />
  55. <Compile Include="AutoRefund\IAutoRefundRepository.cs" />
  56. <Compile Include="BalanceTransfer\BalanceTransferRepository.cs" />
  57. <Compile Include="BalanceTransfer\IBalanceTransferRepository.cs" />
  58. <Compile Include="CompressImageDao.cs" />
  59. <Compile Include="Coupon\CouponRepository.cs" />
  60. <Compile Include="Coupon\ICouponRepository.cs" />
  61. <Compile Include="Dao.cs" />
  62. <Compile Include="Inbound\InboundPennyTestRepository.cs" />
  63. <Compile Include="Inbound\InboundRepository.cs" />
  64. <Compile Include="KFTCRepository\IKftcProcessRepository.cs" />
  65. <Compile Include="KFTCRepository\KftcProcessRepository.cs" />
  66. <Compile Include="KFTCSendMoneyRepository\IKftcSendMoneyRepository.cs" />
  67. <Compile Include="KFTCSendMoneyRepository\KftcSendMoneyRepository.cs" />
  68. <Compile Include="MobileV2\IMobileV2Repo.cs" />
  69. <Compile Include="MobileV2\MobileV2Repo.cs" />
  70. <Compile Include="Mobile\IMobileServicesRepo.cs" />
  71. <Compile Include="Mobile\MobileServicesRepo.cs" />
  72. <Compile Include="PennyTest\IPennyTestRepository.cs" />
  73. <Compile Include="PennyTest\PennyTestRepository.cs" />
  74. <Compile Include="PowerCall\IPowerCallRepository.cs" />
  75. <Compile Include="PowerCall\PowerCallRepository.cs" />
  76. <Compile Include="Query.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="Resend\IResendRepository.cs" />
  79. <Compile Include="Resend\ResendRepository.cs" />
  80. <Compile Include="Reward\IRewardRepository.cs" />
  81. <Compile Include="Reward\RewardRepository.cs" />
  82. <Compile Include="SendMoney\ISendMoneyRepository.cs" />
  83. <Compile Include="SendMoney\SendMoneyRepository.cs" />
  84. <Compile Include="TrustDoc\ITrustDocRepository.cs" />
  85. <Compile Include="TrustDoc\TrustDocRepository.cs" />
  86. <Compile Include="Utility\Extension.cs" />
  87. <Compile Include="Utility\IUtilityRepository.cs" />
  88. <Compile Include="Utility\UtilityRepository.cs" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\Common\Common.csproj">
  92. <Project>{57f8571d-c37b-4344-879e-e9229548fd5b}</Project>
  93. <Name>Common</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="app.config" />
  98. <None Include="packages.config">
  99. <SubType>Designer</SubType>
  100. </None>
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. </Project>