summaryrefslogtreecommitdiff
path: root/msvc/testlibusb_2019.vcxproj
diff options
context:
space:
mode:
authorwinterrace <hauptadmin@gmail.com>2020-01-24 22:59:52 +0100
committerChris Dickens <christopher.a.dickens@gmail.com>2020-01-24 17:05:26 -0800
commit221e8196221a6ede462914daf6c2652d57843df6 (patch)
tree0b200a191f7a8e61441ed51d27ed8bdd4dc1603b /msvc/testlibusb_2019.vcxproj
parentc3864c822b190dfbef48b0459222a08467f94cfb (diff)
downloadlibusb-221e8196221a6ede462914daf6c2652d57843df6.tar.gz
Fix msvc 2019 project files (internal linkage)
Closes #683 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'msvc/testlibusb_2019.vcxproj')
-rw-r--r--msvc/testlibusb_2019.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/testlibusb_2019.vcxproj b/msvc/testlibusb_2019.vcxproj
index 0cb0514..aec8c07 100644
--- a/msvc/testlibusb_2019.vcxproj
+++ b/msvc/testlibusb_2019.vcxproj
@@ -91,7 +91,7 @@
<ClCompile Include="..\examples\testlibusb.c" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include=".\libusb_static_2017.vcxproj">
+ <ProjectReference Include=".\libusb_static_2019.vcxproj">
<Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>