|
|
@@ -0,0 +1,30 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
<Import Project="..\..\Version.props" /> |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>netstandard2.1</TargetFramework> |
|
|
|
<LangVersion>8.0</LangVersion> |
|
|
|
<Copyright>Copyright 2019.</Copyright> |
|
|
|
<Authors>SmallChi(Koike)</Authors> |
|
|
|
<RepositoryUrl>https://github.com/SmallChi/JT808Gateway</RepositoryUrl> |
|
|
|
<PackageProjectUrl>https://github.com/SmallChi/JT808Gateway</PackageProjectUrl> |
|
|
|
<licenseUrl>https://github.com/SmallChi/JT808Gateway/blob/master/LICENSE</licenseUrl> |
|
|
|
<license>https://github.com/SmallChi/JT808Gateway/blob/master/LICENSE</license> |
|
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
|
|
|
<Version>$(JT808GatewayPackageVersion)</Version> |
|
|
|
<SignAssembly>false</SignAssembly> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<PackageId>JT808.Gateway.MsgIdHandler</PackageId> |
|
|
|
<Product>JT808.Gateway.MsgIdHandler</Product> |
|
|
|
<Description>基于JT808消息业务处理程序服务</Description> |
|
|
|
<PackageReleaseNotes>基于JT808消息业务处理程序服务</PackageReleaseNotes> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\JT808.Gateway.Abstractions\JT808.Gateway.Abstractions.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="..\..\..\LICENSE" Pack="true" PackagePath="" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |