From 2f5b39f83b584869e0a323f69ba5541db3fcaa75 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期四, 08 一月 2026 09:25:59 +0800
Subject: [PATCH] 重构BaseCamera基类相关相机的所有操作为abstract,2D/3D分别继承重载实现相应的操作即可。

---
 LB_SmartVision/LB_SmartVision.csproj |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/LB_SmartVision/LB_SmartVision.csproj b/LB_SmartVision/LB_SmartVision.csproj
index a3610a6..e242bd3 100644
--- a/LB_SmartVision/LB_SmartVision.csproj
+++ b/LB_SmartVision/LB_SmartVision.csproj
@@ -14,6 +14,7 @@
   </ItemGroup>
 
   <ItemGroup>
+    <ProjectReference Include="..\LB_SmartVisionCommon\LB_SmartVisionCommon.csproj" />
     <ProjectReference Include="..\LB_SmartVisionLoginUI\LB_SmartVisionLoginUI.csproj" />
     <ProjectReference Include="..\LB_VisionControl\LB_VisionControl.csproj" />
     <ProjectReference Include="..\LB_VisionFlowNode\LB_VisionFlowNode.csproj" />
@@ -59,6 +60,9 @@
   </ItemGroup>
 
   <ItemGroup>
+    <None Update="log4net.config">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
     <None Update="ref\halcondotnet.dll">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>

--
Gitblit v1.9.3