qin
2025-03-18 8044d55d7b2ef859e926f6968b239fa3212552bb
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <TargetFramework>net6.0-windows</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>disable</Nullable>
  </PropertyGroup>
 
  <ItemGroup>
    <PackageReference Include="DevExpress.Win.Design" Version="23.2.4" />
  </ItemGroup>
 
</Project>