mirror of
https://github.com/ge9/IddSampleDriver.git
synced 2024-11-09 16:18:21 +00:00
21 lines
362 B
JSON
21 lines
362 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"inheritEnvironments": [
|
||
|
"msvc_x64"
|
||
|
],
|
||
|
"name": "x64-Debug",
|
||
|
"includePath": [
|
||
|
"${env.INCLUDE}",
|
||
|
"${workspaceRoot}\\**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"WIN32",
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"intelliSenseMode": "windows-msvc-x64"
|
||
|
}
|
||
|
]
|
||
|
}
|