25 lines
774 B
JSON
25 lines
774 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${default}",
|
||
|
"${workspaceFolder}/include",
|
||
|
"D:/Geant4/dist/include/Geant4",
|
||
|
"D:/ROOT/include"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.19041.0",
|
||
|
"compilerPath": "D:/Microsoft/VisualStudio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "windows-msvc-x64",
|
||
|
"configurationProvider": "ms-vscode.cmake-tools"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|