| 1234567891011121314151617181920 |
- {
- "configurations": [
- {
- "name": "Win32",
- "includePath": [
- "${default}",
- "${workspaceFolder}/**"
- ],
- "defines": [
- "_DEBUG",
- "UNICODE",
- "_UNICODE"
- ],
- "windowsSdkVersion": "10.0.22000.0",
- "compilerPath": "cl.exe",
- "cppStandard": "c++17"
- }
- ],
- "version": 4
- }
|