-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] make designer MSBuild targets a no-op (#…
…9473) Context: https://developercommunity.visualstudio.com/t/XamarinAndroid-Designer---Replacement/10728132 As the Android designer is no longer supported in Visual Studio, we can remove the MSBuild logic for the following targets: * `GetExtraLibraryLocationsForDesigner` * `SetupDependenciesForDesigner` Since these are public MSBuild target names, we should probably leave them in and "do nothing". This also will simplify things if we ever refactor `<GenerateJavaStubs/>` and friends as this removes a caller. I also removed the `DesignerTests.cs` file that was testing these.
- Loading branch information
1 parent
ea6734f
commit 13b7378
Showing
3 changed files
with
3 additions
and
514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.