Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

13 řádky
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>