Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

85 linhas
3.7 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协议、道路运输车辆卫星定位系统-北斗兼容车载终端通讯协议</Description>
  10. <PackageReleaseNotes>JT808协议、GB808协议、道路运输车辆卫星定位系统-北斗兼容车载终端通讯协议</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.0</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. </PropertyGroup>
  31. <ItemGroup>
  32. <Compile Remove="Metadata\JT808LocationAttachProperties\**" />
  33. <EmbeddedResource Remove="Metadata\JT808LocationAttachProperties\**" />
  34. <None Remove="Metadata\JT808LocationAttachProperties\**" />
  35. <None Include="..\..\LICENSE">
  36. <Pack>True</Pack>
  37. <PackagePath></PackagePath>
  38. </None>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Remove="IJT808BufferedEntity.cs" />
  42. <Compile Remove="IJT808Properties.cs" />
  43. <Compile Remove="JT808BufferedEntityBase.cs" />
  44. <Compile Remove="JT808GlobalConfig.cs" />
  45. <Compile Remove="JT808MessageBodyFactory.cs" />
  46. <Compile Remove="Metadata\JT808TerminalLoginRequestProperty.cs" />
  47. <Compile Remove="Metadata\JT808UploadLocationRequestProperty.cs" />
  48. </ItemGroup>
  49. <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
  50. <PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
  51. <PackageReference Include="System.Buffers" Version="4.5.0" />
  52. <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
  53. <PackageReference Include="System.Memory" Version="4.5.3" />
  54. <PackageReference Include="System.Reflection.Extensions" Version="4.3.0" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
  58. <PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0" />
  59. <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <None Update="Extensions\JT808PackageExtensionsTemplate.tt">
  63. <Generator>TextTemplatingFileGenerator</Generator>
  64. <LastGenOutput>JT808PackageExtensionsTemplate.cs</LastGenOutput>
  65. </None>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Update="Extensions\JT808PackageExtensionsTemplate.cs">
  72. <DesignTime>True</DesignTime>
  73. <AutoGen>True</AutoGen>
  74. <DependentUpon>JT808PackageExtensionsTemplate.tt</DependentUpon>
  75. </Compile>
  76. </ItemGroup>
  77. </Project>