From cfb56b36300420ef90a9be9445462d9587000d29 Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Sun, 14 May 2017 16:11:45 +0200 Subject: [PATCH] Convert current Visual Studio build from MT to MD The CMake build generates MD code (which required a vcredist to be bundled with the binaries). The current Visual Studio build generated MT code (which doesn't require a vcredist). Both types require different 3rd party libraries, so for consistancy reasons, the current Visual Studio build is converted to MD. --- cmd/dot/dot.vcxproj | 3 +-- cmd/dotty/dotty.vcxproj | 1 - cmd/edgepaint/edgepaint.vcxproj | 1 - cmd/gvmap/gvmap.vcxproj | 1 - cmd/gvpr/gvpr.vcxproj | 1 - cmd/lneato/lneato.vcxproj | 1 - cmd/mingle/mingle.vcxproj | 1 - cmd/smyrna/smyrna.vcxproj | 1 - cmd/tools/acyclic.vcxproj | 1 - cmd/tools/bcomps.vcxproj | 1 - cmd/tools/ccomps.vcxproj | 1 - cmd/tools/dijkstra.vcxproj | 1 - cmd/tools/gc.vcxproj | 1 - cmd/tools/gml2gv.vcxproj | 1 - cmd/tools/graphml2gv.vcxproj | 1 - cmd/tools/gv2gml.vcxproj | 1 - cmd/tools/gvcolor.vcxproj | 1 - cmd/tools/gvgen.vcxproj | 1 - cmd/tools/gvpack.vcxproj | 1 - cmd/tools/gxl2gv.vcxproj | 1 - cmd/tools/mm2gv.vcxproj | 1 - cmd/tools/nop.vcxproj | 1 - cmd/tools/sccmap.vcxproj | 1 - cmd/tools/tred.vcxproj | 1 - cmd/tools/unflatten.vcxproj | 1 - contrib/diffimg/diffimg.vcxproj | 1 - contrib/prune/prune.vcxproj | 1 - lib/ast/ast.vcxproj | 1 - lib/cdt/cdt.vcxproj | 1 - lib/cgraph/cgraph.vcxproj | 1 - lib/circogen/gvcircogen.vcxproj | 1 - lib/dotgen/gvdotgen.vcxproj | 1 - lib/edgepaint/edgepaintlib.vcxproj | 1 - lib/edgepaint/lab_gamut.vcxproj | 1 - lib/expr/expr.vcxproj | 1 - lib/fdpgen/gvfdpgen.vcxproj | 1 - lib/glcomp/glcomp.vcxproj | 1 - lib/gvc.vcxproj | 3 +-- lib/gvpr/gvprlib.vcxproj | 1 - lib/ingraphs/ingraphs.vcxproj | 1 - lib/mingle/minglelib.vcxproj | 1 - lib/neatogen/gvneatogen.vcxproj | 1 - lib/ortho/gvortho.vcxproj | 1 - lib/osage/osage.vcxproj | 1 - lib/patchwork/gvpatchwork.vcxproj | 1 - lib/pathplan/Pathplan.vcxproj | 1 - lib/rbtree/rbtree.vcxproj | 1 - lib/sfdpgen/sfdp.vcxproj | 1 - lib/sfio/sfio.vcxproj | 1 - lib/sparse/gvsparse.vcxproj | 1 - lib/spine/spine.vcxproj | 1 - lib/topfish/topfish.vcxproj | 1 - lib/twopigen/gvtwopigen.vcxproj | 1 - lib/vmalloc/vmalloc.vcxproj | 1 - lib/vpsc/vpsc.vcxproj | 1 - lib/xdot/xdot.vcxproj | 1 - plugin/core/gvplugin_core.vcxproj | 1 - plugin/dot_layout/gvplugin_dot_layout.vcxproj | 1 - plugin/gdiplus/gvplugin_gdiplus.vcxproj | 1 - plugin/neato_layout/gvplugin_neato_layout.vcxproj | 1 - plugin/pango/gvplugin_pango.vcxproj | 1 - windows/getopt/getopt.vcxproj | 1 - 62 files changed, 2 insertions(+), 64 deletions(-) diff --git a/cmd/dot/dot.vcxproj b/cmd/dot/dot.vcxproj index c3cb8d367..683a02b3e 100644 --- a/cmd/dot/dot.vcxproj +++ b/cmd/dot/dot.vcxproj @@ -75,7 +75,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;WIN32_DLL;DEMAND_LOADING;%(PreprocessorDefinitions) - MultiThreaded Level4 true @@ -165,4 +164,4 @@ - \ No newline at end of file + diff --git a/cmd/dotty/dotty.vcxproj b/cmd/dotty/dotty.vcxproj index 260c75c14..2ef0289dd 100644 --- a/cmd/dotty/dotty.vcxproj +++ b/cmd/dotty/dotty.vcxproj @@ -75,7 +75,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/edgepaint/edgepaint.vcxproj b/cmd/edgepaint/edgepaint.vcxproj index b82bf252d..e33eee379 100644 --- a/cmd/edgepaint/edgepaint.vcxproj +++ b/cmd/edgepaint/edgepaint.vcxproj @@ -79,7 +79,6 @@ true $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\edgepaint;$(SolutionDir)lib\ingraphs;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded true Level4 diff --git a/cmd/gvmap/gvmap.vcxproj b/cmd/gvmap/gvmap.vcxproj index 7566771b2..515acdd22 100644 --- a/cmd/gvmap/gvmap.vcxproj +++ b/cmd/gvmap/gvmap.vcxproj @@ -74,7 +74,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\edgepaint;$(SolutionDir)lib\ingraphs;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\sfdpgen;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/gvpr/gvpr.vcxproj b/cmd/gvpr/gvpr.vcxproj index 59b691f18..1de6aea09 100644 --- a/cmd/gvpr/gvpr.vcxproj +++ b/cmd/gvpr/gvpr.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\ast;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\gvpr NDEBUG;_WINDOWS;WIN32_DLL;GVDLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/lneato/lneato.vcxproj b/cmd/lneato/lneato.vcxproj index 554bf9fb3..380c64e86 100644 --- a/cmd/lneato/lneato.vcxproj +++ b/cmd/lneato/lneato.vcxproj @@ -71,7 +71,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/mingle/mingle.vcxproj b/cmd/mingle/mingle.vcxproj index 1e42e9ffb..c17996866 100644 --- a/cmd/mingle/mingle.vcxproj +++ b/cmd/mingle/mingle.vcxproj @@ -80,7 +80,6 @@ true $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\ingraphs;$(SolutionDir)lib\mingle;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded true Level4 diff --git a/cmd/smyrna/smyrna.vcxproj b/cmd/smyrna/smyrna.vcxproj index 39d719664..93d4b3b24 100644 --- a/cmd/smyrna/smyrna.vcxproj +++ b/cmd/smyrna/smyrna.vcxproj @@ -102,7 +102,6 @@ $(SolutionDir)windows\dependencies\libraries\x86\bin\pango-querymodules.exe > $(ProjectDir);$(ProjectDir)gui;$(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir)windows\dependencies\libraries\x86\include\cairo;$(SolutionDir);$(SolutionDir)lib\ast;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\glcomp;$(SolutionDir)lib\gvpr;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\sfio;$(SolutionDir)lib\topfish;$(SolutionDir)lib\xdot;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;HAVE_TRIANGLE;HAVE_GTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/acyclic.vcxproj b/cmd/tools/acyclic.vcxproj index 597c2bce2..4d17b4eaa 100644 --- a/cmd/tools/acyclic.vcxproj +++ b/cmd/tools/acyclic.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/bcomps.vcxproj b/cmd/tools/bcomps.vcxproj index 64cac7625..98a81fbd3 100644 --- a/cmd/tools/bcomps.vcxproj +++ b/cmd/tools/bcomps.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/ccomps.vcxproj b/cmd/tools/ccomps.vcxproj index 82f467bf7..23247780b 100644 --- a/cmd/tools/ccomps.vcxproj +++ b/cmd/tools/ccomps.vcxproj @@ -77,7 +77,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs;%(AdditionalIncludeDirectories) diff --git a/cmd/tools/dijkstra.vcxproj b/cmd/tools/dijkstra.vcxproj index bf917ce6d..919349f9b 100644 --- a/cmd/tools/dijkstra.vcxproj +++ b/cmd/tools/dijkstra.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/gc.vcxproj b/cmd/tools/gc.vcxproj index b41efde23..8ccb7f3f3 100644 --- a/cmd/tools/gc.vcxproj +++ b/cmd/tools/gc.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/gml2gv.vcxproj b/cmd/tools/gml2gv.vcxproj index 3c960ef55..0ff7de745 100644 --- a/cmd/tools/gml2gv.vcxproj +++ b/cmd/tools/gml2gv.vcxproj @@ -86,7 +86,6 @@ del gmlparse-intermediate.c $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/graphml2gv.vcxproj b/cmd/tools/graphml2gv.vcxproj index 10d7e29b6..ed1c782aa 100644 --- a/cmd/tools/graphml2gv.vcxproj +++ b/cmd/tools/graphml2gv.vcxproj @@ -79,7 +79,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/gv2gml.vcxproj b/cmd/tools/gv2gml.vcxproj index cedbddc77..dfb864563 100644 --- a/cmd/tools/gv2gml.vcxproj +++ b/cmd/tools/gv2gml.vcxproj @@ -76,7 +76,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/gvcolor.vcxproj b/cmd/tools/gvcolor.vcxproj index 1cce25aaf..ad9c1f404 100644 --- a/cmd/tools/gvcolor.vcxproj +++ b/cmd/tools/gvcolor.vcxproj @@ -76,7 +76,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/gvgen.vcxproj b/cmd/tools/gvgen.vcxproj index de62cd70d..7c29a4886 100644 --- a/cmd/tools/gvgen.vcxproj +++ b/cmd/tools/gvgen.vcxproj @@ -72,7 +72,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 4996 diff --git a/cmd/tools/gvpack.vcxproj b/cmd/tools/gvpack.vcxproj index 3aaddf925..9f40a3b7a 100644 --- a/cmd/tools/gvpack.vcxproj +++ b/cmd/tools/gvpack.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\ingraphs;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;DEMAND_LOADING;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/gxl2gv.vcxproj b/cmd/tools/gxl2gv.vcxproj index 756c07815..bb1e07116 100644 --- a/cmd/tools/gxl2gv.vcxproj +++ b/cmd/tools/gxl2gv.vcxproj @@ -80,7 +80,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;MSWIN32;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/mm2gv.vcxproj b/cmd/tools/mm2gv.vcxproj index e9c456211..3a6e1d1bf 100644 --- a/cmd/tools/mm2gv.vcxproj +++ b/cmd/tools/mm2gv.vcxproj @@ -76,7 +76,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/nop.vcxproj b/cmd/tools/nop.vcxproj index f7ef8c4e5..cb13250b6 100644 --- a/cmd/tools/nop.vcxproj +++ b/cmd/tools/nop.vcxproj @@ -76,7 +76,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/sccmap.vcxproj b/cmd/tools/sccmap.vcxproj index 06022e059..bb9d03c3a 100644 --- a/cmd/tools/sccmap.vcxproj +++ b/cmd/tools/sccmap.vcxproj @@ -76,7 +76,6 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/tred.vcxproj b/cmd/tools/tred.vcxproj index feeef415d..d9b92f128 100644 --- a/cmd/tools/tred.vcxproj +++ b/cmd/tools/tred.vcxproj @@ -76,7 +76,6 @@ NDEBUG;_CONSOLE;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/cmd/tools/unflatten.vcxproj b/cmd/tools/unflatten.vcxproj index 348b2d392..8c83dec82 100644 --- a/cmd/tools/unflatten.vcxproj +++ b/cmd/tools/unflatten.vcxproj @@ -81,7 +81,6 @@ Level4 true 4996 - MultiThreaded No diff --git a/contrib/diffimg/diffimg.vcxproj b/contrib/diffimg/diffimg.vcxproj index 26a50f006..ae79c83c7 100644 --- a/contrib/diffimg/diffimg.vcxproj +++ b/contrib/diffimg/diffimg.vcxproj @@ -78,7 +78,6 @@ $(SolutionDir)windows\include;$(SolutionDir)windows\dependencies\libraries\x86\include NDEBUG;_CONSOLE;NONDLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/contrib/prune/prune.vcxproj b/contrib/prune/prune.vcxproj index ce0ccbdf1..9e8ac42b8 100644 --- a/contrib/prune/prune.vcxproj +++ b/contrib/prune/prune.vcxproj @@ -75,7 +75,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\ingraphs;%(AdditionalIncludeDirectories) NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/ast/ast.vcxproj b/lib/ast/ast.vcxproj index 51b1a3ca1..1a8706df9 100644 --- a/lib/ast/ast.vcxproj +++ b/lib/ast/ast.vcxproj @@ -68,7 +68,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\sfio NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/cdt/cdt.vcxproj b/lib/cdt/cdt.vcxproj index 7371ca612..4d00a9af8 100644 --- a/lib/cdt/cdt.vcxproj +++ b/lib/cdt/cdt.vcxproj @@ -71,7 +71,6 @@ $(ProjectDir) - MultiThreaded Level4 true diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index 7f7819af7..bce7ab656 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -78,7 +78,6 @@ flex -oscan.c scan.l $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt EXPORT_CGRAPH;EXPORT_AGXBUF;EXPORT_CGHDR;YY_NO_UNISTD_H;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/circogen/gvcircogen.vcxproj b/lib/circogen/gvcircogen.vcxproj index baa57d601..2844cc38b 100644 --- a/lib/circogen/gvcircogen.vcxproj +++ b/lib/circogen/gvcircogen.vcxproj @@ -69,7 +69,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/dotgen/gvdotgen.vcxproj b/lib/dotgen/gvdotgen.vcxproj index f0a2309f1..da5f866db 100644 --- a/lib/dotgen/gvdotgen.vcxproj +++ b/lib/dotgen/gvdotgen.vcxproj @@ -73,7 +73,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\ortho;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\pack;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/edgepaint/edgepaintlib.vcxproj b/lib/edgepaint/edgepaintlib.vcxproj index ebb2c7c89..c283b1a72 100644 --- a/lib/edgepaint/edgepaintlib.vcxproj +++ b/lib/edgepaint/edgepaintlib.vcxproj @@ -73,7 +73,6 @@ true $(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded true Level4 diff --git a/lib/edgepaint/lab_gamut.vcxproj b/lib/edgepaint/lab_gamut.vcxproj index 178008d63..d25a1d579 100644 --- a/lib/edgepaint/lab_gamut.vcxproj +++ b/lib/edgepaint/lab_gamut.vcxproj @@ -76,7 +76,6 @@ $(SolutionDir)lib\edgepaint;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;LAB_GAMUT_EXPORTS;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/expr/expr.vcxproj b/lib/expr/expr.vcxproj index 9e44cdccc..61bca1ebd 100644 --- a/lib/expr/expr.vcxproj +++ b/lib/expr/expr.vcxproj @@ -75,7 +75,6 @@ del exparse-intermediate.h $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\ast;$(SolutionDir)lib\cdt;$(SolutionDir)lib\sfio;$(SolutionDir)lib\vmalloc;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/fdpgen/gvfdpgen.vcxproj b/lib/fdpgen/gvfdpgen.vcxproj index db47df840..e76658a1e 100644 --- a/lib/fdpgen/gvfdpgen.vcxproj +++ b/lib/fdpgen/gvfdpgen.vcxproj @@ -69,7 +69,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/glcomp/glcomp.vcxproj b/lib/glcomp/glcomp.vcxproj index 59dc6a2fc..46243f0a2 100644 --- a/lib/glcomp/glcomp.vcxproj +++ b/lib/glcomp/glcomp.vcxproj @@ -68,7 +68,6 @@ $(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir)windows\dependencies\libraries\x86\include\cairo;$(SolutionDir)lib\common;%(AdditionalIncludeDirectories) NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/gvc.vcxproj b/lib/gvc.vcxproj index c1afef7f5..e61a36415 100644 --- a/lib/gvc.vcxproj +++ b/lib/gvc.vcxproj @@ -90,7 +90,6 @@ awk -f $(SolutionDir)awk\colortbl.awk color_lib > common\colortbl.h $(SolutionDir)windows\include;$(SolutionDir)windows\dependencies\GTK2\include;$(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\fdpgen;$(SolutionDir)lib\label;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\gvc;$(SolutionDir)lib\xdot;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;GVC_EXPORTS;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true @@ -233,4 +232,4 @@ awk -f $(SolutionDir)awk\colortbl.awk color_lib > common\colortbl.h - \ No newline at end of file + diff --git a/lib/gvpr/gvprlib.vcxproj b/lib/gvpr/gvprlib.vcxproj index 0e0045b1a..ddee12901 100644 --- a/lib/gvpr/gvprlib.vcxproj +++ b/lib/gvpr/gvprlib.vcxproj @@ -76,7 +76,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\getopt;$(SolutionDir);$(SolutionDir)lib\ast;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\expr;$(SolutionDir)lib\ingraphs;$(SolutionDir)lib\sfio;$(SolutionDir)lib\vmalloc;%(AdditionalIncludeDirectories) EXPORT_GVPR;_LIB;GVDLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/ingraphs/ingraphs.vcxproj b/lib/ingraphs/ingraphs.vcxproj index cd07d80a3..01b0e6c00 100644 --- a/lib/ingraphs/ingraphs.vcxproj +++ b/lib/ingraphs/ingraphs.vcxproj @@ -66,7 +66,6 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/mingle/minglelib.vcxproj b/lib/mingle/minglelib.vcxproj index 1f3982a98..cfc5372e4 100644 --- a/lib/mingle/minglelib.vcxproj +++ b/lib/mingle/minglelib.vcxproj @@ -82,7 +82,6 @@ true $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded true Level4 diff --git a/lib/neatogen/gvneatogen.vcxproj b/lib/neatogen/gvneatogen.vcxproj index dfdb089b1..067a75990 100644 --- a/lib/neatogen/gvneatogen.vcxproj +++ b/lib/neatogen/gvneatogen.vcxproj @@ -73,7 +73,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\ortho;$(SolutionDir)lib\rbtree;$(SolutionDir)lib\sfdpgen;$(SolutionDir)lib\sparse;$(SolutionDir)lib\vpsc NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/ortho/gvortho.vcxproj b/lib/ortho/gvortho.vcxproj index 16d76e8eb..666c0dd5e 100644 --- a/lib/ortho/gvortho.vcxproj +++ b/lib/ortho/gvortho.vcxproj @@ -68,7 +68,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/osage/osage.vcxproj b/lib/osage/osage.vcxproj index e071e30fc..cc216c0ee 100644 --- a/lib/osage/osage.vcxproj +++ b/lib/osage/osage.vcxproj @@ -68,7 +68,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/patchwork/gvpatchwork.vcxproj b/lib/patchwork/gvpatchwork.vcxproj index a06b77309..f4332048f 100644 --- a/lib/patchwork/gvpatchwork.vcxproj +++ b/lib/patchwork/gvpatchwork.vcxproj @@ -69,7 +69,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\fdpgen;$(SolutionDir)lib\gvc;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/pathplan/Pathplan.vcxproj b/lib/pathplan/Pathplan.vcxproj index c982ec020..a19763c8f 100644 --- a/lib/pathplan/Pathplan.vcxproj +++ b/lib/pathplan/Pathplan.vcxproj @@ -74,7 +74,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;_USRDLL;PATHPLAN_EXPORTS;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/rbtree/rbtree.vcxproj b/lib/rbtree/rbtree.vcxproj index 1031e4df1..b1d74d07e 100644 --- a/lib/rbtree/rbtree.vcxproj +++ b/lib/rbtree/rbtree.vcxproj @@ -67,7 +67,6 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/sfdpgen/sfdp.vcxproj b/lib/sfdpgen/sfdp.vcxproj index ed0a388e0..3dce957e3 100644 --- a/lib/sfdpgen/sfdp.vcxproj +++ b/lib/sfdpgen/sfdp.vcxproj @@ -68,7 +68,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/sfio/sfio.vcxproj b/lib/sfio/sfio.vcxproj index 8235dca81..5cd7dea19 100644 --- a/lib/sfio/sfio.vcxproj +++ b/lib/sfio/sfio.vcxproj @@ -68,7 +68,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\vmalloc;%(AdditionalIncludeDirectories) NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/sparse/gvsparse.vcxproj b/lib/sparse/gvsparse.vcxproj index 48c17c8fb..35fe52b6f 100644 --- a/lib/sparse/gvsparse.vcxproj +++ b/lib/sparse/gvsparse.vcxproj @@ -68,7 +68,6 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/spine/spine.vcxproj b/lib/spine/spine.vcxproj index f06ee426d..c866f6eba 100644 --- a/lib/spine/spine.vcxproj +++ b/lib/spine/spine.vcxproj @@ -107,7 +107,6 @@ Level4 $(ProjectDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;%(AdditionalIncludeDirectories) - MultiThreaded 4996 diff --git a/lib/topfish/topfish.vcxproj b/lib/topfish/topfish.vcxproj index 46094b358..af880f3ee 100644 --- a/lib/topfish/topfish.vcxproj +++ b/lib/topfish/topfish.vcxproj @@ -67,7 +67,6 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/twopigen/gvtwopigen.vcxproj b/lib/twopigen/gvtwopigen.vcxproj index 5f80778fb..9c46339ec 100644 --- a/lib/twopigen/gvtwopigen.vcxproj +++ b/lib/twopigen/gvtwopigen.vcxproj @@ -69,7 +69,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\neatogen;$(SolutionDir)lib\pack;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\sparse;%(AdditionalIncludeDirectories) NDEBUG;_LIB;WIN32_DLL;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/vmalloc/vmalloc.vcxproj b/lib/vmalloc/vmalloc.vcxproj index adb54d6d2..2e7c882bb 100644 --- a/lib/vmalloc/vmalloc.vcxproj +++ b/lib/vmalloc/vmalloc.vcxproj @@ -78,7 +78,6 @@ $(SolutionDir)windows\include;%(AdditionalIncludeDirectories) NDEBUG;_WINDOWS;MSWIN32;%(PreprocessorDefinitions) false - MultiThreaded Level4 true diff --git a/lib/vpsc/vpsc.vcxproj b/lib/vpsc/vpsc.vcxproj index aaecc756f..d4df80e47 100644 --- a/lib/vpsc/vpsc.vcxproj +++ b/lib/vpsc/vpsc.vcxproj @@ -67,7 +67,6 @@ NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/lib/xdot/xdot.vcxproj b/lib/xdot/xdot.vcxproj index 0abff472c..4eaa310dd 100644 --- a/lib/xdot/xdot.vcxproj +++ b/lib/xdot/xdot.vcxproj @@ -72,7 +72,6 @@ $(ProjectDir);%(AdditionalIncludeDirectories) EXPORT_XDOT;NDEBUG;_LIB;%(PreprocessorDefinitions) - MultiThreaded Level4 true diff --git a/plugin/core/gvplugin_core.vcxproj b/plugin/core/gvplugin_core.vcxproj index 34f017d47..f2d6eb980 100644 --- a/plugin/core/gvplugin_core.vcxproj +++ b/plugin/core/gvplugin_core.vcxproj @@ -77,7 +77,6 @@ $(SolutionDir)windows\include;$(SolutionDir);$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;$(SolutionDir)lib\xdot;%(AdditionalIncludeDirectories) - MultiThreaded Level4 true diff --git a/plugin/dot_layout/gvplugin_dot_layout.vcxproj b/plugin/dot_layout/gvplugin_dot_layout.vcxproj index 81332612d..fb6bfa52b 100644 --- a/plugin/dot_layout/gvplugin_dot_layout.vcxproj +++ b/plugin/dot_layout/gvplugin_dot_layout.vcxproj @@ -73,7 +73,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;%(AdditionalIncludeDirectories) - MultiThreaded Level4 true diff --git a/plugin/gdiplus/gvplugin_gdiplus.vcxproj b/plugin/gdiplus/gvplugin_gdiplus.vcxproj index 79c1f6c42..013dcd31a 100644 --- a/plugin/gdiplus/gvplugin_gdiplus.vcxproj +++ b/plugin/gdiplus/gvplugin_gdiplus.vcxproj @@ -76,7 +76,6 @@ $(ProjectDir);$(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;%(AdditionalIncludeDirectories) - MultiThreaded Level4 4996 diff --git a/plugin/neato_layout/gvplugin_neato_layout.vcxproj b/plugin/neato_layout/gvplugin_neato_layout.vcxproj index c71037152..8e4fe56dd 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.vcxproj +++ b/plugin/neato_layout/gvplugin_neato_layout.vcxproj @@ -73,7 +73,6 @@ $(SolutionDir)windows\include;$(SolutionDir)lib\cdt;$(SolutionDir)lib\cgraph;$(SolutionDir)lib\common;$(SolutionDir)lib\gvc;$(SolutionDir)lib\pathplan;%(AdditionalIncludeDirectories) - MultiThreaded Level4 true diff --git a/plugin/pango/gvplugin_pango.vcxproj b/plugin/pango/gvplugin_pango.vcxproj index 920a4ce0a..7022ad78f 100644 --- a/plugin/pango/gvplugin_pango.vcxproj +++ b/plugin/pango/gvplugin_pango.vcxproj @@ -92,7 +92,6 @@ $(SolutionDir)windows\dependencies\libraries\x86\bin\pango-querymodules.exe > $(SolutionDir)windows\include;$(SolutionDir)windows\dependencies\libraries\x86\include;$(SolutionDir)windows\dependencies\libraries\x86\include\cairo;$(SolutionDir)/libltdl;$(SolutionDir)/lib/neatogen;$(SolutionDir)/lib/agutil;$(SolutionDir)/windows/lib/cdt;$(SolutionDir)/;$(SolutionDir)/lib/graph;$(SolutionDir)/lib/vpsc;$(SolutionDir)/lib/vmalloc;$(SolutionDir)/lib/twopigen;$(SolutionDir)/lib/sparse;$(SolutionDir)/lib/sfio;$(SolutionDir)/lib/sfpdpgen;$(SolutionDir)/lib/rbtree;$(SolutionDir)/lib/pathplan;$(SolutionDir)/lib/patchwork;$(SolutionDir)/lib/pack;$(SolutionDir)/lib/ortho;$(SolutionDir)/lib/inkpot;$(SolutionDir)/lib/ingraphs;$(SolutionDir)/lib/filter;$(SolutionDir)/lib/fdpgen;$(SolutionDir)/lib/expr;$(SolutionDir)/lib/dotgen;$(SolutionDir)/lib/circogen;$(SolutionDir)/lib/ast;$(SolutionDir)/lib/agraph;$(SolutionDir)/lib/common;$(SolutionDir)/lib/gvc;$(SolutionDir)/lib/cdt;$(SolutionDir)/lib/cgraph;%(AdditionalIncludeDirectories) - MultiThreaded Level4 true diff --git a/windows/getopt/getopt.vcxproj b/windows/getopt/getopt.vcxproj index 035f25c6a..e7a3bb05d 100644 --- a/windows/getopt/getopt.vcxproj +++ b/windows/getopt/getopt.vcxproj @@ -98,7 +98,6 @@ MaxSpeed true true - MultiThreaded true -- 2.40.0