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.

236 lines
12 KiB

8 months 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>{9E988C8D-8FAC-4795-AF44-9B6EC87B83E2}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>GMEStatusSync</RootNamespace>
  11. <AssemblyName>GMEStatusSync</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>C:\Users\arjun.dhami\Desktop\Apps\Status Sync\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>27</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <PublishWizardCompleted>true</PublishWizardCompleted>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ManifestCertificateThumbprint>0783CF3C5B87838B78C9CA56536CA66CB6A22921</ManifestCertificateThumbprint>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestKeyFile>GMEStatusSync_TemporaryKey.pfx</ManifestKeyFile>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <GenerateManifests>true</GenerateManifests>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignManifests>false</SignManifests>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  64. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Configuration" />
  68. <Reference Include="System.Core" />
  69. <Reference Include="System.Net.Http" />
  70. <Reference Include="System.Net.Http.WebRequest" />
  71. <Reference Include="System.Runtime.Serialization" />
  72. <Reference Include="System.ServiceModel" />
  73. <Reference Include="System.Web.Extensions" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. <Reference Include="Microsoft.CSharp" />
  77. <Reference Include="System.Data" />
  78. <Reference Include="System.Xml" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="Business\CommonAPIBusiness\APIBusiness.cs" />
  82. <Compile Include="Business\CommonBusiness\CommonBusiness.cs" />
  83. <Compile Include="Business\CommonSyncBusiness\ISyncStatusBusiness.cs" />
  84. <Compile Include="Business\CommonSyncBusiness\SyncStatusBusiness.cs" />
  85. <Compile Include="Business\CommonBusiness\ICommonBusiness.cs" />
  86. <Compile Include="Business\Islami\IslamiBusiness.cs" />
  87. <Compile Include="Business\KoronaPay\KoronaPayBusiness.cs" />
  88. <Compile Include="Business\PartnerBusiness\AgraniBusiness.cs" />
  89. <Compile Include="Business\PartnerBusiness\RiaBusiness.cs" />
  90. <Compile Include="CommonApi\RestApiClient.cs" />
  91. <Compile Include="CommonApi\SendTransactionServices.cs" />
  92. <Compile Include="Common\CancelRequest.cs" />
  93. <Compile Include="Common\CommonAPIRequest\CommonTransactionRequest.cs" />
  94. <Compile Include="Common\CommonAPIRequest\CommonTransactionResponse.cs" />
  95. <Compile Include="Common\DbResult.cs" />
  96. <Compile Include="Common\GetStatic.cs" />
  97. <Compile Include="Common\GetStatusResponseModel.cs" />
  98. <Compile Include="Common\GMECoreAPIRequest.cs" />
  99. <Compile Include="Common\JsonResponse.cs" />
  100. <Compile Include="Common\KeyValuePairDTO.cs" />
  101. <Compile Include="Common\SmtpMailSetting.cs" />
  102. <Compile Include="Common\Status.cs" />
  103. <Compile Include="Common\TxnStatusChangeList.cs" />
  104. <Compile Include="Common\Urls.cs" />
  105. <Compile Include="Connected Services\GMESendApi\Reference.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTime>True</DesignTime>
  108. <DependentUpon>Reference.svcmap</DependentUpon>
  109. </Compile>
  110. <Compile Include="Dao\CommonDao\ISyncStatusDao.cs" />
  111. <Compile Include="Dao\CommonDao\SyncStatusDao.cs" />
  112. <Compile Include="Dao\GmeDao.cs" />
  113. <Compile Include="Dao\Islami\IslamiDao.cs" />
  114. <Compile Include="Dao\KoronaPay\KoronaPayDao.cs" />
  115. <Compile Include="Helper\RestClient.cs" />
  116. <Compile Include="Helper\ThirdPartyApi.cs" />
  117. <Compile Include="Program.cs" />
  118. <Compile Include="Properties\AssemblyInfo.cs" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="App.config">
  122. <SubType>Designer</SubType>
  123. </None>
  124. <None Include="Connected Services\GMESendApi\FastMoneyWebService.wsdl" />
  125. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.AccountValidationResponse.datasource">
  126. <DependentUpon>Reference.svcmap</DependentUpon>
  127. </None>
  128. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.BankBranchList.datasource">
  129. <DependentUpon>Reference.svcmap</DependentUpon>
  130. </None>
  131. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.BankList.datasource">
  132. <DependentUpon>Reference.svcmap</DependentUpon>
  133. </None>
  134. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.CancelTransactionResponse.datasource">
  135. <DependentUpon>Reference.svcmap</DependentUpon>
  136. </None>
  137. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.CancelTransactionResult.datasource">
  138. <DependentUpon>Reference.svcmap</DependentUpon>
  139. </None>
  140. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ConfirmTransactionResponse.datasource">
  141. <DependentUpon>Reference.svcmap</DependentUpon>
  142. </None>
  143. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.DbResult.datasource">
  144. <DependentUpon>Reference.svcmap</DependentUpon>
  145. </None>
  146. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetBankBranchListResponse.datasource">
  147. <DependentUpon>Reference.svcmap</DependentUpon>
  148. </None>
  149. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetBankListResponse.datasource">
  150. <DependentUpon>Reference.svcmap</DependentUpon>
  151. </None>
  152. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetCalculationResponse.datasource">
  153. <DependentUpon>Reference.svcmap</DependentUpon>
  154. </None>
  155. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetCalculationResult.datasource">
  156. <DependentUpon>Reference.svcmap</DependentUpon>
  157. </None>
  158. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusByPartnerPinNoResponse.datasource">
  159. <DependentUpon>Reference.svcmap</DependentUpon>
  160. </None>
  161. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusByPartnerPinNoResult.datasource">
  162. <DependentUpon>Reference.svcmap</DependentUpon>
  163. </None>
  164. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusProcessBankDepositResponse.datasource">
  165. <DependentUpon>Reference.svcmap</DependentUpon>
  166. </None>
  167. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusResponse.datasource">
  168. <DependentUpon>Reference.svcmap</DependentUpon>
  169. </None>
  170. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusResult.datasource">
  171. <DependentUpon>Reference.svcmap</DependentUpon>
  172. </None>
  173. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetWalletDetailsResponse.datasource">
  174. <DependentUpon>Reference.svcmap</DependentUpon>
  175. </None>
  176. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ProcessBankDepositResponse.datasource">
  177. <DependentUpon>Reference.svcmap</DependentUpon>
  178. </None>
  179. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.RealTimeCheckStatusResponse.datasource">
  180. <DependentUpon>Reference.svcmap</DependentUpon>
  181. </None>
  182. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.RealTimeWalletDepositResponse.datasource">
  183. <DependentUpon>Reference.svcmap</DependentUpon>
  184. </None>
  185. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ReconcileReportResponse.datasource">
  186. <DependentUpon>Reference.svcmap</DependentUpon>
  187. </None>
  188. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ReconcileReportResult.datasource">
  189. <DependentUpon>Reference.svcmap</DependentUpon>
  190. </None>
  191. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.SendMoneyResponse.datasource">
  192. <DependentUpon>Reference.svcmap</DependentUpon>
  193. </None>
  194. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.SendMoneyResult.datasource">
  195. <DependentUpon>Reference.svcmap</DependentUpon>
  196. </None>
  197. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.SendMoneyV2Response.datasource">
  198. <DependentUpon>Reference.svcmap</DependentUpon>
  199. </None>
  200. <None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.WalletUserDetailResponse.datasource">
  201. <DependentUpon>Reference.svcmap</DependentUpon>
  202. </None>
  203. <None Include="GMEStatusSync_TemporaryKey.pfx" />
  204. <None Include="packages.config" />
  205. </ItemGroup>
  206. <ItemGroup>
  207. <None Include="Connected Services\GMESendApi\configuration91.svcinfo" />
  208. <None Include="Connected Services\GMESendApi\configuration.svcinfo" />
  209. <None Include="Connected Services\GMESendApi\Reference.svcmap">
  210. <Generator>WCF Proxy Generator</Generator>
  211. <LastGenOutput>Reference.cs</LastGenOutput>
  212. </None>
  213. <None Include="Connected Services\GMESendApi\FastMoneyWebService.disco" />
  214. <Content Include="Log.txt" />
  215. </ItemGroup>
  216. <ItemGroup>
  217. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  218. <Visible>False</Visible>
  219. <ProductName>.NET Framework 3.5 SP1</ProductName>
  220. <Install>false</Install>
  221. </BootstrapperPackage>
  222. </ItemGroup>
  223. <ItemGroup>
  224. <WCFMetadata Include="Connected Services\" />
  225. </ItemGroup>
  226. <ItemGroup>
  227. <WCFMetadataStorage Include="Connected Services\GMESendApi\" />
  228. </ItemGroup>
  229. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  230. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  231. Other similar extension points exist, see Microsoft.Common.targets.
  232. <Target Name="BeforeBuild">
  233. </Target>
  234. <Target Name="AfterBuild">
  235. </Target>
  236. -->
  237. </Project>