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)

Note : this is the same MR as !1956 (merged) because it fixes the same bug with the exact same change.

Edited by Bastien Schatt

Merge request reports