From 13801111e0a5dad8261836cc2ea16415d3492440 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Thu, 19 Jan 2023 11:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device/scanner.vcxproj | 3 ++- twain/twain.vcxproj | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device/scanner.vcxproj b/device/scanner.vcxproj index 535750d..8692835 100644 --- a/device/scanner.vcxproj +++ b/device/scanner.vcxproj @@ -140,7 +140,8 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%" 4996 stdcpp17 MultiThreaded - ../../sdk/include + + Console diff --git a/twain/twain.vcxproj b/twain/twain.vcxproj index 192cf98..9d16847 100644 --- a/twain/twain.vcxproj +++ b/twain/twain.vcxproj @@ -219,8 +219,7 @@ mkdir "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(TargetName).exp" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(TargetName).lib" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(TargetName).pdb" "%FINAL_DIR%" -move /Y "$(TargetPath)" "$(OutDirFullPath)$(TargetName)" -copy "$(OutDirFullPath)$(TargetName)" "$(WinDir)\twain_64\HuaGoScan" /y +move /Y "$(TargetPath)" "$(OutDirFullPath)$(TargetName)"