Files
Seele/.vscode/c_cpp_properties.json
T

22 lines
674 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Win32",
"includePath": [
2023-01-29 18:58:59 +01:00
"${workspaceFolder}/src/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
2023-01-29 18:58:59 +01:00
"windowsSdkVersion": "10.0.20348.0",
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.32.31326/bin/Hostx64/x64/cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
2021-10-19 23:04:38 +02:00
"intelliSenseMode": "windows-msvc-x64",
2023-01-29 18:58:59 +01:00
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}