AxibugEmuOnline/AxibugEmuOnline.Server/AxibugEmuOnline.Server.csproj

24 lines
606 B
XML
Raw Permalink Normal View History

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>
2024-11-18 23:46:02 +08:00
<ItemGroup>
<PackageReference Include="MySql.Data" Version="9.1.0" />
</ItemGroup>
2024-06-28 17:43:55 +08:00
<ItemGroup>
<Reference Include="Google.Protobuf">
<HintPath>..\Lib\Google.Protobuf.dll</HintPath>
2024-06-28 17:43:55 +08:00
</Reference>
<Reference Include="HaoYueNet.ServerNetwork">
<HintPath>..\Lib\HaoYueNet.ServerNetwork.dll</HintPath>
2024-06-28 17:43:55 +08:00
</Reference>
</ItemGroup>
</Project>