DavidWooten | 69304ac | 2019-07-22 13:37:15 -0400 | [diff] [blame] | 1 | { |
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 | } |