给被主程序引用的类库项目中的 Telerik NuGet 引用增加了 PrivateAssets="all" 属性,隔离输出目录中 Telerik DLL 数量从原先主输出目录的 67 个 降到 16 个
This commit is contained in:
@@ -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/ # 已整理的发布文件快照
|
||||
|
||||
Reference in New Issue
Block a user