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.

124 lines
5.4 KiB

11 months 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>{5AC9671D-FB0E-4816-A870-886006FC5C19}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <RootNamespace>JMETxnPushScheduler</RootNamespace>
  10. <AssemblyName>JMETxnPushScheduler</AssemblyName>
  11. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <PublishUrl>C:\Users\arjun.dhami\Desktop\Apps\Send Txn\</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>12</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>EED1B4A014BB3869A82F39672A96B4BB6A715387</ManifestCertificateThumbprint>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <ManifestKeyFile>JMETxnPushScheduler_TemporaryKey.pfx</ManifestKeyFile>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <GenerateManifests>true</GenerateManifests>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <SignManifests>false</SignManifests>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <SignAssembly>false</SignAssembly>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="log4net">
  67. <HintPath>..\..\WEB_CORE\packages\log4net.2.0.13\lib\net40\log4net.dll</HintPath>
  68. </Reference>
  69. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  70. <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System" />
  73. <Reference Include="System.configuration" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Web.Extensions" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="Microsoft.CSharp" />
  79. <Reference Include="System.Data" />
  80. <Reference Include="System.Net.Http" />
  81. <Reference Include="System.Xml" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="API\NotifierV2.cs" />
  85. <Compile Include="API\RestApiClient.cs" />
  86. <Compile Include="API\SendTransactionServices.cs" />
  87. <Compile Include="API\ThirdPartyAPI.cs" />
  88. <Compile Include="Business\GetStatic.cs" />
  89. <Compile Include="Business\SendEmail.cs" />
  90. <Compile Include="Business\SmtpMailSetting.cs" />
  91. <Compile Include="Business\TxnPush.cs" />
  92. <Compile Include="Common\APIJsonResponse.cs" />
  93. <Compile Include="Common\CommonResponse.cs" />
  94. <Compile Include="Common\Enums.cs" />
  95. <Compile Include="Common\Notification.cs" />
  96. <Compile Include="Common\SendNotificationRequest.cs" />
  97. <Compile Include="Common\SendTransactionRequest.cs" />
  98. <Compile Include="Common\TxnDetails.cs" />
  99. <Compile Include="DAO\SwiftDao.cs" />
  100. <Compile Include="DAO\TxnPushDAO.cs" />
  101. <Compile Include="Program.cs" />
  102. <Compile Include="Properties\AssemblyInfo.cs" />
  103. <Compile Include="Repository\SendRepository.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="App.config">
  107. <SubType>Designer</SubType>
  108. </None>
  109. <None Include="JMETxnPushScheduler_TemporaryKey.pfx" />
  110. <None Include="packages.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
  114. <Visible>False</Visible>
  115. <ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
  116. <Install>true</Install>
  117. </BootstrapperPackage>
  118. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  119. <Visible>False</Visible>
  120. <ProductName>.NET Framework 3.5 SP1</ProductName>
  121. <Install>false</Install>
  122. </BootstrapperPackage>
  123. </ItemGroup>
  124. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  125. </Project>