给被主程序引用的类库项目中的 Telerik NuGet 引用增加了 PrivateAssets="all" 属性,隔离输出目录中 Telerik DLL 数量从原先主输出目录的 67 个 降到 16 个

This commit is contained in:
zhengxuan.zhang
2026-06-05 14:15:24 +08:00
parent b673eeb40a
commit 80dc70a648
8 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -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/ # 已整理的发布文件快照