summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 20:48:02 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-03-14 20:48:02 -0400
commit104aa314127bd816d5dbcac8c57ecb84b12f20d1 (patch)
tree5aae5fe3442a84c92d2e25688bedf52682f73ba7 /src/StardewModdingAPI/StardewModdingAPI.csproj
parent33df1e8c94aef9cb5517524cde1edbef0cefaf9f (diff)
downloadSMAPI-104aa314127bd816d5dbcac8c57ecb84b12f20d1.tar.gz
SMAPI-104aa314127bd816d5dbcac8c57ecb84b12f20d1.tar.bz2
SMAPI-104aa314127bd816d5dbcac8c57ecb84b12f20d1.zip
let players override SMAPI incompatible-code detection if needed
Diffstat (limited to 'src/StardewModdingAPI/StardewModdingAPI.csproj')
-rw-r--r--src/StardewModdingAPI/StardewModdingAPI.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/StardewModdingAPI/StardewModdingAPI.csproj b/src/StardewModdingAPI/StardewModdingAPI.csproj
index 99666f08..091b3d90 100644
--- a/src/StardewModdingAPI/StardewModdingAPI.csproj
+++ b/src/StardewModdingAPI/StardewModdingAPI.csproj
@@ -154,6 +154,7 @@
<Compile Include="Framework\Logging\ConsoleInterceptionManager.cs" />
<Compile Include="Framework\Logging\InterceptingTextWriter.cs" />
<Compile Include="Framework\CommandHelper.cs" />
+ <Compile Include="Framework\Models\ModCompatibilityType.cs" />
<Compile Include="Framework\Models\SConfig.cs" />
<Compile Include="Framework\Reflection\PrivateProperty.cs" />
<Compile Include="Framework\RequestExitDelegate.cs" />
@@ -176,7 +177,7 @@
<Compile Include="Framework\DeprecationLevel.cs" />
<Compile Include="Framework\DeprecationManager.cs" />
<Compile Include="Framework\InternalExtensions.cs" />
- <Compile Include="Framework\Models\IncompatibleMod.cs" />
+ <Compile Include="Framework\Models\ModCompatibility.cs" />
<Compile Include="Framework\AssemblyLoader.cs" />
<Compile Include="Framework\Reflection\CacheEntry.cs" />
<Compile Include="Framework\Reflection\PrivateField.cs" />