20230724_MBJC_upperpc/20230724_MBJC_upperpc.csproj
2023-11-13 15:46:12 +08:00

16 lines
395 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>_20230724_MBJC_upperpc</RootNamespace>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
</ItemGroup>
</Project>