Files
metadesk/.vscode/c_cpp_properties.json
T

25 lines
621 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}",
"${workspaceFolder}/code"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"INTELLISENSE_DIRECTIVES"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"compilerArgs": [
"/Zc:preprocessor"
]
}
],
"version": 4
}