Initial commit
This commit is contained in:
7
HidSliders.Hid/Class1.cs
Normal file
7
HidSliders.Hid/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HidSliders.Hid
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
13
HidSliders.Hid/HidSliders.Hid.csproj
Normal file
13
HidSliders.Hid/HidSliders.Hid.csproj
Normal 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>
|
||||
Reference in New Issue
Block a user