diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-23 20:44:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-07-23 20:44:28 -0400 |
commit | 586b50dc84aae875306e39060af0dd30f7d12858 (patch) | |
tree | 72aa9e1aed95244cb000d01bca65c513c9c54e31 /src/StardewModdingAPI/StardewModdingAPI.csproj | |
parent | 65e820c657e112617399737e83746bf48eb42635 (diff) | |
parent | 64facdd439b4d924d7214bb2d9f6fd72e009dd42 (diff) | |
download | SMAPI-586b50dc84aae875306e39060af0dd30f7d12858.tar.gz SMAPI-586b50dc84aae875306e39060af0dd30f7d12858.tar.bz2 SMAPI-586b50dc84aae875306e39060af0dd30f7d12858.zip |
Merge branch 'feature/355-asset-cache-invalidation' into develop
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/StardewModdingAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj index 4cef91d9..8bbafca1 100644 --- a/src/StardewModdingAPI/StardewModdingAPI.csproj +++ b/src/StardewModdingAPI/StardewModdingAPI.csproj @@ -91,6 +91,7 @@ <Link>Properties\GlobalAssemblyInfo.cs</Link> </Compile> <Compile Include="Command.cs" /> + <Compile Include="Metadata\CoreAssets.cs" /> <Compile Include="ContentSource.cs" /> <Compile Include="Events\ContentEvents.cs" /> <Compile Include="Events\EventArgsInput.cs" /> |