Windows: Support building dpfp and sam3u_benchmark with MSVC
authorChris Dickens <christopher.a.dickens@gmail.com>
Sat, 28 Nov 2020 02:39:53 +0000 (18:39 -0800)
committerChris Dickens <christopher.a.dickens@gmail.com>
Sat, 28 Nov 2020 02:39:53 +0000 (18:39 -0800)
commita2f1e2d5fd4d6bd0e3d918de8e7fd1e90c01eace
tree2faa50fa3ba05e917e9d5943e959ad877a3400af
parent1be2ed9f14fd0bc21d7b90c8e5a33c339b0218ea
Windows: Support building dpfp and sam3u_benchmark with MSVC

Closes #151

Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
30 files changed:
examples/dpfp.c
libusb/version_nano.h
msvc/dpfp_2013.vcxproj [new file with mode: 0644]
msvc/dpfp_2013.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_2015.vcxproj [new file with mode: 0644]
msvc/dpfp_2015.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_2017.vcxproj [new file with mode: 0644]
msvc/dpfp_2017.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_2019.vcxproj [new file with mode: 0644]
msvc/dpfp_2019.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_threaded_2013.vcxproj [new file with mode: 0644]
msvc/dpfp_threaded_2013.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_threaded_2015.vcxproj [new file with mode: 0644]
msvc/dpfp_threaded_2015.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_threaded_2017.vcxproj [new file with mode: 0644]
msvc/dpfp_threaded_2017.vcxproj.filters [new file with mode: 0644]
msvc/dpfp_threaded_2019.vcxproj [new file with mode: 0644]
msvc/dpfp_threaded_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/sam3u_benchmark_2013.vcxproj [new file with mode: 0644]
msvc/sam3u_benchmark_2013.vcxproj.filters [new file with mode: 0644]
msvc/sam3u_benchmark_2015.vcxproj [new file with mode: 0644]
msvc/sam3u_benchmark_2015.vcxproj.filters [new file with mode: 0644]
msvc/sam3u_benchmark_2017.vcxproj [new file with mode: 0644]
msvc/sam3u_benchmark_2017.vcxproj.filters [new file with mode: 0644]
msvc/sam3u_benchmark_2019.vcxproj [new file with mode: 0644]
msvc/sam3u_benchmark_2019.vcxproj.filters [new file with mode: 0644]