From b47d32cde2c7e71345ebac54bc516149bffad122 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Wed, 28 Dec 2022 10:34:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device/scanner.vcxproj | 7 +++++-- device/scanner.vcxproj.filters | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/device/scanner.vcxproj b/device/scanner.vcxproj index 198b4c4..e29e49a 100644 --- a/device/scanner.vcxproj +++ b/device/scanner.vcxproj @@ -121,6 +121,7 @@ set FINAL_DIR=$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)\..\oem\huagao mkdir %FINAL_DIR% copy "$(TargetPath)" "$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)" +copy "$(TargetPath)" C:\Program Files\HuaGoScan /y copy "$(TargetPath)" F:\boxroom\HuaGoScan /y move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%" @@ -169,7 +170,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%" true 4996; MultiThreadedDebug - stdcpp17 + Default Console @@ -217,7 +218,7 @@ mkdir %FINAL_DIR% move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%" - +copy "$(TargetPath)" "C:\Program Files\HuaGoScan" @@ -238,6 +239,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%" + @@ -305,6 +307,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%" + diff --git a/device/scanner.vcxproj.filters b/device/scanner.vcxproj.filters index 7cdf702..922d897 100644 --- a/device/scanner.vcxproj.filters +++ b/device/scanner.vcxproj.filters @@ -207,6 +207,9 @@ dev + + image + @@ -437,6 +440,9 @@ dev + + image +