mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
Enables setting the visual studio project property for Manifests, controlling the DPI Aware setting.
7 lines
194 B
ReStructuredText
7 lines
194 B
ReStructuredText
vs-dpi-aware
|
|
------------
|
|
|
|
* The :prop_tgt:`VS_DPI_AWARE` target property was added to tell
|
|
:ref:`Visual Studio Generators` to set the ``EnableDpiAwareness``
|
|
property in ``.vcxproj`` files.
|