From 31263bb02c0100df138b290f960909b31a0e45bf Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 28 Aug 2025 10:01:47 -0500 Subject: [PATCH] [build] remove old Xamarin.Android build settings Reviewing `Java.Interop`'s build, I noticed some things we can delete now: * Checking for `$(XABuild)`, as this is no longer used * Checking for `$(TargetFramework)=monoandroid10` --- src/Java.Interop/Java.Interop.csproj | 2 +- src/Java.Interop/Java.Interop.targets | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/src/Java.Interop/Java.Interop.csproj b/src/Java.Interop/Java.Interop.csproj index 6feda898b..78cd1056e 100644 --- a/src/Java.Interop/Java.Interop.csproj +++ b/src/Java.Interop/Java.Interop.csproj @@ -4,7 +4,7 @@ ..\..\bin\Build$(Configuration)\XAConfig.props - + $(DotNetTargetFramework) diff --git a/src/Java.Interop/Java.Interop.targets b/src/Java.Interop/Java.Interop.targets index 25a568b76..32a234c1b 100644 --- a/src/Java.Interop/Java.Interop.targets +++ b/src/Java.Interop/Java.Interop.targets @@ -32,22 +32,4 @@ - - - - - - - - - - - - - \ No newline at end of file