microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Add DMF.props file and update samples/test drivers to use it (as template). #210

Closed samtertzakian closed 2 years ago

samtertzakian commented 2 years ago
  1. Add DMF.props file and update the documentation to explain how to use it.
  2. Update all the samples to use DMF.props.
  3. Clean up sample .vcxproj files to remove unnecessary entries.
  4. Delete the legacy protocol/transport sample which should no longer be used. Use new , more robust DMF Interface instead.

Thank you nefarius for DMF.props example.