Files
Dansori_Characters/Character_Builder/Character_Builder.csproj
T
2026-07-04 10:34:46 +09:00

14 lines
380 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<RootNamespace>Character_Builder</RootNamespace>
<AssemblyName>Character_Builder</AssemblyName>
</PropertyGroup>
</Project>