Can Poyrazoğlu
Can Poyrazoğlu

Reputation: 34840

Where to set Windows Phone 8 icons in Visual Studio 2012

I've upgraded a Windows Phone 7 app to Windows Phone 8/VS2012, and now I can't find where to set up application icons. Weird enough, there is almost no resource on the web about where to set up application icons for my app before publishing. In VS2010/WP7, it was trivial. Now, I've searched almost everywhere and couldn't find anything related to icons. The only one that I can set is the store icon (300x300) via right click and opening marketplace test kit. Either I am too dumb to find it, or it is really somewhere hidden in Visual Studio 2012. How do I edit the icons for my Windows Phone 8 app in Visual Studio 2012?

Thanks,

Can.

Upvotes: 11

Views: 11755

Answers (1)

user530189
user530189

Reputation:

Look for the "WMAppManifest.xml" file under the "Properties" node of the project in Solution Explorer and double click it. That should open a visual editor that allows you to choose the various application and tile icons along with changing other properties in the manifest.

Upvotes: 21

Related Questions