]> granicus.if.org Git - graphviz/commit
add MSBuild project reference to gvc for dotgen
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 12 Jul 2021 14:26:45 +0000 (16:26 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 14 Jul 2021 09:18:43 +0000 (11:18 +0200)
commitfdd05882edd93f92984ad607285942ba407a6241
tree8e29dfd21a11ffe979403c810749c086dbe2dd84
parent2d7bfdf62179cedac4eebd1b8036e991c4830cf7
add MSBuild project reference to gvc for dotgen

This is step 1 of 4 in replacing ortho with gvc as a link dependency
for dotgen. It ensures the correct build order under all
circumstances, also when dotgen is built stand-alone. Just a link
dependency is not enough which does not cause the link 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/dotgen/gvdotgen.vcxproj