Home > Net >  Modify Manifest File Win32 Visual Studio 2022
Modify Manifest File Win32 Visual Studio 2022

Time:05-03

How do I "modify / generate" a Assembly Manifests File for a Win32 application in Visual Studio 2022.

Project Properties -> Win32 Resources -> Manifest Path is set to > "Embed manifest with default settings" I could set it to use custom manifest but what I would like to do is get the one with the default settings and then modify it, but where would I be able to find the one with the default settings?

CodePudding user response:

Solution explorer > Add New Item > Application Manifest File.

app manifest

  • Related