alextran
alextran

Reputation: 161

Porting/Migrating Windows Phone 8.1 Project to Windows 10 UWP Projects

I have an existing WP8.1 project. This project is incomplete and I want to port it to UWP project because I am working with Visual Studio 2017 which does not support Windows Phone apps.

How can I migrate my existing WP8.1 app to UWP?

Upvotes: 0

Views: 254

Answers (1)

Marian Dolinský
Marian Dolinský

Reputation: 3492

There are some articles about migrating apps to UWP on MSDN and Windows Dev Center:

Move from Windows Runtime 8.x to UWP

Migrate apps to the Universal Windows Platform (UWP)

Upvotes: 1

Related Questions