From c790bf2c891a7b0deaafc20a76a7fd615db9e7bb Mon Sep 17 00:00:00 2001
From: jinghuanzhang <jinghz@oceic.com>
Date: 星期三, 05 四月 2023 14:02:02 +0800
Subject: [PATCH] 组织
---
NETSCM/NETSCM.csproj | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/NETSCM/NETSCM.csproj b/NETSCM/NETSCM.csproj
index 3c77507..38a18d0 100644
--- a/NETSCM/NETSCM.csproj
+++ b/NETSCM/NETSCM.csproj
@@ -117,15 +117,21 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ClsShowMod.cs" />
- <Compile Include="Form1.cs" />
+ <Compile Include="Form1.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
- <Compile Include="Frm_Show.cs" />
+ <Compile Include="Frm_Show.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="Frm_Show.designer.cs">
<DependentUpon>Frm_Show.cs</DependentUpon>
</Compile>
- <Compile Include="MDIMain.cs" />
+ <Compile Include="MDIMain.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="MDIMain.designer.cs">
<DependentUpon>MDIMain.cs</DependentUpon>
</Compile>
@@ -170,7 +176,9 @@
<DesignTime>True</DesignTime>
<DependentUpon>Reference.map</DependentUpon>
</Compile>
- <Compile Include="Xt_Wait.cs" />
+ <Compile Include="Xt_Wait.cs">
+ <SubType>Form</SubType>
+ </Compile>
<Compile Include="Xt_Wait.designer.cs">
<DependentUpon>Xt_Wait.cs</DependentUpon>
</Compile>
--
Gitblit v1.9.1