Files
XplorePlane/XP.Hardware.RaySource.Comet.Messages/XP.Hardware.RaySource.Comet.Messages.csproj
T

24 lines
932 B
XML

<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>