Added code to retrieve USB IDs and strings for Windows.

This commit is contained in:
2017-12-06 19:30:03 +00:00
parent df076b5e0f
commit be52156170
7 changed files with 1686 additions and 1 deletions

View File

@@ -84,6 +84,8 @@
<Compile Include="Device\ScsiCommands\Kreon.cs" />
<Compile Include="Device\List.cs" />
<Compile Include="Linux\ListDevices.cs" />
<Compile Include="Windows\Usb.cs" />
<Compile Include="Windows\UsbFunctions.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup />