diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-16 22:17:58 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-03-16 22:17:58 -0400 |
commit | 0d762faf603aac417a382ec680aaabdf7248493b (patch) | |
tree | da05052ddeb77244746941b87b4f80afaefc4fb8 /src/SMAPI/StardewModdingAPI.csproj | |
parent | ebc6911301018f4c09a5325c06b96b08610570dd (diff) | |
download | SMAPI-0d762faf603aac417a382ec680aaabdf7248493b.tar.gz SMAPI-0d762faf603aac417a382ec680aaabdf7248493b.tar.bz2 SMAPI-0d762faf603aac417a382ec680aaabdf7248493b.zip |
add support for suppressing warnings in mod DB
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 6692bc02..b6562eca 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -228,7 +228,6 @@ <Compile Include="Framework\ModLoading\IInstructionHandler.cs" /> <Compile Include="Framework\ModLoading\IncompatibleInstructionException.cs" /> <Compile Include="Framework\ModLoading\InstructionHandleResult.cs" /> - <Compile Include="Framework\ModLoading\ModWarning.cs" /> <Compile Include="Framework\ModLoading\PlatformAssemblyMap.cs" /> <Compile Include="Framework\ModLoading\RewriteHelper.cs" /> <Compile Include="Framework\ModLoading\Rewriters\FieldReplaceRewriter.cs" /> |