From: Magnus Jacobsson Date: Mon, 12 Jul 2021 14:26:45 +0000 (+0200) Subject: add MSBuild project reference to gvc for dotgen X-Git-Tag: 2.48.0~1^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdd05882edd93f92984ad607285942ba407a6241;p=graphviz 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. --- diff --git a/lib/dotgen/gvdotgen.vcxproj b/lib/dotgen/gvdotgen.vcxproj index 2ee496563..41ba08e46 100644 --- a/lib/dotgen/gvdotgen.vcxproj +++ b/lib/dotgen/gvdotgen.vcxproj @@ -110,6 +110,11 @@ + + + {15229511-9f6c-48a5-9194-660ca6492563} + +