From 776e4d9d11f30fccc197e816b542edde52fd31ec Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 15 Jun 2020 16:23:43 +0200 Subject: [PATCH] Retarget to Visual Studio 2019 and toolset v142 --- CHANGELOG.md | 4 ++++ cmd/dot/dot.vcxproj | 8 ++++---- cmd/dotty/dotty.vcxproj | 6 +++--- cmd/edgepaint/edgepaint.vcxproj | 6 +++--- cmd/gvmap/gvmap.vcxproj | 6 +++--- cmd/gvpr/gvpr.vcxproj | 8 ++++---- cmd/lneato/lneato.vcxproj | 6 +++--- cmd/mingle/mingle.vcxproj | 6 +++--- cmd/smyrna/smyrna.vcxproj | 6 +++--- cmd/tools/acyclic.vcxproj | 6 +++--- cmd/tools/bcomps.vcxproj | 6 +++--- cmd/tools/ccomps.vcxproj | 6 +++--- cmd/tools/dijkstra.vcxproj | 6 +++--- cmd/tools/gc.vcxproj | 6 +++--- cmd/tools/gml2gv.vcxproj | 6 +++--- cmd/tools/graphml2gv.vcxproj | 6 +++--- cmd/tools/gv2gml.vcxproj | 6 +++--- cmd/tools/gvcolor.vcxproj | 6 +++--- cmd/tools/gvgen.vcxproj | 6 +++--- cmd/tools/gvpack.vcxproj | 6 +++--- cmd/tools/gxl2gv.vcxproj | 8 ++++---- cmd/tools/mm2gv.vcxproj | 6 +++--- cmd/tools/nop.vcxproj | 6 +++--- cmd/tools/sccmap.vcxproj | 6 +++--- cmd/tools/tred.vcxproj | 6 +++--- cmd/tools/unflatten.vcxproj | 6 +++--- contrib/diffimg/diffimg.vcxproj | 6 +++--- contrib/prune/prune.vcxproj | 6 +++--- lib/ast/ast.vcxproj | 6 +++--- lib/cdt/cdt.vcxproj | 6 +++--- lib/cgraph/cgraph.vcxproj | 6 +++--- lib/circogen/gvcircogen.vcxproj | 6 +++--- lib/dotgen/gvdotgen.vcxproj | 6 +++--- lib/edgepaint/edgepaintlib.vcxproj | 6 +++--- lib/edgepaint/lab_gamut.vcxproj | 6 +++--- lib/expr/expr.vcxproj | 6 +++--- lib/fdpgen/gvfdpgen.vcxproj | 6 +++--- lib/glcomp/glcomp.vcxproj | 6 +++--- lib/gvc.vcxproj | 6 +++--- lib/gvpr/gvprlib.vcxproj | 6 +++--- lib/ingraphs/ingraphs.vcxproj | 6 +++--- lib/mingle/minglelib.vcxproj | 6 +++--- lib/neatogen/gvneatogen.vcxproj | 8 ++++---- lib/ortho/gvortho.vcxproj | 6 +++--- lib/osage/osage.vcxproj | 6 +++--- lib/patchwork/gvpatchwork.vcxproj | 6 +++--- lib/pathplan/Pathplan.vcxproj | 6 +++--- lib/rbtree/rbtree.vcxproj | 6 +++--- lib/sfdpgen/sfdp.vcxproj | 6 +++--- lib/sfio/sfio.vcxproj | 6 +++--- lib/sparse/gvsparse.vcxproj | 6 +++--- lib/spine/spine.vcxproj | 10 +++++----- lib/topfish/topfish.vcxproj | 6 +++--- lib/twopigen/gvtwopigen.vcxproj | 6 +++--- lib/vmalloc/vmalloc.vcxproj | 8 ++++---- lib/vpsc/vpsc.vcxproj | 6 +++--- lib/xdot/xdot.vcxproj | 6 +++--- plugin/core/gvplugin_core.vcxproj | 6 +++--- plugin/dot_layout/gvplugin_dot_layout.vcxproj | 6 +++--- plugin/gd/gvplugin_gd.vcxproj | 6 +++--- plugin/gdiplus/gvplugin_gdiplus.vcxproj | 6 +++--- plugin/neato_layout/gvplugin_neato_layout.vcxproj | 6 +++--- plugin/pango/gvplugin_pango.vcxproj | 6 +++--- windows/getopt/getopt.vcxproj | 10 +++++----- 64 files changed, 202 insertions(+), 198 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c279769dc..acf9f68b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - graphviz-2.42.2-ocaml-allow-const-cast.patch - some allocation failures that could previously allow memory corruption now exit +### Changed +- Windows binaries available at https://www2.graphviz.org/Packages/ instead of + https://ci.appveyor.com/project/ellson/graphviz-pl238 + ### Fixed - Released Ubuntu packages does not contain language bindings for Python3 #1737 - Neato's hier mode is broken since v2.44.0 #1726 diff --git a/cmd/dot/dot.vcxproj b/cmd/dot/dot.vcxproj index 683a02b3e..439a325b5 100644 --- a/cmd/dot/dot.vcxproj +++ b/cmd/dot/dot.vcxproj @@ -14,16 +14,16 @@ {A334BA89-79FC-40E4-8D42-4852ECD2505B} dot Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 @@ -164,4 +164,4 @@ - + \ No newline at end of file diff --git a/cmd/dotty/dotty.vcxproj b/cmd/dotty/dotty.vcxproj index 87dc9effa..1a96e4d7a 100644 --- a/cmd/dotty/dotty.vcxproj +++ b/cmd/dotty/dotty.vcxproj @@ -14,16 +14,16 @@ {863A7931-DC7C-47C4-94E6-3D053BFE771A} dotty Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/edgepaint/edgepaint.vcxproj b/cmd/edgepaint/edgepaint.vcxproj index 05c0fab84..ce44811b1 100644 --- a/cmd/edgepaint/edgepaint.vcxproj +++ b/cmd/edgepaint/edgepaint.vcxproj @@ -14,18 +14,18 @@ {B7A03994-C134-4FF7-98B4-97B5579EF13D} edgepaint Win32Proj - 8.1 + 10.0 Application - v140 + v142 Unicode true Application - v140 + v142 Unicode diff --git a/cmd/gvmap/gvmap.vcxproj b/cmd/gvmap/gvmap.vcxproj index e2b199108..b4073c3bd 100644 --- a/cmd/gvmap/gvmap.vcxproj +++ b/cmd/gvmap/gvmap.vcxproj @@ -14,16 +14,16 @@ {10015250-7CFF-45BE-90F3-13648727C0A0} gvmap Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/gvpr/gvpr.vcxproj b/cmd/gvpr/gvpr.vcxproj index 3d5391a44..5f1544e7f 100644 --- a/cmd/gvpr/gvpr.vcxproj +++ b/cmd/gvpr/gvpr.vcxproj @@ -14,16 +14,16 @@ {397C6B2C-B305-4CB2-B8CE-2366B508AB7C} gvpr Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 @@ -129,4 +129,4 @@ - + \ No newline at end of file diff --git a/cmd/lneato/lneato.vcxproj b/cmd/lneato/lneato.vcxproj index 6ed9ae857..f410f8bf0 100644 --- a/cmd/lneato/lneato.vcxproj +++ b/cmd/lneato/lneato.vcxproj @@ -14,16 +14,16 @@ {23D7A1F0-621B-474A-A45F-2490C9935C1E} lneato Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/mingle/mingle.vcxproj b/cmd/mingle/mingle.vcxproj index c8896b6a5..42130c8f4 100644 --- a/cmd/mingle/mingle.vcxproj +++ b/cmd/mingle/mingle.vcxproj @@ -14,18 +14,18 @@ {A6DF0D74-E4D1-4EF4-A642-59B0CF3E74BB} mingle Win32Proj - 8.1 + 10.0 Application - v140 + v142 Unicode true Application - v140 + v142 Unicode diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj index 20b70ef09..b88bd1af8 100644 --- a/cmd/smyrna/smyrna.vcxproj +++ b/cmd/smyrna/smyrna.vcxproj @@ -14,16 +14,16 @@ {13145C00-3694-4342-AFBE-4FAA7E1086BC} smyrna Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/acyclic.vcxproj b/cmd/tools/acyclic.vcxproj index 4d17b4eaa..fc69d7422 100644 --- a/cmd/tools/acyclic.vcxproj +++ b/cmd/tools/acyclic.vcxproj @@ -14,16 +14,16 @@ {E72DB0B2-A9B1-47D0-B6CE-563A20434F6E} acyclic Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/bcomps.vcxproj b/cmd/tools/bcomps.vcxproj index 730270262..fcc1161dc 100644 --- a/cmd/tools/bcomps.vcxproj +++ b/cmd/tools/bcomps.vcxproj @@ -14,16 +14,16 @@ {98127EF3-6289-4251-A057-D7C34B1B67AC} bcomps Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/ccomps.vcxproj b/cmd/tools/ccomps.vcxproj index 23247780b..1571f33c8 100644 --- a/cmd/tools/ccomps.vcxproj +++ b/cmd/tools/ccomps.vcxproj @@ -14,16 +14,16 @@ {1B030847-602F-4095-8FA2-E8B5CF793F60} ccomps Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/dijkstra.vcxproj b/cmd/tools/dijkstra.vcxproj index fd296b623..90df71e6c 100644 --- a/cmd/tools/dijkstra.vcxproj +++ b/cmd/tools/dijkstra.vcxproj @@ -14,16 +14,16 @@ {E7BAB639-AECF-4E03-A0A2-B9C8D25E1AB0} dijkstra Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gc.vcxproj b/cmd/tools/gc.vcxproj index af30b981b..8af472131 100644 --- a/cmd/tools/gc.vcxproj +++ b/cmd/tools/gc.vcxproj @@ -14,16 +14,16 @@ {D470C91D-70E3-4FC8-AFCB-0B615A2EA15D} gc Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gml2gv.vcxproj b/cmd/tools/gml2gv.vcxproj index 89a0a16b1..a946f57bf 100644 --- a/cmd/tools/gml2gv.vcxproj +++ b/cmd/tools/gml2gv.vcxproj @@ -14,16 +14,16 @@ {2C551E96-B2EE-48B2-84BF-F6494AF7C004} gml2gv Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/graphml2gv.vcxproj b/cmd/tools/graphml2gv.vcxproj index f99271ef3..f3106a17e 100644 --- a/cmd/tools/graphml2gv.vcxproj +++ b/cmd/tools/graphml2gv.vcxproj @@ -14,16 +14,16 @@ {DE3057E9-F665-4691-929D-4A7DDED63F73} gml2gv Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gv2gml.vcxproj b/cmd/tools/gv2gml.vcxproj index 2e8428fac..b1e42d686 100644 --- a/cmd/tools/gv2gml.vcxproj +++ b/cmd/tools/gv2gml.vcxproj @@ -14,16 +14,16 @@ {58E6D7CC-5122-4830-B841-D6FB796B00E8} gml2gv Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gvcolor.vcxproj b/cmd/tools/gvcolor.vcxproj index c82ed454f..cd32afd5e 100644 --- a/cmd/tools/gvcolor.vcxproj +++ b/cmd/tools/gvcolor.vcxproj @@ -14,16 +14,16 @@ {5CCA377A-754B-45AD-B46D-DE10C2635184} gvcolor Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gvgen.vcxproj b/cmd/tools/gvgen.vcxproj index 7c29a4886..137138d1c 100644 --- a/cmd/tools/gvgen.vcxproj +++ b/cmd/tools/gvgen.vcxproj @@ -14,16 +14,16 @@ {2EF2B285-6C4F-4707-A584-FF76727C4775} gvgen Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gvpack.vcxproj b/cmd/tools/gvpack.vcxproj index 3a86974cd..7fcdef800 100644 --- a/cmd/tools/gvpack.vcxproj +++ b/cmd/tools/gvpack.vcxproj @@ -14,16 +14,16 @@ {BD15CF1D-DAD5-4AF2-A2AA-AEEAAF44C415} gvpack Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/gxl2gv.vcxproj b/cmd/tools/gxl2gv.vcxproj index 76faf8043..2ae1c3389 100644 --- a/cmd/tools/gxl2gv.vcxproj +++ b/cmd/tools/gxl2gv.vcxproj @@ -14,16 +14,16 @@ {A37FB355-3178-4008-8E11-E7E21AE660DA} gxl2gv Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 @@ -113,4 +113,4 @@ - + \ No newline at end of file diff --git a/cmd/tools/mm2gv.vcxproj b/cmd/tools/mm2gv.vcxproj index 61c4a0bd7..d8f88fd7d 100644 --- a/cmd/tools/mm2gv.vcxproj +++ b/cmd/tools/mm2gv.vcxproj @@ -14,16 +14,16 @@ {659CCC36-163F-4681-AA1C-654CD2B0D151} mm2gv Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/nop.vcxproj b/cmd/tools/nop.vcxproj index 0decc3032..20906e52b 100644 --- a/cmd/tools/nop.vcxproj +++ b/cmd/tools/nop.vcxproj @@ -14,16 +14,16 @@ {907889A8-EAC3-450D-BA29-A7DBE3712142} nop Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/sccmap.vcxproj b/cmd/tools/sccmap.vcxproj index d85fab718..50e8f8547 100644 --- a/cmd/tools/sccmap.vcxproj +++ b/cmd/tools/sccmap.vcxproj @@ -14,16 +14,16 @@ {AC65B4FC-EF7C-4321-B201-62B57ED254DB} sccmap Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/tred.vcxproj b/cmd/tools/tred.vcxproj index ac2b4d46f..e2dd5b65d 100644 --- a/cmd/tools/tred.vcxproj +++ b/cmd/tools/tred.vcxproj @@ -14,16 +14,16 @@ {AC95C5B1-0EDB-4127-858E-0F08A3FC7B69} tred Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/cmd/tools/unflatten.vcxproj b/cmd/tools/unflatten.vcxproj index a8158d12f..269ed5895 100644 --- a/cmd/tools/unflatten.vcxproj +++ b/cmd/tools/unflatten.vcxproj @@ -14,16 +14,16 @@ {0062B64B-88F1-4104-A063-3823925A7A34} unflatten Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/contrib/diffimg/diffimg.vcxproj b/contrib/diffimg/diffimg.vcxproj index 48c1c3465..4d0d5ff1e 100644 --- a/contrib/diffimg/diffimg.vcxproj +++ b/contrib/diffimg/diffimg.vcxproj @@ -14,16 +14,16 @@ {89ED80CE-5DEF-46B1-9A12-1D991236EE3E} diffimg Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/contrib/prune/prune.vcxproj b/contrib/prune/prune.vcxproj index ab35b0256..bc1fd7de6 100644 --- a/contrib/prune/prune.vcxproj +++ b/contrib/prune/prune.vcxproj @@ -14,16 +14,16 @@ {1F1136E6-D04B-4B7D-A2A7-78A3887F8A3A} prune Win32Proj - 8.1 + 10.0 Application - v140 + v142 Application - v140 + v142 diff --git a/lib/ast/ast.vcxproj b/lib/ast/ast.vcxproj index 1a8706df9..83e3c5bc2 100644 --- a/lib/ast/ast.vcxproj +++ b/lib/ast/ast.vcxproj @@ -14,16 +14,16 @@ {7D3723C5-06C8-4730-BDA1-1B61D6CCBEB8} ast Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/cdt/cdt.vcxproj b/lib/cdt/cdt.vcxproj index 4d00a9af8..af0022395 100644 --- a/lib/cdt/cdt.vcxproj +++ b/lib/cdt/cdt.vcxproj @@ -14,16 +14,16 @@ {83CF0498-7884-49D3-8B3C-263C5AF5FE1B} cdt Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index bce7ab656..6f6e9dc0c 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -14,16 +14,16 @@ {C0663A08-F276-4DD6-B17C-E501EE066F7C} cgraph Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/lib/circogen/gvcircogen.vcxproj b/lib/circogen/gvcircogen.vcxproj index 2844cc38b..d01e190c1 100644 --- a/lib/circogen/gvcircogen.vcxproj +++ b/lib/circogen/gvcircogen.vcxproj @@ -15,16 +15,16 @@ {3A011065-B75E-49C8-B480-1A7C8EBD6699} gvcircogen Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/dotgen/gvdotgen.vcxproj b/lib/dotgen/gvdotgen.vcxproj index da5f866db..d2ae6fde4 100644 --- a/lib/dotgen/gvdotgen.vcxproj +++ b/lib/dotgen/gvdotgen.vcxproj @@ -15,16 +15,16 @@ {4B6103EF-590B-4916-92CB-D06934459928} gvdotgen Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/edgepaint/edgepaintlib.vcxproj b/lib/edgepaint/edgepaintlib.vcxproj index 6d576860a..70c9ee48e 100644 --- a/lib/edgepaint/edgepaintlib.vcxproj +++ b/lib/edgepaint/edgepaintlib.vcxproj @@ -14,18 +14,18 @@ {B1AA9FD1-0D24-44DF-8CAD-AEA73B52B3EC} edgepaintlib Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 Unicode true StaticLibrary - v140 + v142 Unicode diff --git a/lib/edgepaint/lab_gamut.vcxproj b/lib/edgepaint/lab_gamut.vcxproj index d25a1d579..9fd4a9dc5 100644 --- a/lib/edgepaint/lab_gamut.vcxproj +++ b/lib/edgepaint/lab_gamut.vcxproj @@ -14,16 +14,16 @@ {A1E78E36-1C11-4AB4-AB43-8BB7933075FB} lab_gamut Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/lib/expr/expr.vcxproj b/lib/expr/expr.vcxproj index 8e18b13ab..a0c97dda4 100644 --- a/lib/expr/expr.vcxproj +++ b/lib/expr/expr.vcxproj @@ -14,16 +14,16 @@ {5A6981A7-A652-4187-B636-3E5120C7CE52} expr Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/fdpgen/gvfdpgen.vcxproj b/lib/fdpgen/gvfdpgen.vcxproj index e76658a1e..3caabd266 100644 --- a/lib/fdpgen/gvfdpgen.vcxproj +++ b/lib/fdpgen/gvfdpgen.vcxproj @@ -15,16 +15,16 @@ {5EC4407D-0DCD-47E0-9FDB-09011EFA6382} gvfdpgen Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/glcomp/glcomp.vcxproj b/lib/glcomp/glcomp.vcxproj index 3d7ff6350..30026baff 100644 --- a/lib/glcomp/glcomp.vcxproj +++ b/lib/glcomp/glcomp.vcxproj @@ -14,16 +14,16 @@ {CCEF85C9-BC40-4C26-8755-581276C8B7DA} glcomp Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/gvc.vcxproj b/lib/gvc.vcxproj index e547a6bfc..55017621d 100644 --- a/lib/gvc.vcxproj +++ b/lib/gvc.vcxproj @@ -14,16 +14,16 @@ {15229511-9F6C-48A5-9194-660CA6492563} gvc Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/lib/gvpr/gvprlib.vcxproj b/lib/gvpr/gvprlib.vcxproj index ddee12901..1ba9a78a7 100644 --- a/lib/gvpr/gvprlib.vcxproj +++ b/lib/gvpr/gvprlib.vcxproj @@ -14,16 +14,16 @@ {8C103DE9-BC35-4173-A08D-63906EC5EEFD} gvprlib Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/lib/ingraphs/ingraphs.vcxproj b/lib/ingraphs/ingraphs.vcxproj index 01b0e6c00..4ee57d5af 100644 --- a/lib/ingraphs/ingraphs.vcxproj +++ b/lib/ingraphs/ingraphs.vcxproj @@ -14,16 +14,16 @@ {D6FD0DE5-5305-458E-8CA5-FCA4B8E05B04} ingraphs Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/mingle/minglelib.vcxproj b/lib/mingle/minglelib.vcxproj index 90ce127ad..836ad60b4 100644 --- a/lib/mingle/minglelib.vcxproj +++ b/lib/mingle/minglelib.vcxproj @@ -14,18 +14,18 @@ {70575BD2-A532-41B8-9A17-B9876E992A84} minglelib Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 Unicode true StaticLibrary - v140 + v142 Unicode diff --git a/lib/neatogen/gvneatogen.vcxproj b/lib/neatogen/gvneatogen.vcxproj index c46930b8b..c66148128 100644 --- a/lib/neatogen/gvneatogen.vcxproj +++ b/lib/neatogen/gvneatogen.vcxproj @@ -15,16 +15,16 @@ {C5CEB09E-79AF-4091-ACCF-D28EC3D7D90F} gvneatogen Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 @@ -168,4 +168,4 @@ - + \ No newline at end of file diff --git a/lib/ortho/gvortho.vcxproj b/lib/ortho/gvortho.vcxproj index 666c0dd5e..ab5c5ae59 100644 --- a/lib/ortho/gvortho.vcxproj +++ b/lib/ortho/gvortho.vcxproj @@ -14,16 +14,16 @@ {2D29953F-2D74-471E-A064-5D184E762DFF} gvortho Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/osage/osage.vcxproj b/lib/osage/osage.vcxproj index cc216c0ee..b4b54e2c2 100644 --- a/lib/osage/osage.vcxproj +++ b/lib/osage/osage.vcxproj @@ -14,16 +14,16 @@ {8E82D6BD-74D0-48C3-887A-1754EA71DA5A} osage Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/patchwork/gvpatchwork.vcxproj b/lib/patchwork/gvpatchwork.vcxproj index f4332048f..0481ad60d 100644 --- a/lib/patchwork/gvpatchwork.vcxproj +++ b/lib/patchwork/gvpatchwork.vcxproj @@ -15,16 +15,16 @@ {6BD77BDE-151D-4824-A8BC-9F067662F7AB} gvpatchwork Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/pathplan/Pathplan.vcxproj b/lib/pathplan/Pathplan.vcxproj index 71e967933..6f074112d 100644 --- a/lib/pathplan/Pathplan.vcxproj +++ b/lib/pathplan/Pathplan.vcxproj @@ -14,16 +14,16 @@ {BD347753-A09D-48B4-8752-F1D8D9CF235D} Pathplan Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/lib/rbtree/rbtree.vcxproj b/lib/rbtree/rbtree.vcxproj index b1d74d07e..31c0ab108 100644 --- a/lib/rbtree/rbtree.vcxproj +++ b/lib/rbtree/rbtree.vcxproj @@ -14,16 +14,16 @@ {D6CEB142-BF8E-471C-AE16-4300F2D5DEDA} rbtree Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/sfdpgen/sfdp.vcxproj b/lib/sfdpgen/sfdp.vcxproj index 3dce957e3..edc184147 100644 --- a/lib/sfdpgen/sfdp.vcxproj +++ b/lib/sfdpgen/sfdp.vcxproj @@ -14,16 +14,16 @@ {443EB1A7-C634-4292-9F2D-C752BB2BF40F} sfdp Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/sfio/sfio.vcxproj b/lib/sfio/sfio.vcxproj index 3726ba64b..8749184f6 100644 --- a/lib/sfio/sfio.vcxproj +++ b/lib/sfio/sfio.vcxproj @@ -14,16 +14,16 @@ {7DC8987A-C87D-465A-94CF-1F6DF59B38FB} sfio Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/sparse/gvsparse.vcxproj b/lib/sparse/gvsparse.vcxproj index 35fe52b6f..dd7ba1401 100644 --- a/lib/sparse/gvsparse.vcxproj +++ b/lib/sparse/gvsparse.vcxproj @@ -15,16 +15,16 @@ {B76BCE8C-63CC-4A99-88B5-D621D563E699} gvsparse Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/spine/spine.vcxproj b/lib/spine/spine.vcxproj index c866f6eba..28418b7ae 100644 --- a/lib/spine/spine.vcxproj +++ b/lib/spine/spine.vcxproj @@ -34,29 +34,29 @@ {4DBC1707-9797-4BAD-8989-08AF459F8840} spine - 8.1 + 10.0 DynamicLibrary true - v140 + v142 DynamicLibrary false - v140 + v142 Application true - v140 + v142 MultiByte Application false - v140 + v142 true MultiByte diff --git a/lib/topfish/topfish.vcxproj b/lib/topfish/topfish.vcxproj index af880f3ee..87147e372 100644 --- a/lib/topfish/topfish.vcxproj +++ b/lib/topfish/topfish.vcxproj @@ -14,16 +14,16 @@ {3CD86498-8B4C-4018-A9BF-F9E008F376DD} topfish Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/twopigen/gvtwopigen.vcxproj b/lib/twopigen/gvtwopigen.vcxproj index 9c46339ec..54ae6724f 100644 --- a/lib/twopigen/gvtwopigen.vcxproj +++ b/lib/twopigen/gvtwopigen.vcxproj @@ -15,16 +15,16 @@ {24E8C882-CD11-475A-A383-FF52AC05DFE3} gvtwopigen Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/vmalloc/vmalloc.vcxproj b/lib/vmalloc/vmalloc.vcxproj index 06b396a5c..d4f4434bd 100644 --- a/lib/vmalloc/vmalloc.vcxproj +++ b/lib/vmalloc/vmalloc.vcxproj @@ -14,16 +14,16 @@ {1A6CABA9-DA28-4BC1-9DF4-F809231221BC} vmalloc Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 @@ -118,4 +118,4 @@ - + \ No newline at end of file diff --git a/lib/vpsc/vpsc.vcxproj b/lib/vpsc/vpsc.vcxproj index d4df80e47..3791631e9 100644 --- a/lib/vpsc/vpsc.vcxproj +++ b/lib/vpsc/vpsc.vcxproj @@ -14,16 +14,16 @@ {2F5A730B-132C-4319-A1B3-DCBE05E2E1B1} vpsc Win32Proj - 8.1 + 10.0 StaticLibrary - v140 + v142 StaticLibrary - v140 + v142 diff --git a/lib/xdot/xdot.vcxproj b/lib/xdot/xdot.vcxproj index 4eaa310dd..68dccfbcf 100644 --- a/lib/xdot/xdot.vcxproj +++ b/lib/xdot/xdot.vcxproj @@ -14,16 +14,16 @@ {C99C1195-2032-408B-9822-F09F49006A3C} xdot Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/plugin/core/gvplugin_core.vcxproj b/plugin/core/gvplugin_core.vcxproj index f2d6eb980..2c1cf331b 100644 --- a/plugin/core/gvplugin_core.vcxproj +++ b/plugin/core/gvplugin_core.vcxproj @@ -14,16 +14,16 @@ {AE706502-3203-4815-BF50-4D73BF96BA58} gvplugin_core Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/plugin/dot_layout/gvplugin_dot_layout.vcxproj b/plugin/dot_layout/gvplugin_dot_layout.vcxproj index fb6bfa52b..a2f0c60c4 100644 --- a/plugin/dot_layout/gvplugin_dot_layout.vcxproj +++ b/plugin/dot_layout/gvplugin_dot_layout.vcxproj @@ -14,16 +14,16 @@ {189E64E3-8A67-4477-8B18-3B174C03F6B9} gvplugin_dot_layout Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/plugin/gd/gvplugin_gd.vcxproj b/plugin/gd/gvplugin_gd.vcxproj index 6d1511874..a85628328 100644 --- a/plugin/gd/gvplugin_gd.vcxproj +++ b/plugin/gd/gvplugin_gd.vcxproj @@ -14,16 +14,16 @@ {2FDDC7C5-66E5-4520-B735-FD1A065AA9BA} gvplugin_gd Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/plugin/gdiplus/gvplugin_gdiplus.vcxproj b/plugin/gdiplus/gvplugin_gdiplus.vcxproj index 013dcd31a..3fe472853 100644 --- a/plugin/gdiplus/gvplugin_gdiplus.vcxproj +++ b/plugin/gdiplus/gvplugin_gdiplus.vcxproj @@ -14,16 +14,16 @@ {0F4D5D8F-F4D6-4A5D-97E0-9B482257F493} gvplugin_gdiplus Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 false false diff --git a/plugin/neato_layout/gvplugin_neato_layout.vcxproj b/plugin/neato_layout/gvplugin_neato_layout.vcxproj index 8e4fe56dd..761cd41a3 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.vcxproj +++ b/plugin/neato_layout/gvplugin_neato_layout.vcxproj @@ -14,16 +14,16 @@ {92EA9398-9244-4DAA-8E7D-2F6BEC338CAB} gvplugin_neato_layout Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/plugin/pango/gvplugin_pango.vcxproj b/plugin/pango/gvplugin_pango.vcxproj index 02442fe40..81cf0210a 100644 --- a/plugin/pango/gvplugin_pango.vcxproj +++ b/plugin/pango/gvplugin_pango.vcxproj @@ -14,16 +14,16 @@ {42C526F9-36E5-4B20-92CA-265C90058651} gvplugin_pango Win32Proj - 8.1 + 10.0 DynamicLibrary - v140 + v142 DynamicLibrary - v140 + v142 diff --git a/windows/getopt/getopt.vcxproj b/windows/getopt/getopt.vcxproj index e7a3bb05d..5246c34aa 100644 --- a/windows/getopt/getopt.vcxproj +++ b/windows/getopt/getopt.vcxproj @@ -21,32 +21,32 @@ {65B7EE6E-6C9D-49CF-806C-86FB80FA6B05} getopt - 8.1 + 10.0 StaticLibrary true - v140 + v142 MultiByte StaticLibrary false - v140 + v142 true MultiByte StaticLibrary true - v140 + v142 MultiByte StaticLibrary false - v140 + v142 true MultiByte -- 2.40.0