Debhere
Debhere

Reputation: 1075

WMAppManifest.xml is missing from Windows Phone 8.1 Apps building

Recently I have upgraded Visual Studio 2013 update 2. There are lot of changes in this huge update and one among this update is Windows Phone 8.1 Apps you can start building now.

Currently I am developing an apps for which I need to configure certain value in WMAppManifest.xml file. Even in MSDN says that the file is under Properties but I could not find any. http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509(v=vs.105).aspx

Amazingly this entire file is missing and the value I want to change is not there any more. Has anybody faced this issue and ay work around of how to find out the location of this file? Is it renamed. I googled but failed to get what I was looking at. If anybody guide me that will be great.

Thanks

Upvotes: 2

Views: 4541

Answers (1)

Igor Kulman
Igor Kulman

Reputation: 16361

The WMAppManifest.xml file is only for Silverlight app and my guess is you created a Windows Phone 8.1 XAML app. The file you need is Package.appxmanifest, it contains more or less the same settings as WMAppManifest.xml used for Silverlight apps.

Upvotes: 9

Related Questions