基础配置

This commit is contained in:
ldw
2025-08-07 15:36:33 +08:00
parent 2c4be8993c
commit e6f5b275fc
10 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -115,7 +115,7 @@
<HintPath>..\packages\NLog.6.0.2\lib\net46\NLog.dll</HintPath>
</Reference>
<Reference Include="NLog.Windows.Forms, Version=6.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.Windows.Forms.6.0.2\lib\net35\NLog.Windows.Forms.dll</HintPath>
<HintPath>..\packages\NLog.Windows.Forms.6.0.0\lib\net35\NLog.Windows.Forms.dll</HintPath>
</Reference>
<Reference Include="PLCCommunication, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
<Reference Include="PresentationCore" />
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<ProjectView>ProjectFiles</ProjectView>
<PublishUrlHistory>publish\</PublishUrlHistory>
<InstallUrlHistory />
<SupportUrlHistory />
+1 -1
View File
@@ -13,7 +13,7 @@
<package id="MySql.Data" version="8.1.0" targetFramework="net472" />
<package id="Newtonsoft.Json" version="13.0.3" targetFramework="net472" />
<package id="NLog" version="6.0.2" targetFramework="net472" />
<package id="NLog.Windows.Forms" version="6.0.2" targetFramework="net472" />
<package id="NLog.Windows.Forms" version="6.0.0" targetFramework="net472" />
<package id="Portable.BouncyCastle" version="1.9.0" targetFramework="net472" />
<package id="SeeSharpTools.JY.GUI" version="1.4.4.533" targetFramework="net472" />
<package id="SqlSugar" version="5.1.4.94" targetFramework="net472" />