ShareX/ShareX.UploadersLib/app.config

20 lines
894 B
Plaintext
Raw Normal View History

2015-06-29 01:04:27 +12:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
2016-07-12 08:24:51 +12:00
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
2015-06-29 01:04:27 +12:00
</dependentAssembly>
</assemblyBinding>
</runtime>
2015-07-15 03:55:07 +12:00
<appSettings>
<!--AWSProfileName is used to reference an account that has been registered with the SDK.
If using AWS Toolkit for Visual Studio then this value is the same value shown in the AWS Explorer.
It is also possible to register an account using the <solution-dir>/packages/AWSSDK-X.X.X.X/tools/account-management.ps1 PowerShell script
that is bundled with the nuget package under the tools folder.
<add key="AWSProfileName" value="" />
-->
</appSettings>
2015-06-29 01:04:27 +12:00
</configuration>