]> granicus.if.org Git - graphviz/commit
add MSBuild project reference to gvc for neatogen
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 12 Jul 2021 14:44:59 +0000 (16:44 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 14 Jul 2021 09:18:43 +0000 (11:18 +0200)
commit2947328b0b106ffbcb3692c2b34941ee35416f86
treed7360271adde01947a9fcf9dc91ceaf3b09f2c61
parentcf2696d2f3d45b4ca71f5eecd26a1747bd773675
add MSBuild project reference to gvc for neatogen

This is step 1 of 4 in replacing ortho with gvc as a link dependency
for neatogen. It ensures the correct build order under all
circumstances, also when neatogen is built stand-alone. Just a link
dependency is not enough which does not cause the dependency to
actually be built.

A project reference is a more modern way of creating a project
dependency than the centralized project dependencies in the solution
file. See https://stackoverflow.com/a/2317017/3122101.

Towards https://gitlab.com/graphviz/graphviz/-/issues/2096.
lib/neatogen/gvneatogen.vcxproj