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.
 
 

237 lines
12 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9E988C8D-8FAC-4795-AF44-9B6EC87B83E2}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GMEStatusSync</RootNamespace>
<AssemblyName>GMEStatusSync</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>C:\Users\arjun.dhami\Desktop\Apps\Status Sync\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>27</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>0783CF3C5B87838B78C9CA56536CA66CB6A22921</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>GMEStatusSync_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<SignManifests>false</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Business\CommonAPIBusiness\APIBusiness.cs" />
<Compile Include="Business\CommonBusiness\CommonBusiness.cs" />
<Compile Include="Business\CommonSyncBusiness\ISyncStatusBusiness.cs" />
<Compile Include="Business\CommonSyncBusiness\SyncStatusBusiness.cs" />
<Compile Include="Business\CommonBusiness\ICommonBusiness.cs" />
<Compile Include="Business\Islami\IslamiBusiness.cs" />
<Compile Include="Business\KoronaPay\KoronaPayBusiness.cs" />
<Compile Include="Business\PartnerBusiness\AgraniBusiness.cs" />
<Compile Include="Business\PartnerBusiness\RiaBusiness.cs" />
<Compile Include="CommonApi\RestApiClient.cs" />
<Compile Include="CommonApi\SendTransactionServices.cs" />
<Compile Include="Common\CancelRequest.cs" />
<Compile Include="Common\CommonAPIRequest\CommonTransactionRequest.cs" />
<Compile Include="Common\CommonAPIRequest\CommonTransactionResponse.cs" />
<Compile Include="Common\DbResult.cs" />
<Compile Include="Common\GetStatic.cs" />
<Compile Include="Common\GetStatusResponseModel.cs" />
<Compile Include="Common\GMECoreAPIRequest.cs" />
<Compile Include="Common\JsonResponse.cs" />
<Compile Include="Common\KeyValuePairDTO.cs" />
<Compile Include="Common\SmtpMailSetting.cs" />
<Compile Include="Common\Status.cs" />
<Compile Include="Common\TxnStatusChangeList.cs" />
<Compile Include="Common\Urls.cs" />
<Compile Include="Connected Services\GMESendApi\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="Dao\CommonDao\ISyncStatusDao.cs" />
<Compile Include="Dao\CommonDao\SyncStatusDao.cs" />
<Compile Include="Dao\GmeDao.cs" />
<Compile Include="Dao\Islami\IslamiDao.cs" />
<Compile Include="Dao\KoronaPay\KoronaPayDao.cs" />
<Compile Include="Helper\RestClient.cs" />
<Compile Include="Helper\ThirdPartyApi.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config">
<SubType>Designer</SubType>
</None>
<None Include="Connected Services\GMESendApi\FastMoneyWebService.wsdl" />
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.AccountValidationResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.BankBranchList.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.BankList.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.CancelTransactionResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.CancelTransactionResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ConfirmTransactionResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.DbResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetBankBranchListResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetBankListResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetCalculationResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetCalculationResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusByPartnerPinNoResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusByPartnerPinNoResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusProcessBankDepositResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetStatusResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.GetWalletDetailsResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ProcessBankDepositResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.RealTimeCheckStatusResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.RealTimeWalletDepositResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ReconcileReportResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.ReconcileReportResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.SendMoneyResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.SendMoneyResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.SendMoneyV2Response.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="Connected Services\GMESendApi\GMEStatusSync.GMESendApi.WalletUserDetailResponse.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
<None Include="GMEStatusSync_TemporaryKey.pfx" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="Connected Services\GMESendApi\configuration91.svcinfo" />
<None Include="Connected Services\GMESendApi\configuration.svcinfo" />
<None Include="Connected Services\GMESendApi\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
<None Include="Connected Services\GMESendApi\FastMoneyWebService.disco" />
<Content Include="Log.txt" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Connected Services\GMESendApi\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>