FunGame-Server/FunGameServer.Core/FunGameServer.Core.csproj
2022-08-30 23:51:28 +08:00

15 lines
332 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>C:\milimoe\FunGame\bin</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<Folder Include="Interface\" />
</ItemGroup>
</Project>