]> granicus.if.org Git - graphviz/commitdiff
gv2gml: MSBuild: add project reference to gvc
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 20:26:03 +0000 (21:26 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 6 Jan 2022 09:57:12 +0000 (10:57 +0100)
Towards https://gitlab.com/graphviz/graphviz/-/issues/2175.

cmd/tools/gv2gml.vcxproj

index 4934971ad473d988b836543b2a06b7b14574c884..418526d39876d61c0134a9ed86e350b6e15671d6 100644 (file)
   <ItemGroup>
     <ClCompile Include="gv2gml.c" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\..\lib\gvc.vcxproj">
+      <Project>{15229511-9f6c-48a5-9194-660ca6492563}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>