Add host-app skeleton: HID device listing with HidSharp

This commit is contained in:
2026-08-24 21:00:27 +02:00
parent 4220b18da0
commit 3cb45d7809
4 changed files with 97 additions and 0 deletions
@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HidSharp" Version="2.6.4" />
</ItemGroup>
</Project>