NotABot
NotABot

Reputation: 526

How to migrate from Windows phone 8.1 to UWP?

I am trying to migrate my windows phone 8.1 app to UWP. After following all the steps for migration, while reloading project, I am getting the following error:

G:\My apps\PhoneApp8\PhoneApp8\phoneapp8.csproj : error : The imported project "C:\Program Files (x86)\MSBuild\Microsoft\Microsoft...Overrides.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. G:\My apps\PhoneApp8\PhoneApp8\phoneapp8.csproj

I am using visual studio 2015 professional. Please help

Upvotes: 2

Views: 307

Answers (2)

Igor Kulman
Igor Kulman

Reputation: 16361

Create a new UWP app, copy your files over and start rewriting code.

Upvotes: 2

Dimitris Michailidis
Dimitris Michailidis

Reputation: 449

Did you create the project in an older Visual Studio version? If yes, you probably have to change the Visual Studio version in the .csproj file. Take a look at this.

Upvotes: 1

Related Questions