From 95e6a23bc5a604184657a0baaee180ea55c41f5f Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 03 一月 2025 14:19:23 +0800
Subject: [PATCH] 优化
---
WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj b/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj
index 81ae9ef..9efb743 100644
--- a/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj
+++ b/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR.csproj
@@ -57,13 +57,14 @@
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
- <SignManifests>true</SignManifests>
+ <SignManifests>false</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
+ <Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
@@ -97,6 +98,7 @@
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
+ <None Include="bin\Debug\Config\SQLAPI.config" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -107,7 +109,6 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
- <None Include="WFormSynchronizeData_SMR_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
--
Gitblit v1.9.1