c_cpp_properties.json 423 B

12345678910111213141516171819
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**"
  7. ],
  8. "defines": [
  9. "_DEBUG",
  10. "UNICODE",
  11. "_UNICODE"
  12. ],
  13. "cStandard": "c17",
  14. "cppStandard": "c++17",
  15. "intelliSenseMode": "windows-msvc-x64"
  16. }
  17. ],
  18. "version": 4
  19. }