<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UseWPF>true</UseWPF> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <WarningLevel>0</WarningLevel> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> <WarningLevel>0</WarningLevel> </PropertyGroup> <ItemGroup> <PackageReference Include="HandyControl" Version="3.5.1" /> <PackageReference Include="LayUI.Wpf" Version="1.0.2.240407" /> </ItemGroup> </Project>