How to add manifest info into delphi project

前端 未结 3 1168
离开以前
离开以前 2020-11-30 03:46

What is the easiest way to add the manifest info to a Delphi XE project (.exe)?

Is it possible to add just the required node

3条回答
  •  生来不讨喜
    2020-11-30 04:06

    You should add the entire manifest. You'll need to disable the IDE generated version in the project.

    The advantage of this is that you will have full and transparent control of your manifest. For example you may want to add a DPI aware entry so that your app looks good at higher font scaling values.

提交回复
热议问题