2024-06-28 17:43:55 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="Google.Protobuf">
|
2024-08-21 11:04:53 +08:00
|
|
|
|
<HintPath>..\Lib\Google.Protobuf.dll</HintPath>
|
2024-06-28 17:43:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="HaoYueNet.ServerNetwork">
|
2024-08-21 11:04:53 +08:00
|
|
|
|
<HintPath>..\Lib\HaoYueNet.ServerNetwork.dll</HintPath>
|
2024-06-28 17:43:55 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|