VmianqianC/Vmianqian.csproj
2026-04-28 10:55:58 +08:00

24 lines
686 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<GitRepositoryConfigurationScope>local</GitRepositoryConfigurationScope>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AntdUI" Version="2.3.10" />
<PackageReference Include="MailKit" Version="4.16.0" />
</ItemGroup>
<ItemGroup>
<Compile Remove="antdui-demo\**\*.cs" />
<EmbeddedResource Remove="antdui-demo\**\*" />
<None Remove="antdui-demo\**\*" />
</ItemGroup>
</Project>