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.

96 rivejä
4.2 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>netstandard2.0;netstandard2.1;net5;</TargetFrameworks>
  4. <LangVersion>9.0</LangVersion>
  5. <Copyright>Copyright 2018.</Copyright>
  6. <Authors>SmallChi</Authors>
  7. <PackageId>JT808</PackageId>
  8. <Product>JT808</Product>
  9. <Description>JT808协议、GB808协议、道路运输车辆卫星定位系统-北斗兼容车载终端通讯协议(支持2013、2019版本)</Description>
  10. <PackageReleaseNotes>JT808协议、GB808协议、道路运输车辆卫星定位系统-北斗兼容车载终端通讯协议(支持2013、2019版本)</PackageReleaseNotes>
  11. <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
  12. <RepositoryUrl>https://github.com/SmallChi/JT808</RepositoryUrl>
  13. <PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl>
  14. <licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl>
  15. <license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
  16. <DocumentationFile>JT808.Protocol.xml</DocumentationFile>
  17. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  18. <Version>2.3.0</Version>
  19. <PackageLicenseFile>LICENSE</PackageLicenseFile>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <Compile Remove="Formatters\MessageBodyFormatters\**" />
  23. <Compile Remove="Metadata\JT808LocationAttachProperties\**" />
  24. <EmbeddedResource Remove="Formatters\MessageBodyFormatters\**" />
  25. <EmbeddedResource Remove="Metadata\JT808LocationAttachProperties\**" />
  26. <None Remove="Formatters\MessageBodyFormatters\**" />
  27. <None Remove="Metadata\JT808LocationAttachProperties\**" />
  28. <None Include="..\..\LICENSE">
  29. <Pack>True</Pack>
  30. <PackagePath></PackagePath>
  31. </None>
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Compile Remove="Formatters\JT808HeaderFormatter.cs" />
  35. <Compile Remove="Formatters\JT808HeaderPackageFormatter.cs" />
  36. <Compile Remove="Formatters\JT808PackageFormatter.cs" />
  37. <Compile Remove="Formatters\JT808SplitPackageBodiesFormatter.cs" />
  38. <Compile Remove="IJT808BufferedEntity.cs" />
  39. <Compile Remove="IJT808Properties.cs" />
  40. <Compile Remove="JT808BufferedEntityBase.cs" />
  41. <Compile Remove="JT808GlobalConfig.cs" />
  42. <Compile Remove="JT808MessageBodyFactory.cs" />
  43. <Compile Remove="Metadata\JT808TerminalLoginRequestProperty.cs" />
  44. <Compile Remove="Metadata\JT808UploadLocationRequestProperty.cs" />
  45. </ItemGroup>
  46. <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
  47. <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
  48. <PackageReference Include="System.Buffers" Version="4.5.1" />
  49. <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
  50. <PackageReference Include="System.Memory" Version="4.5.4" />
  51. <PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
  52. <PackageReference Include="System.Text.Json" Version="5.0.0" />
  53. </ItemGroup>
  54. <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
  55. <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
  56. <PackageReference Include="System.Text.Json" Version="5.0.0" />
  57. </ItemGroup>
  58. <ItemGroup Condition=" '$(TargetFramework)' == 'net5' ">
  59. </ItemGroup>
  60. <ItemGroup>
  61. <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.3.1">
  62. <PrivateAssets>all</PrivateAssets>
  63. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  64. </PackageReference>
  65. <PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />
  66. <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Update="Extensions\JT808PackageExtensionsTemplate.tt">
  70. <Generator>TextTemplatingFileGenerator</Generator>
  71. <LastGenOutput>JT808PackageExtensionsTemplate.cs</LastGenOutput>
  72. </None>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Update="Extensions\JT808PackageExtensionsTemplate.cs">
  79. <DesignTime>True</DesignTime>
  80. <AutoGen>True</AutoGen>
  81. <DependentUpon>JT808PackageExtensionsTemplate.tt</DependentUpon>
  82. </Compile>
  83. </ItemGroup>
  84. </Project>