1

I can't see any template for that so how to start a new WinObjc Project ?

user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

3

You don't create a blank app in Visual Studio. You create an Xcode project and then convert it to a UWP app by using the vsimporter tool found here.

mbcrump
  • 974
  • 3
  • 7
  • 15