19 lines
440 B
JSON
19 lines
440 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE",
|
||
|
"GASA_INTELLISENSE_DIRECTIVES=1"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.22621.0",
|
||
|
"compilerPath": "cl.exe"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|