新增算法

This commit is contained in:
13038267101 2022-12-28 10:34:51 +08:00
parent fa0eaad4f9
commit b47d32cde2
2 changed files with 11 additions and 2 deletions

View File

@ -121,6 +121,7 @@
<Command>set FINAL_DIR=$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)\..\oem\huagao <Command>set FINAL_DIR=$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)\..\oem\huagao
mkdir %FINAL_DIR% mkdir %FINAL_DIR%
copy "$(TargetPath)" "$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)" copy "$(TargetPath)" "$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)"
copy "$(TargetPath)" C:\Program Files\HuaGoScan /y
copy "$(TargetPath)" F:\boxroom\HuaGoScan /y copy "$(TargetPath)" F:\boxroom\HuaGoScan /y
move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%"
@ -169,7 +170,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%"
<ConformanceMode>true</ConformanceMode> <ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996;</DisableSpecificWarnings> <DisableSpecificWarnings>4996;</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard> <LanguageStandard>Default</LanguageStandard>
</ClCompile> </ClCompile>
<Link> <Link>
<SubSystem>Console</SubSystem> <SubSystem>Console</SubSystem>
@ -217,7 +218,7 @@ mkdir %FINAL_DIR%
move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).exp" "%FINAL_DIR%"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).lib" "%FINAL_DIR%"
move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%" move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%"
</Command> copy "$(TargetPath)" "C:\Program Files\HuaGoScan"</Command>
</PostBuildEvent> </PostBuildEvent>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
@ -238,6 +239,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%"
<ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_setting.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_setting.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\usb_manager.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\usb_manager.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\CISTestImageProcess.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\G4Tiff.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\G4Tiff.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDispersion.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDispersion.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyMarkCrop.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyMarkCrop.cpp" />
@ -305,6 +307,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "%FINAL_DIR%"
<ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_setting.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_setting.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\threadpool.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\threadpool.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\usb_manager.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\usb_manager.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\CISTestImageProcess.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\G4Tiff.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\G4Tiff.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAdjustColors.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAdjustColors.h" />

View File

@ -207,6 +207,9 @@
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_302.cpp"> <ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_302.cpp">
<Filter>dev</Filter> <Filter>dev</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\CISTestImageProcess.cpp">
<Filter>image</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h"> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h">
@ -437,6 +440,9 @@
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_302.h"> <ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_302.h">
<Filter>dev</Filter> <Filter>dev</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\CISTestImageProcess.h">
<Filter>image</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="device.def"> <None Include="device.def">