code_twain/device/scanner.vcxproj

340 lines
24 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2022-05-03 08:54:08 +00:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{9ed4b425-73e0-423e-9712-455e777481b4}</ProjectGuid>
2022-06-15 03:04:40 +00:00
<RootNamespace>scanner</RootNamespace>
2022-05-03 08:54:08 +00:00
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="Shared">
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)..\..\code_device\hgdriver\3rdparty\nick;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\opencv\include\win;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\cyusb\inc\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\libtiff\include\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\log4cplus\include\;$(SolutionDir)..\..\code_device\sdk\;$(SolutionDir)..\..\code_device\hgdriver\ImageProcess\;$(SolutionDir)..\..\sdk\include\;$(SolutionDir)..\..\code_device\hgdriver\hgdev\;$(SolutionDir)..\..\code_device\hgdriver\wrapper\;$(ProjectDir);$(SolutionDir)..\..\code_device\hgdriver\3rdparty\tiff\include\;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)lib\$(PlatformTarget)\$(Configuration);$(ProjectDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration);$(LibraryPath)</LibraryPath>
2022-05-03 08:54:08 +00:00
<IntDir>$(SolutionDir)..\..\tmp\$(PlatformTarget)\$(Configuration)\$(ProjectName)\</IntDir>
<OutDir>$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)..\..\code_device\hgdriver\3rdparty\nick;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\opencv\include\win;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\cyusb\inc\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\libtiff\include\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\log4cplus\include\;$(SolutionDir)..\..\code_device\sdk\;$(SolutionDir)..\..\code_device\hgdriver\ImageProcess\;$(SolutionDir)..\..\sdk\include\;$(SolutionDir)..\..\code_device\hgdriver\hgdev\;$(SolutionDir)..\..\code_device\hgdriver\wrapper\;$(ProjectDir);$(SolutionDir)..\..\code_device\hgdriver\3rdparty\tiff\include\;$(IncludePath)</IncludePath>
<LibraryPath>$(ProjectDir)lib\$(PlatformTarget)\$(Configuration);$(ProjectDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration);$(LibraryPath)</LibraryPath>
2022-05-03 08:54:08 +00:00
<IntDir>$(SolutionDir)..\..\tmp\$(PlatformTarget)\$(Configuration)\$(ProjectName)\</IntDir>
<OutDir>$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)\</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)..\..\tmp\$(PlatformTarget)\$(Configuration)\$(ProjectName)\</IntDir>
2022-05-04 03:55:11 +00:00
<IncludePath>$(SolutionDir)..\..\code_device\hgdriver\3rdparty\nick;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\opencv\include\win;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\cyusb\inc\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\libtiff\include\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\log4cplus\include\;$(SolutionDir)..\..\code_device\sdk\;$(SolutionDir)..\..\code_device\hgdriver\ImageProcess\;$(SolutionDir)..\..\sdk\include\;$(SolutionDir)..\..\code_device\hgdriver\hgdev\;$(SolutionDir)..\..\code_device\hgdriver\wrapper\;$(ProjectDir);$(IncludePath)</IncludePath>
2022-05-03 08:54:08 +00:00
<LibraryPath>$(ProjectDir)lib\$(PlatformTarget)\$(Configuration);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<OutDir>$(SolutionDir)..\..\release\win\$(PlatformTarget)\$(Configuration)\</OutDir>
<IntDir>$(SolutionDir)..\..\tmp\$(PlatformTarget)\$(Configuration)\$(ProjectName)\</IntDir>
2022-05-04 03:55:11 +00:00
<IncludePath>$(SolutionDir)..\..\code_device\hgdriver\3rdparty\nick;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\opencv\include\win;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\cyusb\inc\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\libtiff\include\;$(SolutionDir)..\..\code_device\hgdriver\3rdparty\log4cplus\include\;$(SolutionDir)..\..\code_device\sdk\;$(SolutionDir)..\..\code_device\hgdriver\ImageProcess\;$(SolutionDir)..\..\sdk\include\;$(SolutionDir)..\..\code_device\hgdriver\hgdev\;$(SolutionDir)..\..\code_device\hgdriver\wrapper\;$(ProjectDir);$(IncludePath)</IncludePath>
2022-05-03 08:54:08 +00:00
<LibraryPath>$(ProjectDir)lib\$(PlatformTarget)\$(Configuration);$(LibraryPath)</LibraryPath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;HGSCANNER_EXPORT;CUSTOM_USBVIEW;BACKEND_NAME=hgdriver;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2022-05-03 08:54:08 +00:00
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>opencv_world3414.lib;IlmImf.lib;ittnotify.lib;leptonica.lib;libjasper.lib;libjpeg-turbo.lib;libpng.lib;libtiff.lib;libwebp.lib;log4cplusS.lib;quirc.lib;tiff.lib;zlib.lib;user32.lib</AdditionalDependencies>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
<ModuleDefinitionFile>$(ProjectDir)device.def</ModuleDefinitionFile>
<IgnoreAllDefaultLibraries>
</IgnoreAllDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)
move /Y "$(OutDirFullPath)$(ProjectName).exp" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;HGSCANNER_EXPORT;CUSTOM_USBVIEW;BACKEND_NAME=hgdriver;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2022-05-03 08:54:08 +00:00
<ConformanceMode>true</ConformanceMode>
<DisableSpecificWarnings>4996</DisableSpecificWarnings>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>opencv_world3414.lib;IlmImf.lib;ittnotify.lib;leptonica.lib;libjasper.lib;libjpeg-turbo.lib;libpng.lib;libtiff.lib;libwebp.lib;log4cplusS.lib;quirc.lib;tiff.lib;zlib.lib;user32.lib</AdditionalDependencies>
<ModuleDefinitionFile>$(ProjectDir)device.def</ModuleDefinitionFile>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
<IgnoreAllDefaultLibraries>
</IgnoreAllDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)
move /Y "$(OutDirFullPath)$(ProjectName).exp" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)
move /Y "$(OutDirFullPath)$(ProjectName).exp" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<IgnoreSpecificDefaultLibraries>
</IgnoreSpecificDefaultLibraries>
</Link>
<PostBuildEvent>
<Command>mkdir $(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)
move /Y "$(OutDirFullPath)$(ProjectName).exp" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).lib" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
move /Y "$(OutDirFullPath)$(ProjectName).pdb" "$(SolutionDir)..\..\sdk\lib\win\$(PlatformTarget)\$(Configuration)"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
2022-05-04 03:55:11 +00:00
<ClCompile Include="..\..\code_device\hgdriver\hgdev\common_setting.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_ipc.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_200.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_239.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_300.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_400.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\ImageMatQueue.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\ImageMultiOutput.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\image_process.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\jsonconfig.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\PaperSize.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\usb_manager.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\G4Tiff.cpp" />
2022-05-26 09:20:31 +00:00
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.cpp" />
2022-05-04 03:55:11 +00:00
<ClCompile Include="..\..\code_device\hgdriver\wrapper\hg_log.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\ImageApplyAdjustColors.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAutoContrast.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAutoCrop.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyBWBinaray.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyChannel.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyColorRecognition.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyConcatenation.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCrop.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCustomCrop.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCustomGamma.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCvtColor.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDetachNoise.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDiscardBlank.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDogEarDetection.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyFadeBackGroundColor.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyFilter.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyHSVCorrect.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyOutHole.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyRefuseInflow.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyResize.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyRotation.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySharpen.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySplit.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyTextureRemoval.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyUV.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageMulti.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageMultiOutputRed.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\ImageProcess_Public.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\IMulti.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\wrapper\ini_file.cpp" />
2022-05-03 08:54:08 +00:00
<ClCompile Include="win_usb\usbview\devnode.c" />
<ClCompile Include="win_usb\usbview\enum.c" />
<ClCompile Include="win_usb\win_usb.cpp" />
</ItemGroup>
<ItemGroup>
2022-05-04 03:55:11 +00:00
<ClInclude Include="..\..\code_device\hgdriver\hgdev\BlockingQueue.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\char_const.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\common_setting.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\filetools.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_ipc.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_200.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_239.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_300.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_400.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\ImageMatQueue.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\ImageMultiOutput.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\image_process.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\json.hpp" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\jsonconfig.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\PaperSize.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\raw_src.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_manager.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\threadpool.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\usb_manager.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\G4Tiff.h" />
2022-05-04 03:55:11 +00:00
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAdjustColors.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAutoContrast.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyAutoCrop.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyBWBinaray.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyChannel.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyColorRecognition.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyConcatenation.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCrop.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCustomCrop.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCustomGamma.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyCvtColor.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDetachNoise.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDiscardBlank.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyDogEarDetection.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyFadeBackGroundColor.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyFilter.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyHeaders.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyHSVCorrect.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyOutHole.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyRefuseInflow.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyResize.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyRotation.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySharpen.h" />
2022-05-26 09:20:31 +00:00
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySizeDetection.h" />
2022-05-04 03:55:11 +00:00
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplySplit.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyTextureRemoval.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApplyUV.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageMulti.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageMultiOutputRed.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageProcess_Public.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\imgprocdefs.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\IMulti.h" />
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\MatEx.h" />
<ClInclude Include="..\..\code_device\hgdriver\wrapper\ini_file.h" />
2022-05-03 08:54:08 +00:00
<ClInclude Include="..\..\sdk\hginclude\hgscanner_error.h" />
<ClInclude Include="..\..\sdk\hginclude\hg_log.h" />
<ClInclude Include="..\..\sdk\hginclude\huagaoxxx_warraper_ex.h" />
<ClInclude Include="..\..\sdk\include\sane\sane.h" />
<ClInclude Include="..\..\sdk\include\sane\sanei.h" />
<ClInclude Include="..\..\sdk\include\sane\sanei_backend.h" />
<ClInclude Include="..\..\sdk\include\sane\sanei_debug.h" />
<ClInclude Include="..\..\sdk\include\sane\sane_ex.h" />
<ClInclude Include="..\..\sdk\include\sane\sane_option_definitions.h" />
2022-05-03 08:54:08 +00:00
<ClInclude Include="win_usb\usbview\enum.h" />
<ClInclude Include="win_usb\usbview\usbdesc.h" />
<ClInclude Include="win_usb\usbview\uvcdesc.h" />
<ClInclude Include="win_usb\win_usb.h" />
</ItemGroup>
<ItemGroup>
<None Include="device.def" />
</ItemGroup>
<ItemGroup>
<Text Include="..\..\code_device\hgdriver\wrapper\CMakeLists.txt" />
</ItemGroup>
2022-05-03 08:54:08 +00:00
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>