diff UCIS.Core.csproj @ 35:6fcedb1030bf

USBLib: Added support for USBIO driver
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 21 Apr 2013 18:32:04 +0200
parents 24e918d2ac18
children e3329f686b95
line wrap: on
line diff
--- a/UCIS.Core.csproj	Sun Apr 21 17:01:03 2013 +0200
+++ b/UCIS.Core.csproj	Sun Apr 21 18:32:04 2013 +0200
@@ -149,6 +149,8 @@
     <Compile Include="USBLib\Communication\UsbControlRequestType.cs" />
     <Compile Include="USBLib\Communication\UsbDescriptorType.cs" />
     <Compile Include="USBLib\Communication\UsbInterface.cs" />
+    <Compile Include="USBLib\Communication\USBIO\USBIODevice.cs" />
+    <Compile Include="USBLib\Communication\USBIO\USBIORegistry.cs" />
     <Compile Include="USBLib\Communication\UsbPipeStream.cs" />
     <Compile Include="USBLib\Communication\WindowsUsbDeviceRegistry.cs" />
     <Compile Include="USBLib\Communication\WinUsb\WinUsbDevice.cs" />