From 753b5add58defa5c09015308efb81bcaea0ebe91 Mon Sep 17 00:00:00 2001
From: xcd <834800634@qq.com>
Date: 星期六, 04 七月 2020 12:36:55 +0800
Subject: [PATCH] 修改板卡操作配置基类复数化

---
 src/Bro.M071.Process/Bro.M071.Process.csproj |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/Bro.M071.Process/Bro.M071.Process.csproj b/src/Bro.M071.Process/Bro.M071.Process.csproj
index 08b6346..e251945 100644
--- a/src/Bro.M071.Process/Bro.M071.Process.csproj
+++ b/src/Bro.M071.Process/Bro.M071.Process.csproj
@@ -120,6 +120,12 @@
     <Compile Include="UI\M071_MainForm.Designer.cs">
       <DependentUpon>M071_MainForm.cs</DependentUpon>
     </Compile>
+    <Compile Include="UI\M071_ShortcutFrm.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="UI\M071_ShortcutFrm.Designer.cs">
+      <DependentUpon>M071_ShortcutFrm.cs</DependentUpon>
+    </Compile>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>

--
Gitblit v1.8.0