-
Notifications
You must be signed in to change notification settings - Fork 2
/
Pang.JT808TestTool.csproj
32 lines (27 loc) · 1.05 KB
/
Pang.JT808TestTool.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Confluent.Kafka" Version="1.5.3" />
<PackageReference Include="JT808" Version="2.3.6" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="SuperSocket" Version="2.0.0-beta.10.362" />
<PackageReference Include="SuperSocket.Server" Version="2.0.0-beta.10.362" />
</ItemGroup>
<ItemGroup>
<Reference Include="PMPlatform.KafkaPubSubs">
<HintPath>PMPlatform.KafkaPubSubs.dll</HintPath>
</Reference>
<Reference Include="PMPlatform.RelayProtocols">
<HintPath>PMPlatform.RelayProtocols.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Folder Include="ServerService\" />
<Folder Include="Pipeline\" />
</ItemGroup>
</Project>