Files
nekoban_map_generator/nekoban_map_gen.csproj
JiWoong Sul e81218576d 신규등록
2025-11-22 01:08:44 +09:00

11 lines
249 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>