VS: Suppress MSBuild default link flags not specified by project or user MSBuild adds some `link` flags by default, but for CMake they may not match what's produced by command-line generators. If these flags are not specified by the project or user, suppress them. Fixes: #27004