2026-06-28 01:43:01 +08:00
|
|
|
<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>
|
2026-06-28 10:07:06 +08:00
|
|
|
<Version>1.1.2</Version>
|
|
|
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>1.1.2.0</FileVersion>
|
2026-06-28 03:17:55 +08:00
|
|
|
<Authors>雾启工作室</Authors>
|
|
|
|
|
<Author>雾启工作室</Author>
|
|
|
|
|
<Company>雾启工作室</Company>
|
2026-06-28 01:43:01 +08:00
|
|
|
<Product>Better-Seewo 增强插件</Product>
|
2026-06-28 03:17:55 +08:00
|
|
|
<Description>雾生万象,启以为光 — 希沃白板功能增强插件</Description>
|
2026-06-28 01:43:01 +08:00
|
|
|
<UseEasiNote>all</UseEasiNote>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="dotnetCampus.EasiPlugin.Sdk" Version="2.1.1-alpha.3" />
|
|
|
|
|
</ItemGroup>
|
2026-06-28 10:03:11 +08:00
|
|
|
<Target Name="CopyManifest" AfterTargets="AfterBuild">
|
|
|
|
|
<Copy SourceFiles="manifest.coin" DestinationFolder="$(OutDir)" SkipUnchangedFiles="true" />
|
|
|
|
|
</Target>
|
2026-06-28 01:43:01 +08:00
|
|
|
</Project>
|