diff options
Diffstat (limited to 'StardewInjector/bin/Debug/StardewInjector.dll.config')
-rw-r--r-- | StardewInjector/bin/Debug/StardewInjector.dll.config | 15 |
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> |