Files
ShrlAlgoToolkit/WPFluent/WPFluent.csproj
2025-04-24 20:56:44 +08:00

25 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;<!--net8.0-windows--></TargetFrameworks>
<OutputType>Library</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoWarn>CS0108;CS8601;CS4014;CS8602</NoWarn>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<LangVersion>latest</LangVersion>
<Configurations>Debug;Release</Configurations>
<Nullable>enable</Nullable>
<!--<PlatformTarget>x64</PlatformTarget>-->
<ImplicitUsings>true</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
<PackageReference Include="PolySharp" Version="1.15.0" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\Fonts\FluentSystemIcons-Filled.ttf" />
<Resource Include="Resources\Fonts\FluentSystemIcons-Regular.ttf" />
</ItemGroup>
</Project>