Files
Better-Seewo/Better-EN5/Better-EN5.csproj
2026-06-28 01:43:01 +08:00

23 lines
836 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
<RootNamespace>BetterEN5</RootNamespace>
<AssemblyName>Better-EN5</AssemblyName>
<Version>1.0.1</Version>
<FileVersion>1.0.1</FileVersion>
<Authors>云汀</Authors>
<Author>云汀</Author>
<Company>云汀</Company>
<Product>Better-Seewo 增强插件</Product>
<Description>希沃白板功能增强插件 - 墨迹管理、文件转换增强、触摸检测修复</Description>
<UseEasiNote>all</UseEasiNote>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="dotnetCampus.EasiPlugin.Sdk" Version="2.1.1-alpha.3" />
</ItemGroup>
</Project>