From 578014f827b6871833cbfa6e781e05d1f9397995 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期四, 02 七月 2020 14:57:07 +0800 Subject: [PATCH] 保存新配置 --- src/Bro.UI.Config/Bro.UI.Config.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/Bro.UI.Config/Bro.UI.Config.csproj b/src/Bro.UI.Config/Bro.UI.Config.csproj index d465720..62a47fe 100644 --- a/src/Bro.UI.Config/Bro.UI.Config.csproj +++ b/src/Bro.UI.Config/Bro.UI.Config.csproj @@ -104,6 +104,7 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\..\libs\halcon12\halcondotnet.dll</HintPath> </Reference> + <Reference Include="Microsoft.VisualBasic" /> <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> -- Gitblit v1.8.0