]> granicus.if.org Git - graphviz/commitdiff
add sgd.[ch] to vxproj files
authorJohn Ellson <ellson@research.att.com>
Mon, 6 Apr 2020 17:11:24 +0000 (13:11 -0400)
committerJohn Ellson <ellson@research.att.com>
Mon, 6 Apr 2020 17:11:24 +0000 (13:11 -0400)
lib/neatogen/gvneatogen.vcxproj
lib/neatogen/gvneatogen.vcxproj.filters

index 067a75990faa577e6e359659e9005ef588c444b0..8c923f245d4a317655957e3eb30eb78fd5e8368b 100644 (file)
     <ClInclude Include="poly.h" />
     <ClInclude Include="quad_prog_solver.h" />
     <ClInclude Include="quad_prog_vpsc.h" />
+    <ClInclude Include="sgd.h" />
     <ClInclude Include="site.h" />
     <ClInclude Include="sparsegraph.h" />
     <ClInclude Include="stress.h" />
     <ClCompile Include="printvis.c" />
     <ClCompile Include="quad_prog_solve.c" />
     <ClCompile Include="quad_prog_vpsc.c" />
+    <ClCompile Include="sgd.c" />
     <ClCompile Include="site.c" />
     <ClCompile Include="smart_ini_x.c" />
     <ClCompile Include="solve.c" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
index 580626c11a1253fecda9441076f0619c8c02926d..bb31136e76bf45226e92444bb3324e74aa53197d 100644 (file)
@@ -99,6 +99,9 @@
     <ClInclude Include="quad_prog_vpsc.h">
       <Filter>Header Files</Filter>
     </ClInclude>
+    <ClInclude Include="sgd.h">
+      <Filter>Header Files</Filter>
+    </ClInclude>
     <ClInclude Include="site.h">
       <Filter>Header Files</Filter>
     </ClInclude>
     <ClCompile Include="quad_prog_vpsc.c">
       <Filter>Source Files</Filter>
     </ClCompile>
+    <ClCompile Include="sgd.c">
+      <Filter>Source Files</Filter>
+    </ClCompile>
     <ClCompile Include="site.c">
       <Filter>Source Files</Filter>
     </ClCompile>
       <Filter>Source Files</Filter>
     </ClCompile>
   </ItemGroup>
-</Project>
\ No newline at end of file
+</Project>