diff options
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/common.targets b/build/common.targets index e9667bf5..50ade0f7 100644 --- a/build/common.targets +++ b/build/common.targets @@ -30,11 +30,6 @@ <DefineConstants Condition="$(OS) == 'Windows_NT'">$(DefineConstants);SMAPI_FOR_WINDOWS</DefineConstants> </PropertyGroup> - <!-- add common references --> - <ItemGroup> - <Reference Condition="'$(OS)' == 'Windows_NT' AND '$(MSBuildProjectName)' != 'SMAPI.Toolkit' AND '$(MSBuildProjectName)' != 'SMAPI.Toolkit.CoreInterfaces'" Include="System.Management" /> - </ItemGroup> - <!-- add game references--> <Choose> <When Condition="'$(MSBuildProjectName)' == 'SMAPI' OR '$(MSBuildProjectName)' == 'SMAPI.Mods.ConsoleCommands' OR '$(MSBuildProjectName)' == 'SMAPI.Mods.SaveBackup' OR '$(MSBuildProjectName)' == 'SMAPI.Tests'"> |