From 80dc70a648656df9796310d547d8ab661ba50204 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Fri, 5 Jun 2026 14:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E8=A2=AB=E4=B8=BB=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=9A=84=E7=B1=BB=E5=BA=93=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20Telerik=20NuGet=20=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=20PrivateAssets=3D"all"=20=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=EF=BC=8C=E9=9A=94=E7=A6=BB=E8=BE=93=E5=87=BA=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=AD=20Telerik=20DLL=20=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E4=BB=8E=E5=8E=9F=E5=85=88=E4=B8=BB=E8=BE=93=E5=87=BA=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E7=9A=84=2067=20=E4=B8=AA=20=E9=99=8D=E5=88=B0=2016?= =?UTF-8?q?=20=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- XP.Common/XP.Common.csproj | 2 +- XP.Hardware.Detector/XP.Hardware.Detector.csproj | 2 +- .../bin/Debug/net8.0-windows7.0/XP.Hardware.Detector.deps.json | 3 +-- XP.Hardware.MotionControl/XP.Hardware.MotionControl.csproj | 2 +- XP.Hardware.PLC/XP.Hardware.PLC.csproj | 2 +- XP.Hardware.RaySource/XP.Hardware.RaySource.csproj | 2 +- XP.ReportEngine/XP.ReportEngine.csproj | 2 +- 8 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index cae0509..9f08edd 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ XplorePlane.sln ├── XP.ImageProcessing.Processors/ # 具体图像处理算子实现 ├── XP.ImageProcessing.CfgControl/ # 图像处理配置控件 ├── XP.ImageProcessing.RoiControl/ # ROI 绘制与测量控件 +├── XP.ImageProcessing.SmokeTest/ # 图像处理冒烟测试程序 ├── XP.Scan/ # 扫描模式相关模块 ├── XP.Calibration/ # 校准模块 ├── XP.ReportEngine/ # 报告生成模块 -├── XP.ImageProcessing.SmokeTest/ # 图像处理冒烟测试程序 ├── XplorePlane.Tests/ # 单元测试项目(不一定参与当前 sln 构建) ├── ExternalLibraries/ # 外部 DLL、模板、模型等运行依赖 ├── ReleaseFiles/ # 已整理的发布文件快照 diff --git a/XP.Common/XP.Common.csproj b/XP.Common/XP.Common.csproj index c22729e..b505fc1 100644 --- a/XP.Common/XP.Common.csproj +++ b/XP.Common/XP.Common.csproj @@ -28,7 +28,7 @@ - + diff --git a/XP.Hardware.Detector/XP.Hardware.Detector.csproj b/XP.Hardware.Detector/XP.Hardware.Detector.csproj index 7bffed1..02e4e87 100644 --- a/XP.Hardware.Detector/XP.Hardware.Detector.csproj +++ b/XP.Hardware.Detector/XP.Hardware.Detector.csproj @@ -6,7 +6,7 @@ - + diff --git a/XP.Hardware.Detector/bin/Debug/net8.0-windows7.0/XP.Hardware.Detector.deps.json b/XP.Hardware.Detector/bin/Debug/net8.0-windows7.0/XP.Hardware.Detector.deps.json index fb5a616..355036e 100644 --- a/XP.Hardware.Detector/bin/Debug/net8.0-windows7.0/XP.Hardware.Detector.deps.json +++ b/XP.Hardware.Detector/bin/Debug/net8.0-windows7.0/XP.Hardware.Detector.deps.json @@ -1710,8 +1710,7 @@ "Serilog.Settings.Configuration": "10.0.0", "Serilog.Sinks.Console": "6.1.1", "Serilog.Sinks.File": "7.0.0", - "SixLabors.ImageSharp": "3.1.12", - "Telerik.UI.for.Wpf.NetCore.Xaml": "2024.1.408" + "SixLabors.ImageSharp": "3.1.12" }, "runtime": { "XP.Common.dll": { diff --git a/XP.Hardware.MotionControl/XP.Hardware.MotionControl.csproj b/XP.Hardware.MotionControl/XP.Hardware.MotionControl.csproj index 740fc18..05e7477 100644 --- a/XP.Hardware.MotionControl/XP.Hardware.MotionControl.csproj +++ b/XP.Hardware.MotionControl/XP.Hardware.MotionControl.csproj @@ -6,7 +6,7 @@ - + diff --git a/XP.Hardware.PLC/XP.Hardware.PLC.csproj b/XP.Hardware.PLC/XP.Hardware.PLC.csproj index ed9386b..96831d0 100644 --- a/XP.Hardware.PLC/XP.Hardware.PLC.csproj +++ b/XP.Hardware.PLC/XP.Hardware.PLC.csproj @@ -5,7 +5,7 @@ - + diff --git a/XP.Hardware.RaySource/XP.Hardware.RaySource.csproj b/XP.Hardware.RaySource/XP.Hardware.RaySource.csproj index 0713708..c9c4b13 100644 --- a/XP.Hardware.RaySource/XP.Hardware.RaySource.csproj +++ b/XP.Hardware.RaySource/XP.Hardware.RaySource.csproj @@ -6,7 +6,7 @@ - + diff --git a/XP.ReportEngine/XP.ReportEngine.csproj b/XP.ReportEngine/XP.ReportEngine.csproj index 540ffef..0a8268d 100644 --- a/XP.ReportEngine/XP.ReportEngine.csproj +++ b/XP.ReportEngine/XP.ReportEngine.csproj @@ -8,7 +8,7 @@ - +