Skip to content

VS: Fix target output paths in SDK-style projects

elksson requested to merge elksson/cmake:elksson-master-patch-48617 into master

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

Merge request reports