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

lib/fdpgen/gvfdpgen.vcxproj

index 3480f89eb70e708fede511d5d65a8a60d6061367..3c08cd32d2e8897484e53a9b1735790da4b2f8c4 100644 (file)
     <ClCompile Include="tlayout.c" />
     <ClCompile Include="xlayout.c" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\version\version.vcxproj">
+      <Project>{320318af-81fb-446a-9db4-7d561f712761}</Project>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>