mirror of
https://github.com/Ed94/perfaware.git
synced 2024-11-10 04:14:53 -08:00
19 lines
478 B
JSON
19 lines
478 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.22621.0",
|
||
|
"compilerPath": "cl.exe",
|
||
|
"compileCommands": "${workspaceFolder}/part_1/build/compile_commands.json"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|