2020-08-06 00:54:43 +02:00
|
|
|
{
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Win32",
|
|
|
|
|
"includePath": [
|
2023-01-29 18:58:59 +01:00
|
|
|
"${workspaceFolder}/src/**"
|
2020-08-06 00:54:43 +02:00
|
|
|
],
|
|
|
|
|
"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"
|
2020-08-06 00:54:43 +02:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"version": 4
|
|
|
|
|
}
|