From b016e35f170a6e1a98d39f125762f97af677fd20 Mon Sep 17 00:00:00 2001 From: wells.liu <wells.liu@broconcentric.com> Date: 星期一, 06 七月 2020 18:17:30 +0800 Subject: [PATCH] 板卡 运行 +操作界面 --- src/Bro.Device.GTSCard/Bro.Device.GTSCard.csproj | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/Bro.Device.GTSCard/Bro.Device.GTSCard.csproj b/src/Bro.Device.GTSCard/Bro.Device.GTSCard.csproj index 88abfb9..ce0cad6 100644 --- a/src/Bro.Device.GTSCard/Bro.Device.GTSCard.csproj +++ b/src/Bro.Device.GTSCard/Bro.Device.GTSCard.csproj @@ -38,6 +38,7 @@ <Reference Include="System.Configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> + <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml.Linq" /> <Reference Include="System.Data.DataSetExtensions" /> <Reference Include="Microsoft.CSharp" /> @@ -60,6 +61,10 @@ <Project>{1A3CBFE7-3F78-42C3-95C5-10360450DBEA}</Project> <Name>Bro.Common.Model</Name> </ProjectReference> + <ProjectReference Include="..\Bro.UI.Device.Winform\Bro.UI.Device.Winform.csproj"> + <Project>{e6429c64-92b3-46a2-b35e-579856d47f62}</Project> + <Name>Bro.UI.Device.Winform</Name> + </ProjectReference> </ItemGroup> <ItemGroup> <Content Include="gts.dll" /> -- Gitblit v1.8.0