v10_CL.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992
  1. [
  2. {
  3. "name": "DebugInformationFormat",
  4. "switch": "Z7",
  5. "comment": "C7 compatible",
  6. "value": "OldStyle",
  7. "flags": []
  8. },
  9. {
  10. "name": "DebugInformationFormat",
  11. "switch": "Zi",
  12. "comment": "Program Database",
  13. "value": "ProgramDatabase",
  14. "flags": []
  15. },
  16. {
  17. "name": "DebugInformationFormat",
  18. "switch": "ZI",
  19. "comment": "Program Database for Edit And Continue",
  20. "value": "EditAndContinue",
  21. "flags": []
  22. },
  23. {
  24. "name": "CompileAsManaged",
  25. "switch": "",
  26. "comment": "No Common Language RunTime Support",
  27. "value": "false",
  28. "flags": []
  29. },
  30. {
  31. "name": "CompileAsManaged",
  32. "switch": "clr",
  33. "comment": "Common Language RunTime Support",
  34. "value": "true",
  35. "flags": []
  36. },
  37. {
  38. "name": "CompileAsManaged",
  39. "switch": "clr:pure",
  40. "comment": "Pure MSIL Common Language RunTime Support",
  41. "value": "Pure",
  42. "flags": []
  43. },
  44. {
  45. "name": "CompileAsManaged",
  46. "switch": "clr:safe",
  47. "comment": "Safe MSIL Common Language RunTime Support",
  48. "value": "Safe",
  49. "flags": []
  50. },
  51. {
  52. "name": "CompileAsManaged",
  53. "switch": "clr:oldSyntax",
  54. "comment": "Common Language RunTime Support, Old Syntax",
  55. "value": "OldSyntax",
  56. "flags": []
  57. },
  58. {
  59. "name": "WarningLevel",
  60. "switch": "W0",
  61. "comment": "Turn Off All Warnings",
  62. "value": "TurnOffAllWarnings",
  63. "flags": []
  64. },
  65. {
  66. "name": "WarningLevel",
  67. "switch": "W1",
  68. "comment": "Level1",
  69. "value": "Level1",
  70. "flags": []
  71. },
  72. {
  73. "name": "WarningLevel",
  74. "switch": "W2",
  75. "comment": "Level2",
  76. "value": "Level2",
  77. "flags": []
  78. },
  79. {
  80. "name": "WarningLevel",
  81. "switch": "W3",
  82. "comment": "Level3",
  83. "value": "Level3",
  84. "flags": []
  85. },
  86. {
  87. "name": "WarningLevel",
  88. "switch": "W4",
  89. "comment": "Level4",
  90. "value": "Level4",
  91. "flags": []
  92. },
  93. {
  94. "name": "WarningLevel",
  95. "switch": "Wall",
  96. "comment": "EnableAllWarnings",
  97. "value": "EnableAllWarnings",
  98. "flags": []
  99. },
  100. {
  101. "name": "Optimization",
  102. "switch": "Od",
  103. "comment": "Disabled",
  104. "value": "Disabled",
  105. "flags": []
  106. },
  107. {
  108. "name": "Optimization",
  109. "switch": "O1",
  110. "comment": "Minimize Size",
  111. "value": "MinSpace",
  112. "flags": []
  113. },
  114. {
  115. "name": "Optimization",
  116. "switch": "O2",
  117. "comment": "Maximize Speed",
  118. "value": "MaxSpeed",
  119. "flags": []
  120. },
  121. {
  122. "name": "Optimization",
  123. "switch": "Ox",
  124. "comment": "Full Optimization",
  125. "value": "Full",
  126. "flags": []
  127. },
  128. {
  129. "name": "InlineFunctionExpansion",
  130. "switch": "",
  131. "comment": "Default",
  132. "value": "Default",
  133. "flags": []
  134. },
  135. {
  136. "name": "InlineFunctionExpansion",
  137. "switch": "Ob0",
  138. "comment": "Disabled",
  139. "value": "Disabled",
  140. "flags": []
  141. },
  142. {
  143. "name": "InlineFunctionExpansion",
  144. "switch": "Ob1",
  145. "comment": "Only __inline",
  146. "value": "OnlyExplicitInline",
  147. "flags": []
  148. },
  149. {
  150. "name": "InlineFunctionExpansion",
  151. "switch": "Ob2",
  152. "comment": "Any Suitable",
  153. "value": "AnySuitable",
  154. "flags": []
  155. },
  156. {
  157. "name": "FavorSizeOrSpeed",
  158. "switch": "Os",
  159. "comment": "Favor small code",
  160. "value": "Size",
  161. "flags": []
  162. },
  163. {
  164. "name": "FavorSizeOrSpeed",
  165. "switch": "Ot",
  166. "comment": "Favor fast code",
  167. "value": "Speed",
  168. "flags": []
  169. },
  170. {
  171. "name": "FavorSizeOrSpeed",
  172. "switch": "",
  173. "comment": "Neither",
  174. "value": "Neither",
  175. "flags": []
  176. },
  177. {
  178. "name": "ExceptionHandling",
  179. "switch": "EHa",
  180. "comment": "Yes with SEH Exceptions",
  181. "value": "Async",
  182. "flags": []
  183. },
  184. {
  185. "name": "ExceptionHandling",
  186. "switch": "EHsc",
  187. "comment": "Yes",
  188. "value": "Sync",
  189. "flags": []
  190. },
  191. {
  192. "name": "ExceptionHandling",
  193. "switch": "EHs",
  194. "comment": "Yes with Extern C functions",
  195. "value": "SyncCThrow",
  196. "flags": []
  197. },
  198. {
  199. "name": "ExceptionHandling",
  200. "switch": "",
  201. "comment": "No",
  202. "value": "false",
  203. "flags": []
  204. },
  205. {
  206. "name": "BasicRuntimeChecks",
  207. "switch": "RTCs",
  208. "comment": "Stack Frames",
  209. "value": "StackFrameRuntimeCheck",
  210. "flags": []
  211. },
  212. {
  213. "name": "BasicRuntimeChecks",
  214. "switch": "RTCu",
  215. "comment": "Uninitialized variables",
  216. "value": "UninitializedLocalUsageCheck",
  217. "flags": []
  218. },
  219. {
  220. "name": "BasicRuntimeChecks",
  221. "switch": "RTC1",
  222. "comment": "Both (/RTC1, equiv. to /RTCsu)",
  223. "value": "EnableFastChecks",
  224. "flags": []
  225. },
  226. {
  227. "name": "BasicRuntimeChecks",
  228. "switch": "",
  229. "comment": "Default",
  230. "value": "Default",
  231. "flags": []
  232. },
  233. {
  234. "name": "RuntimeLibrary",
  235. "switch": "MT",
  236. "comment": "Multi-threaded",
  237. "value": "MultiThreaded",
  238. "flags": []
  239. },
  240. {
  241. "name": "RuntimeLibrary",
  242. "switch": "MTd",
  243. "comment": "Multi-threaded Debug",
  244. "value": "MultiThreadedDebug",
  245. "flags": []
  246. },
  247. {
  248. "name": "RuntimeLibrary",
  249. "switch": "MD",
  250. "comment": "Multi-threaded DLL",
  251. "value": "MultiThreadedDLL",
  252. "flags": []
  253. },
  254. {
  255. "name": "RuntimeLibrary",
  256. "switch": "MDd",
  257. "comment": "Multi-threaded Debug DLL",
  258. "value": "MultiThreadedDebugDLL",
  259. "flags": []
  260. },
  261. {
  262. "name": "StructMemberAlignment",
  263. "switch": "Zp1",
  264. "comment": "1 Byte",
  265. "value": "1Byte",
  266. "flags": []
  267. },
  268. {
  269. "name": "StructMemberAlignment",
  270. "switch": "Zp2",
  271. "comment": "2 Bytes",
  272. "value": "2Bytes",
  273. "flags": []
  274. },
  275. {
  276. "name": "StructMemberAlignment",
  277. "switch": "Zp4",
  278. "comment": "4 Byte",
  279. "value": "4Bytes",
  280. "flags": []
  281. },
  282. {
  283. "name": "StructMemberAlignment",
  284. "switch": "Zp8",
  285. "comment": "8 Bytes",
  286. "value": "8Bytes",
  287. "flags": []
  288. },
  289. {
  290. "name": "StructMemberAlignment",
  291. "switch": "Zp16",
  292. "comment": "16 Bytes",
  293. "value": "16Bytes",
  294. "flags": []
  295. },
  296. {
  297. "name": "StructMemberAlignment",
  298. "switch": "",
  299. "comment": "Default",
  300. "value": "Default",
  301. "flags": []
  302. },
  303. {
  304. "name": "EnableEnhancedInstructionSet",
  305. "switch": "arch:SSE",
  306. "comment": "Streaming SIMD Extensions (/arch:SSE)",
  307. "value": "StreamingSIMDExtensions",
  308. "flags": []
  309. },
  310. {
  311. "name": "EnableEnhancedInstructionSet",
  312. "switch": "arch:SSE2",
  313. "comment": "Streaming SIMD Extensions 2 (/arch:SSE2)",
  314. "value": "StreamingSIMDExtensions2",
  315. "flags": []
  316. },
  317. {
  318. "name": "EnableEnhancedInstructionSet",
  319. "switch": "",
  320. "comment": "Not Set",
  321. "value": "NotSet",
  322. "flags": []
  323. },
  324. {
  325. "name": "FloatingPointModel",
  326. "switch": "fp:precise",
  327. "comment": "Precise",
  328. "value": "Precise",
  329. "flags": []
  330. },
  331. {
  332. "name": "FloatingPointModel",
  333. "switch": "fp:strict",
  334. "comment": "Strict",
  335. "value": "Strict",
  336. "flags": []
  337. },
  338. {
  339. "name": "FloatingPointModel",
  340. "switch": "fp:fast",
  341. "comment": "Fast",
  342. "value": "Fast",
  343. "flags": []
  344. },
  345. {
  346. "name": "PrecompiledHeader",
  347. "switch": "Yc",
  348. "comment": "Create",
  349. "value": "Create",
  350. "flags": [
  351. "UserValue",
  352. "UserIgnored",
  353. "Continue"
  354. ]
  355. },
  356. {
  357. "name": "PrecompiledHeader",
  358. "switch": "Yu",
  359. "comment": "Use",
  360. "value": "Use",
  361. "flags": [
  362. "UserValue",
  363. "UserIgnored",
  364. "Continue"
  365. ]
  366. },
  367. {
  368. "name": "PrecompiledHeader",
  369. "switch": "Y-",
  370. "comment": "Not Using Precompiled Headers",
  371. "value": "NotUsing",
  372. "flags": []
  373. },
  374. {
  375. "name": "AssemblerOutput",
  376. "switch": "",
  377. "comment": "No Listing",
  378. "value": "NoListing",
  379. "flags": []
  380. },
  381. {
  382. "name": "AssemblerOutput",
  383. "switch": "FA",
  384. "comment": "Assembly-Only Listing",
  385. "value": "AssemblyCode",
  386. "flags": []
  387. },
  388. {
  389. "name": "AssemblerOutput",
  390. "switch": "FAc",
  391. "comment": "Assembly With Machine Code",
  392. "value": "AssemblyAndMachineCode",
  393. "flags": []
  394. },
  395. {
  396. "name": "AssemblerOutput",
  397. "switch": "FAs",
  398. "comment": "Assembly With Source Code",
  399. "value": "AssemblyAndSourceCode",
  400. "flags": []
  401. },
  402. {
  403. "name": "AssemblerOutput",
  404. "switch": "FAcs",
  405. "comment": "Assembly, Machine Code and Source",
  406. "value": "All",
  407. "flags": []
  408. },
  409. {
  410. "name": "CallingConvention",
  411. "switch": "Gd",
  412. "comment": "__cdecl",
  413. "value": "Cdecl",
  414. "flags": []
  415. },
  416. {
  417. "name": "CallingConvention",
  418. "switch": "Gr",
  419. "comment": "__fastcall",
  420. "value": "FastCall",
  421. "flags": []
  422. },
  423. {
  424. "name": "CallingConvention",
  425. "switch": "Gz",
  426. "comment": "__stdcall",
  427. "value": "StdCall",
  428. "flags": []
  429. },
  430. {
  431. "name": "CompileAs",
  432. "switch": "",
  433. "comment": "Default",
  434. "value": "Default",
  435. "flags": []
  436. },
  437. {
  438. "name": "CompileAs",
  439. "switch": "TC",
  440. "comment": "Compile as C Code",
  441. "value": "CompileAsC",
  442. "flags": []
  443. },
  444. {
  445. "name": "CompileAs",
  446. "switch": "TP",
  447. "comment": "Compile as C++ Code",
  448. "value": "CompileAsCpp",
  449. "flags": []
  450. },
  451. {
  452. "name": "ErrorReporting",
  453. "switch": "errorReport:none",
  454. "comment": "Do Not Send Report",
  455. "value": "None",
  456. "flags": []
  457. },
  458. {
  459. "name": "ErrorReporting",
  460. "switch": "errorReport:prompt",
  461. "comment": "Prompt Immediately",
  462. "value": "Prompt",
  463. "flags": []
  464. },
  465. {
  466. "name": "ErrorReporting",
  467. "switch": "errorReport:queue",
  468. "comment": "Queue For Next Login",
  469. "value": "Queue",
  470. "flags": []
  471. },
  472. {
  473. "name": "ErrorReporting",
  474. "switch": "errorReport:send",
  475. "comment": "Send Automatically",
  476. "value": "Send",
  477. "flags": []
  478. },
  479. {
  480. "name": "SuppressStartupBanner",
  481. "switch": "nologo-",
  482. "comment": "Suppress Startup Banner",
  483. "value": "false",
  484. "flags": []
  485. },
  486. {
  487. "name": "SuppressStartupBanner",
  488. "switch": "nologo",
  489. "comment": "Suppress Startup Banner",
  490. "value": "true",
  491. "flags": []
  492. },
  493. {
  494. "name": "TreatWarningAsError",
  495. "switch": "WX-",
  496. "comment": "Treat Warnings As Errors",
  497. "value": "false",
  498. "flags": []
  499. },
  500. {
  501. "name": "TreatWarningAsError",
  502. "switch": "WX",
  503. "comment": "Treat Warnings As Errors",
  504. "value": "true",
  505. "flags": []
  506. },
  507. {
  508. "name": "MultiProcessorCompilation",
  509. "switch": "MP",
  510. "comment": "Multi-processor Compilation",
  511. "value": "true",
  512. "flags": [
  513. "UserValue",
  514. "UserIgnored",
  515. "Continue"
  516. ]
  517. },
  518. {
  519. "name": "IntrinsicFunctions",
  520. "switch": "Oi",
  521. "comment": "Enable Intrinsic Functions",
  522. "value": "true",
  523. "flags": []
  524. },
  525. {
  526. "name": "OmitFramePointers",
  527. "switch": "Oy-",
  528. "comment": "Omit Frame Pointers",
  529. "value": "false",
  530. "flags": []
  531. },
  532. {
  533. "name": "OmitFramePointers",
  534. "switch": "Oy",
  535. "comment": "Omit Frame Pointers",
  536. "value": "true",
  537. "flags": []
  538. },
  539. {
  540. "name": "EnableFiberSafeOptimizations",
  541. "switch": "GT",
  542. "comment": "Enable Fiber-Safe Optimizations",
  543. "value": "true",
  544. "flags": []
  545. },
  546. {
  547. "name": "WholeProgramOptimization",
  548. "switch": "GL",
  549. "comment": "Whole Program Optimization",
  550. "value": "true",
  551. "flags": []
  552. },
  553. {
  554. "name": "UndefineAllPreprocessorDefinitions",
  555. "switch": "u",
  556. "comment": "Undefine All Preprocessor Definitions",
  557. "value": "true",
  558. "flags": []
  559. },
  560. {
  561. "name": "IgnoreStandardIncludePath",
  562. "switch": "X",
  563. "comment": "Ignore Standard Include Paths",
  564. "value": "true",
  565. "flags": []
  566. },
  567. {
  568. "name": "PreprocessToFile",
  569. "switch": "P",
  570. "comment": "Preprocess to a File",
  571. "value": "true",
  572. "flags": []
  573. },
  574. {
  575. "name": "PreprocessSuppressLineNumbers",
  576. "switch": "EP",
  577. "comment": "Preprocess Suppress Line Numbers",
  578. "value": "true",
  579. "flags": []
  580. },
  581. {
  582. "name": "PreprocessKeepComments",
  583. "switch": "C",
  584. "comment": "Keep Comments",
  585. "value": "true",
  586. "flags": []
  587. },
  588. {
  589. "name": "StringPooling",
  590. "switch": "GF-",
  591. "comment": "Enable String Pooling",
  592. "value": "false",
  593. "flags": []
  594. },
  595. {
  596. "name": "StringPooling",
  597. "switch": "GF",
  598. "comment": "Enable String Pooling",
  599. "value": "true",
  600. "flags": []
  601. },
  602. {
  603. "name": "MinimalRebuild",
  604. "switch": "Gm-",
  605. "comment": "Enable Minimal Rebuild",
  606. "value": "false",
  607. "flags": []
  608. },
  609. {
  610. "name": "MinimalRebuild",
  611. "switch": "Gm",
  612. "comment": "Enable Minimal Rebuild",
  613. "value": "true",
  614. "flags": []
  615. },
  616. {
  617. "name": "SmallerTypeCheck",
  618. "switch": "RTCc",
  619. "comment": "Smaller Type Check",
  620. "value": "true",
  621. "flags": []
  622. },
  623. {
  624. "name": "BufferSecurityCheck",
  625. "switch": "GS-",
  626. "comment": "Buffer Security Check",
  627. "value": "false",
  628. "flags": []
  629. },
  630. {
  631. "name": "BufferSecurityCheck",
  632. "switch": "GS",
  633. "comment": "Buffer Security Check",
  634. "value": "true",
  635. "flags": []
  636. },
  637. {
  638. "name": "FunctionLevelLinking",
  639. "switch": "Gy-",
  640. "comment": "Enable Function-Level Linking",
  641. "value": "false",
  642. "flags": []
  643. },
  644. {
  645. "name": "FunctionLevelLinking",
  646. "switch": "Gy",
  647. "comment": "Enable Function-Level Linking",
  648. "value": "true",
  649. "flags": []
  650. },
  651. {
  652. "name": "FloatingPointExceptions",
  653. "switch": "fp:except-",
  654. "comment": "Enable Floating Point Exceptions",
  655. "value": "false",
  656. "flags": []
  657. },
  658. {
  659. "name": "FloatingPointExceptions",
  660. "switch": "fp:except",
  661. "comment": "Enable Floating Point Exceptions",
  662. "value": "true",
  663. "flags": []
  664. },
  665. {
  666. "name": "CreateHotpatchableImage",
  667. "switch": "hotpatch",
  668. "comment": "Create Hotpatchable Image",
  669. "value": "true",
  670. "flags": []
  671. },
  672. {
  673. "name": "DisableLanguageExtensions",
  674. "switch": "Za",
  675. "comment": "Disable Language Extensions",
  676. "value": "true",
  677. "flags": []
  678. },
  679. {
  680. "name": "TreatWChar_tAsBuiltInType",
  681. "switch": "Zc:wchar_t-",
  682. "comment": "Treat WChar_t As Built in Type",
  683. "value": "false",
  684. "flags": []
  685. },
  686. {
  687. "name": "TreatWChar_tAsBuiltInType",
  688. "switch": "Zc:wchar_t",
  689. "comment": "Treat WChar_t As Built in Type",
  690. "value": "true",
  691. "flags": []
  692. },
  693. {
  694. "name": "ForceConformanceInForLoopScope",
  695. "switch": "Zc:forScope-",
  696. "comment": "Force Conformance in For Loop Scope",
  697. "value": "false",
  698. "flags": []
  699. },
  700. {
  701. "name": "ForceConformanceInForLoopScope",
  702. "switch": "Zc:forScope",
  703. "comment": "Force Conformance in For Loop Scope",
  704. "value": "true",
  705. "flags": []
  706. },
  707. {
  708. "name": "RuntimeTypeInfo",
  709. "switch": "GR-",
  710. "comment": "Enable Run-Time Type Information",
  711. "value": "false",
  712. "flags": []
  713. },
  714. {
  715. "name": "RuntimeTypeInfo",
  716. "switch": "GR",
  717. "comment": "Enable Run-Time Type Information",
  718. "value": "true",
  719. "flags": []
  720. },
  721. {
  722. "name": "OpenMPSupport",
  723. "switch": "openmp-",
  724. "comment": "Open MP Support",
  725. "value": "false",
  726. "flags": []
  727. },
  728. {
  729. "name": "OpenMPSupport",
  730. "switch": "openmp",
  731. "comment": "Open MP Support",
  732. "value": "true",
  733. "flags": []
  734. },
  735. {
  736. "name": "ExpandAttributedSource",
  737. "switch": "Fx",
  738. "comment": "Expand Attributed Source",
  739. "value": "true",
  740. "flags": []
  741. },
  742. {
  743. "name": "GenerateXMLDocumentationFiles",
  744. "switch": "doc",
  745. "comment": "Generate XML Documentation Files",
  746. "value": "true",
  747. "flags": [
  748. "UserValue",
  749. "UserIgnored",
  750. "Continue"
  751. ]
  752. },
  753. {
  754. "name": "BrowseInformation",
  755. "switch": "FR",
  756. "comment": "Enable Browse Information",
  757. "value": "true",
  758. "flags": [
  759. "UserValue",
  760. "UserIgnored",
  761. "Continue"
  762. ]
  763. },
  764. {
  765. "name": "ShowIncludes",
  766. "switch": "showIncludes",
  767. "comment": "Show Includes",
  768. "value": "true",
  769. "flags": []
  770. },
  771. {
  772. "name": "EnablePREfast",
  773. "switch": "analyze-",
  774. "comment": "Enable Code Analysis",
  775. "value": "false",
  776. "flags": []
  777. },
  778. {
  779. "name": "EnablePREfast",
  780. "switch": "analyze",
  781. "comment": "Enable Code Analysis",
  782. "value": "true",
  783. "flags": []
  784. },
  785. {
  786. "name": "UseFullPaths",
  787. "switch": "FC",
  788. "comment": "Use Full Paths",
  789. "value": "true",
  790. "flags": []
  791. },
  792. {
  793. "name": "OmitDefaultLibName",
  794. "switch": "Zl",
  795. "comment": "Omit Default Library Name",
  796. "value": "true",
  797. "flags": []
  798. },
  799. {
  800. "name": "UseUnicodeForAssemblerListing",
  801. "switch": "FAu",
  802. "comment": "Use Unicode For Assembler Listing",
  803. "value": "true",
  804. "flags": []
  805. },
  806. {
  807. "name": "AdditionalIncludeDirectories",
  808. "switch": "I",
  809. "comment": "Additional Include Directories",
  810. "value": "",
  811. "flags": [
  812. "UserValue",
  813. "SemicolonAppendable"
  814. ]
  815. },
  816. {
  817. "name": "AdditionalUsingDirectories",
  818. "switch": "AI",
  819. "comment": "Resolve #using References",
  820. "value": "",
  821. "flags": [
  822. "UserValue",
  823. "SemicolonAppendable"
  824. ]
  825. },
  826. {
  827. "name": "PreprocessorDefinitions",
  828. "switch": "D",
  829. "comment": "Preprocessor Definitions",
  830. "value": "",
  831. "flags": [
  832. "UserValue",
  833. "SemicolonAppendable"
  834. ]
  835. },
  836. {
  837. "name": "UndefinePreprocessorDefinitions",
  838. "switch": "U",
  839. "comment": "Undefine Preprocessor Definitions",
  840. "value": "",
  841. "flags": [
  842. "UserValue",
  843. "SemicolonAppendable"
  844. ]
  845. },
  846. {
  847. "name": "DisableSpecificWarnings",
  848. "switch": "wd",
  849. "comment": "Disable Specific Warnings",
  850. "value": "",
  851. "flags": [
  852. "UserValue",
  853. "SemicolonAppendable"
  854. ]
  855. },
  856. {
  857. "name": "ForcedIncludeFiles",
  858. "switch": "FI",
  859. "comment": "Forced Include File",
  860. "value": "",
  861. "flags": [
  862. "UserValue",
  863. "UserRequired",
  864. "SemicolonAppendable"
  865. ]
  866. },
  867. {
  868. "name": "ForcedIncludeFiles",
  869. "switch": "FI",
  870. "comment": "Forced Include File",
  871. "value": "",
  872. "flags": [
  873. "UserFollowing",
  874. "SemicolonAppendable"
  875. ]
  876. },
  877. {
  878. "name": "ForcedUsingFiles",
  879. "switch": "FU",
  880. "comment": "Forced #using File",
  881. "value": "",
  882. "flags": [
  883. "UserValue",
  884. "SemicolonAppendable"
  885. ]
  886. },
  887. {
  888. "name": "TreatSpecificWarningsAsErrors",
  889. "switch": "we",
  890. "comment": "Treat Specific Warnings As Errors",
  891. "value": "",
  892. "flags": [
  893. "UserValue",
  894. "SemicolonAppendable"
  895. ]
  896. },
  897. {
  898. "name": "PreprocessOutputPath",
  899. "switch": "Fi",
  900. "comment": "Preprocess Output Path",
  901. "value": "",
  902. "flags": [
  903. "UserValue"
  904. ]
  905. },
  906. {
  907. "name": "PrecompiledHeaderFile",
  908. "switch": "Yu",
  909. "comment": "Precompiled Header File",
  910. "value": "",
  911. "flags": [
  912. "UserValue",
  913. "UserRequired"
  914. ]
  915. },
  916. {
  917. "name": "PrecompiledHeaderFile",
  918. "switch": "Yc",
  919. "comment": "Precompiled Header File",
  920. "value": "",
  921. "flags": [
  922. "UserValue",
  923. "UserRequired"
  924. ]
  925. },
  926. {
  927. "name": "PrecompiledHeaderOutputFile",
  928. "switch": "Fp",
  929. "comment": "Precompiled Header Output File",
  930. "value": "",
  931. "flags": [
  932. "UserValue"
  933. ]
  934. },
  935. {
  936. "name": "AssemblerListingLocation",
  937. "switch": "Fa",
  938. "comment": "ASM List Location",
  939. "value": "",
  940. "flags": [
  941. "UserValue"
  942. ]
  943. },
  944. {
  945. "name": "ObjectFileName",
  946. "switch": "Fo",
  947. "comment": "Object File Name",
  948. "value": "",
  949. "flags": [
  950. "UserValue"
  951. ]
  952. },
  953. {
  954. "name": "ProgramDataBaseFileName",
  955. "switch": "Fd",
  956. "comment": "Program Database File Name",
  957. "value": "",
  958. "flags": [
  959. "UserValue"
  960. ]
  961. },
  962. {
  963. "name": "XMLDocumentationFileName",
  964. "switch": "doc",
  965. "comment": "XML Documentation File Name",
  966. "value": "",
  967. "flags": [
  968. "UserValue",
  969. "UserRequired"
  970. ]
  971. },
  972. {
  973. "name": "BrowseInformationFile",
  974. "switch": "FR",
  975. "comment": "Browse Information File",
  976. "value": "",
  977. "flags": [
  978. "UserValue",
  979. "UserRequired"
  980. ]
  981. },
  982. {
  983. "name": "ProcessorNumber",
  984. "switch": "MP",
  985. "comment": "Number of processors",
  986. "value": "",
  987. "flags": [
  988. "UserValue",
  989. "UserRequired"
  990. ]
  991. }
  992. ]