mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-05-24 23:00:21 -04:00
21 lines
364 B
JSON
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"
|
|
}
|
|
]
|
|
} |