summaryrefslogtreecommitdiff
path: root/StardewInjector/bin/Debug/StardewInjector.dll.config
diff options
context:
space:
mode:
authorZoryn <zoryn4163@gmail.com>2016-03-03 15:06:25 -0500
committerZoryn <zoryn4163@gmail.com>2016-03-03 15:06:25 -0500
commit9a1b910ea32f518b605c88315f192afc6fc40f28 (patch)
treefcc475ef046295a06a2358c7f83cb4e97e38ce9c /StardewInjector/bin/Debug/StardewInjector.dll.config
parentde3f161a49bf7486290f0e4b3531177f949bc3cd (diff)
downloadSMAPI-9a1b910ea32f518b605c88315f192afc6fc40f28.tar.gz
SMAPI-9a1b910ea32f518b605c88315f192afc6fc40f28.tar.bz2
SMAPI-9a1b910ea32f518b605c88315f192afc6fc40f28.zip
resync for merge conflicts
Diffstat (limited to 'StardewInjector/bin/Debug/StardewInjector.dll.config')
-rw-r--r--StardewInjector/bin/Debug/StardewInjector.dll.config15
1 files changed, 15 insertions, 0 deletions
diff --git a/StardewInjector/bin/Debug/StardewInjector.dll.config b/StardewInjector/bin/Debug/StardewInjector.dll.config
new file mode 100644
index 00000000..f1914205
--- /dev/null
+++ b/StardewInjector/bin/Debug/StardewInjector.dll.config
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <appSettings>
+ <add key="RunSpeed" value="0"/>
+ <add key="EnableTweakedDiagonalMovement" value="False"/>
+ <add key="EnableEasyFishing" value="False"/>
+ <add key="EnableAlwaysSpawnFishingBubble" value="False"/>
+ <add key="SecondsPerTenMinutes" value="7"/>
+ <add key="EnableDebugMode" value="False"/>
+
+ </appSettings>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
+ </startup>
+</configuration>