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.

34 lines
1.8 KiB

  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="JMENepal.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  6. </sectionGroup>
  7. </configSections>
  8. <applicationSettings>
  9. <JMENepal.Properties.Settings>
  10. <setting name="JMENepal_com_jmenepal_iRemitService" serializeAs="String">
  11. <value>https://jmenepal.com/SendWS_v4/txnservice.asmx</value>
  12. </setting>
  13. </JMENepal.Properties.Settings>
  14. </applicationSettings>
  15. <runtime>
  16. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  17. <dependentAssembly>
  18. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  19. <bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
  20. </dependentAssembly>
  21. <dependentAssembly>
  22. <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  23. <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
  24. </dependentAssembly>
  25. <dependentAssembly>
  26. <assemblyIdentity name="Unity.Abstractions" publicKeyToken="6d32ff45e0ccc69f" culture="neutral" />
  27. <bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
  28. </dependentAssembly>
  29. <dependentAssembly>
  30. <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  31. <bindingRedirect oldVersion="0.0.0.0-5.2.7.0" newVersion="5.2.7.0" />
  32. </dependentAssembly>
  33. </assemblyBinding>
  34. </runtime>
  35. </configuration>