diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-02 18:22:04 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-06-02 18:22:04 -0400 |
commit | de74b038e4c15d393de8828c89814ef7eaefe507 (patch) | |
tree | 811f095ed6d95a0d08da8511b6ccc0b5e9dc7825 /src/SMAPI/StardewModdingAPI.csproj | |
parent | b6cda8f0d32898f34b5c7dc703a85aa823c317ce (diff) | |
download | SMAPI-de74b038e4c15d393de8828c89814ef7eaefe507.tar.gz SMAPI-de74b038e4c15d393de8828c89814ef7eaefe507.tar.bz2 SMAPI-de74b038e4c15d393de8828c89814ef7eaefe507.zip |
move web API client into toolkit (#532)
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 96b3aa5b..a5ccc62d 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -279,7 +279,6 @@ <Compile Include="ITranslationHelper.cs" /> <Compile Include="LogLevel.cs" /> <Compile Include="Framework\ModRegistry.cs" /> - <Compile Include="Framework\WebApiClient.cs" /> <Compile Include="IMonitor.cs" /> <Compile Include="Events\ChangeType.cs" /> <Compile Include="Events\ItemStackChange.cs" /> |