Files
Convention-CSharp/Convention-CSharp.csproj
2025-07-16 15:25:11 +08:00

12 lines
291 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<LangVersion>9.0</LangVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Convention</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
</Project>