Files
ShrlAlgoToolkit/DrfxFontFixer/DrfxFontFixer.csproj

16 lines
531 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<LangVersion>13.0</LangVersion>
<UseWPF>true</UseWPF>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
2026-01-01 10:02:59 +08:00
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NeoUI\NeoUI\NeoUI.csproj" />
</ItemGroup>
</Project>