mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-22 20:19:34 +08:00
13 lines
320 B
XML
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>
|
|
<Company>Milimoe</Company>
|
|
<Authors>Milimoe</Authors>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|