From 4c3ae950c6be0840e98d1328eeca9effca9c3807 Mon Sep 17 00:00:00 2001
From: Jesse Plamondon-Willard <github@jplamondonw.com>
Date: Fri, 15 Dec 2017 23:28:16 -0500
Subject: rm unneeded assembly references (#409)

---
 src/SMAPI/StardewModdingAPI.csproj | 7 -------
 1 file changed, 7 deletions(-)

(limited to 'src/SMAPI')

diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 0e8ccaa3..f76ac439 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -79,13 +79,6 @@
       <Private>True</Private>
     </Reference>
     <Reference Include="System.Windows.Forms" Condition="$(OS) == 'Windows_NT'" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" Condition="$(OS) == 'Windows_NT'" />
-    <Reference Include="Mono.CSharp" Condition="$(OS) != 'Windows_NT'">
-      <Private>True</Private>
-    </Reference>
-    <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-- 
cgit