summaryrefslogtreecommitdiff
path: root/msvc/libusb_dll_2010.vcxproj
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2016-01-27 00:15:11 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2016-01-27 00:15:11 -0800
commit4a0446f51bb28b8f7440be5290941b85ac23a7ff (patch)
tree4fa2acd62511d1fd02727e8e0340d499e078e6e2 /msvc/libusb_dll_2010.vcxproj
parenta3ec36d3ecc268d2f8b9f1f9800cd438c57cab56 (diff)
downloadlibusb-4a0446f51bb28b8f7440be5290941b85ac23a7ff.tar.gz
Misc: Fix up Visual Studio project files
This commit sorts the source and header files by name (for easier human parsing), adds windows_nt_common.c to the 2010 and 2012 projects, and removes some CPP defines that should not be present in the libusb_static_2015.vcxproj file. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'msvc/libusb_dll_2010.vcxproj')
-rw-r--r--msvc/libusb_dll_2010.vcxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/msvc/libusb_dll_2010.vcxproj b/msvc/libusb_dll_2010.vcxproj
index 9e5629e..3a37811 100644
--- a/msvc/libusb_dll_2010.vcxproj
+++ b/msvc/libusb_dll_2010.vcxproj
@@ -146,6 +146,7 @@
<ClCompile Include="..\libusb\strerror.c" />
<ClCompile Include="..\libusb\sync.c" />
<ClCompile Include="..\libusb\os\threads_windows.c" />
+ <ClCompile Include="..\libusb\os\windows_nt_common.c" />
<ClCompile Include="..\libusb\os\windows_winusb.c" />
</ItemGroup>
<ItemGroup>
@@ -155,8 +156,11 @@
<ClInclude Include="..\libusb\libusbi.h" />
<ClInclude Include="..\libusb\os\poll_windows.h" />
<ClInclude Include="..\libusb\os\threads_windows.h" />
- <ClInclude Include="..\libusb\os\windows_winusb.h" />
+ <ClInclude Include="..\libusb\version.h" />
+ <ClInclude Include="..\libusb\version_nano.h" />
<ClInclude Include="..\libusb\os\windows_common.h" />
+ <ClInclude Include="..\libusb\os\windows_nt_common.h" />
+ <ClInclude Include="..\libusb\os\windows_winusb.h" />
</ItemGroup>
<ItemGroup>
<None Include="..\libusb\libusb-1.0.def" />