将Feature/XP.Common和Feature/XP.Hardware分支合并至Develop/XP.forHardwareAndCommon,完善XPapp注册和相关硬件类库通用类库功能。

This commit is contained in:
QI Mingxuan
2026-04-16 17:31:13 +08:00
parent 6ec4c3ddaa
commit 2bd6e566c3
581 changed files with 74600 additions and 222 deletions
@@ -0,0 +1,13 @@
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("XP.Hardware.RaySource.Comet.Host")]
[assembly: AssemblyDescription("XP.Hardware.RaySource.Comet射线源PVI通讯Host子进程")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Hexagon Manufacturing Intelligence (Qingdao) Co., Ltd.")]
[assembly: AssemblyProduct("XP.Hardware.RaySource.Comet.Host")]
[assembly: AssemblyCopyright("Copyright © 2026 Hexagon. All rights reserved.")]
[assembly: ComVisible(false)]
[assembly: Guid("b8f5e3a1-7c2d-4e9f-a1b3-6d8e4f2c9a01")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]