Files
Reskreen/CppProperties.json
Ambulance Clerc d84d7d9823 End tuto03
2021-12-20 18:46:18 +01:00

21 lines
362 B
JSON

{
"configurations": [
{
"inheritEnvironments": [
"msvc_x86"
],
"name": "x86-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x86"
}
]
}