You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
680 B
22 lines
680 B
{ |
|
"configurations": [ |
|
{ |
|
"name": "Win32", |
|
"includePath": [ |
|
"${workspaceFolder}/**", |
|
"D:/aigc/vcpkg/installed/x64-windows/include/**" |
|
], |
|
"defines": [ |
|
"_DEBUG", |
|
"UNICODE", |
|
"_UNICODE" |
|
], |
|
"windowsSdkVersion": "10.0.18362.0", |
|
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe", |
|
"cStandard": "c11", |
|
"cppStandard": "c++11", |
|
"intelliSenseMode": "windows-msvc-x64" |
|
} |
|
], |
|
"version": 4 |
|
} |