FunGame-Core/FunGame.Core/FunGame.Core.csproj
2022-08-28 15:58:35 +08:00

16 lines
355 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Company>Milimoe</Company>
<BaseOutputPath>..\bin</BaseOutputPath>
</PropertyGroup>
<ItemGroup>
<Folder Include="Implement\" />
</ItemGroup>
</Project>