mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
21 lines
384 B
JSON
21 lines
384 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"inheritEnvironments": [
|
||
|
"msvc_x64"
|
||
|
],
|
||
|
"name": "x64-Release",
|
||
|
"includePath": [
|
||
|
"${env.INCLUDE}",
|
||
|
"${workspaceRoot}\\**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"WIN32",
|
||
|
"NDEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"intelliSenseMode": "windows-msvc-x64"
|
||
|
}
|
||
|
]
|
||
|
}
|