Is there somebody able to explain me what is the difference between :
- .NET MAUI Application
- .NET MAUI Multi-project App
The official MAUI Windows page doesn't mention the second project's model : https://learn.microsoft.com/en-us/dotnet/maui/get-started/first-app?pivots=devices-windows&view=net-maui-8.0&tabs=vswin.
When I worked with Xamarin solution last year there was a project for each platform in my xamarin Solution. Then, when I started on MAUI this january, I followed a guide which explains that the new MAUI solution has only one project with folder for different platform (first point). So I worked with this kind of project.
And now, because I needed to create a "test project" (for tutorial goal), I'm discovering the ".NET MAUI Multi-project App project" model, which contains a project by platform...
Is someone able to explain me what's going on ? What are the fundamentals differences between these 2 MAUI projects model ?
I'm expecting to understand what is the good choice to do in order to adapt my Xamarin (for android) app to an MAUI (for android) App