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.