From d01466659366d96e45f8c85be990d3e207dadb70 Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Mon, 13 Nov 2023 17:48:41 +0800 Subject: [PATCH] add debug pre-define --- device/scannerqd.vcxproj | 2 +- sane/sanexy.vcxproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device/scannerqd.vcxproj b/device/scannerqd.vcxproj index 80939d3..3fc801f 100644 --- a/device/scannerqd.vcxproj +++ b/device/scannerqd.vcxproj @@ -106,7 +106,7 @@ Level3 true - WIN32;HGSCANNER_EXPORT;CUSTOM_USBVIEW;_DIRECT_BUILD;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;HGSCANNER_EXPORT;CUSTOM_USBVIEW;_DIRECT_BUILD;_DEBUG;_CONSOLE;DUMP_JSON_OBJECT_LIFE;%(PreprocessorDefinitions) true 4996 MultiThreadedDebug diff --git a/sane/sanexy.vcxproj b/sane/sanexy.vcxproj index e000359..8255107 100644 --- a/sane/sanexy.vcxproj +++ b/sane/sanexy.vcxproj @@ -107,7 +107,7 @@ Level3 true - TWPP_IS_DS;EXPORT_SANE_API;WIN32;OEM_NONE;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + TWPP_IS_DS;EXPORT_SANE_API;WIN32;OEM_NONE;_DEBUG;_CONSOLE;DUMP_JSON_OBJECT_LIFE;%(PreprocessorDefinitions) true stdcpp17 4996