From 1a309b8f237f28fcd5d3d5fb7d75a4b71b958341 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期四, 18 九月 2025 08:35:37 +0800
Subject: [PATCH] 插件增加备注
---
WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj b/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj
index 9efb743..7960e7d 100644
--- a/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj
+++ b/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj
@@ -78,6 +78,12 @@
</ItemGroup>
<ItemGroup>
<Compile Include="DBHelper.cs" />
+ <Compile Include="FormBack.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="FormBack.Designer.cs">
+ <DependentUpon>FormBack.cs</DependentUpon>
+ </Compile>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
@@ -86,6 +92,9 @@
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="FormBack.resx">
+ <DependentUpon>FormBack.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
--
Gitblit v1.9.1