HaoYueTunnel/ClientCore/ClientCore.csproj
2023-05-23 17:57:24 +08:00

23 lines
571 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Protobuf\Protobuf.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="HaoYueNet.ClientNetwork">
<HintPath>..\NetLib\HaoYueNet.ClientNetwork.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>..\NetLib\protobuf-net.dll</HintPath>
</Reference>
</ItemGroup>
</Project>