msvc: Reorder solution projects and add project filter files
authorChris Dickens <christopher.a.dickens@gmail.com>
Mon, 23 Mar 2020 22:17:50 +0000 (15:17 -0700)
committerChris Dickens <christopher.a.dickens@gmail.com>
Mon, 23 Mar 2020 22:17:50 +0000 (15:17 -0700)
commit07d6d3a2a5c415fa0b819ee0bdb48565f444a58a
tree4ecbd76561f6c75e8cc75978ed83ceb249200c17
parent8b93a7157d3b7dad8531c61af860352efca29b20
msvc: Reorder solution projects and add project filter files

Since Visual Studio picks the first project as the default startup
project, move the library projects back to the top of the list. This use
to be the order but was changed in commit 9843b689df.

Add the project filter files to help organize the source files within
the Solution Explorer window pane.

Additionally move the getopt source underneath the msvc directory since
it is only used for Visual Studio builds.

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
49 files changed:
libusb/version_nano.h
msvc/.gitattributes
msvc/fxload_2013.vcxproj.filters [new file with mode: 0644]
msvc/fxload_2015.vcxproj.filters [new file with mode: 0644]
msvc/fxload_2017.vcxproj.filters [new file with mode: 0644]
msvc/fxload_2019.vcxproj.filters [new file with mode: 0644]
msvc/getopt/getopt.c [moved from examples/getopt/getopt.c with 100% similarity]
msvc/getopt/getopt.h [moved from examples/getopt/getopt.h with 100% similarity]
msvc/getopt/getopt1.c [moved from examples/getopt/getopt1.c with 100% similarity]
msvc/getopt_2013.vcxproj
msvc/getopt_2013.vcxproj.filters [new file with mode: 0644]
msvc/getopt_2015.vcxproj
msvc/getopt_2015.vcxproj.filters [new file with mode: 0644]
msvc/getopt_2017.vcxproj
msvc/getopt_2017.vcxproj.filters [new file with mode: 0644]
msvc/getopt_2019.vcxproj
msvc/getopt_2019.vcxproj.filters [new file with mode: 0644]
msvc/hotplugtest_2013.vcxproj.filters [new file with mode: 0644]
msvc/hotplugtest_2015.vcxproj.filters [new file with mode: 0644]
msvc/hotplugtest_2017.vcxproj.filters [new file with mode: 0644]
msvc/hotplugtest_2019.vcxproj.filters [new file with mode: 0644]
msvc/libusb_2013.sln
msvc/libusb_2015.sln
msvc/libusb_2017.sln
msvc/libusb_2019.sln
msvc/libusb_dll_2013.vcxproj.filters [new file with mode: 0644]
msvc/libusb_dll_2015.vcxproj.filters [new file with mode: 0644]
msvc/libusb_dll_2017.vcxproj.filters [new file with mode: 0644]
msvc/libusb_dll_2019.vcxproj.filters [new file with mode: 0644]
msvc/libusb_static_2013.vcxproj.filters [new file with mode: 0644]
msvc/libusb_static_2015.vcxproj.filters [new file with mode: 0644]
msvc/libusb_static_2017.vcxproj.filters [new file with mode: 0644]
msvc/libusb_static_2019.vcxproj.filters [new file with mode: 0644]
msvc/listdevs_2013.vcxproj.filters [new file with mode: 0644]
msvc/listdevs_2015.vcxproj.filters [new file with mode: 0644]
msvc/listdevs_2017.vcxproj.filters [new file with mode: 0644]
msvc/listdevs_2019.vcxproj.filters [new file with mode: 0644]
msvc/stress_2013.vcxproj.filters [new file with mode: 0644]
msvc/stress_2015.vcxproj.filters [new file with mode: 0644]
msvc/stress_2017.vcxproj.filters [new file with mode: 0644]
msvc/stress_2019.vcxproj.filters [new file with mode: 0644]
msvc/testlibusb_2013.vcxproj.filters [new file with mode: 0644]
msvc/testlibusb_2015.vcxproj.filters [new file with mode: 0644]
msvc/testlibusb_2017.vcxproj.filters [new file with mode: 0644]
msvc/testlibusb_2019.vcxproj.filters [new file with mode: 0644]
msvc/xusb_2013.vcxproj.filters [new file with mode: 0644]
msvc/xusb_2015.vcxproj.filters [new file with mode: 0644]
msvc/xusb_2017.vcxproj.filters [new file with mode: 0644]
msvc/xusb_2019.vcxproj.filters [new file with mode: 0644]