Magical8bitPlug2/CppProperties.json
除村 武志 941a120dea Added code
2020-02-26 17:13:02 +09:00

21 lines
364 B
JSON

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