summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-12-12 00:09:28 -0500
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-12-12 00:09:28 -0500
commit7d644aeabee63c0d51d4e89360d2fdab0e51b8be (patch)
tree7fdce283e744c149f8dd90d05e907ea8247cdc94 /src/SMAPI/StardewModdingAPI.csproj
parent2c909f26fcf48fc1de7f3b23f5f83d28d4a5e253 (diff)
downloadSMAPI-7d644aeabee63c0d51d4e89360d2fdab0e51b8be.tar.gz
SMAPI-7d644aeabee63c0d51d4e89360d2fdab0e51b8be.tar.bz2
SMAPI-7d644aeabee63c0d51d4e89360d2fdab0e51b8be.zip
switch to simpler approach for mod-provided APIs (#409)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 579ed487..0db94843 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -114,7 +114,6 @@
<Compile Include="IReflectedField.cs" />
<Compile Include="IReflectedMethod.cs" />
<Compile Include="IReflectedProperty.cs" />
- <Compile Include="IModProvidedApi.cs" />
<Compile Include="Metadata\CoreAssets.cs" />
<Compile Include="ContentSource.cs" />
<Compile Include="Events\ContentEvents.cs" />