summaryrefslogtreecommitdiff
path: root/msvc/fxload_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/fxload_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/fxload_2019.vcxproj')
-rw-r--r--msvc/fxload_2019.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/msvc/fxload_2019.vcxproj b/msvc/fxload_2019.vcxproj
index 75f9d52..43eea61 100644
--- a/msvc/fxload_2019.vcxproj
+++ b/msvc/fxload_2019.vcxproj
@@ -95,11 +95,11 @@
<ClInclude Include="..\examples\ezusb.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include=".\getopt_2017.vcxproj">
+ <ProjectReference Include=".\getopt_2019.vcxproj">
<Project>{ae83e1b4-ce06-47ee-b7a3-c3a1d7c2d71e}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
- <ProjectReference Include=".\libusb_static_2017.vcxproj">
+ <ProjectReference Include=".\libusb_static_2019.vcxproj">
<Project>{349ee8f9-7d25-4909-aaf5-ff3fade72187}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>