20230724_MBJC_upperpc/20230724_MBJC_upperpc.csproj

16 lines
395 B
XML
Raw Normal View History

2023-10-24 02:41:55 +00:00
<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>
2023-11-13 07:46:12 +00:00
<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
</ItemGroup>
2023-10-24 02:41:55 +00:00
</Project>