Skip to content

VS: Disallow ReferenceOutputAssembly in ProjectReference if not possible

Bastien Schatt requested to merge bschatt/cmake:ProjectReference into master

Explicitly turn off ReferenceOutputAssembly in ProjectReference elements naming other project files whose types do not produce assemblies. We already do this for C# but it makes sense for other languages too.

Fixes: #17906 (closed)
Topic-rename: vs-conditional-reference-assembly

Edited by Brad King

Merge request reports