VS: Tell VS 16.4 not to verify CMake-provided custom command outputs
Extend the fix from !3860 (merged) to apply to outputs in CMake-provided targets like install
. Simply mark these outputs as SYMBOLIC
too since they are not actually generated.
Fixes: #19737 (closed)