mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-12 23:51:37 -07:00
21 lines
503 B
JSON
21 lines
503 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/code"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"INTELLISENSE_DIRECTIVES"
|
|
],
|
|
"windowsSdkVersion": "10.0.22621.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |