Skip to content

VS: Fix MANIFESTUAC link flag map to .vcxproj elements

seems UACExecutionLevel and UACUIAccess link flag options missing MANIFESTUAC: prefix , visual studio generator will create invalid value for these two options. this misc patch address this. msvc linker also allow /MANIFESTUAC:"level='asInvoker' uiAccess='true'" style arguments which currently not supported , a document tips may be friendly .

Fixes: #16563 (closed)
Topic-rename: vs-manifestuac-flag-map

Edited by Brad King

Merge request reports