how and where do i add the icon for my uwp universal media player application on visual studio community 2019

Anonymous
2020-06-07T03:50:18.08+00:00

![9273-screenshot-17-li.jpg][1] [1]: /api/attachments/9273-screenshot-17-li.jpg?platform=QnA how and where do i add the icon for my uwp universal media player application on visual studio community 2019

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Xiaodi Yan 876 Reputation points MVP
    2020-06-07T04:15:24.093+00:00

    Please see the MS docs: https://learn.microsoft.com/en-us/windows/uwp/design/style/app-icons-and-logos
    Basically, you need to update the manifest file.

    0 comments No comments

  2. Matt Lacey 791 Reputation points MVP
    2020-06-07T08:50:38.203+00:00

    UWP apps do not have a way of setting the icon for the .exe file, but this doesn't matter. The icon that will be seen when the app is installed is specified in the Visual Assets tab of the appxmanifest file.

    0 comments No comments