Skip to content

VS: Only link cs files when they're not in binary dir

Robert Dailey requested to merge rcdailey/cmake:csharp-link-file into master

When *.cs files are provided, do not generate a <Link> element in the csproj project if those files are descendents of CMAKE_BINARY_DIR. This comparison happens for each file.

EDIT: For reference, there is related discussion on the developer mailing list:

Edited by Brad King

Merge request reports