summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-02 18:22:04 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-02 18:22:04 -0400
commitde74b038e4c15d393de8828c89814ef7eaefe507 (patch)
tree811f095ed6d95a0d08da8511b6ccc0b5e9dc7825 /src/SMAPI/StardewModdingAPI.csproj
parentb6cda8f0d32898f34b5c7dc703a85aa823c317ce (diff)
downloadSMAPI-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.csproj1
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" />