summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-08 13:58:37 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-08 13:58:37 -0400
commit0079110870e4944e734be507ede91e7b0b655df6 (patch)
treefd2e333c9c0e49b1138fadc75afed2510dc102fd /src/SMAPI/StardewModdingAPI.csproj
parentbefeafd31d7a3351cb138c210b26f126716d05f0 (diff)
downloadSMAPI-0079110870e4944e734be507ede91e7b0b655df6.tar.gz
SMAPI-0079110870e4944e734be507ede91e7b0b655df6.tar.bz2
SMAPI-0079110870e4944e734be507ede91e7b0b655df6.zip
encapsulate type reference comparison
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index c13f5e30..57c2c9e8 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -110,6 +110,7 @@
<Compile Include="Framework\ContentManagers\IContentManager.cs" />
<Compile Include="Framework\ContentManagers\ModContentManager.cs" />
<Compile Include="Framework\Models\ModFolderExport.cs" />
+ <Compile Include="Framework\ModLoading\TypeReferenceComparer.cs" />
<Compile Include="Framework\Patching\GamePatcher.cs" />
<Compile Include="Framework\Patching\IHarmonyPatch.cs" />
<Compile Include="Framework\Serialisation\ColorConverter.cs" />