VS: Fix target output paths in SDK-style projects
Set the AppendTargetFrameworkToOutputPath
property to false
so that
MSBuild does not append anything extra to our standard target output
paths. This fixes the INSTALL
target, among other things.
Fixes: #23989 (closed)
Topic-rename: vs-dotnet-sdk-output-paths
Edited by Brad King