步步为盈

24 lines
572 B

3 years ago
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
3 years ago
<Compile Remove="Converters\**" />
<EmbeddedResource Remove="Converters\**" />
<None Remove="Converters\**" />
<Page Remove="Converters\**" />
3 years ago
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BBWY.Common\BBWY.Common.csproj" />
</ItemGroup>
</Project>