Initial commit: Better-Seewo EN5 plugin v1.0.1
This commit is contained in:
22
Better-EN5/Better-EN5.csproj
Normal file
22
Better-EN5/Better-EN5.csproj
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user