v140_CL.json 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195
  1. [
  2. {
  3. "name": "DebugInformationFormat",
  4. "switch": "",
  5. "comment": "None",
  6. "value": "None",
  7. "flags": []
  8. },
  9. {
  10. "name": "DebugInformationFormat",
  11. "switch": "Z7",
  12. "comment": "C7 compatible",
  13. "value": "OldStyle",
  14. "flags": []
  15. },
  16. {
  17. "name": "DebugInformationFormat",
  18. "switch": "Zi",
  19. "comment": "Program Database",
  20. "value": "ProgramDatabase",
  21. "flags": []
  22. },
  23. {
  24. "name": "DebugInformationFormat",
  25. "switch": "ZI",
  26. "comment": "Program Database for Edit And Continue",
  27. "value": "EditAndContinue",
  28. "flags": []
  29. },
  30. {
  31. "name": "CompileAsManaged",
  32. "switch": "",
  33. "comment": "No Common Language RunTime Support",
  34. "value": "false",
  35. "flags": []
  36. },
  37. {
  38. "name": "CompileAsManaged",
  39. "switch": "clr",
  40. "comment": "Common Language RunTime Support",
  41. "value": "true",
  42. "flags": []
  43. },
  44. {
  45. "name": "CompileAsManaged",
  46. "switch": "clr:pure",
  47. "comment": "Pure MSIL Common Language RunTime Support",
  48. "value": "Pure",
  49. "flags": []
  50. },
  51. {
  52. "name": "CompileAsManaged",
  53. "switch": "clr:safe",
  54. "comment": "Safe MSIL Common Language RunTime Support",
  55. "value": "Safe",
  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": "",
  103. "comment": "Custom",
  104. "value": "Custom",
  105. "flags": []
  106. },
  107. {
  108. "name": "Optimization",
  109. "switch": "Od",
  110. "comment": "Disabled",
  111. "value": "Disabled",
  112. "flags": []
  113. },
  114. {
  115. "name": "Optimization",
  116. "switch": "O1",
  117. "comment": "Minimize Size",
  118. "value": "MinSpace",
  119. "flags": []
  120. },
  121. {
  122. "name": "Optimization",
  123. "switch": "O2",
  124. "comment": "Maximize Speed",
  125. "value": "MaxSpeed",
  126. "flags": []
  127. },
  128. {
  129. "name": "Optimization",
  130. "switch": "Ox",
  131. "comment": "Full Optimization",
  132. "value": "Full",
  133. "flags": []
  134. },
  135. {
  136. "name": "InlineFunctionExpansion",
  137. "switch": "",
  138. "comment": "Default",
  139. "value": "Default",
  140. "flags": []
  141. },
  142. {
  143. "name": "InlineFunctionExpansion",
  144. "switch": "Ob0",
  145. "comment": "Disabled",
  146. "value": "Disabled",
  147. "flags": []
  148. },
  149. {
  150. "name": "InlineFunctionExpansion",
  151. "switch": "Ob1",
  152. "comment": "Only __inline",
  153. "value": "OnlyExplicitInline",
  154. "flags": []
  155. },
  156. {
  157. "name": "InlineFunctionExpansion",
  158. "switch": "Ob2",
  159. "comment": "Any Suitable",
  160. "value": "AnySuitable",
  161. "flags": []
  162. },
  163. {
  164. "name": "FavorSizeOrSpeed",
  165. "switch": "Os",
  166. "comment": "Favor small code",
  167. "value": "Size",
  168. "flags": []
  169. },
  170. {
  171. "name": "FavorSizeOrSpeed",
  172. "switch": "Ot",
  173. "comment": "Favor fast code",
  174. "value": "Speed",
  175. "flags": []
  176. },
  177. {
  178. "name": "FavorSizeOrSpeed",
  179. "switch": "",
  180. "comment": "Neither",
  181. "value": "Neither",
  182. "flags": []
  183. },
  184. {
  185. "name": "ExceptionHandling",
  186. "switch": "EHa",
  187. "comment": "Yes with SEH Exceptions",
  188. "value": "Async",
  189. "flags": []
  190. },
  191. {
  192. "name": "ExceptionHandling",
  193. "switch": "EHsc",
  194. "comment": "Yes",
  195. "value": "Sync",
  196. "flags": []
  197. },
  198. {
  199. "name": "ExceptionHandling",
  200. "switch": "EHs",
  201. "comment": "Yes with Extern C functions",
  202. "value": "SyncCThrow",
  203. "flags": []
  204. },
  205. {
  206. "name": "ExceptionHandling",
  207. "switch": "",
  208. "comment": "No",
  209. "value": "false",
  210. "flags": []
  211. },
  212. {
  213. "name": "BasicRuntimeChecks",
  214. "switch": "RTCs",
  215. "comment": "Stack Frames",
  216. "value": "StackFrameRuntimeCheck",
  217. "flags": []
  218. },
  219. {
  220. "name": "BasicRuntimeChecks",
  221. "switch": "RTCu",
  222. "comment": "Uninitialized variables",
  223. "value": "UninitializedLocalUsageCheck",
  224. "flags": []
  225. },
  226. {
  227. "name": "BasicRuntimeChecks",
  228. "switch": "RTC1",
  229. "comment": "Both (/RTC1, equiv. to /RTCsu)",
  230. "value": "EnableFastChecks",
  231. "flags": []
  232. },
  233. {
  234. "name": "BasicRuntimeChecks",
  235. "switch": "",
  236. "comment": "Default",
  237. "value": "Default",
  238. "flags": []
  239. },
  240. {
  241. "name": "RuntimeLibrary",
  242. "switch": "MT",
  243. "comment": "Multi-threaded",
  244. "value": "MultiThreaded",
  245. "flags": []
  246. },
  247. {
  248. "name": "RuntimeLibrary",
  249. "switch": "MTd",
  250. "comment": "Multi-threaded Debug",
  251. "value": "MultiThreadedDebug",
  252. "flags": []
  253. },
  254. {
  255. "name": "RuntimeLibrary",
  256. "switch": "MD",
  257. "comment": "Multi-threaded DLL",
  258. "value": "MultiThreadedDLL",
  259. "flags": []
  260. },
  261. {
  262. "name": "RuntimeLibrary",
  263. "switch": "MDd",
  264. "comment": "Multi-threaded Debug DLL",
  265. "value": "MultiThreadedDebugDLL",
  266. "flags": []
  267. },
  268. {
  269. "name": "StructMemberAlignment",
  270. "switch": "Zp1",
  271. "comment": "1 Byte",
  272. "value": "1Byte",
  273. "flags": []
  274. },
  275. {
  276. "name": "StructMemberAlignment",
  277. "switch": "Zp2",
  278. "comment": "2 Bytes",
  279. "value": "2Bytes",
  280. "flags": []
  281. },
  282. {
  283. "name": "StructMemberAlignment",
  284. "switch": "Zp4",
  285. "comment": "4 Byte",
  286. "value": "4Bytes",
  287. "flags": []
  288. },
  289. {
  290. "name": "StructMemberAlignment",
  291. "switch": "Zp8",
  292. "comment": "8 Bytes",
  293. "value": "8Bytes",
  294. "flags": []
  295. },
  296. {
  297. "name": "StructMemberAlignment",
  298. "switch": "Zp16",
  299. "comment": "16 Bytes",
  300. "value": "16Bytes",
  301. "flags": []
  302. },
  303. {
  304. "name": "StructMemberAlignment",
  305. "switch": "",
  306. "comment": "Default",
  307. "value": "Default",
  308. "flags": []
  309. },
  310. {
  311. "name": "BufferSecurityCheck",
  312. "switch": "GS-",
  313. "comment": "Disable Security Check",
  314. "value": "false",
  315. "flags": []
  316. },
  317. {
  318. "name": "BufferSecurityCheck",
  319. "switch": "GS",
  320. "comment": "Enable Security Check",
  321. "value": "true",
  322. "flags": []
  323. },
  324. {
  325. "name": "ControlFlowGuard",
  326. "switch": "guard:cf",
  327. "comment": "Yes",
  328. "value": "Guard",
  329. "flags": []
  330. },
  331. {
  332. "name": "ControlFlowGuard",
  333. "switch": "",
  334. "comment": "No",
  335. "value": "false",
  336. "flags": []
  337. },
  338. {
  339. "name": "EnableEnhancedInstructionSet",
  340. "switch": "arch:SSE",
  341. "comment": "Streaming SIMD Extensions",
  342. "value": "StreamingSIMDExtensions",
  343. "flags": []
  344. },
  345. {
  346. "name": "EnableEnhancedInstructionSet",
  347. "switch": "arch:SSE2",
  348. "comment": "Streaming SIMD Extensions 2",
  349. "value": "StreamingSIMDExtensions2",
  350. "flags": []
  351. },
  352. {
  353. "name": "EnableEnhancedInstructionSet",
  354. "switch": "arch:AVX",
  355. "comment": "Advanced Vector Extensions",
  356. "value": "AdvancedVectorExtensions",
  357. "flags": []
  358. },
  359. {
  360. "name": "EnableEnhancedInstructionSet",
  361. "switch": "arch:AVX2",
  362. "comment": "Advanced Vector Extensions 2",
  363. "value": "AdvancedVectorExtensions2",
  364. "flags": []
  365. },
  366. {
  367. "name": "EnableEnhancedInstructionSet",
  368. "switch": "arch:IA32",
  369. "comment": "No Enhanced Instructions",
  370. "value": "NoExtensions",
  371. "flags": []
  372. },
  373. {
  374. "name": "EnableEnhancedInstructionSet",
  375. "switch": "arch:NotSet",
  376. "comment": "Not Set",
  377. "value": "NotSet",
  378. "flags": []
  379. },
  380. {
  381. "name": "FloatingPointModel",
  382. "switch": "fp:precise",
  383. "comment": "Precise",
  384. "value": "Precise",
  385. "flags": []
  386. },
  387. {
  388. "name": "FloatingPointModel",
  389. "switch": "fp:strict",
  390. "comment": "Strict",
  391. "value": "Strict",
  392. "flags": []
  393. },
  394. {
  395. "name": "FloatingPointModel",
  396. "switch": "fp:fast",
  397. "comment": "Fast",
  398. "value": "Fast",
  399. "flags": []
  400. },
  401. {
  402. "name": "PrecompiledHeader",
  403. "switch": "Yc",
  404. "comment": "Create",
  405. "value": "Create",
  406. "flags": [
  407. "UserValue",
  408. "UserIgnored",
  409. "Continue"
  410. ]
  411. },
  412. {
  413. "name": "PrecompiledHeader",
  414. "switch": "Yu",
  415. "comment": "Use",
  416. "value": "Use",
  417. "flags": [
  418. "UserValue",
  419. "UserIgnored",
  420. "Continue"
  421. ]
  422. },
  423. {
  424. "name": "PrecompiledHeader",
  425. "switch": "Y-",
  426. "comment": "Not Using Precompiled Headers",
  427. "value": "NotUsing",
  428. "flags": []
  429. },
  430. {
  431. "name": "AssemblerOutput",
  432. "switch": "",
  433. "comment": "No Listing",
  434. "value": "NoListing",
  435. "flags": []
  436. },
  437. {
  438. "name": "AssemblerOutput",
  439. "switch": "FA",
  440. "comment": "Assembly-Only Listing",
  441. "value": "AssemblyCode",
  442. "flags": []
  443. },
  444. {
  445. "name": "AssemblerOutput",
  446. "switch": "FAc",
  447. "comment": "Assembly With Machine Code",
  448. "value": "AssemblyAndMachineCode",
  449. "flags": []
  450. },
  451. {
  452. "name": "AssemblerOutput",
  453. "switch": "FAs",
  454. "comment": "Assembly With Source Code",
  455. "value": "AssemblyAndSourceCode",
  456. "flags": []
  457. },
  458. {
  459. "name": "AssemblerOutput",
  460. "switch": "FAcs",
  461. "comment": "Assembly, Machine Code and Source",
  462. "value": "All",
  463. "flags": []
  464. },
  465. {
  466. "name": "CallingConvention",
  467. "switch": "Gd",
  468. "comment": "__cdecl",
  469. "value": "Cdecl",
  470. "flags": []
  471. },
  472. {
  473. "name": "CallingConvention",
  474. "switch": "Gr",
  475. "comment": "__fastcall",
  476. "value": "FastCall",
  477. "flags": []
  478. },
  479. {
  480. "name": "CallingConvention",
  481. "switch": "Gz",
  482. "comment": "__stdcall",
  483. "value": "StdCall",
  484. "flags": []
  485. },
  486. {
  487. "name": "CallingConvention",
  488. "switch": "Gv",
  489. "comment": "__vectorcall",
  490. "value": "VectorCall",
  491. "flags": []
  492. },
  493. {
  494. "name": "CompileAs",
  495. "switch": "",
  496. "comment": "Default",
  497. "value": "Default",
  498. "flags": []
  499. },
  500. {
  501. "name": "CompileAs",
  502. "switch": "TC",
  503. "comment": "Compile as C Code",
  504. "value": "CompileAsC",
  505. "flags": []
  506. },
  507. {
  508. "name": "CompileAs",
  509. "switch": "TP",
  510. "comment": "Compile as C++ Code",
  511. "value": "CompileAsCpp",
  512. "flags": []
  513. },
  514. {
  515. "name": "ErrorReporting",
  516. "switch": "errorReport:none",
  517. "comment": "Do Not Send Report",
  518. "value": "None",
  519. "flags": []
  520. },
  521. {
  522. "name": "ErrorReporting",
  523. "switch": "errorReport:prompt",
  524. "comment": "Prompt Immediately",
  525. "value": "Prompt",
  526. "flags": []
  527. },
  528. {
  529. "name": "ErrorReporting",
  530. "switch": "errorReport:queue",
  531. "comment": "Queue For Next Login",
  532. "value": "Queue",
  533. "flags": []
  534. },
  535. {
  536. "name": "ErrorReporting",
  537. "switch": "errorReport:send",
  538. "comment": "Send Automatically",
  539. "value": "Send",
  540. "flags": []
  541. },
  542. {
  543. "name": "CompileAsWinRT",
  544. "switch": "ZW",
  545. "comment": "Consume Windows Runtime Extension",
  546. "value": "true",
  547. "flags": []
  548. },
  549. {
  550. "name": "WinRTNoStdLib",
  551. "switch": "ZW:nostdlib",
  552. "comment": "No Standard WinRT Libraries",
  553. "value": "true",
  554. "flags": []
  555. },
  556. {
  557. "name": "SuppressStartupBanner",
  558. "switch": "nologo",
  559. "comment": "Suppress Startup Banner",
  560. "value": "true",
  561. "flags": []
  562. },
  563. {
  564. "name": "TreatWarningAsError",
  565. "switch": "WX-",
  566. "comment": "Treat Warnings As Errors",
  567. "value": "false",
  568. "flags": []
  569. },
  570. {
  571. "name": "TreatWarningAsError",
  572. "switch": "WX",
  573. "comment": "Treat Warnings As Errors",
  574. "value": "true",
  575. "flags": []
  576. },
  577. {
  578. "name": "SDLCheck",
  579. "switch": "sdl-",
  580. "comment": "SDL checks",
  581. "value": "false",
  582. "flags": []
  583. },
  584. {
  585. "name": "SDLCheck",
  586. "switch": "sdl",
  587. "comment": "SDL checks",
  588. "value": "true",
  589. "flags": []
  590. },
  591. {
  592. "name": "MultiProcessorCompilation",
  593. "switch": "MP",
  594. "comment": "Multi-processor Compilation",
  595. "value": "true",
  596. "flags": [
  597. "UserValue",
  598. "UserIgnored",
  599. "Continue"
  600. ]
  601. },
  602. {
  603. "name": "IntrinsicFunctions",
  604. "switch": "Oi",
  605. "comment": "Enable Intrinsic Functions",
  606. "value": "true",
  607. "flags": []
  608. },
  609. {
  610. "name": "OmitFramePointers",
  611. "switch": "Oy-",
  612. "comment": "Omit Frame Pointers",
  613. "value": "false",
  614. "flags": []
  615. },
  616. {
  617. "name": "OmitFramePointers",
  618. "switch": "Oy",
  619. "comment": "Omit Frame Pointers",
  620. "value": "true",
  621. "flags": []
  622. },
  623. {
  624. "name": "EnableFiberSafeOptimizations",
  625. "switch": "GT",
  626. "comment": "Enable Fiber-Safe Optimizations",
  627. "value": "true",
  628. "flags": []
  629. },
  630. {
  631. "name": "WholeProgramOptimization",
  632. "switch": "GL",
  633. "comment": "Whole Program Optimization",
  634. "value": "true",
  635. "flags": []
  636. },
  637. {
  638. "name": "UndefineAllPreprocessorDefinitions",
  639. "switch": "u",
  640. "comment": "Undefine All Preprocessor Definitions",
  641. "value": "true",
  642. "flags": []
  643. },
  644. {
  645. "name": "IgnoreStandardIncludePath",
  646. "switch": "X",
  647. "comment": "Ignore Standard Include Paths",
  648. "value": "true",
  649. "flags": []
  650. },
  651. {
  652. "name": "PreprocessToFile",
  653. "switch": "P",
  654. "comment": "Preprocess to a File",
  655. "value": "true",
  656. "flags": []
  657. },
  658. {
  659. "name": "PreprocessSuppressLineNumbers",
  660. "switch": "EP",
  661. "comment": "Preprocess Suppress Line Numbers",
  662. "value": "true",
  663. "flags": []
  664. },
  665. {
  666. "name": "PreprocessKeepComments",
  667. "switch": "C",
  668. "comment": "Keep Comments",
  669. "value": "true",
  670. "flags": []
  671. },
  672. {
  673. "name": "StringPooling",
  674. "switch": "GF-",
  675. "comment": "Enable String Pooling",
  676. "value": "false",
  677. "flags": []
  678. },
  679. {
  680. "name": "StringPooling",
  681. "switch": "GF",
  682. "comment": "Enable String Pooling",
  683. "value": "true",
  684. "flags": []
  685. },
  686. {
  687. "name": "MinimalRebuild",
  688. "switch": "Gm-",
  689. "comment": "Enable Minimal Rebuild",
  690. "value": "false",
  691. "flags": []
  692. },
  693. {
  694. "name": "MinimalRebuild",
  695. "switch": "Gm",
  696. "comment": "Enable Minimal Rebuild",
  697. "value": "true",
  698. "flags": []
  699. },
  700. {
  701. "name": "SmallerTypeCheck",
  702. "switch": "RTCc",
  703. "comment": "Smaller Type Check",
  704. "value": "true",
  705. "flags": []
  706. },
  707. {
  708. "name": "FunctionLevelLinking",
  709. "switch": "Gy-",
  710. "comment": "Enable Function-Level Linking",
  711. "value": "false",
  712. "flags": []
  713. },
  714. {
  715. "name": "FunctionLevelLinking",
  716. "switch": "Gy",
  717. "comment": "Enable Function-Level Linking",
  718. "value": "true",
  719. "flags": []
  720. },
  721. {
  722. "name": "EnableParallelCodeGeneration",
  723. "switch": "Qpar-",
  724. "comment": "Enable Parallel Code Generation",
  725. "value": "false",
  726. "flags": []
  727. },
  728. {
  729. "name": "EnableParallelCodeGeneration",
  730. "switch": "Qpar",
  731. "comment": "Enable Parallel Code Generation",
  732. "value": "true",
  733. "flags": []
  734. },
  735. {
  736. "name": "FloatingPointExceptions",
  737. "switch": "fp:except-",
  738. "comment": "Enable Floating Point Exceptions",
  739. "value": "false",
  740. "flags": []
  741. },
  742. {
  743. "name": "FloatingPointExceptions",
  744. "switch": "fp:except",
  745. "comment": "Enable Floating Point Exceptions",
  746. "value": "true",
  747. "flags": []
  748. },
  749. {
  750. "name": "CreateHotpatchableImage",
  751. "switch": "hotpatch",
  752. "comment": "Create Hotpatchable Image",
  753. "value": "true",
  754. "flags": []
  755. },
  756. {
  757. "name": "DisableLanguageExtensions",
  758. "switch": "Za",
  759. "comment": "Disable Language Extensions",
  760. "value": "true",
  761. "flags": []
  762. },
  763. {
  764. "name": "TreatWChar_tAsBuiltInType",
  765. "switch": "Zc:wchar_t-",
  766. "comment": "Treat WChar_t As Built in Type",
  767. "value": "false",
  768. "flags": []
  769. },
  770. {
  771. "name": "TreatWChar_tAsBuiltInType",
  772. "switch": "Zc:wchar_t",
  773. "comment": "Treat WChar_t As Built in Type",
  774. "value": "true",
  775. "flags": []
  776. },
  777. {
  778. "name": "ForceConformanceInForLoopScope",
  779. "switch": "Zc:forScope-",
  780. "comment": "Force Conformance in For Loop Scope",
  781. "value": "false",
  782. "flags": []
  783. },
  784. {
  785. "name": "ForceConformanceInForLoopScope",
  786. "switch": "Zc:forScope",
  787. "comment": "Force Conformance in For Loop Scope",
  788. "value": "true",
  789. "flags": []
  790. },
  791. {
  792. "name": "RemoveUnreferencedCodeData",
  793. "switch": "Zc:inline-",
  794. "comment": "Remove unreferenced code and data",
  795. "value": "false",
  796. "flags": []
  797. },
  798. {
  799. "name": "RemoveUnreferencedCodeData",
  800. "switch": "Zc:inline",
  801. "comment": "Remove unreferenced code and data",
  802. "value": "true",
  803. "flags": []
  804. },
  805. {
  806. "name": "EnforceTypeConversionRules",
  807. "switch": "Zc:rvalueCast-",
  808. "comment": "Enforce type conversion rules",
  809. "value": "false",
  810. "flags": []
  811. },
  812. {
  813. "name": "EnforceTypeConversionRules",
  814. "switch": "Zc:rvalueCast",
  815. "comment": "Enforce type conversion rules",
  816. "value": "true",
  817. "flags": []
  818. },
  819. {
  820. "name": "RuntimeTypeInfo",
  821. "switch": "GR-",
  822. "comment": "Enable Run-Time Type Information",
  823. "value": "false",
  824. "flags": []
  825. },
  826. {
  827. "name": "RuntimeTypeInfo",
  828. "switch": "GR",
  829. "comment": "Enable Run-Time Type Information",
  830. "value": "true",
  831. "flags": []
  832. },
  833. {
  834. "name": "OpenMPSupport",
  835. "switch": "openmp-",
  836. "comment": "Open MP Support",
  837. "value": "false",
  838. "flags": []
  839. },
  840. {
  841. "name": "OpenMPSupport",
  842. "switch": "openmp",
  843. "comment": "Open MP Support",
  844. "value": "true",
  845. "flags": []
  846. },
  847. {
  848. "name": "ExpandAttributedSource",
  849. "switch": "Fx",
  850. "comment": "Expand Attributed Source",
  851. "value": "true",
  852. "flags": []
  853. },
  854. {
  855. "name": "UseUnicodeForAssemblerListing",
  856. "switch": "FAu",
  857. "comment": "Use Unicode For Assembler Listing",
  858. "value": "true",
  859. "flags": []
  860. },
  861. {
  862. "name": "GenerateXMLDocumentationFiles",
  863. "switch": "doc",
  864. "comment": "Generate XML Documentation Files",
  865. "value": "true",
  866. "flags": [
  867. "UserValue",
  868. "UserIgnored",
  869. "Continue"
  870. ]
  871. },
  872. {
  873. "name": "BrowseInformation",
  874. "switch": "FR",
  875. "comment": "Enable Browse Information",
  876. "value": "true",
  877. "flags": [
  878. "UserValue",
  879. "UserIgnored",
  880. "Continue"
  881. ]
  882. },
  883. {
  884. "name": "ShowIncludes",
  885. "switch": "showIncludes",
  886. "comment": "Show Includes",
  887. "value": "true",
  888. "flags": []
  889. },
  890. {
  891. "name": "EnablePREfast",
  892. "switch": "analyze-",
  893. "comment": "Enable Code Analysis",
  894. "value": "false",
  895. "flags": []
  896. },
  897. {
  898. "name": "EnablePREfast",
  899. "switch": "analyze",
  900. "comment": "Enable Code Analysis",
  901. "value": "true",
  902. "flags": []
  903. },
  904. {
  905. "name": "UseFullPaths",
  906. "switch": "FC",
  907. "comment": "Use Full Paths",
  908. "value": "true",
  909. "flags": []
  910. },
  911. {
  912. "name": "OmitDefaultLibName",
  913. "switch": "Zl",
  914. "comment": "Omit Default Library Name",
  915. "value": "true",
  916. "flags": []
  917. },
  918. {
  919. "name": "AdditionalIncludeDirectories",
  920. "switch": "I",
  921. "comment": "Additional Include Directories",
  922. "value": "",
  923. "flags": [
  924. "UserValue",
  925. "SemicolonAppendable"
  926. ]
  927. },
  928. {
  929. "name": "AdditionalUsingDirectories",
  930. "switch": "AI",
  931. "comment": "Additional #using Directories",
  932. "value": "",
  933. "flags": [
  934. "UserValue",
  935. "SemicolonAppendable"
  936. ]
  937. },
  938. {
  939. "name": "PreprocessorDefinitions",
  940. "switch": "D",
  941. "comment": "Preprocessor Definitions",
  942. "value": "",
  943. "flags": [
  944. "UserValue",
  945. "SemicolonAppendable"
  946. ]
  947. },
  948. {
  949. "name": "UndefinePreprocessorDefinitions",
  950. "switch": "U",
  951. "comment": "Undefine Preprocessor Definitions",
  952. "value": "",
  953. "flags": [
  954. "UserValue",
  955. "SemicolonAppendable"
  956. ]
  957. },
  958. {
  959. "name": "DisableSpecificWarnings",
  960. "switch": "wd",
  961. "comment": "Disable Specific Warnings",
  962. "value": "",
  963. "flags": [
  964. "UserValue",
  965. "SemicolonAppendable"
  966. ]
  967. },
  968. {
  969. "name": "ForcedIncludeFiles",
  970. "switch": "FI",
  971. "comment": "Forced Include File",
  972. "value": "",
  973. "flags": [
  974. "UserValue",
  975. "UserRequired",
  976. "SemicolonAppendable"
  977. ]
  978. },
  979. {
  980. "name": "ForcedIncludeFiles",
  981. "switch": "FI",
  982. "comment": "Forced Include File",
  983. "value": "",
  984. "flags": [
  985. "UserFollowing",
  986. "SemicolonAppendable"
  987. ]
  988. },
  989. {
  990. "name": "ForcedUsingFiles",
  991. "switch": "FU",
  992. "comment": "Forced #using File",
  993. "value": "",
  994. "flags": [
  995. "UserValue",
  996. "SemicolonAppendable"
  997. ]
  998. },
  999. {
  1000. "name": "PREfastLog",
  1001. "switch": "analyze:log",
  1002. "comment": "Code Analysis Log",
  1003. "value": "",
  1004. "flags": [
  1005. "UserFollowing"
  1006. ]
  1007. },
  1008. {
  1009. "name": "PREfastAdditionalPlugins",
  1010. "switch": "analyze:plugin",
  1011. "comment": "Additional Code Analysis Native plugins",
  1012. "value": "",
  1013. "flags": [
  1014. "UserValue",
  1015. "SemicolonAppendable"
  1016. ]
  1017. },
  1018. {
  1019. "name": "TreatSpecificWarningsAsErrors",
  1020. "switch": "we",
  1021. "comment": "Treat Specific Warnings As Errors",
  1022. "value": "",
  1023. "flags": [
  1024. "UserValue",
  1025. "SemicolonAppendable"
  1026. ]
  1027. },
  1028. {
  1029. "name": "WarningVersion",
  1030. "switch": "Wv:",
  1031. "comment": "Warning Version",
  1032. "value": "",
  1033. "flags": [
  1034. "UserValue"
  1035. ]
  1036. },
  1037. {
  1038. "name": "PreprocessOutputPath",
  1039. "switch": "Fi",
  1040. "comment": "Preprocess Output Path",
  1041. "value": "",
  1042. "flags": [
  1043. "UserValue"
  1044. ]
  1045. },
  1046. {
  1047. "name": "PrecompiledHeaderFile",
  1048. "switch": "Yu",
  1049. "comment": "Precompiled Header File",
  1050. "value": "",
  1051. "flags": [
  1052. "UserValue",
  1053. "UserRequired"
  1054. ]
  1055. },
  1056. {
  1057. "name": "PrecompiledHeaderFile",
  1058. "switch": "Yc",
  1059. "comment": "Precompiled Header File",
  1060. "value": "",
  1061. "flags": [
  1062. "UserValue",
  1063. "UserRequired"
  1064. ]
  1065. },
  1066. {
  1067. "name": "PrecompiledHeaderOutputFile",
  1068. "switch": "Fp",
  1069. "comment": "Precompiled Header Output File",
  1070. "value": "",
  1071. "flags": [
  1072. "UserValue"
  1073. ]
  1074. },
  1075. {
  1076. "name": "AssemblerListingLocation",
  1077. "switch": "Fa",
  1078. "comment": "ASM List Location",
  1079. "value": "",
  1080. "flags": [
  1081. "UserValue"
  1082. ]
  1083. },
  1084. {
  1085. "name": "ObjectFileName",
  1086. "switch": "Fo",
  1087. "comment": "Object File Name",
  1088. "value": "",
  1089. "flags": [
  1090. "UserValue"
  1091. ]
  1092. },
  1093. {
  1094. "name": "ProgramDataBaseFileName",
  1095. "switch": "Fd",
  1096. "comment": "Program Database File Name",
  1097. "value": "",
  1098. "flags": [
  1099. "UserValue"
  1100. ]
  1101. },
  1102. {
  1103. "name": "XMLDocumentationFileName",
  1104. "switch": "doc",
  1105. "comment": "XML Documentation File Name",
  1106. "value": "",
  1107. "flags": [
  1108. "UserValue",
  1109. "UserRequired"
  1110. ]
  1111. },
  1112. {
  1113. "name": "BrowseInformationFile",
  1114. "switch": "FR",
  1115. "comment": "Browse Information File",
  1116. "value": "",
  1117. "flags": [
  1118. "UserValue",
  1119. "UserRequired"
  1120. ]
  1121. },
  1122. {
  1123. "name": "ProcessorNumber",
  1124. "switch": "MP",
  1125. "comment": "Number of processors",
  1126. "value": "",
  1127. "flags": [
  1128. "UserValue",
  1129. "UserRequired"
  1130. ]
  1131. },
  1132. {
  1133. "name": "CppLanguageStandard",
  1134. "switch": "",
  1135. "comment": "Default",
  1136. "value": "Default",
  1137. "flags": []
  1138. },
  1139. {
  1140. "name": "CppLanguageStandard",
  1141. "switch": "std=c++98",
  1142. "comment": "C++03",
  1143. "value": "c++98",
  1144. "flags": []
  1145. },
  1146. {
  1147. "name": "CppLanguageStandard",
  1148. "switch": "std=c++11",
  1149. "comment": "C++11",
  1150. "value": "c++11",
  1151. "flags": []
  1152. },
  1153. {
  1154. "name": "CppLanguageStandard",
  1155. "switch": "std=c++1y",
  1156. "comment": "C++14",
  1157. "value": "c++1y",
  1158. "flags": []
  1159. },
  1160. {
  1161. "name": "CppLanguageStandard",
  1162. "switch": "std=c++14",
  1163. "comment": "C++14",
  1164. "value": "c++1y",
  1165. "flags": []
  1166. },
  1167. {
  1168. "name": "CppLanguageStandard",
  1169. "switch": "std=gnu++98",
  1170. "comment": "C++03 (GNU Dialect)",
  1171. "value": "gnu++98",
  1172. "flags": []
  1173. },
  1174. {
  1175. "name": "CppLanguageStandard",
  1176. "switch": "std=gnu++11",
  1177. "comment": "C++11 (GNU Dialect)",
  1178. "value": "gnu++11",
  1179. "flags": []
  1180. },
  1181. {
  1182. "name": "CppLanguageStandard",
  1183. "switch": "std=gnu++1y",
  1184. "comment": "C++14 (GNU Dialect)",
  1185. "value": "gnu++1y",
  1186. "flags": []
  1187. },
  1188. {
  1189. "name": "CppLanguageStandard",
  1190. "switch": "std=gnu++14",
  1191. "comment": "C++14 (GNU Dialect)",
  1192. "value": "gnu++1y",
  1193. "flags": []
  1194. }
  1195. ]