From: Erwin Janssen Date: Mon, 27 Jun 2016 00:51:50 +0000 (+0200) Subject: Windows: fixed locked .PDB file errors. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52213ac791ba56c6d48f9b766a7dcb18a76bd8cb;p=graphviz Windows: fixed locked .PDB file errors. --- diff --git a/cmd/tools/acyclic.vcxproj b/cmd/tools/acyclic.vcxproj index 1d3e7374b..d5e10198e 100644 --- a/cmd/tools/acyclic.vcxproj +++ b/cmd/tools/acyclic.vcxproj @@ -40,12 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true diff --git a/cmd/tools/dijkstra.vcxproj b/cmd/tools/dijkstra.vcxproj index 64b381802..25cae1e55 100644 --- a/cmd/tools/dijkstra.vcxproj +++ b/cmd/tools/dijkstra.vcxproj @@ -40,11 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ diff --git a/cmd/tools/gc.vcxproj b/cmd/tools/gc.vcxproj index 61b81f0c1..c1020b654 100644 --- a/cmd/tools/gc.vcxproj +++ b/cmd/tools/gc.vcxproj @@ -40,12 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true diff --git a/cmd/tools/gml2gv.vcxproj b/cmd/tools/gml2gv.vcxproj index 73a066583..1cba6b822 100644 --- a/cmd/tools/gml2gv.vcxproj +++ b/cmd/tools/gml2gv.vcxproj @@ -40,11 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ diff --git a/cmd/tools/graphml2gv.vcxproj b/cmd/tools/graphml2gv.vcxproj index 4032900a8..7e2faaaaa 100644 --- a/cmd/tools/graphml2gv.vcxproj +++ b/cmd/tools/graphml2gv.vcxproj @@ -40,12 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true diff --git a/cmd/tools/gv2gml.vcxproj b/cmd/tools/gv2gml.vcxproj index ba53a6b08..bbed2c354 100644 --- a/cmd/tools/gv2gml.vcxproj +++ b/cmd/tools/gv2gml.vcxproj @@ -40,11 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ diff --git a/cmd/tools/gvcolor.vcxproj b/cmd/tools/gvcolor.vcxproj index fc008d80b..d30318800 100644 --- a/cmd/tools/gvcolor.vcxproj +++ b/cmd/tools/gvcolor.vcxproj @@ -40,11 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ diff --git a/cmd/tools/gxl2gv.vcxproj b/cmd/tools/gxl2gv.vcxproj index 47ebc9f6c..84209af63 100644 --- a/cmd/tools/gxl2gv.vcxproj +++ b/cmd/tools/gxl2gv.vcxproj @@ -40,11 +40,11 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ diff --git a/cmd/tools/nop.vcxproj b/cmd/tools/nop.vcxproj index b2de3dbfe..0fb414989 100644 --- a/cmd/tools/nop.vcxproj +++ b/cmd/tools/nop.vcxproj @@ -40,12 +40,12 @@ $(SolutionDir)Debug\Graphviz\bin\ - Debug\ + Debug\$(ProjectName)\ true $(SolutionDir)Graphviz\bin\ - Release\ + Release\$(ProjectName)\ true