From 197570d4de3f6b8dfd1f8db1a9876452f7058d22 Mon Sep 17 00:00:00 2001
From: jinghuanzhang <jinghz@oceic.com>
Date: 星期三, 05 四月 2023 11:13:31 +0800
Subject: [PATCH] 增加组织设置

---
 BaseSet/BaseSet.csproj |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/BaseSet/BaseSet.csproj b/BaseSet/BaseSet.csproj
index 7cc3986..c97e843 100644
--- a/BaseSet/BaseSet.csproj
+++ b/BaseSet/BaseSet.csproj
@@ -71,11 +71,21 @@
     <Compile Include="Form1.Designer.cs">
       <DependentUpon>Form1.cs</DependentUpon>
     </Compile>
+    <Compile Include="Gy_ORGANIZATIONS.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Gy_ORGANIZATIONS.designer.cs">
+      <DependentUpon>Gy_ORGANIZATIONS.cs</DependentUpon>
+    </Compile>
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <EmbeddedResource Include="Form1.resx">
       <DependentUpon>Form1.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="Gy_ORGANIZATIONS.resx">
+      <DependentUpon>Gy_ORGANIZATIONS.cs</DependentUpon>
+      <SubType>Designer</SubType>
+    </EmbeddedResource>
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>

--
Gitblit v1.9.1