Skip to content

Commit 68da9e9

Browse files
[build] remove Xamarin.Android.CSharp.targets (#9609)
Remove `Xamarin.Android.CSharp.targets` as this file is only used in Xamarin.Android projects. SDK-style projects rely on "magical" imports when you have `$(TargetPlatformIdentifier)=android`, and so projects do not ever import this file directly. Removing this file led me to find other files we can delete: * `build-tools\scripts\MonoAndroidFramework.props` imported by some Xamarin.Android projects in the repo. * `samples\VSAndroidApp` unused Xamarin.Android sample * `tests\Mono.Android-Tests\Runtime-AppBundle` unused Xamarin.Android test project * `tests\Mono.Android-Tests\Runtime-MultiDex` unused Xamarin.Android test project I also removed any Xamarin.Android `.csproj` file, where I found a ".NET" equivalent. We could likely remove even more in the future, but we'd want to check if the code or tests could be useful.
1 parent fc88da7 commit 68da9e9

File tree

54 files changed

+0
-1621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+0
-1621
lines changed

build-tools/scripts/MonoAndroidFramework.props

Lines changed: 0 additions & 31 deletions
This file was deleted.

build-tools/scripts/MonoAndroidFramework.targets

Lines changed: 0 additions & 48 deletions
This file was deleted.

samples/HelloWorld/HelloLibrary/HelloLibrary.csproj

Lines changed: 0 additions & 78 deletions
This file was deleted.

samples/HelloWorld/HelloWorld/HelloWorld.csproj

Lines changed: 0 additions & 81 deletions
This file was deleted.

samples/VSAndroidApp/Assets/AboutAssets.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

samples/VSAndroidApp/MainActivity.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

samples/VSAndroidApp/Properties/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

samples/VSAndroidApp/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)