From fe38da152d9fbafbff49f9d587d8019a6a49f2f6 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Mon, 29 Aug 2016 13:11:51 +0200 Subject: [PATCH] Windows: Change release output directory Use $(SolutionDir)Release\Graphviz\bin\ instead of $(SolutionDir)Graphviz\bin\. This is more consistent and allows for an easier artifact selection on Appveyor. --- .gitignore | 1 - cmd/dot/dot.vcxproj | 2 +- cmd/dotty/dotty.vcxproj | 2 +- cmd/edgepaint/edgepaint.vcxproj | 2 +- cmd/gvmap/gvmap.vcxproj | 2 +- cmd/gvpr/gvpr.vcxproj | 2 +- cmd/lneato/lneato.vcxproj | 2 +- cmd/mingle/mingle.vcxproj | 2 +- cmd/smyrna/smyrna.vcxproj | 2 +- cmd/tools/acyclic.vcxproj | 2 +- cmd/tools/bcomps.vcxproj | 2 +- cmd/tools/dijkstra.vcxproj | 2 +- cmd/tools/gc.vcxproj | 2 +- cmd/tools/gml2gv.vcxproj | 2 +- cmd/tools/graphml2gv.vcxproj | 2 +- cmd/tools/gv2gml.vcxproj | 2 +- cmd/tools/gvcolor.vcxproj | 2 +- cmd/tools/gvgen.vcxproj | 2 +- cmd/tools/gvpack.vcxproj | 2 +- cmd/tools/gxl2gv.vcxproj | 2 +- cmd/tools/mm2gv.vcxproj | 2 +- cmd/tools/nop.vcxproj | 2 +- cmd/tools/sccmap.vcxproj | 2 +- cmd/tools/tred.vcxproj | 2 +- cmd/tools/unflatten.vcxproj | 2 +- contrib/diffimg/diffimg.vcxproj | 2 +- contrib/prune/prune.vcxproj | 2 +- lib/ast/ast.vcxproj | 2 +- lib/cdt/cdt.vcxproj | 2 +- lib/cgraph/cgraph.vcxproj | 2 +- lib/circogen/gvcircogen.vcxproj | 2 +- lib/dotgen/gvdotgen.vcxproj | 2 +- lib/edgepaint/edgepaintlib.vcxproj | 2 +- lib/edgepaint/lab_gamut.vcxproj | 2 +- lib/expr/expr.vcxproj | 2 +- lib/fdpgen/gvfdpgen.vcxproj | 2 +- lib/glcomp/glcomp.vcxproj | 2 +- lib/gvc.vcxproj | 2 +- lib/gvpr/gvprlib.vcxproj | 2 +- lib/ingraphs/ingraphs.vcxproj | 2 +- lib/mingle/minglelib.vcxproj | 2 +- lib/neatogen/gvneatogen.vcxproj | 2 +- lib/ortho/gvortho.vcxproj | 2 +- lib/osage/osage.vcxproj | 2 +- lib/patchwork/gvpatchwork.vcxproj | 2 +- lib/pathplan/Pathplan.vcxproj | 2 +- lib/rbtree/rbtree.vcxproj | 2 +- lib/sfdpgen/sfdp.vcxproj | 2 +- lib/sfio/sfio.vcxproj | 2 +- lib/sparse/gvsparse.vcxproj | 2 +- lib/topfish/topfish.vcxproj | 2 +- lib/twopigen/gvtwopigen.vcxproj | 2 +- lib/vmalloc/vmalloc.vcxproj | 2 +- lib/vpsc/vpsc.vcxproj | 2 +- lib/xdot/xdot.vcxproj | 2 +- plugin/core/gvplugin_core.vcxproj | 2 +- plugin/dot_layout/gvplugin_dot_layout.vcxproj | 2 +- plugin/gd/gvplugin_gd.vcxproj | 6 +++--- plugin/neato_layout/gvplugin_neato_layout.vcxproj | 2 +- plugin/pango/gvplugin_pango.vcxproj | 2 +- 60 files changed, 61 insertions(+), 62 deletions(-) diff --git a/.gitignore b/.gitignore index 69d0ab1ea..46a06649a 100644 --- a/.gitignore +++ b/.gitignore @@ -208,7 +208,6 @@ tests/lib/common/command_line # Folders generated by Visual Studio builds **/Debug/** **/Release/** -Graphviz/** # User specific Visual Studio folders and files .vs/** diff --git a/cmd/dot/dot.vcxproj b/cmd/dot/dot.vcxproj index 16360ba5d..039481157 100644 --- a/cmd/dot/dot.vcxproj +++ b/cmd/dot/dot.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/dotty/dotty.vcxproj b/cmd/dotty/dotty.vcxproj index a6f961910..92a061296 100644 --- a/cmd/dotty/dotty.vcxproj +++ b/cmd/dotty/dotty.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/edgepaint/edgepaint.vcxproj b/cmd/edgepaint/edgepaint.vcxproj index 2cf265850..50861f789 100644 --- a/cmd/edgepaint/edgepaint.vcxproj +++ b/cmd/edgepaint/edgepaint.vcxproj @@ -47,7 +47,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/gvmap/gvmap.vcxproj b/cmd/gvmap/gvmap.vcxproj index 96abe991d..2044c4add 100644 --- a/cmd/gvmap/gvmap.vcxproj +++ b/cmd/gvmap/gvmap.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/gvpr/gvpr.vcxproj b/cmd/gvpr/gvpr.vcxproj index 6695f64b2..a5fa8febb 100644 --- a/cmd/gvpr/gvpr.vcxproj +++ b/cmd/gvpr/gvpr.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/lneato/lneato.vcxproj b/cmd/lneato/lneato.vcxproj index a06b83da5..e960c45a2 100644 --- a/cmd/lneato/lneato.vcxproj +++ b/cmd/lneato/lneato.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/mingle/mingle.vcxproj b/cmd/mingle/mingle.vcxproj index ee91bd385..844892e8c 100644 --- a/cmd/mingle/mingle.vcxproj +++ b/cmd/mingle/mingle.vcxproj @@ -47,7 +47,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj index 1a08d61c9..18b550cdc 100644 --- a/cmd/smyrna/smyrna.vcxproj +++ b/cmd/smyrna/smyrna.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/cmd/tools/acyclic.vcxproj b/cmd/tools/acyclic.vcxproj index a90062a7d..b9ca516e9 100644 --- a/cmd/tools/acyclic.vcxproj +++ b/cmd/tools/acyclic.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/bcomps.vcxproj b/cmd/tools/bcomps.vcxproj index b8c087930..4ce8743c9 100644 --- a/cmd/tools/bcomps.vcxproj +++ b/cmd/tools/bcomps.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/dijkstra.vcxproj b/cmd/tools/dijkstra.vcxproj index bb1f57e78..65209b0b1 100644 --- a/cmd/tools/dijkstra.vcxproj +++ b/cmd/tools/dijkstra.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gc.vcxproj b/cmd/tools/gc.vcxproj index 4d0b46889..5b99990de 100644 --- a/cmd/tools/gc.vcxproj +++ b/cmd/tools/gc.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gml2gv.vcxproj b/cmd/tools/gml2gv.vcxproj index 145604120..a6c75cd7d 100644 --- a/cmd/tools/gml2gv.vcxproj +++ b/cmd/tools/gml2gv.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/graphml2gv.vcxproj b/cmd/tools/graphml2gv.vcxproj index 05e4a06c4..a83d2e2d5 100644 --- a/cmd/tools/graphml2gv.vcxproj +++ b/cmd/tools/graphml2gv.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gv2gml.vcxproj b/cmd/tools/gv2gml.vcxproj index 979871ccc..0c66bd7f5 100644 --- a/cmd/tools/gv2gml.vcxproj +++ b/cmd/tools/gv2gml.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gvcolor.vcxproj b/cmd/tools/gvcolor.vcxproj index 595f2acfe..9705ee6c6 100644 --- a/cmd/tools/gvcolor.vcxproj +++ b/cmd/tools/gvcolor.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gvgen.vcxproj b/cmd/tools/gvgen.vcxproj index afbc7e85b..e5ca57351 100644 --- a/cmd/tools/gvgen.vcxproj +++ b/cmd/tools/gvgen.vcxproj @@ -43,7 +43,7 @@ $(Configuration)\$(ProjectName)\ - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset diff --git a/cmd/tools/gvpack.vcxproj b/cmd/tools/gvpack.vcxproj index 67add2ce4..363c05097 100644 --- a/cmd/tools/gvpack.vcxproj +++ b/cmd/tools/gvpack.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gxl2gv.vcxproj b/cmd/tools/gxl2gv.vcxproj index 637f846c2..d31ea224b 100644 --- a/cmd/tools/gxl2gv.vcxproj +++ b/cmd/tools/gxl2gv.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/mm2gv.vcxproj b/cmd/tools/mm2gv.vcxproj index d0d86594d..3429ecf5c 100644 --- a/cmd/tools/mm2gv.vcxproj +++ b/cmd/tools/mm2gv.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/nop.vcxproj b/cmd/tools/nop.vcxproj index 5d849d12a..5867239c3 100644 --- a/cmd/tools/nop.vcxproj +++ b/cmd/tools/nop.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/sccmap.vcxproj b/cmd/tools/sccmap.vcxproj index 58cb76141..bffa16be2 100644 --- a/cmd/tools/sccmap.vcxproj +++ b/cmd/tools/sccmap.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/tred.vcxproj b/cmd/tools/tred.vcxproj index 4ffeb3255..b77d53114 100644 --- a/cmd/tools/tred.vcxproj +++ b/cmd/tools/tred.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/unflatten.vcxproj b/cmd/tools/unflatten.vcxproj index 648b05bad..ef3ef038c 100644 --- a/cmd/tools/unflatten.vcxproj +++ b/cmd/tools/unflatten.vcxproj @@ -45,7 +45,7 @@ $(Configuration)\$(ProjectName)\ - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true $(Configuration)\$(ProjectName)\ diff --git a/contrib/diffimg/diffimg.vcxproj b/contrib/diffimg/diffimg.vcxproj index 3d44809ac..1f3aa17c9 100644 --- a/contrib/diffimg/diffimg.vcxproj +++ b/contrib/diffimg/diffimg.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/contrib/prune/prune.vcxproj b/contrib/prune/prune.vcxproj index 2716962a9..f83320986 100644 --- a/contrib/prune/prune.vcxproj +++ b/contrib/prune/prune.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/ast/ast.vcxproj b/lib/ast/ast.vcxproj index 1108e3c52..06d2c1787 100644 --- a/lib/ast/ast.vcxproj +++ b/lib/ast/ast.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/cdt/cdt.vcxproj b/lib/cdt/cdt.vcxproj index aba197bce..ebcfa0e3e 100644 --- a/lib/cdt/cdt.vcxproj +++ b/lib/cdt/cdt.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index 43d9c933f..4e6e14783 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/circogen/gvcircogen.vcxproj b/lib/circogen/gvcircogen.vcxproj index 867ef77c5..8bee56913 100644 --- a/lib/circogen/gvcircogen.vcxproj +++ b/lib/circogen/gvcircogen.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/dotgen/gvdotgen.vcxproj b/lib/dotgen/gvdotgen.vcxproj index dd443bfa9..6ec4bbd04 100644 --- a/lib/dotgen/gvdotgen.vcxproj +++ b/lib/dotgen/gvdotgen.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/edgepaint/edgepaintlib.vcxproj b/lib/edgepaint/edgepaintlib.vcxproj index f507664b8..8c7359d0b 100644 --- a/lib/edgepaint/edgepaintlib.vcxproj +++ b/lib/edgepaint/edgepaintlib.vcxproj @@ -47,7 +47,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/edgepaint/lab_gamut.vcxproj b/lib/edgepaint/lab_gamut.vcxproj index 19c67aa57..3974d5b53 100644 --- a/lib/edgepaint/lab_gamut.vcxproj +++ b/lib/edgepaint/lab_gamut.vcxproj @@ -45,7 +45,7 @@ $(Configuration)\$(ProjectName)\ - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true $(Configuration)\$(ProjectName)\ diff --git a/lib/expr/expr.vcxproj b/lib/expr/expr.vcxproj index 5c635dad5..0cb06fcf6 100644 --- a/lib/expr/expr.vcxproj +++ b/lib/expr/expr.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/fdpgen/gvfdpgen.vcxproj b/lib/fdpgen/gvfdpgen.vcxproj index fabe6d9ac..e846baeb3 100644 --- a/lib/fdpgen/gvfdpgen.vcxproj +++ b/lib/fdpgen/gvfdpgen.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/glcomp/glcomp.vcxproj b/lib/glcomp/glcomp.vcxproj index 0f986dc45..70268a336 100644 --- a/lib/glcomp/glcomp.vcxproj +++ b/lib/glcomp/glcomp.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/gvc.vcxproj b/lib/gvc.vcxproj index 9ac5444c2..6cd0b5dca 100644 --- a/lib/gvc.vcxproj +++ b/lib/gvc.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/gvpr/gvprlib.vcxproj b/lib/gvpr/gvprlib.vcxproj index cf471b69d..f92332b92 100644 --- a/lib/gvpr/gvprlib.vcxproj +++ b/lib/gvpr/gvprlib.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/ingraphs/ingraphs.vcxproj b/lib/ingraphs/ingraphs.vcxproj index 790918e37..ab12ef373 100644 --- a/lib/ingraphs/ingraphs.vcxproj +++ b/lib/ingraphs/ingraphs.vcxproj @@ -43,7 +43,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/mingle/minglelib.vcxproj b/lib/mingle/minglelib.vcxproj index f1ca62217..edccabda5 100644 --- a/lib/mingle/minglelib.vcxproj +++ b/lib/mingle/minglelib.vcxproj @@ -47,7 +47,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/neatogen/gvneatogen.vcxproj b/lib/neatogen/gvneatogen.vcxproj index e5b916ef1..cbdbd5cf4 100644 --- a/lib/neatogen/gvneatogen.vcxproj +++ b/lib/neatogen/gvneatogen.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/ortho/gvortho.vcxproj b/lib/ortho/gvortho.vcxproj index 6b253d6a8..f51c81186 100644 --- a/lib/ortho/gvortho.vcxproj +++ b/lib/ortho/gvortho.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/osage/osage.vcxproj b/lib/osage/osage.vcxproj index 7a8e71755..618878fae 100644 --- a/lib/osage/osage.vcxproj +++ b/lib/osage/osage.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/patchwork/gvpatchwork.vcxproj b/lib/patchwork/gvpatchwork.vcxproj index 0ac924667..3c57f8a2b 100644 --- a/lib/patchwork/gvpatchwork.vcxproj +++ b/lib/patchwork/gvpatchwork.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/pathplan/Pathplan.vcxproj b/lib/pathplan/Pathplan.vcxproj index cf946a2f9..88af2cbe7 100644 --- a/lib/pathplan/Pathplan.vcxproj +++ b/lib/pathplan/Pathplan.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/rbtree/rbtree.vcxproj b/lib/rbtree/rbtree.vcxproj index b2b1a65dc..3d3b950f9 100644 --- a/lib/rbtree/rbtree.vcxproj +++ b/lib/rbtree/rbtree.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/sfdpgen/sfdp.vcxproj b/lib/sfdpgen/sfdp.vcxproj index 1ac052faa..7388368a3 100644 --- a/lib/sfdpgen/sfdp.vcxproj +++ b/lib/sfdpgen/sfdp.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/sfio/sfio.vcxproj b/lib/sfio/sfio.vcxproj index 0659aa024..881a20322 100644 --- a/lib/sfio/sfio.vcxproj +++ b/lib/sfio/sfio.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/sparse/gvsparse.vcxproj b/lib/sparse/gvsparse.vcxproj index 0853fb9b5..a3d7e58fb 100644 --- a/lib/sparse/gvsparse.vcxproj +++ b/lib/sparse/gvsparse.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/topfish/topfish.vcxproj b/lib/topfish/topfish.vcxproj index d892c48d9..e00555751 100644 --- a/lib/topfish/topfish.vcxproj +++ b/lib/topfish/topfish.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/twopigen/gvtwopigen.vcxproj b/lib/twopigen/gvtwopigen.vcxproj index 4fba9a77e..ede6a8d7a 100644 --- a/lib/twopigen/gvtwopigen.vcxproj +++ b/lib/twopigen/gvtwopigen.vcxproj @@ -45,7 +45,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/vmalloc/vmalloc.vcxproj b/lib/vmalloc/vmalloc.vcxproj index badb360d7..7b9ea3dd3 100644 --- a/lib/vmalloc/vmalloc.vcxproj +++ b/lib/vmalloc/vmalloc.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/vpsc/vpsc.vcxproj b/lib/vpsc/vpsc.vcxproj index f245a6422..846e7f894 100644 --- a/lib/vpsc/vpsc.vcxproj +++ b/lib/vpsc/vpsc.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/lib/xdot/xdot.vcxproj b/lib/xdot/xdot.vcxproj index 25cb45cae..51e663799 100644 --- a/lib/xdot/xdot.vcxproj +++ b/lib/xdot/xdot.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/plugin/core/gvplugin_core.vcxproj b/plugin/core/gvplugin_core.vcxproj index ab1aef241..8f86d13ad 100644 --- a/plugin/core/gvplugin_core.vcxproj +++ b/plugin/core/gvplugin_core.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/plugin/dot_layout/gvplugin_dot_layout.vcxproj b/plugin/dot_layout/gvplugin_dot_layout.vcxproj index ae453519f..dd3707772 100644 --- a/plugin/dot_layout/gvplugin_dot_layout.vcxproj +++ b/plugin/dot_layout/gvplugin_dot_layout.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/plugin/gd/gvplugin_gd.vcxproj b/plugin/gd/gvplugin_gd.vcxproj index f0fd5c0c8..38d704b41 100644 --- a/plugin/gd/gvplugin_gd.vcxproj +++ b/plugin/gd/gvplugin_gd.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true @@ -63,7 +63,7 @@ 4996 - $(SolutionDir)windows\dependencies\libgd\gdbuild;$(SolutionDir)windows\dependencies\GTK2\lib;$(SolutionDir)Debug\Graphviz\bin\;%(AdditionalLibraryDirectories) + $(OutDir);$(SolutionDir)windows\dependencies\libgd\gdbuild;$(SolutionDir)windows\dependencies\GTK2\lib;%(AdditionalLibraryDirectories) gvplugin_gd.def true Windows @@ -93,7 +93,7 @@ copy $(SolutionDir)windows\dependencies\GTK2\bin\iconv.dll $(OutDir)iconv.dll4996 - $(SolutionDir)windows\dependencies\libgd\gdbuild;$(SolutionDir)windows\dependencies\GTK2\lib;$(SolutionDir)Graphviz\bin\;%(AdditionalLibraryDirectories) + $(OutDir);$(SolutionDir)windows\dependencies\libgd\gdbuild;$(SolutionDir)windows\dependencies\GTK2\lib;%(AdditionalLibraryDirectories) gvplugin_gd.def true Windows diff --git a/plugin/neato_layout/gvplugin_neato_layout.vcxproj b/plugin/neato_layout/gvplugin_neato_layout.vcxproj index 51f3e06a3..4f5e58705 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.vcxproj +++ b/plugin/neato_layout/gvplugin_neato_layout.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true diff --git a/plugin/pango/gvplugin_pango.vcxproj b/plugin/pango/gvplugin_pango.vcxproj index 8ebc37746..cb1212ec5 100644 --- a/plugin/pango/gvplugin_pango.vcxproj +++ b/plugin/pango/gvplugin_pango.vcxproj @@ -44,7 +44,7 @@ true - $(SolutionDir)Graphviz\bin\ + $(SolutionDir)Release\Graphviz\bin\ AllRules.ruleset true -- 2.40.0