0

My Visual studio project only has only a Package.appxmanifest but I need to add to the app.manifest.

It is straight forward to add the app manifest and this setting but how do you tell the app to use it?

In older projects you would go into project properties but this only lists the appxmanifest which is a different structure

1 Answers1

0

Unfortunately, the Package.appxmanifest was the new implementation for the app manifest and adding the old manifest file will have no impact on the application.

James Croft
  • 1,680
  • 13
  • 25
  • Thank you for for that - I kind of guessed that would be the case and Its great that you have given me the time to confirm this. Very much appreciated – Andrew Thompson Jan 11 '16 at 11:27