Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

29 строки
871 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. </PropertyGroup>
  5. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  6. <DocumentationFile>bin\Release\netstandard2.0\JT809.Protocol.xml</DocumentationFile>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <Compile Remove="Encrypt\**" />
  10. <Compile Remove="Escape\**" />
  11. <Compile Remove="ProtocolPacket\Message\**" />
  12. <EmbeddedResource Remove="Encrypt\**" />
  13. <EmbeddedResource Remove="Escape\**" />
  14. <EmbeddedResource Remove="ProtocolPacket\Message\**" />
  15. <None Remove="Encrypt\**" />
  16. <None Remove="Escape\**" />
  17. <None Remove="ProtocolPacket\Message\**" />
  18. </ItemGroup>
  19. <ItemGroup>
  20. <Compile Remove="IEncrypt.cs" />
  21. <Compile Remove="IEscape.cs" />
  22. </ItemGroup>
  23. </Project>