App.config 299 Bytes
<?xml version="1.0"?>
<configuration>
	<appSettings>
    <add key="AWSProfileName" value="Development"/>
		<add key="AWSRegion" value="ap-northeast-1" />
	</appSettings>
  <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>