Files
basis_universal/CppProperties.json
Rich Geldreich 02036ae0b2 new files
2020-03-20 01:57:46 -04:00

21 lines
364 B
JSON

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