No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

13 líneas
685 B

  1. <Project>
  2. <PropertyGroup Condition="'$(CompileConfig)' == 'Release'" >
  3. <DebugType>none</DebugType>
  4. <DebugSymbols>false</DebugSymbols>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\..\src\JT808.Gateway.Abstractions\JT808.Gateway.Abstractions.csproj" />
  8. <ProjectReference Include="..\..\src\JT808.Gateway\JT808.Gateway.csproj"/>
  9. <ProjectReference Include="..\..\src\JT808.Gateway.Kafka\JT808.Gateway.Kafka.csproj"/>
  10. <ProjectReference Include="..\..\src\JT808.Gateway.Client\JT808.Gateway.Client.csproj" />
  11. <ProjectReference Include="..\..\src\JT808.Gateway.WebApiClientTool\JT808.Gateway.WebApiClientTool.csproj" />
  12. </ItemGroup>
  13. </Project>