diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 22:52:28 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-12 22:52:28 -0400 |
commit | b9036f212e7898f9cd13006024d63aec61d50ed6 (patch) | |
tree | 7d7f604e6c84c1f552a3a73b966834ff015fae90 /src/SMAPI/StardewModdingAPI.csproj | |
parent | 803a36133dc2e68662b16cea713eaa2ceaf2b924 (diff) | |
download | SMAPI-b9036f212e7898f9cd13006024d63aec61d50ed6.tar.gz SMAPI-b9036f212e7898f9cd13006024d63aec61d50ed6.tar.bz2 SMAPI-b9036f212e7898f9cd13006024d63aec61d50ed6.zip |
group mod warnings in console
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index 01d5aaf1..19c1e6fe 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -113,6 +113,7 @@ <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" /> |