summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-02 18:49:35 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-02 18:49:35 -0500
commitdc4f89acb6cd8f838934b60e8f5645c6145706f8 (patch)
tree68f8bee734d164277f711b8ac54bd1064c0757d6 /src/SMAPI
parentadba8a31977acb4e8e5e1a98d53c12292ac4bff6 (diff)
downloadSMAPI-dc4f89acb6cd8f838934b60e8f5645c6145706f8.tar.gz
SMAPI-dc4f89acb6cd8f838934b60e8f5645c6145706f8.tar.bz2
SMAPI-dc4f89acb6cd8f838934b60e8f5645c6145706f8.zip
remove unneeded file
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/App.config9
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj3
2 files changed, 0 insertions, 12 deletions
diff --git a/src/SMAPI/App.config b/src/SMAPI/App.config
deleted file mode 100644
index 27cdf0f7..00000000
--- a/src/SMAPI/App.config
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
- </startup>
- <runtime>
- <loadFromRemoteSources enabled="true"/>
- </runtime>
-</configuration>
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 605292b2..380ed733 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -234,9 +234,6 @@
<Compile Include="Framework\CursorPosition.cs" />
</ItemGroup>
<ItemGroup>
- <None Include="App.config">
- <SubType>Designer</SubType>
- </None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>