summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-22 22:53:44 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-22 22:53:44 -0400
commitbd04d46dd1d66b30d4f21575bbbd2e541eabcef3 (patch)
treed40fac21157dc7893e3763b34505079171163e5d /src/SMAPI/StardewModdingAPI.csproj
parent3e36af75d59dbd539cfb2c304281f64f1753fc9f (diff)
downloadSMAPI-bd04d46dd1d66b30d4f21575bbbd2e541eabcef3.tar.gz
SMAPI-bd04d46dd1d66b30d4f21575bbbd2e541eabcef3.tar.bz2
SMAPI-bd04d46dd1d66b30d4f21575bbbd2e541eabcef3.zip
refactor content API to fix load errors with decentralised cache (#524)
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 19c1e6fe..e9e0ea54 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -87,6 +87,10 @@
</Compile>
<Compile Include="Events\EventArgsLocationBuildingsChanged.cs" />
<Compile Include="Events\MultiplayerEvents.cs" />
+ <Compile Include="Framework\ContentManagers\BaseContentManager.cs" />
+ <Compile Include="Framework\ContentManagers\GameContentManager.cs" />
+ <Compile Include="Framework\ContentManagers\IContentManager.cs" />
+ <Compile Include="Framework\ContentManagers\ModContentManager.cs" />
<Compile Include="Framework\Events\EventManager.cs" />
<Compile Include="Framework\Events\ManagedEvent.cs" />
<Compile Include="Events\SpecialisedEvents.cs" />
@@ -123,7 +127,6 @@
<Compile Include="Framework\ModLoading\Rewriters\VirtualEntryCallRemover.cs" />
<Compile Include="Framework\ModLoading\Rewriters\MethodParentRewriter.cs" />
<Compile Include="Framework\ModLoading\Rewriters\TypeReferenceRewriter.cs" />
- <Compile Include="Framework\SContentManager.cs" />
<Compile Include="Framework\Exceptions\SAssemblyLoadFailedException.cs" />
<Compile Include="Framework\ModLoading\AssemblyLoadStatus.cs" />
<Compile Include="Framework\Reflection\InterfaceProxyBuilder.cs" />