21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"inheritEnvironments": [
|
|
"msvc_x86"
|
|
],
|
|
"name": "x86-Debug",
|
|
"includePath": [
|
|
"${env.INCLUDE}",
|
|
"${workspaceRoot}\\**"
|
|
],
|
|
"defines": [
|
|
"WIN32",
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"intelliSenseMode": "windows-msvc-x86"
|
|
}
|
|
]
|
|
} |