Files
Better-Seewo/Manager/Manager.csproj

21 lines
832 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
<AssemblyName>Better-Seewo.Manager</AssemblyName>
<RootNamespace>BetterSeewo.Manager</RootNamespace>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Authors>雾启工作室</Authors>
<Company>雾启工作室 × Macrohard Studio</Company>
<Product>Better-Seewo Manager</Product>
<Description>雾生万象,启以为光 — Better-Seewo 管理工具</Description>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DocumentFormat.OpenXml" Version="2.20.0" />
</ItemGroup>
</Project>