将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,23 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>XP.Hardware.RaySource.Comet.Messages</RootNamespace>
<!-- NuGet 包版本 (用于包管理) -->
<Version>1.0.0</Version>
<!-- 程序集版本 (用于代码引用) -->
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<!-- 文件版本 (用于 Windows 文件属性显示) -->
<FileVersion>1.0.0.0</FileVersion>
<!-- 版权声明 -->
<Copyright>Copyright © 2026 Hexagon. All rights reserved.</Copyright>
<!-- 公司名称 -->
<Company>Hexagon Manufacturing Intelligence (Qingdao) Co., Ltd.</Company>
<!-- 产品名称 -->
<Product>XP.Hardware.RaySource.Comet.Messages</Product>
<!-- 标题 -->
<AssemblyTitle>XP.Hardware.RaySource.Comet Core Library</AssemblyTitle>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>