更新工程文件

This commit is contained in:
luoliangyi 2022-05-26 17:20:31 +08:00
parent 6e2d9cb992
commit 12c06d5f73
4 changed files with 16 additions and 0 deletions

View File

@ -218,6 +218,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$
<ClCompile Include="..\..\code_device\hgdriver\hgdev\PaperSize.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\PaperSize.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.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\ImageApplySizeDetection.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\wrapper\huagaoxxx_warraper_ex.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\wrapper\huagaoxxx_warraper_ex.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.cpp" />
@ -299,6 +300,7 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyResize.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyResize.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyRotation.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyRotation.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySharpen.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySharpen.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySplit.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySplit.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyTextureRemoval.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyTextureRemoval.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyUV.h" /> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyUV.h" />

View File

@ -174,6 +174,9 @@
<ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp"> <ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp">
<Filter>源文件</Filter> <Filter>源文件</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.cpp">
<Filter>image</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\sdk\hginclude\hg_log.h"> <ClInclude Include="..\..\sdk\hginclude\hg_log.h">
@ -374,6 +377,9 @@
<ClInclude Include="..\..\sdk\include\sane\sane_option_definitions.h"> <ClInclude Include="..\..\sdk\include\sane\sane_option_definitions.h">
<Filter>头文件</Filter> <Filter>头文件</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.h">
<Filter>image</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="device.def"> <None Include="device.def">

View File

@ -198,12 +198,14 @@ move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$
<ClCompile Include="..\..\code_device\hgsane\json.cpp" /> <ClCompile Include="..\..\code_device\hgsane\json.cpp" />
<ClCompile Include="..\..\code_device\hgsane\main.c" /> <ClCompile Include="..\..\code_device\hgsane\main.c" />
<ClCompile Include="..\..\code_device\hgsane\sane_hg_mdw.cpp" /> <ClCompile Include="..\..\code_device\hgsane\sane_hg_mdw.cpp" />
<ClCompile Include="..\..\code_device\hgsane\sane_option.cpp" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\code_device\hgsane\cJSON.h" /> <ClInclude Include="..\..\code_device\hgsane\cJSON.h" />
<ClInclude Include="..\..\code_device\hgsane\ini_file.h" /> <ClInclude Include="..\..\code_device\hgsane\ini_file.h" />
<ClInclude Include="..\..\code_device\hgsane\json.h" /> <ClInclude Include="..\..\code_device\hgsane\json.h" />
<ClInclude Include="..\..\code_device\hgsane\sane_hg_mdw.h" /> <ClInclude Include="..\..\code_device\hgsane\sane_hg_mdw.h" />
<ClInclude Include="..\..\code_device\hgsane\sane_option.h" />
<ClInclude Include="..\..\sdk\include\huagao\hgscanner_error.h" /> <ClInclude Include="..\..\sdk\include\huagao\hgscanner_error.h" />
<ClInclude Include="..\..\code_device\sdk\hginclude\hg_log.h" /> <ClInclude Include="..\..\code_device\sdk\hginclude\hg_log.h" />
<ClInclude Include="..\..\code_device\sdk\hginclude\huagaoxxx_warraper_ex.h" /> <ClInclude Include="..\..\code_device\sdk\hginclude\huagaoxxx_warraper_ex.h" />

View File

@ -33,6 +33,9 @@
<ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp"> <ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.cpp">
<Filter>源文件</Filter> <Filter>源文件</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\code_device\hgsane\sane_option.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\code_device\hgsane\cJSON.h"> <ClInclude Include="..\..\code_device\hgsane\cJSON.h">
@ -71,6 +74,9 @@
<ClInclude Include="..\..\code_device\sdk\hginclude\huagaoxxx_warraper_ex.h"> <ClInclude Include="..\..\code_device\sdk\hginclude\huagaoxxx_warraper_ex.h">
<Filter>头文件</Filter> <Filter>头文件</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\code_device\hgsane\sane_option.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="sane.def"> <None Include="sane.def">