FunGame-Core/FunGame.Plugin/FunGame.Plugin.csproj
2022-08-30 23:51:07 +08:00

13 lines
320 B
XML

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