diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-13 23:47:24 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-13 23:47:24 -0400 |
commit | 45f4f85b7e74e0cffd345310d6aabc95c12dac26 (patch) | |
tree | 902b7a796d84060aeb9981d8b12bcd864237437e /src/SMAPI/StardewModdingAPI.csproj | |
parent | 504733dec7d629335b83841af38cd5da91d5231f (diff) | |
download | SMAPI-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.csproj | 2 |
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" /> |