CommunityToolkit / Maui.NativeLibraryInterop

Maui.NativeLibraryInterop is a community-created library of binding samples to help .NET MAUI developers interop with native libraries more easily
MIT License
181 stars 28 forks source link

Use `bin` as default output dir for native projects #27

Closed pjcollins closed 5 months ago

pjcollins commented 5 months ago

$(GradleProjectBuildDirectory) and $(XcodeProjectBuildDirectory) props have been added to control the name of the output directory of native builds. The default value is now bin, to better match .NET project outputs.

The android and macios targets now hook into the Clean target to ensure native project outputs are removed when Clean is ran.