1[
2  {
3    "name": "IgnoreStandardIncludePath",
4    "switch": "X",
5    "comment": "Ignore Standard Include Paths",
6    "value": "true",
7    "flags": []
8  },
9  {
10    "name": "ShowProgress",
11    "switch": "v",
12    "comment": "Show Progress",
13    "value": "true",
14    "flags": []
15  },
16  {
17    "name": "SuppressStartupBanner",
18    "switch": "nologo",
19    "comment": "Suppress Startup Banner",
20    "value": "true",
21    "flags": []
22  },
23  {
24    "name": "NullTerminateStrings",
25    "switch": "n",
26    "comment": "Null Terminate Strings",
27    "value": "true",
28    "flags": []
29  },
30  {
31    "name": "PreprocessorDefinitions",
32    "switch": "D",
33    "comment": "Preprocessor Definitions",
34    "value": "",
35    "flags": [
36      "UserValue",
37      "SemicolonAppendable"
38    ]
39  },
40  {
41    "name": "UndefinePreprocessorDefinitions",
42    "switch": "u",
43    "comment": "Undefine Preprocessor Definitions",
44    "value": "",
45    "flags": [
46      "UserValue",
47      "SemicolonAppendable"
48    ]
49  },
50  {
51    "name": "AdditionalIncludeDirectories",
52    "switch": "I",
53    "comment": "Additional Include Directories",
54    "value": "",
55    "flags": [
56      "UserValue",
57      "SemicolonAppendable"
58    ]
59  },
60  {
61    "name": "ResourceOutputFileName",
62    "switch": "fo",
63    "comment": "Resource File Name",
64    "value": "",
65    "flags": [
66      "UserValue"
67    ]
68  }
69]
70