blob: 659bf4ea9068f8bf1099a9e11f8fb7448d062d45 [file] [log] [blame]
DavidWooten69304ac2019-07-22 13:37:15 -04001{
2 "configurations": [
3 {
4 "inheritEnvironments": [
5 "msvc_x86"
6 ],
7 "name": "x86-Debug",
8 "includePath": [
9 "${env.INCLUDE}",
10 "${workspaceRoot}\\**"
11 ],
12 "defines": [
13 "WIN32",
14 "_DEBUG",
15 "UNICODE",
16 "_UNICODE"
17 ],
18 "intelliSenseMode": "windows-msvc-x86"
19 }
20 ]
21}