MSVC: Restore support for non-incremental linking with v100 toolset and older
Since !8245 (merged) we use /MANIFEST:EMBED
, but that is not supported by older MSVC linkers.
Restore use of the standalone manifest tool.
Update Tests/MSManifest
to recognize dpiAwareness
in the manifest
content as written by MSVC v100 tooling.
Fixes: #26179 (closed)
Topic-rename: msvc-v100-manifest-tooling
Edited by Brad King