From d8bbcc08a7fe959cb7465f87ef62754cc8038124 Mon Sep 17 00:00:00 2001 From: Aleksandar Fabijanic Date: Sat, 18 Aug 2012 23:46:01 +0000 Subject: [PATCH] add JSON to VS 71 and 80 projects --- Util/Util.progen | 2 +- Util/Util_vs71.vcproj | 16 ++++++++++------ Util/Util_vs80.vcproj | 16 ++++++++++------ Util/testsuite/TestSuite.progen | 2 +- Util/testsuite/TestSuite_vs71.vcproj | 16 ++++++++++------ Util/testsuite/TestSuite_vs80.vcproj | 16 ++++++++++------ 6 files changed, 42 insertions(+), 26 deletions(-) diff --git a/Util/Util.progen b/Util/Util.progen index b7bf17f7c..e219ccef0 100644 --- a/Util/Util.progen +++ b/Util/Util.progen @@ -7,7 +7,7 @@ vc.project.outdir = ${vc.project.pocobase} vc.project.platforms = Win32, x64, WinCE vc.project.configurations = debug_shared, release_shared, debug_static_mt, release_static_mt, debug_static_md, release_static_md vc.project.prototype = ${vc.project.name}_vs90.vcproj -vc.project.compiler.include = ..\\Foundation\\include;..\\XML\\include +vc.project.compiler.include = ..\\Foundation\\include;..\\XML\\include;..\\JSON\\include vc.project.compiler.defines = vc.project.compiler.defines.shared = ${vc.project.name}_EXPORTS vc.project.compiler.defines.debug_shared = ${vc.project.compiler.defines.shared} diff --git a/Util/Util_vs71.vcproj b/Util/Util_vs71.vcproj index 64de45306..14a3917a2 100644 --- a/Util/Util_vs71.vcproj +++ b/Util/Util_vs71.vcproj @@ -20,7 +20,7 @@ + + + + + + + +