训练营Modbus项目代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 regels
198 B

  1. # 忽略编译文件和VS生成文件
  2. .vs/
  3. x64/
  4. Modbus/x64
  5. UnitTest/x64
  6. # 忽略无需上传的文件夹和文件
  7. Modbus/resources
  8. Modbus/ui
  9. Modbus/Modbus.vcxproj.user
  10. UnitTest/UnitTest.vcxproj.user