diff options
author | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
---|---|---|
committer | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
commit | b417604466da840c1f0a4e38aeb0f63ce28d2cdf (patch) | |
tree | cd04698081f6a8d943db854d88a7aaa17081d05e /StardewInjector/App.config | |
parent | ed3bf29600d3e8e7cb88629bfe6da9db6339c6a8 (diff) | |
download | SMAPI-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.config | 15 |
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> |