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.

38 lines
1.9 KiB

11 months ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
  5. <section name="GMENepal.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  6. </sectionGroup>
  7. </configSections>
  8. <system.serviceModel>
  9. <bindings />
  10. <client />
  11. </system.serviceModel>
  12. <runtime>
  13. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  14. <dependentAssembly>
  15. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  16. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  17. </dependentAssembly>
  18. <dependentAssembly>
  19. <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  20. <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
  21. </dependentAssembly>
  22. <dependentAssembly>
  23. <assemblyIdentity name="Unity.Abstractions" publicKeyToken="6d32ff45e0ccc69f" culture="neutral" />
  24. <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
  25. </dependentAssembly>
  26. <dependentAssembly>
  27. <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  28. <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
  29. </dependentAssembly>
  30. </assemblyBinding>
  31. </runtime>
  32. <applicationSettings>
  33. <GMENepal.Properties.Settings>
  34. <setting name="GMENepal_GMEReference_FastMoneyWebService" serializeAs="String">
  35. <value>https://api.bestremit-txn.com:9002/SendWSApi/FastMoneyWebService.asmx</value>
  36. </setting>
  37. </GMENepal.Properties.Settings>
  38. </applicationSettings>
  39. </configuration>