faturas_4docs/.vscode/c_cpp_properties.json
Adriano Serighelli e4be58d728 att
2025-06-03 10:24:38 -03:00

18 lines
393 B
JSON

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "cl.exe",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}