update project file

This commit is contained in:
gb 2023-11-15 09:23:06 +08:00
parent d014666593
commit e6926d7d6a
2 changed files with 8 additions and 0 deletions

View File

@ -222,6 +222,7 @@ move /Y "$(TargetDir)$(ProjectName).exp" "$(ProjectDir)..\..\sdk\lib\win\$(Platf
<ClCompile Include="..\..\code_device\hgdriver\hgdev\ImageMultiOutput.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\ImageMultiOutput.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\image_process.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\image_process.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\multi_out.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\PaperSize.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\PaperSize.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_fs.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_fs.cpp" />
<ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.cpp" /> <ClCompile Include="..\..\code_device\hgdriver\hgdev\scanner_manager.cpp" />
@ -295,6 +296,7 @@ move /Y "$(TargetDir)$(ProjectName).exp" "$(ProjectDir)..\..\sdk\lib\win\$(Platf
<ClInclude Include="..\..\code_device\hgdriver\hgdev\ImageMultiOutput.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\ImageMultiOutput.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\image_process.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\image_process.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\multi_out.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\PaperSize.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\PaperSize.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_fs.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_fs.h" />
<ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_manager.h" /> <ClInclude Include="..\..\code_device\hgdriver\hgdev\scanner_manager.h" />

View File

@ -249,6 +249,9 @@
<ClCompile Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.cpp"> <ClCompile Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.cpp">
<Filter>dev\imgproc</Filter> <Filter>dev\imgproc</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\multi_out.cpp">
<Filter>dev\imgproc</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h"> <ClInclude Include="..\..\code_device\hgdriver\ImageProcess\ImageApply.h">
@ -521,6 +524,9 @@
<ClInclude Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.h"> <ClInclude Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\fill_hole.h">
<Filter>dev\imgproc</Filter> <Filter>dev\imgproc</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\code_device\hgdriver\hgdev\imgproc-pak\multi_out.h">
<Filter>dev\imgproc</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="device.def"> <None Include="device.def">