Does Visual Studio 2010 support Metro Metro style apps?

Does Visual Studio 2010 support Metro Metro style apps?

I am going to create a Microsoft WP7 application. I have Visual Studio 2010 and I installed SDK7.1. I don't get the Metro style as an option, so what should I do?

+6
source share
2 answers

You will need to get Visual Studio 11 Dev Preview to get started with Metro applications. The express version can be downloaded in Windows 8 Dev Preview.

+3
source

If you want to create a Windows Phone application, you can use Visual Studio 2010. If you want to create a Windows 8 Metro application, you will need previews of the Windows 8 and Visual Studio 11 developers, as @ Kenneth-Funk mentioned.

Converting a WP7 application to Win 8 Metro is not possible. You have to rewrite as you move from Silverlight to WinRT development.

+3
source

Source: https://habr.com/ru/post/908011/


All Articles