From: Erwin Janssen Date: Tue, 23 Aug 2016 01:22:14 +0000 (+0200) Subject: Windows: Redefined intermediate build directories. X-Git-Tag: untagged-897b348e31e4e52e8698^2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=041a9b6b5d3797c610d0d2c8e32470424439c476;p=graphviz Windows: Redefined intermediate build directories. Specifying the configuration name as intermediate build directory is not needed. The default behavior is the same, so it can be safely removed. For the projects in cmd/tools, $(Configuration)\ can be used instead of the actual configuration name. --- diff --git a/cmd/dot/dot.vcxproj b/cmd/dot/dot.vcxproj index 8421793f0..f6cfc1cef 100644 --- a/cmd/dot/dot.vcxproj +++ b/cmd/dot/dot.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/cmd/dotty/dotty.vcxproj b/cmd/dotty/dotty.vcxproj index 140161fc5..988136519 100644 --- a/cmd/dotty/dotty.vcxproj +++ b/cmd/dotty/dotty.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/cmd/edgepaint/edgepaint.vcxproj b/cmd/edgepaint/edgepaint.vcxproj index 51989ca07..59ca87862 100644 --- a/cmd/edgepaint/edgepaint.vcxproj +++ b/cmd/edgepaint/edgepaint.vcxproj @@ -43,14 +43,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/cmd/gvmap/gvmap.vcxproj b/cmd/gvmap/gvmap.vcxproj index 1c4caaa6f..cdda24c2c 100644 --- a/cmd/gvmap/gvmap.vcxproj +++ b/cmd/gvmap/gvmap.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/cmd/gvpr/gvpr.vcxproj b/cmd/gvpr/gvpr.vcxproj index 869c74eee..e238e7b32 100644 --- a/cmd/gvpr/gvpr.vcxproj +++ b/cmd/gvpr/gvpr.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/cmd/lneato/lneato.vcxproj b/cmd/lneato/lneato.vcxproj index 371a0931f..d5e936dac 100644 --- a/cmd/lneato/lneato.vcxproj +++ b/cmd/lneato/lneato.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/cmd/mingle/mingle.vcxproj b/cmd/mingle/mingle.vcxproj index 8311b0e76..ba9f1fe6c 100644 --- a/cmd/mingle/mingle.vcxproj +++ b/cmd/mingle/mingle.vcxproj @@ -43,14 +43,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj index 69bb796a6..6f3560f27 100644 --- a/cmd/smyrna/smyrna.vcxproj +++ b/cmd/smyrna/smyrna.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/cmd/tools/acyclic.vcxproj b/cmd/tools/acyclic.vcxproj index 159ecc956..9358b5c11 100644 --- a/cmd/tools/acyclic.vcxproj +++ b/cmd/tools/acyclic.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/bcomps.vcxproj b/cmd/tools/bcomps.vcxproj index 1335ade3c..0cfacdc22 100644 --- a/cmd/tools/bcomps.vcxproj +++ b/cmd/tools/bcomps.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/dijkstra.vcxproj b/cmd/tools/dijkstra.vcxproj index e923e15f4..807718165 100644 --- a/cmd/tools/dijkstra.vcxproj +++ b/cmd/tools/dijkstra.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gc.vcxproj b/cmd/tools/gc.vcxproj index 5fe653a44..28160a2e0 100644 --- a/cmd/tools/gc.vcxproj +++ b/cmd/tools/gc.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/gml2gv.vcxproj b/cmd/tools/gml2gv.vcxproj index 2228b2a03..d0c11c5ff 100644 --- a/cmd/tools/gml2gv.vcxproj +++ b/cmd/tools/gml2gv.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/graphml2gv.vcxproj b/cmd/tools/graphml2gv.vcxproj index fa369d8cc..0de6d1b3a 100644 --- a/cmd/tools/graphml2gv.vcxproj +++ b/cmd/tools/graphml2gv.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/gv2gml.vcxproj b/cmd/tools/gv2gml.vcxproj index c3d436d23..82086bba6 100644 --- a/cmd/tools/gv2gml.vcxproj +++ b/cmd/tools/gv2gml.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gvcolor.vcxproj b/cmd/tools/gvcolor.vcxproj index 338f45706..9d55f1d8d 100644 --- a/cmd/tools/gvcolor.vcxproj +++ b/cmd/tools/gvcolor.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gvgen.vcxproj b/cmd/tools/gvgen.vcxproj index 7526fe926..a8dd080e9 100644 --- a/cmd/tools/gvgen.vcxproj +++ b/cmd/tools/gvgen.vcxproj @@ -40,12 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset diff --git a/cmd/tools/gvpack.vcxproj b/cmd/tools/gvpack.vcxproj index 90f7bbd46..2a75b0595 100644 --- a/cmd/tools/gvpack.vcxproj +++ b/cmd/tools/gvpack.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/gxl2gv.vcxproj b/cmd/tools/gxl2gv.vcxproj index 523f0ecac..29316351d 100644 --- a/cmd/tools/gxl2gv.vcxproj +++ b/cmd/tools/gxl2gv.vcxproj @@ -40,13 +40,13 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ AllRules.ruleset true diff --git a/cmd/tools/mm2gv.vcxproj b/cmd/tools/mm2gv.vcxproj index 7ccca17b7..c78b121a4 100644 --- a/cmd/tools/mm2gv.vcxproj +++ b/cmd/tools/mm2gv.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/nop.vcxproj b/cmd/tools/nop.vcxproj index d99064e26..f4760d132 100644 --- a/cmd/tools/nop.vcxproj +++ b/cmd/tools/nop.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/sccmap.vcxproj b/cmd/tools/sccmap.vcxproj index bb395c8e7..b7206a0e9 100644 --- a/cmd/tools/sccmap.vcxproj +++ b/cmd/tools/sccmap.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/tred.vcxproj b/cmd/tools/tred.vcxproj index fd0522dd2..6bc22b405 100644 --- a/cmd/tools/tred.vcxproj +++ b/cmd/tools/tred.vcxproj @@ -40,14 +40,14 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ + $(Configuration)\$(ProjectName)\ true AllRules.ruleset true diff --git a/cmd/tools/unflatten.vcxproj b/cmd/tools/unflatten.vcxproj index 811276caa..bf8b84c7a 100644 --- a/cmd/tools/unflatten.vcxproj +++ b/cmd/tools/unflatten.vcxproj @@ -40,15 +40,15 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\$(ProjectName)\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true + $(Configuration)\$(ProjectName)\ $(SolutionDir)Graphviz\bin\ - Release\$(ProjectName)\ AllRules.ruleset true + $(Configuration)\$(ProjectName)\ diff --git a/contrib/diffimg/diffimg.vcxproj b/contrib/diffimg/diffimg.vcxproj index abde04025..0f000878a 100644 --- a/contrib/diffimg/diffimg.vcxproj +++ b/contrib/diffimg/diffimg.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/contrib/prune/prune.vcxproj b/contrib/prune/prune.vcxproj index 222f9dd09..a375af9dc 100644 --- a/contrib/prune/prune.vcxproj +++ b/contrib/prune/prune.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ true AllRules.ruleset true diff --git a/lib/ast/ast.vcxproj b/lib/ast/ast.vcxproj index 4372b3c4d..a48fe3ae6 100644 --- a/lib/ast/ast.vcxproj +++ b/lib/ast/ast.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/cdt/cdt.vcxproj b/lib/cdt/cdt.vcxproj index f49b07bac..56fcaaf83 100644 --- a/lib/cdt/cdt.vcxproj +++ b/lib/cdt/cdt.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index 7890d8ee4..1f3ba5c5a 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/circogen/gvcircogen.vcxproj b/lib/circogen/gvcircogen.vcxproj index 255f719a2..2348b9be4 100644 --- a/lib/circogen/gvcircogen.vcxproj +++ b/lib/circogen/gvcircogen.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/dotgen/gvdotgen.vcxproj b/lib/dotgen/gvdotgen.vcxproj index aea6b8b6c..8319e121e 100644 --- a/lib/dotgen/gvdotgen.vcxproj +++ b/lib/dotgen/gvdotgen.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/edgepaint/edgepaintlib.vcxproj b/lib/edgepaint/edgepaintlib.vcxproj index 7cf527fd4..a8f0821fa 100644 --- a/lib/edgepaint/edgepaintlib.vcxproj +++ b/lib/edgepaint/edgepaintlib.vcxproj @@ -43,13 +43,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/edgepaint/lab_gamut.vcxproj b/lib/edgepaint/lab_gamut.vcxproj index 46afc0b48..f73906473 100644 --- a/lib/edgepaint/lab_gamut.vcxproj +++ b/lib/edgepaint/lab_gamut.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ false AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ false AllRules.ruleset true diff --git a/lib/expr/expr.vcxproj b/lib/expr/expr.vcxproj index 3fffc4104..857e022a6 100644 --- a/lib/expr/expr.vcxproj +++ b/lib/expr/expr.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/fdpgen/gvfdpgen.vcxproj b/lib/fdpgen/gvfdpgen.vcxproj index f4a17dec1..f3c1b9937 100644 --- a/lib/fdpgen/gvfdpgen.vcxproj +++ b/lib/fdpgen/gvfdpgen.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/glcomp/glcomp.vcxproj b/lib/glcomp/glcomp.vcxproj index 79e3452f4..2d2f30180 100644 --- a/lib/glcomp/glcomp.vcxproj +++ b/lib/glcomp/glcomp.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/gvc.vcxproj b/lib/gvc.vcxproj index 5ad840a26..247537350 100644 --- a/lib/gvc.vcxproj +++ b/lib/gvc.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/gvpr/gvprlib.vcxproj b/lib/gvpr/gvprlib.vcxproj index 5e4305264..022b5d5ba 100644 --- a/lib/gvpr/gvprlib.vcxproj +++ b/lib/gvpr/gvprlib.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/ingraphs/ingraphs.vcxproj b/lib/ingraphs/ingraphs.vcxproj index 16ac1082b..d8518795b 100644 --- a/lib/ingraphs/ingraphs.vcxproj +++ b/lib/ingraphs/ingraphs.vcxproj @@ -40,12 +40,10 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/mingle/minglelib.vcxproj b/lib/mingle/minglelib.vcxproj index 11a8ae3da..ed580745f 100644 --- a/lib/mingle/minglelib.vcxproj +++ b/lib/mingle/minglelib.vcxproj @@ -43,13 +43,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/neatogen/gvneatogen.vcxproj b/lib/neatogen/gvneatogen.vcxproj index a07b3c121..4b7f6897e 100644 --- a/lib/neatogen/gvneatogen.vcxproj +++ b/lib/neatogen/gvneatogen.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/ortho/gvortho.vcxproj b/lib/ortho/gvortho.vcxproj index c07ba94c3..2efde8815 100644 --- a/lib/ortho/gvortho.vcxproj +++ b/lib/ortho/gvortho.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/osage/osage.vcxproj b/lib/osage/osage.vcxproj index 57c5e51c4..49d6d8ce9 100644 --- a/lib/osage/osage.vcxproj +++ b/lib/osage/osage.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/patchwork/gvpatchwork.vcxproj b/lib/patchwork/gvpatchwork.vcxproj index 8137c86fd..41b5ba573 100644 --- a/lib/patchwork/gvpatchwork.vcxproj +++ b/lib/patchwork/gvpatchwork.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/pathplan/Pathplan.vcxproj b/lib/pathplan/Pathplan.vcxproj index a35be07f5..279ac6a59 100644 --- a/lib/pathplan/Pathplan.vcxproj +++ b/lib/pathplan/Pathplan.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/rbtree/rbtree.vcxproj b/lib/rbtree/rbtree.vcxproj index 2fd7e704a..b2b1a65dc 100644 --- a/lib/rbtree/rbtree.vcxproj +++ b/lib/rbtree/rbtree.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/sfdpgen/sfdp.vcxproj b/lib/sfdpgen/sfdp.vcxproj index b166007b4..ae9c6e97b 100644 --- a/lib/sfdpgen/sfdp.vcxproj +++ b/lib/sfdpgen/sfdp.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/sfio/sfio.vcxproj b/lib/sfio/sfio.vcxproj index 9425fc3a1..e4693225a 100644 --- a/lib/sfio/sfio.vcxproj +++ b/lib/sfio/sfio.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/sparse/gvsparse.vcxproj b/lib/sparse/gvsparse.vcxproj index 8839ff162..c16341924 100644 --- a/lib/sparse/gvsparse.vcxproj +++ b/lib/sparse/gvsparse.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/topfish/topfish.vcxproj b/lib/topfish/topfish.vcxproj index 35da3c6d0..64c22b5f9 100644 --- a/lib/topfish/topfish.vcxproj +++ b/lib/topfish/topfish.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/twopigen/gvtwopigen.vcxproj b/lib/twopigen/gvtwopigen.vcxproj index cdb186e6d..c2dfaac03 100644 --- a/lib/twopigen/gvtwopigen.vcxproj +++ b/lib/twopigen/gvtwopigen.vcxproj @@ -41,13 +41,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/vmalloc/vmalloc.vcxproj b/lib/vmalloc/vmalloc.vcxproj index 3372f3f57..bc05a5b38 100644 --- a/lib/vmalloc/vmalloc.vcxproj +++ b/lib/vmalloc/vmalloc.vcxproj @@ -40,14 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ true AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/vpsc/vpsc.vcxproj b/lib/vpsc/vpsc.vcxproj index 2ac9f6788..0ba3ea33c 100644 --- a/lib/vpsc/vpsc.vcxproj +++ b/lib/vpsc/vpsc.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/lib/xdot/xdot.vcxproj b/lib/xdot/xdot.vcxproj index bd98a1733..2ec371fcf 100644 --- a/lib/xdot/xdot.vcxproj +++ b/lib/xdot/xdot.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/plugin/core/gvplugin_core.vcxproj b/plugin/core/gvplugin_core.vcxproj index c87074610..bf63cd39e 100644 --- a/plugin/core/gvplugin_core.vcxproj +++ b/plugin/core/gvplugin_core.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/plugin/dot_layout/gvplugin_dot_layout.vcxproj b/plugin/dot_layout/gvplugin_dot_layout.vcxproj index 132530615..c4983ef66 100644 --- a/plugin/dot_layout/gvplugin_dot_layout.vcxproj +++ b/plugin/dot_layout/gvplugin_dot_layout.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/plugin/gd/gvplugin_gd.vcxproj b/plugin/gd/gvplugin_gd.vcxproj index 5743fee89..05ceb8773 100644 --- a/plugin/gd/gvplugin_gd.vcxproj +++ b/plugin/gd/gvplugin_gd.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/plugin/neato_layout/gvplugin_neato_layout.vcxproj b/plugin/neato_layout/gvplugin_neato_layout.vcxproj index b3a39b711..03a9c3957 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.vcxproj +++ b/plugin/neato_layout/gvplugin_neato_layout.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true diff --git a/plugin/pango/gvplugin_pango.vcxproj b/plugin/pango/gvplugin_pango.vcxproj index 1f718f38a..98c82b6b5 100644 --- a/plugin/pango/gvplugin_pango.vcxproj +++ b/plugin/pango/gvplugin_pango.vcxproj @@ -40,13 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ AllRules.ruleset true $(SolutionDir)Graphviz\bin\ - Release\ AllRules.ruleset true