From aefe9f2572eac7c61f6d2952593ec18a700dfcf0 Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期二, 01 六月 2021 11:43:19 +0800 Subject: [PATCH] 1. 上传数据线程部分修改,界面关闭时退出所有相关线程 --- Bro.UI.HalconDisplay/Bro.UI.HalconDisplay.csproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bro.UI.HalconDisplay/Bro.UI.HalconDisplay.csproj b/Bro.UI.HalconDisplay/Bro.UI.HalconDisplay.csproj index 07dcaa4..4bb3827 100644 --- a/Bro.UI.HalconDisplay/Bro.UI.HalconDisplay.csproj +++ b/Bro.UI.HalconDisplay/Bro.UI.HalconDisplay.csproj @@ -80,10 +80,10 @@ </PropertyGroup> <ItemGroup> <Reference Include="halcondotnet"> - <HintPath>..\bin\Release\halcondotnet.dll</HintPath> + <HintPath>..\libs\halcondotnet.dll</HintPath> </Reference> <Reference Include="hdevenginedotnet"> - <HintPath>..\bin\Release\hdevenginedotnet.dll</HintPath> + <HintPath>..\libs\hdevenginedotnet.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core"> -- Gitblit v1.8.0