0
votes

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?

1
Of course its possible, but that can't be your real question? You can always just rewrite the relevant code for your new platform...BradleyDotNET

1 Answers

1
votes

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)