简体   繁体   中英

Windows Phone 8 SDK in VS2012, icons?

Where can I change Icons for my App in VS2012 for Windows Phone 8?

How can I open WMAppManifest.xml in Visual Editor? Is it availble in Express edition?

Under the properties project folder, double click WMAppManifest.xml. It should be open up in it's own editor.

Edit: Right-Click WMAppManifest.xml and select View Designer.

If you open WMAppManifest.xml file in xml editor you can find this line:

<IconPath IsRelative="true" IsResource="false">ApplicationIcon.png</IconPath>

This is a path to application icon. Just change it.

The visual designer is available in VS2012Express.

If "View Designer" isn't opening it with the designer, try right clicking on it, selecting "Open With" and then choose "Windows Phone Manifest Designer".
If that option doesn't work or is missing it would suggest a problem with the install. The first step in trying to address this would be to repair the install of the SDK.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM