How to migrate .sln project from windows VS to mac VS?

Roman Rusz 21 Reputation points
2021-03-08T12:49:55.397+00:00

Hello,

I working on my xamaring wearable project in Visual Studio 2019 on windows, but I need to transfer this project to Visual Studio for mac. Simply what I try is copy my app folder to mac and open .sln file - but nothing happend, I can't se my project on VS.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,296 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Denys de Marcoussis 1 Reputation point
    2021-03-12T14:42:33.007+00:00

    Unfortunately I think it's not possible except for a "console" application.
    WindowsForms are not accessible for MacOs and you have to use InterfaceBuilder.
    I rewrite an application and only keep the analysis.
    Sorry
    Good luck...

    0 comments No comments