Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

97 wiersze
4.5 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>netstandard2.0;netstandard2.1;</TargetFrameworks>
  4. <LangVersion>8.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. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  17. <Version>2.2.2</Version>
  18. <PackageLicenseFile>LICENSE</PackageLicenseFile>
  19. </PropertyGroup>
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  21. <DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
  22. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  25. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
  28. <DocumentationFile>$(OutputPath)$(MSBuildProjectName).xml</DocumentationFile>
  29. <OutputPath />
  30. <NoWarn>1701;1702;CS1591;CS1572;CS1573;CS1574;CS1570;</NoWarn>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Compile Remove="Formatters\MessageBodyFormatters\**" />
  34. <Compile Remove="Metadata\JT808LocationAttachProperties\**" />
  35. <EmbeddedResource Remove="Formatters\MessageBodyFormatters\**" />
  36. <EmbeddedResource Remove="Metadata\JT808LocationAttachProperties\**" />
  37. <None Remove="Formatters\MessageBodyFormatters\**" />
  38. <None Remove="Metadata\JT808LocationAttachProperties\**" />
  39. <None Include="..\..\LICENSE">
  40. <Pack>True</Pack>
  41. <PackagePath></PackagePath>
  42. </None>
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Remove="Formatters\JT808HeaderFormatter.cs" />
  46. <Compile Remove="Formatters\JT808HeaderPackageFormatter.cs" />
  47. <Compile Remove="Formatters\JT808PackageFormatter.cs" />
  48. <Compile Remove="Formatters\JT808SplitPackageBodiesFormatter.cs" />
  49. <Compile Remove="IJT808BufferedEntity.cs" />
  50. <Compile Remove="IJT808Properties.cs" />
  51. <Compile Remove="JT808BufferedEntityBase.cs" />
  52. <Compile Remove="JT808GlobalConfig.cs" />
  53. <Compile Remove="JT808MessageBodyFactory.cs" />
  54. <Compile Remove="Metadata\JT808TerminalLoginRequestProperty.cs" />
  55. <Compile Remove="Metadata\JT808UploadLocationRequestProperty.cs" />
  56. </ItemGroup>
  57. <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
  58. <PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
  59. <PackageReference Include="System.Buffers" Version="4.5.0" />
  60. <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
  61. <PackageReference Include="System.Memory" Version="4.5.3" />
  62. <PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
  66. <PrivateAssets>all</PrivateAssets>
  67. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  68. </PackageReference>
  69. <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
  70. <PackageReference Include="System.Text.Encoding.CodePages" Version="4.7.0" />
  71. <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Update="Extensions\JT808PackageExtensionsTemplate.tt">
  75. <Generator>TextTemplatingFileGenerator</Generator>
  76. <LastGenOutput>JT808PackageExtensionsTemplate.cs</LastGenOutput>
  77. </None>
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Update="Extensions\JT808PackageExtensionsTemplate.cs">
  84. <DesignTime>True</DesignTime>
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>JT808PackageExtensionsTemplate.tt</DependentUpon>
  87. </Compile>
  88. </ItemGroup>
  89. </Project>