farmbot-arduino-firmware/CppProperties.json

21 lines
364 B
JSON
Raw Permalink Normal View History

2019-12-02 14:07:28 -07:00
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x86"
],
"name": "x86-Release",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**"
],
"defines": [
"WIN32",
"NDEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x86"
}
]
}