]> sigrok.org Git - libserialport.git/commit
Add Visual Studio projects and solution to build example programs.
authorMartin Ling <redacted>
Fri, 24 Jan 2020 05:59:29 +0000 (05:59 +0000)
committerUwe Hermann <redacted>
Sun, 26 Jan 2020 20:11:46 +0000 (21:11 +0100)
commit67b55d10b8570d76dc579ab0ba5657d4645cbd19
treed23df30cbd462e68dc4d83e196d5432a6aa44722
parentd8c4d388e83085af859ab2a322707dceb6ac700d
Add Visual Studio projects and solution to build example programs.
14 files changed:
.gitignore
examples/README
examples/examples.sln [new file with mode: 0644]
examples/projects/await_events.vcxproj [new file with mode: 0644]
examples/projects/await_events.vcxproj.filters [new file with mode: 0644]
examples/projects/common.props [new file with mode: 0644]
examples/projects/handle_errors.vcxproj [new file with mode: 0644]
examples/projects/handle_errors.vcxproj.filters [new file with mode: 0644]
examples/projects/list_ports.vcxproj [new file with mode: 0644]
examples/projects/list_ports.vcxproj.filters [new file with mode: 0644]
examples/projects/port_config.vcxproj [new file with mode: 0644]
examples/projects/port_config.vcxproj.filters [new file with mode: 0644]
examples/projects/port_info.vcxproj [new file with mode: 0644]
examples/projects/port_info.vcxproj.filters [new file with mode: 0644]