Initial Push

This commit is contained in:
Gustave Monce
2024-03-04 00:20:01 +01:00
parent ebb5227f61
commit 0333e2fd73
4 changed files with 341 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WinUSBNet" Version="2.1.0" />
</ItemGroup>
</Project>