c_cpp_properties.json 456 B

1234567891011121314151617181920
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${default}",
  7. "${workspaceFolder}/**"
  8. ],
  9. "defines": [
  10. "_DEBUG",
  11. "UNICODE",
  12. "_UNICODE"
  13. ],
  14. "windowsSdkVersion": "10.0.22000.0",
  15. "compilerPath": "cl.exe",
  16. "cppStandard": "c++17"
  17. }
  18. ],
  19. "version": 4
  20. }