diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-12 00:09:28 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-12-12 00:09:28 -0500 |
commit | 7d644aeabee63c0d51d4e89360d2fdab0e51b8be (patch) | |
tree | 7fdce283e744c149f8dd90d05e907ea8247cdc94 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 2c909f26fcf48fc1de7f3b23f5f83d28d4a5e253 (diff) | |
download | SMAPI-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.csproj | 1 |
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" /> |