Windows RT and c#

后端 未结 3 980
说谎
说谎 2020-12-15 12:03

I need to develop Metro style application using C# and XAML which has to work on Windows RT devices and full Windows 8 OS. So I\'m allowed to use only WinRT without any .net

3条回答
  •  失恋的感觉
    2020-12-15 12:47

    If you make your libraries portable class libraries, you can use them for desktop, metro, and phone apps (and xbox too). You can choose this when you start a library, or in the project's properties. It makes it easier to write cross platform apps within the mircrosoft ecosystem.

提交回复
热议问题