Files
Better-Seewo/Better-EN5/Better-EN5.csproj

17 lines
666 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>BetterEN5</RootNamespace>
<AssemblyName>Better-EN5</AssemblyName>
<Description>雾生万象,启以为光 — 希沃白板功能增强插件</Description>
<UseEasiNote>all</UseEasiNote>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
<PackageReference Include="dotnetCampus.EasiPlugin.Sdk" Version="2.1.1-alpha.3" />
</ItemGroup>
</Project>