You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 line
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>