Initial commit

This commit is contained in:
2024-03-26 13:44:49 -05:00
commit 7fbe51f482
24 changed files with 103489 additions and 0 deletions

7
HidSliders.Hid/Class1.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace HidSliders.Hid
{
public class Class1
{
}
}

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="hidlibrary" Version="3.3.40" />
</ItemGroup>
</Project>