You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
834 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\..\Info.props" />
  3. <PropertyGroup>
  4. <PackageId>JT808.Protocol.Extensions.YueBiao</PackageId>
  5. <Product>JT808.Protocol.Extensions.YueBiao</Product>
  6. <Description>基于JT808协议、GB808协议扩展的粤标消息协议</Description>
  7. <PackageReleaseNotes>基于JT808协议、GB808协议扩展的粤标消息协议</PackageReleaseNotes>
  8. <DocumentationFile>JT808.Protocol.Extensions.YueBiao.xml</DocumentationFile>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Include="..\..\..\LICENSE">
  12. <Pack>True</Pack>
  13. <PackagePath></PackagePath>
  14. </None>
  15. <None Include="..\..\..\README.md" Pack="true" PackagePath="\" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <ProjectReference Include="..\..\JT808.Protocol\JT808.Protocol.csproj" />
  19. </ItemGroup>
  20. </Project>