新增306

This commit is contained in:
13038267101 2023-10-21 10:09:01 +08:00
parent 6350c2fe1d
commit 90b9e70c67
3 changed files with 9 additions and 1 deletions

View File

@ -208,6 +208,7 @@ $(SolutionDir)movlib.bat $(TargetName) $(PlatformTarget) huagao</Command>
<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_302.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_306.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" />
@ -273,6 +274,7 @@ $(SolutionDir)movlib.bat $(TargetName) $(PlatformTarget) huagao</Command>
<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_302.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_306.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" />

View File

@ -210,6 +210,9 @@
<ClCompile Include="..\..\code_device\hgdriver\ImageProcess\LineContinuityDetection.cpp">
<Filter>image</Filter>
</ClCompile>
<ClCompile Include="..\..\code_device\hgdriver\hgdev\hg_scanner_306.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h">
@ -443,6 +446,9 @@
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\LineContinuityDetection.h">
<Filter>image</Filter>
</ClInclude>
<ClInclude Include="..\..\code_device\hgdriver\hgdev\hg_scanner_306.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="device.def">

View File

@ -82,7 +82,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LibraryPath>$(LibraryPath)</LibraryPath>
<TargetName>huagaotwain100.ds</TargetName>
<TargetName>huagaotwain300.ds</TargetName>
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)..\..\sdk\include\;$(SolutionDir)..\..\sdk\include\twain\;$(IncludePath)</IncludePath>
<OutDir>$(SolutionDir)..\..\release\win\$(PlatformTarget)\OEM\huagao\</OutDir>