better-genshin-impact/Fischless.HotkeyCapture/Fischless.HotkeyCapture.csproj
2024-10-13 21:09:41 +08:00

18 lines
477 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<LangVersion>12.0</LangVersion>
<UseWindowsForms>True</UseWindowsForms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Vanara.PInvoke.User32" Version="4.0.2" />
</ItemGroup>
</Project>