summaryrefslogtreecommitdiff
path: root/src/SMAPI/StardewModdingAPI.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-13 23:47:24 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-13 23:47:24 -0400
commit45f4f85b7e74e0cffd345310d6aabc95c12dac26 (patch)
tree902b7a796d84060aeb9981d8b12bcd864237437e /src/SMAPI/StardewModdingAPI.csproj
parent504733dec7d629335b83841af38cd5da91d5231f (diff)
downloadSMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.tar.gz
SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.tar.bz2
SMAPI-45f4f85b7e74e0cffd345310d6aabc95c12dac26.zip
add MacOS detection
Diffstat (limited to 'src/SMAPI/StardewModdingAPI.csproj')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 6e9d0d9c..9b4a496e 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -72,7 +72,6 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
- <Reference Include="System.Management" Condition="$(OS) == 'Windows_NT'" />
<Reference Include="System.Numerics">
<Private>True</Private>
</Reference>
@@ -110,7 +109,6 @@
<Compile Include="Framework\ModLoading\IInstructionHandler.cs" />
<Compile Include="Framework\ModLoading\IncompatibleInstructionException.cs" />
<Compile Include="Framework\ModLoading\InstructionHandleResult.cs" />
- <Compile Include="Framework\ModLoading\Platform.cs" />
<Compile Include="Framework\ModLoading\PlatformAssemblyMap.cs" />
<Compile Include="Framework\ModLoading\RewriteHelper.cs" />
<Compile Include="Framework\ModLoading\Rewriters\FieldReplaceRewriter.cs" />