summaryrefslogtreecommitdiff
path: root/StardewInjector/App.config
diff options
context:
space:
mode:
authorClxS <slxxls92@gmail.com>2016-03-05 12:14:53 +0000
committerClxS <slxxls92@gmail.com>2016-03-05 12:14:53 +0000
commitb417604466da840c1f0a4e38aeb0f63ce28d2cdf (patch)
treecd04698081f6a8d943db854d88a7aaa17081d05e /StardewInjector/App.config
parented3bf29600d3e8e7cb88629bfe6da9db6339c6a8 (diff)
downloadSMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.gz
SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.bz2
SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.zip
Removed StardewInjector. That'll go in it's own testing branch when we get around trying to integrate it.
Diffstat (limited to 'StardewInjector/App.config')
-rw-r--r--StardewInjector/App.config15
1 files changed, 0 insertions, 15 deletions
diff --git a/StardewInjector/App.config b/StardewInjector/App.config
deleted file mode 100644
index f1914205..00000000
--- a/StardewInjector/App.config
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>