-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Project refactoring: now TypeNameMappings on desktop is gone. (#184)
`JavaNativeTypeManager` is gone directly into `Mono.Android.csproj` and `Java.Interop.Tools.JavaCallableWrappers.csproj`. Most of the shared `NamingCustomAttributes` references are gone, because `Java.Interop.Tools.JavaCallableWrappers` references it and it is referenced almost everywhere. Other than that, `NamingCustomAttributes.shproj` is only in `Mono.Android.csproj` and `Xamarin.Android.Tools.JavadocImporter` (could not be removed due to visibility issue, so there are still duplicates). In addition, there is no need to have `#if GENERATOR` etc. so removed them except for `HAVE_CECIL`. And removed extra partial code blocks that use `HAVE_CECIL` for future source split.
- Loading branch information
1 parent
6c1053c
commit f375048
Showing
5 changed files
with
32 additions
and
33 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
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
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
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
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