Blame view
sources/RoboforkApp.AWS/App.config
299 Bytes
1debe12ff
|
1 2 3 4 5 6 7 8 9 10 |
<?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> |