- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFrameworks>netstandard2.0;netstandard2.1;</TargetFrameworks>
- <LangVersion>8.0</LangVersion>
- <Copyright>Copyright 2019.</Copyright>
- <Authors>SmallChi(Koike)</Authors>
- <PackageId>JT808.Protocol.Extensions.JT1078</PackageId>
- <Product>JT808.Protocol.Extensions.JT1078</Product>
- <Description>基于JT808协议、GB808协议扩展的视频消息协议</Description>
- <PackageReleaseNotes>基于JT808协议、GB808协议扩展的视频消息协议</PackageReleaseNotes>
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
- <RepositoryUrl>https://github.com/SmallChi/JT1078</RepositoryUrl>
- <PackageProjectUrl>https://github.com/SmallChi/JT1078</PackageProjectUrl>
- <licenseUrl>https://github.com/SmallChi/JT1078/blob/master/LICENSE</licenseUrl>
- <license>https://github.com/SmallChi/JT1078/blob/master/LICENSE</license>
- <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
- <Version>2.2.2</Version>
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <DocumentationFile>JT808.Protocol.Extensions.JT1078.xml</DocumentationFile>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
- <DocumentationFile>JT808.Protocol.Extensions.JT1078.xml</DocumentationFile>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="JT808" Version="2.2.2" />
- </ItemGroup>
-
- <ItemGroup>
- <None Include="..\..\LICENSE">
- <Pack>True</Pack>
- <PackagePath></PackagePath>
- </None>
- </ItemGroup>
-
- </Project>
|