mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
23 lines
666 B
JSON
23 lines
666 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${env:USERPROFILE}/AppData/Local/node-gyp/Cache/**/include/node",
|
|
"${workspaceFolder}/bridge/node_modules/node-addon-api"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.22621.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++20",
|
|
"intelliSenseMode": "windows-msvc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |