summaryrefslogtreecommitdiff
path: root/msvc/libusb_dll_2012.vcxproj
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-05-15 17:39:47 +0200
committerHans de Goede <hdegoede@redhat.com>2013-05-16 10:55:13 +0200
commit7e858a3408e71a7aa24327e80e495b57f0b8b999 (patch)
treed3c9cc499828543e2cb2a91f355ddbcf797a5ac5 /msvc/libusb_dll_2012.vcxproj
parent4198182d19307040931f44d8d4ce97f254f4e434 (diff)
downloadlibusb-7e858a3408e71a7aa24327e80e495b57f0b8b999.tar.gz
Add hotplugtest to msvc project files
Diffstat (limited to 'msvc/libusb_dll_2012.vcxproj')
-rw-r--r--msvc/libusb_dll_2012.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/msvc/libusb_dll_2012.vcxproj b/msvc/libusb_dll_2012.vcxproj
index 3533fbf..5920895 100644
--- a/msvc/libusb_dll_2012.vcxproj
+++ b/msvc/libusb_dll_2012.vcxproj
@@ -144,6 +144,7 @@
<ItemGroup>
<ClCompile Include="..\libusb\core.c" />
<ClCompile Include="..\libusb\descriptor.c" />
+ <ClCompile Include="..\libusb\hotplug.c" />
<ClCompile Include="..\libusb\io.c" />
<ClCompile Include="..\libusb\os\poll_windows.c" />
<ClCompile Include="..\libusb\sync.c" />
@@ -151,6 +152,9 @@
<ClCompile Include="..\libusb\os\windows_usb.c" />
</ItemGroup>
<ItemGroup>
+ <ClInclude Include="..\libusb\hotplug.h" />
+ <ClInclude Include="..\libusb\version.h" />
+ <ClInclude Include="..\libusb\version_nano.h" />
<ClInclude Include=".\config.h" />
<ClInclude Include="..\libusb\libusb.h" />
<ClInclude Include="..\libusb\libusbi.h" />