您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

49 行
2.4 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <LangVersion>latest</LangVersion>
  5. <Copyright>Copyright 2018.</Copyright>
  6. <Authors>SmallChi</Authors>
  7. <PackageId>JTNewEnergy</PackageId>
  8. <Product>JTNewEnergy</Product>
  9. <Description>JTNE协议、JTNewEnergy协议、GBNewEnergy协议、新能源协议、电动汽车远程服务与管理系统平台数据交换协议</Description>
  10. <PackageReleaseNotes>JTNE协议、JTNewEnergy协议、GBNewEnergy协议、新能源协议、电动汽车远程服务与管理系统平台数据交换协议</PackageReleaseNotes>
  11. <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
  12. <RepositoryUrl>https://github.com/SmallChi/JTNewEnergy</RepositoryUrl>
  13. <PackageProjectUrl>https://github.com/SmallChi/JTNewEnergy</PackageProjectUrl>
  14. <PackageLicenseUrl>https://github.com/SmallChi/JTNewEnergy/blob/master/LICENSE</PackageLicenseUrl>
  15. <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
  16. <Version>1.0.0</Version>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  19. <DocumentationFile></DocumentationFile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  22. <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\JTNE.Protocol.xml</DocumentationFile>
  23. </PropertyGroup>
  24. <ItemGroup>
  25. <Compile Remove="Formatters\MessageBodyFormatters\JTNE_0x82_0x00Formatter.cs" />
  26. <Compile Remove="Formatters\MessageBodyFormatters\JTNE_0x82_0x02Formatter.cs" />
  27. <Compile Remove="Formatters\MessageBodyFormatters\JTNE_0x82_0x03Formatter.cs" />
  28. <Compile Remove="Formatters\MessageBodyFormatters\JTNE_0x82_0x04Formatter.cs" />
  29. <Compile Remove="Formatters\MessageBodyFormatters\JTNE_0x82_0x05Formatter.cs" />
  30. <Compile Remove="Formatters\MessageBodyFormatters\JTNE_0x82_0x07Formatter.cs" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <PackageReference Include="Microsoft.CSharp" Version="4.5.0" />
  34. <PackageReference Include="System.Buffers" Version="4.5.0" />
  35. <PackageReference Include="System.Dynamic.Runtime" Version="4.3.0" />
  36. <PackageReference Include="System.Memory" Version="4.5.2" />
  37. <PackageReference Include="System.Text.Encoding.CodePages" Version="4.5.1" />
  38. </ItemGroup>
  39. <ItemGroup>
  40. <Folder Include="Properties\" />
  41. </ItemGroup>
  42. </Project>