From bd5297c64f39c360a7bf41435a88ae5e70840fc2 Mon Sep 17 00:00:00 2001 From: jace.tang <1536884497@qq.com> Date: 星期二, 14 六月 2022 14:28:54 +0800 Subject: [PATCH] merge --- 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