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.

165 lines
8.6 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{80429C0A-EC99-4D4B-ADE1-C4AEF5BE5490}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Swift.API</RootNamespace>
  11. <AssemblyName>Swift.API</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Google.Authenticator, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
  37. <HintPath>..\packages\GoogleAuthenticator.1.2.1\lib\net45\Google.Authenticator.dll</HintPath>
  38. </Reference>
  39. <Reference Include="log4net, Version=2.0.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  40. <HintPath>..\packages\log4net.2.0.13\lib\net45\log4net.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Mono.HttpUtility, Version=1.0.0.1, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Mono.HttpUtility.1.0.0.1\lib\net40\Mono.HttpUtility.dll</HintPath>
  44. </Reference>
  45. <Reference Include="MoreLinq.Portable, Version=1.4.18916.0, Culture=neutral, PublicKeyToken=384d532d7e88985d, processorArchitecture=MSIL">
  46. <HintPath>..\packages\MoreLinq.Portable.1.4.0\lib\portable-net4+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\MoreLinq.Portable.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.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.ComponentModel.DataAnnotations" />
  53. <Reference Include="System.Configuration" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.EnterpriseServices" />
  56. <Reference Include="System.Net.Http">
  57. <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.Net.Http.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Runtime.Serialization" />
  60. <Reference Include="System.ServiceModel" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Web.Extensions" />
  63. <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System-Web-Helpers.dll.1.0.0\lib\Net40\System.Web.Helpers.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Web.Services" />
  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.Xml" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="Common\AccountValidateModel.cs" />
  75. <Compile Include="Common\Amend\AmendTransaction.cs" />
  76. <Compile Include="Common\Amend\TxnAmendAgnet.cs" />
  77. <Compile Include="Common\Amend\TxnAmendReceiver.cs" />
  78. <Compile Include="Common\Amend\TxnAmendSender.cs" />
  79. <Compile Include="Common\Cancel\CancelTxn.cs" />
  80. <Compile Include="Common\CustomerDetails.cs" />
  81. <Compile Include="Common\EncryptDecryptUtility.cs" />
  82. <Compile Include="Common\Enum\Enums.cs" />
  83. <Compile Include="Common\Enum\Notification.cs" />
  84. <Compile Include="Common\ErrorJson.cs" />
  85. <Compile Include="Common\ExRate\ExRateRequest.cs" />
  86. <Compile Include="Common\ExRate\ExRateResponse.cs" />
  87. <Compile Include="Common\GoogleAuthenticatorModel.cs" />
  88. <Compile Include="Common\MapAPIData\APIBankModel.cs" />
  89. <Compile Include="Common\PasswordReset.cs" />
  90. <Compile Include="Common\PayerDataRequest.cs" />
  91. <Compile Include="Common\RestApiClient.cs" />
  92. <Compile Include="Common\SendNotificationRequest.cs" />
  93. <Compile Include="Common\SendTxnRequest.cs" />
  94. <Compile Include="Common\SendTxn\SendTransactionRequest.cs" />
  95. <Compile Include="Common\SendTxn\TxnAgent.cs" />
  96. <Compile Include="Common\SendTxn\TxnReceiver.cs" />
  97. <Compile Include="Common\SendTxn\TxnSender.cs" />
  98. <Compile Include="Common\SendTxn\TxnTransaction.cs" />
  99. <Compile Include="Common\SMS\SMSRequestModel.cs" />
  100. <Compile Include="Common\SyncModel\AddressRequest.cs" />
  101. <Compile Include="Common\SyncModel\Bank\BankRequest.cs" />
  102. <Compile Include="Common\SyncModel\Bank\BankResponse.cs" />
  103. <Compile Include="Common\SyncModel\City\CityResponse.cs" />
  104. <Compile Include="Common\SyncModel\CommonRequest.cs" />
  105. <Compile Include="Common\SyncModel\State\StateResponse.cs" />
  106. <Compile Include="Common\SyncModel\Town\Address.cs" />
  107. <Compile Include="Common\SyncModel\Town\TownResponse.cs" />
  108. <Compile Include="Common\TFReleaseTxnRequest.cs" />
  109. <Compile Include="Common\TPGetStatic.cs" />
  110. <Compile Include="Common\TrustDoc\TrustDocRequest.cs" />
  111. <Compile Include="Common\TrustDoc\TrustDocResponse.cs" />
  112. <Compile Include="Common\TrustDoc\VerificationStatusResponse.cs" />
  113. <Compile Include="Common\TxnDetails.cs" />
  114. <Compile Include="Dao.cs" />
  115. <Compile Include="DbResult.cs" />
  116. <Compile Include="GoogleAuthenticator\GoogleAuthenticatorAPI.cs" />
  117. <Compile Include="MapAPIData\DownloadAPIData.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. <Compile Include="Properties\Settings.Designer.cs">
  120. <AutoGen>True</AutoGen>
  121. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  122. <DependentUpon>Settings.settings</DependentUpon>
  123. </Compile>
  124. <Compile Include="ThirdPartyApiServices\AmendTransactionRequestService.cs" />
  125. <Compile Include="ThirdPartyApiServices\CancelRequestServices.cs" />
  126. <Compile Include="ThirdPartyApiServices\ExchangeRateAPIService.cs" />
  127. <Compile Include="ThirdPartyApiServices\SendSMSApiService.cs" />
  128. <Compile Include="ThirdPartyApiServices\SendTransactionServices.cs" />
  129. <Compile Include="ThirdPartyApiServices\SyncBankAndBranchService.cs" />
  130. <Compile Include="ThirdPartyApiServices\SyncStateCityTownService.cs" />
  131. <Compile Include="TPAPIs\KFTC\IKFTCAccountCancel.cs" />
  132. <Compile Include="TPAPIs\KFTC\KFTCAccountCancel.cs" />
  133. <Compile Include="TPAPIs\MerchatradePushAPI\IMerchantradeAPIService.cs" />
  134. <Compile Include="TPAPIs\MerchatradePushAPI\MerchantradeAPIService.cs" />
  135. <Compile Include="TPAPIs\MerchatradePushAPI\MtradeGetExRate.cs" />
  136. <Compile Include="TPAPIs\MerchatradePushAPI\MtradePushDetail.cs" />
  137. <Compile Include="TPAPIs\NotifierV2.cs" />
  138. <Compile Include="TPAPIs\ThirdPartyAPI.cs" />
  139. <Compile Include="TPAPIs\TrustdocAPI.cs" />
  140. <Compile Include="Utility.cs" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <WCFMetadata Include="Service References\" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <None Include="app.config">
  147. <SubType>Designer</SubType>
  148. </None>
  149. <None Include="packages.config" />
  150. <None Include="Properties\Settings.settings">
  151. <Generator>SettingsSingleFileGenerator</Generator>
  152. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  153. </None>
  154. </ItemGroup>
  155. <ItemGroup>
  156. <WebReferences Include="Web References\" />
  157. </ItemGroup>
  158. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  159. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  160. Other similar extension points exist, see Microsoft.Common.targets.
  161. <Target Name="BeforeBuild">
  162. </Target>
  163. <Target Name="AfterBuild">
  164. </Target>
  165. -->
  166. </Project>