规范类名及命名空间名称

This commit is contained in:
李伟
2026-04-13 14:35:37 +08:00
parent c430ec229b
commit ace1c70ddf
217 changed files with 1271 additions and 1384 deletions
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<Nullable>enable</Nullable>
<RootNamespace>XP.ImageProcessing.RoiControl</RootNamespace>
<AssemblyName>XP.ImageProcessing.RoiControl</AssemblyName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>XP.ImageProcessing.RoiControl</PackageId>
<Version>1.0.0</Version>
<Authors>Your Name</Authors>
<Company>Your Company</Company>
<Description>WPF图像ROI编辑控件库,支持矩形、椭圆、多边形ROI的创建、编辑、缩放和平移功能</Description>
<PackageTags>WPF;ROI;Image;Polygon;Rectangle;Ellipse;Zoom;Pan</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
</ItemGroup>
</Project>