From 54884e84d024e761450287ab56aca8fc69f45d01 Mon Sep 17 00:00:00 2001 From: Chris Dickens Date: Mon, 8 Jan 2018 10:17:26 -0800 Subject: Windows: Enable dynamic selection between WinUSB and UsbDk backends This commit unifies the two Windows backends into a single project and enables the user to switch to the UsbDk backend, if available, using the libusb_set_option() function. All contexts will use the WinUSB backend by default for backwards compatibility. With this change, the UsbDk-specific projects are no longer required. Closes #309 Signed-off-by: Chris Dickens --- msvc/libusb_dll_2015.vcxproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'msvc/libusb_dll_2015.vcxproj') diff --git a/msvc/libusb_dll_2015.vcxproj b/msvc/libusb_dll_2015.vcxproj index 0c1730a..f0744f6 100644 --- a/msvc/libusb_dll_2015.vcxproj +++ b/msvc/libusb_dll_2015.vcxproj @@ -151,6 +151,7 @@ + @@ -164,6 +165,8 @@ + + -- cgit v1.2.1