mirror of
https://github.com/Ed94/metadesk.git
synced 2026-06-13 07:52:22 -07:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
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"
|
|
]
|
|
},
|
|
{
|
|
"name": "Win32 tests",
|
|
"includePath": [
|
|
// "${workspaceFolder}",
|
|
"${workspaceFolder}/gen_c11/gen"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"INTELLISENSE_DIRECTIVES"
|
|
],
|
|
"windowsSdkVersion": "10.0.22621.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "msvc-x64",
|
|
"compilerArgs": [
|
|
"/Zc:preprocessor"
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
} |