29 lines
890 B
JSON
29 lines
890 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${workspaceFolder}/.vscode",
|
|
"C:\\MSFS 2024 SDK\\WASM\\wasi-sysroot\\include",
|
|
"C:\\MSFS 2024 SDK\\WASM\\wasi-sysroot\\include\\c++\\v1",
|
|
"C:\\MSFS 2024 SDK\\WASM\\include",
|
|
"C:\\MSFS 2024 SDK\\SimConnect SDK\\include"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"compilerArgs": [
|
|
"/Zc:__cplusplus"
|
|
],
|
|
"windowsSdkVersion": "10.0.26100.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c17",
|
|
"intelliSenseMode": "windows-msvc-x64",
|
|
"cppStandard": "c++14"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |