[msbuild] Remove unnecessary properties in Xamarin.Mac.Common.targets. (#10080)

The _ACTool_PartialAppManifestCache and _ACTool_BundleResourceCache are
duplicated (merge conflict resolution failure?), and also already present in
Xamarin.Shared.targets, so just remove these definitions.
This commit is contained in:
Rolf Bjarne Kvinge 2020-11-11 11:06:42 +01:00 коммит произвёл GitHub
Родитель bbc81dd80c
Коммит cd362f8ffa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 12 удалений

Просмотреть файл

@ -40,18 +40,6 @@ Copyright (C) 2014 Xamarin. All rights reserved.
<AppBundleExtension Condition="'$(AppBundleExtension)' == ''">.app</AppBundleExtension>
</PropertyGroup>
<PropertyGroup>
<!-- actool output caches -->
<_ACTool_PartialAppManifestCache>$(IntermediateOutputPath)actool\_PartialAppManifest.items</_ACTool_PartialAppManifestCache>
<_ACTool_BundleResourceCache>$(IntermediateOutputPath)actool\_BundleResourceWithLogicalName.items</_ACTool_BundleResourceCache>
</PropertyGroup>
<PropertyGroup>
<!-- actool output caches -->
<_ACTool_PartialAppManifestCache>$(IntermediateOutputPath)actool\_PartialAppManifest.items</_ACTool_PartialAppManifestCache>
<_ACTool_BundleResourceCache>$(IntermediateOutputPath)actool\_BundleResourceWithLogicalName.items</_ACTool_BundleResourceCache>
</PropertyGroup>
<PropertyGroup Condition="'$(_UsingXamarinSdk)' != 'true'">
<BuildDependsOn>