So recently I downloaded Visual Studio 2017 and came across the Multiplatform Application (Xamarim.Forms or Native), when I create it it is generated 4 projects. The App1; App1.Droid; App1.IOS; App1.UWP (Universal Windows Plataform)
.
I do not quite understand Xamarin, but I imagine that what I do in the App1 project will be compiled for all other platforms, however I would like to open MainPage.axml and App.axml in designer mode so that I can visually edit, but I can only do this with the MainPage.axml and App.axml of the project for UWP. I would like to know how to open the main project files.