23 lines
875 B
XML
23 lines
875 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.1.0</Version>
|
|
<FileVersion>1.1.0</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>
|