| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489 |
- [
- {
- "name": "DebugInformationFormat",
- "switch": "",
- "comment": "None",
- "value": "None",
- "flags": []
- },
- {
- "name": "DebugInformationFormat",
- "switch": "Z7",
- "comment": "C7 compatible",
- "value": "OldStyle",
- "flags": []
- },
- {
- "name": "DebugInformationFormat",
- "switch": "Zi",
- "comment": "Program Database",
- "value": "ProgramDatabase",
- "flags": []
- },
- {
- "name": "DebugInformationFormat",
- "switch": "ZI",
- "comment": "Program Database for Edit And Continue",
- "value": "EditAndContinue",
- "flags": []
- },
- {
- "name": "CompileAsManaged",
- "switch": "",
- "comment": "No Common Language RunTime Support",
- "value": "false",
- "flags": []
- },
- {
- "name": "CompileAsManaged",
- "switch": "clr",
- "comment": "Common Language RunTime Support",
- "value": "true",
- "flags": []
- },
- {
- "name": "CompileAsManaged",
- "switch": "clr:pure",
- "comment": "Pure MSIL Common Language RunTime Support",
- "value": "Pure",
- "flags": []
- },
- {
- "name": "CompileAsManaged",
- "switch": "clr:safe",
- "comment": "Safe MSIL Common Language RunTime Support",
- "value": "Safe",
- "flags": []
- },
- {
- "name": "CLRSupport",
- "switch": "clr:netcore",
- "comment": ".NET Core Runtime Support",
- "value": "NetCore",
- "flags": []
- },
- {
- "name": "WarningLevel",
- "switch": "W0",
- "comment": "Turn Off All Warnings",
- "value": "TurnOffAllWarnings",
- "flags": []
- },
- {
- "name": "WarningLevel",
- "switch": "W1",
- "comment": "Level1",
- "value": "Level1",
- "flags": []
- },
- {
- "name": "WarningLevel",
- "switch": "W2",
- "comment": "Level2",
- "value": "Level2",
- "flags": []
- },
- {
- "name": "WarningLevel",
- "switch": "W3",
- "comment": "Level3",
- "value": "Level3",
- "flags": []
- },
- {
- "name": "WarningLevel",
- "switch": "W4",
- "comment": "Level4",
- "value": "Level4",
- "flags": []
- },
- {
- "name": "WarningLevel",
- "switch": "Wall",
- "comment": "EnableAllWarnings",
- "value": "EnableAllWarnings",
- "flags": []
- },
- {
- "name": "DiagnosticsFormat",
- "switch": "diagnostics:caret",
- "comment": "Caret",
- "value": "Caret",
- "flags": []
- },
- {
- "name": "DiagnosticsFormat",
- "switch": "diagnostics:column",
- "comment": "Column Info",
- "value": "Column",
- "flags": []
- },
- {
- "name": "DiagnosticsFormat",
- "switch": "diagnostics:classic",
- "comment": "Classic",
- "value": "Classic",
- "flags": []
- },
- {
- "name": "Optimization",
- "switch": "",
- "comment": "Custom",
- "value": "Custom",
- "flags": []
- },
- {
- "name": "Optimization",
- "switch": "Od",
- "comment": "Disabled",
- "value": "Disabled",
- "flags": []
- },
- {
- "name": "Optimization",
- "switch": "O1",
- "comment": "Maximum Optimization (Favor Size)",
- "value": "MinSpace",
- "flags": []
- },
- {
- "name": "Optimization",
- "switch": "O2",
- "comment": "Maximum Optimization (Favor Speed)",
- "value": "MaxSpeed",
- "flags": []
- },
- {
- "name": "Optimization",
- "switch": "Ox",
- "comment": "Optimizations (Favor Speed)",
- "value": "Full",
- "flags": []
- },
- {
- "name": "InlineFunctionExpansion",
- "switch": "",
- "comment": "Default",
- "value": "Default",
- "flags": []
- },
- {
- "name": "InlineFunctionExpansion",
- "switch": "Ob0",
- "comment": "Disabled",
- "value": "Disabled",
- "flags": []
- },
- {
- "name": "InlineFunctionExpansion",
- "switch": "Ob1",
- "comment": "Only __inline",
- "value": "OnlyExplicitInline",
- "flags": []
- },
- {
- "name": "InlineFunctionExpansion",
- "switch": "Ob2",
- "comment": "Any Suitable",
- "value": "AnySuitable",
- "flags": []
- },
- {
- "name": "FavorSizeOrSpeed",
- "switch": "Os",
- "comment": "Favor small code",
- "value": "Size",
- "flags": []
- },
- {
- "name": "FavorSizeOrSpeed",
- "switch": "Ot",
- "comment": "Favor fast code",
- "value": "Speed",
- "flags": []
- },
- {
- "name": "FavorSizeOrSpeed",
- "switch": "",
- "comment": "Neither",
- "value": "Neither",
- "flags": []
- },
- {
- "name": "ExceptionHandling",
- "switch": "EHa",
- "comment": "Yes with SEH Exceptions",
- "value": "Async",
- "flags": []
- },
- {
- "name": "ExceptionHandling",
- "switch": "EHsc",
- "comment": "Yes",
- "value": "Sync",
- "flags": []
- },
- {
- "name": "ExceptionHandling",
- "switch": "EHs",
- "comment": "Yes with Extern C functions",
- "value": "SyncCThrow",
- "flags": []
- },
- {
- "name": "ExceptionHandling",
- "switch": "",
- "comment": "No",
- "value": "false",
- "flags": []
- },
- {
- "name": "BasicRuntimeChecks",
- "switch": "RTCs",
- "comment": "Stack Frames",
- "value": "StackFrameRuntimeCheck",
- "flags": []
- },
- {
- "name": "BasicRuntimeChecks",
- "switch": "RTCu",
- "comment": "Uninitialized variables",
- "value": "UninitializedLocalUsageCheck",
- "flags": []
- },
- {
- "name": "BasicRuntimeChecks",
- "switch": "RTC1",
- "comment": "Both (/RTC1, equiv. to /RTCsu)",
- "value": "EnableFastChecks",
- "flags": []
- },
- {
- "name": "BasicRuntimeChecks",
- "switch": "",
- "comment": "Default",
- "value": "Default",
- "flags": []
- },
- {
- "name": "RuntimeLibrary",
- "switch": "MT",
- "comment": "Multi-threaded",
- "value": "MultiThreaded",
- "flags": []
- },
- {
- "name": "RuntimeLibrary",
- "switch": "MTd",
- "comment": "Multi-threaded Debug",
- "value": "MultiThreadedDebug",
- "flags": []
- },
- {
- "name": "RuntimeLibrary",
- "switch": "MD",
- "comment": "Multi-threaded DLL",
- "value": "MultiThreadedDLL",
- "flags": []
- },
- {
- "name": "RuntimeLibrary",
- "switch": "MDd",
- "comment": "Multi-threaded Debug DLL",
- "value": "MultiThreadedDebugDLL",
- "flags": []
- },
- {
- "name": "StructMemberAlignment",
- "switch": "Zp1",
- "comment": "1 Byte",
- "value": "1Byte",
- "flags": []
- },
- {
- "name": "StructMemberAlignment",
- "switch": "Zp2",
- "comment": "2 Bytes",
- "value": "2Bytes",
- "flags": []
- },
- {
- "name": "StructMemberAlignment",
- "switch": "Zp4",
- "comment": "4 Byte",
- "value": "4Bytes",
- "flags": []
- },
- {
- "name": "StructMemberAlignment",
- "switch": "Zp8",
- "comment": "8 Bytes",
- "value": "8Bytes",
- "flags": []
- },
- {
- "name": "StructMemberAlignment",
- "switch": "Zp16",
- "comment": "16 Bytes",
- "value": "16Bytes",
- "flags": []
- },
- {
- "name": "StructMemberAlignment",
- "switch": "",
- "comment": "Default",
- "value": "Default",
- "flags": []
- },
- {
- "name": "BufferSecurityCheck",
- "switch": "GS-",
- "comment": "Disable Security Check",
- "value": "false",
- "flags": []
- },
- {
- "name": "BufferSecurityCheck",
- "switch": "GS",
- "comment": "Enable Security Check",
- "value": "true",
- "flags": []
- },
- {
- "name": "ControlFlowGuard",
- "switch": "guard:cf",
- "comment": "Yes",
- "value": "Guard",
- "flags": []
- },
- {
- "name": "ControlFlowGuard",
- "switch": "",
- "comment": "No",
- "value": "false",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:SSE",
- "comment": "Streaming SIMD Extensions",
- "value": "StreamingSIMDExtensions",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:SSE2",
- "comment": "Streaming SIMD Extensions 2",
- "value": "StreamingSIMDExtensions2",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:AVX",
- "comment": "Advanced Vector Extensions",
- "value": "AdvancedVectorExtensions",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:AVX2",
- "comment": "Advanced Vector Extensions 2",
- "value": "AdvancedVectorExtensions2",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:AVX512",
- "comment": "Advanced Vector Extensions 512",
- "value": "AdvancedVectorExtensions512",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:IA32",
- "comment": "No Enhanced Instructions",
- "value": "NoExtensions",
- "flags": []
- },
- {
- "name": "EnableEnhancedInstructionSet",
- "switch": "arch:NotSet",
- "comment": "Not Set",
- "value": "NotSet",
- "flags": []
- },
- {
- "name": "FloatingPointModel",
- "switch": "fp:precise",
- "comment": "Precise",
- "value": "Precise",
- "flags": []
- },
- {
- "name": "FloatingPointModel",
- "switch": "fp:strict",
- "comment": "Strict",
- "value": "Strict",
- "flags": []
- },
- {
- "name": "FloatingPointModel",
- "switch": "fp:fast",
- "comment": "Fast",
- "value": "Fast",
- "flags": []
- },
- {
- "name": "SpectreMitigation",
- "switch": "Qspectre-load-cf",
- "comment": "All Control Flow Loads",
- "value": "SpectreLoadCF",
- "flags": []
- },
- {
- "name": "SpectreMitigation",
- "switch": "Qspectre-load",
- "comment": "All Loads",
- "value": "SpectreLoad",
- "flags": []
- },
- {
- "name": "SpectreMitigation",
- "switch": "Qspectre-",
- "comment": "Disabled",
- "value": "false",
- "flags": []
- },
- {
- "name": "SpectreMitigation",
- "switch": "Qspectre",
- "comment": "Enabled",
- "value": "Spectre",
- "flags": []
- },
- {
- "name": "ConformanceMode",
- "switch": "permissive-",
- "comment": "Yes",
- "value": "true",
- "flags": []
- },
- {
- "name": "ConformanceMode",
- "switch": "permissive",
- "comment": "No",
- "value": "false",
- "flags": []
- },
- {
- "name": "LanguageStandard",
- "switch": "std:c++14",
- "comment": "ISO C++14 Standard",
- "value": "stdcpp14",
- "flags": []
- },
- {
- "name": "LanguageStandard",
- "switch": "std:c++17",
- "comment": "ISO C++17 Standard",
- "value": "stdcpp17",
- "flags": []
- },
- {
- "name": "LanguageStandard",
- "switch": "std:c++20",
- "comment": "ISO C++20 Standard",
- "value": "stdcpp20",
- "flags": []
- },
- {
- "name": "LanguageStandard",
- "switch": "std:c++latest",
- "comment": "Preview - Features from the Latest C++ Working Draft",
- "value": "stdcpplatest",
- "flags": []
- },
- {
- "name": "LanguageStandard_C",
- "switch": "std:c11",
- "comment": "ISO C11 Standard",
- "value": "stdc11",
- "flags": []
- },
- {
- "name": "LanguageStandard_C",
- "switch": "std:c17",
- "comment": "ISO C17 (2018) Standard",
- "value": "stdc17",
- "flags": []
- },
- {
- "name": "PrecompiledHeader",
- "switch": "Yc",
- "comment": "Create",
- "value": "Create",
- "flags": [
- "UserValue",
- "UserIgnored",
- "Continue"
- ]
- },
- {
- "name": "PrecompiledHeader",
- "switch": "Yu",
- "comment": "Use",
- "value": "Use",
- "flags": [
- "UserValue",
- "UserIgnored",
- "Continue"
- ]
- },
- {
- "name": "PrecompiledHeader",
- "switch": "Y-",
- "comment": "Not Using Precompiled Headers",
- "value": "NotUsing",
- "flags": []
- },
- {
- "name": "AssemblerOutput",
- "switch": "",
- "comment": "No Listing",
- "value": "NoListing",
- "flags": []
- },
- {
- "name": "AssemblerOutput",
- "switch": "FA",
- "comment": "Assembly-Only Listing",
- "value": "AssemblyCode",
- "flags": []
- },
- {
- "name": "AssemblerOutput",
- "switch": "FAc",
- "comment": "Assembly With Machine Code",
- "value": "AssemblyAndMachineCode",
- "flags": []
- },
- {
- "name": "AssemblerOutput",
- "switch": "FAs",
- "comment": "Assembly With Source Code",
- "value": "AssemblyAndSourceCode",
- "flags": []
- },
- {
- "name": "AssemblerOutput",
- "switch": "FAcs",
- "comment": "Assembly, Machine Code and Source",
- "value": "All",
- "flags": []
- },
- {
- "name": "ExternalWarningLevel",
- "switch": "external:W0",
- "comment": "Turn Off All Warnings",
- "value": "TurnOffAllWarnings",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "ExternalWarningLevel",
- "switch": "external:W1",
- "comment": "Level1",
- "value": "Level1",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "ExternalWarningLevel",
- "switch": "external:W2",
- "comment": "Level2",
- "value": "Level2",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "ExternalWarningLevel",
- "switch": "external:W3",
- "comment": "Level3",
- "value": "Level3",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "ExternalWarningLevel",
- "switch": "external:W4",
- "comment": "Level4",
- "value": "Level4",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "CallingConvention",
- "switch": "Gd",
- "comment": "__cdecl",
- "value": "Cdecl",
- "flags": []
- },
- {
- "name": "CallingConvention",
- "switch": "Gr",
- "comment": "__fastcall",
- "value": "FastCall",
- "flags": []
- },
- {
- "name": "CallingConvention",
- "switch": "Gz",
- "comment": "__stdcall",
- "value": "StdCall",
- "flags": []
- },
- {
- "name": "CallingConvention",
- "switch": "Gv",
- "comment": "__vectorcall",
- "value": "VectorCall",
- "flags": []
- },
- {
- "name": "CompileAs",
- "switch": "",
- "comment": "Default",
- "value": "Default",
- "flags": []
- },
- {
- "name": "CompileAs",
- "switch": "TC",
- "comment": "Compile as C Code",
- "value": "CompileAsC",
- "flags": []
- },
- {
- "name": "CompileAs",
- "switch": "TP",
- "comment": "Compile as C++ Code",
- "value": "CompileAsCpp",
- "flags": []
- },
- {
- "name": "ErrorReporting",
- "switch": "errorReport:none",
- "comment": "Do Not Send Report",
- "value": "None",
- "flags": []
- },
- {
- "name": "ErrorReporting",
- "switch": "errorReport:prompt",
- "comment": "Prompt Immediately",
- "value": "Prompt",
- "flags": []
- },
- {
- "name": "ErrorReporting",
- "switch": "errorReport:queue",
- "comment": "Queue For Next Login",
- "value": "Queue",
- "flags": []
- },
- {
- "name": "ErrorReporting",
- "switch": "errorReport:send",
- "comment": "Send Automatically",
- "value": "Send",
- "flags": []
- },
- {
- "name": "SupportJustMyCode",
- "switch": "JMC-",
- "comment": "Support Just My Code Debugging",
- "value": "false",
- "flags": []
- },
- {
- "name": "SupportJustMyCode",
- "switch": "JMC",
- "comment": "Support Just My Code Debugging",
- "value": "true",
- "flags": []
- },
- {
- "name": "CompileAsWinRT",
- "switch": "ZW",
- "comment": "Consume Windows Runtime Extension",
- "value": "true",
- "flags": []
- },
- {
- "name": "WinRTNoStdLib",
- "switch": "ZW:nostdlib",
- "comment": "No Standard WinRT Libraries",
- "value": "true",
- "flags": []
- },
- {
- "name": "SuppressStartupBanner",
- "switch": "nologo",
- "comment": "Suppress Startup Banner",
- "value": "true",
- "flags": []
- },
- {
- "name": "TreatWarningAsError",
- "switch": "WX-",
- "comment": "Treat Warnings As Errors",
- "value": "false",
- "flags": []
- },
- {
- "name": "TreatWarningAsError",
- "switch": "WX",
- "comment": "Treat Warnings As Errors",
- "value": "true",
- "flags": []
- },
- {
- "name": "SDLCheck",
- "switch": "sdl-",
- "comment": "SDL checks",
- "value": "false",
- "flags": []
- },
- {
- "name": "SDLCheck",
- "switch": "sdl",
- "comment": "SDL checks",
- "value": "true",
- "flags": []
- },
- {
- "name": "MultiProcessorCompilation",
- "switch": "MP",
- "comment": "Multi-processor Compilation",
- "value": "true",
- "flags": [
- "UserValue",
- "UserIgnored",
- "Continue"
- ]
- },
- {
- "name": "IntrinsicFunctions",
- "switch": "Oi",
- "comment": "Enable Intrinsic Functions",
- "value": "true",
- "flags": []
- },
- {
- "name": "OmitFramePointers",
- "switch": "Oy-",
- "comment": "Omit Frame Pointers",
- "value": "false",
- "flags": []
- },
- {
- "name": "OmitFramePointers",
- "switch": "Oy",
- "comment": "Omit Frame Pointers",
- "value": "true",
- "flags": []
- },
- {
- "name": "EnableFiberSafeOptimizations",
- "switch": "GT",
- "comment": "Enable Fiber-Safe Optimizations",
- "value": "true",
- "flags": []
- },
- {
- "name": "WholeProgramOptimization",
- "switch": "GL",
- "comment": "Whole Program Optimization",
- "value": "true",
- "flags": []
- },
- {
- "name": "UndefineAllPreprocessorDefinitions",
- "switch": "u",
- "comment": "Undefine All Preprocessor Definitions",
- "value": "true",
- "flags": []
- },
- {
- "name": "IgnoreStandardIncludePath",
- "switch": "X",
- "comment": "Ignore Standard Include Paths",
- "value": "true",
- "flags": []
- },
- {
- "name": "PreprocessToFile",
- "switch": "P",
- "comment": "Preprocess to a File",
- "value": "true",
- "flags": []
- },
- {
- "name": "PreprocessSuppressLineNumbers",
- "switch": "EP",
- "comment": "Preprocess Suppress Line Numbers",
- "value": "true",
- "flags": []
- },
- {
- "name": "PreprocessKeepComments",
- "switch": "C",
- "comment": "Keep Comments",
- "value": "true",
- "flags": []
- },
- {
- "name": "UseStandardPreprocessor",
- "switch": "Zc:preprocessor-",
- "comment": "Use Standard Conforming Preprocessor",
- "value": "false",
- "flags": []
- },
- {
- "name": "UseStandardPreprocessor",
- "switch": "Zc:preprocessor",
- "comment": "Use Standard Conforming Preprocessor",
- "value": "true",
- "flags": []
- },
- {
- "name": "StringPooling",
- "switch": "GF-",
- "comment": "Enable String Pooling",
- "value": "false",
- "flags": []
- },
- {
- "name": "StringPooling",
- "switch": "GF",
- "comment": "Enable String Pooling",
- "value": "true",
- "flags": []
- },
- {
- "name": "MinimalRebuild",
- "switch": "Gm-",
- "comment": "Enable Minimal Rebuild",
- "value": "false",
- "flags": []
- },
- {
- "name": "MinimalRebuild",
- "switch": "Gm",
- "comment": "Enable Minimal Rebuild",
- "value": "true",
- "flags": []
- },
- {
- "name": "SmallerTypeCheck",
- "switch": "RTCc",
- "comment": "Smaller Type Check",
- "value": "true",
- "flags": []
- },
- {
- "name": "FunctionLevelLinking",
- "switch": "Gy-",
- "comment": "Enable Function-Level Linking",
- "value": "false",
- "flags": []
- },
- {
- "name": "FunctionLevelLinking",
- "switch": "Gy",
- "comment": "Enable Function-Level Linking",
- "value": "true",
- "flags": []
- },
- {
- "name": "EnableParallelCodeGeneration",
- "switch": "Qpar-",
- "comment": "Enable Parallel Code Generation",
- "value": "false",
- "flags": []
- },
- {
- "name": "EnableParallelCodeGeneration",
- "switch": "Qpar",
- "comment": "Enable Parallel Code Generation",
- "value": "true",
- "flags": []
- },
- {
- "name": "FloatingPointExceptions",
- "switch": "fp:except-",
- "comment": "Enable Floating Point Exceptions",
- "value": "false",
- "flags": []
- },
- {
- "name": "FloatingPointExceptions",
- "switch": "fp:except",
- "comment": "Enable Floating Point Exceptions",
- "value": "true",
- "flags": []
- },
- {
- "name": "CreateHotpatchableImage",
- "switch": "hotpatch",
- "comment": "Create Hotpatchable Image",
- "value": "true",
- "flags": []
- },
- {
- "name": "IntelJCCErratum",
- "switch": "QIntel-jcc-erratum",
- "comment": "Enable Intel JCC Erratum Mitigation",
- "value": "true",
- "flags": []
- },
- {
- "name": "GuardEHContMetadata",
- "switch": "guard:ehcont-",
- "comment": "Enable EH Continuation Metadata",
- "value": "false",
- "flags": []
- },
- {
- "name": "GuardEHContMetadata",
- "switch": "guard:ehcont",
- "comment": "Enable EH Continuation Metadata",
- "value": "true",
- "flags": []
- },
- {
- "name": "GuardSignedReturns",
- "switch": "guard:signret-",
- "comment": "Enable Signed Returns",
- "value": "false",
- "flags": []
- },
- {
- "name": "GuardSignedReturns",
- "switch": "guard:signret",
- "comment": "Enable Signed Returns",
- "value": "true",
- "flags": []
- },
- {
- "name": "DisableLanguageExtensions",
- "switch": "Za",
- "comment": "Disable Language Extensions",
- "value": "true",
- "flags": []
- },
- {
- "name": "TreatWChar_tAsBuiltInType",
- "switch": "Zc:wchar_t-",
- "comment": "Treat WChar_t As Built in Type",
- "value": "false",
- "flags": []
- },
- {
- "name": "TreatWChar_tAsBuiltInType",
- "switch": "Zc:wchar_t",
- "comment": "Treat WChar_t As Built in Type",
- "value": "true",
- "flags": []
- },
- {
- "name": "ForceConformanceInForLoopScope",
- "switch": "Zc:forScope-",
- "comment": "Force Conformance in For Loop Scope",
- "value": "false",
- "flags": []
- },
- {
- "name": "ForceConformanceInForLoopScope",
- "switch": "Zc:forScope",
- "comment": "Force Conformance in For Loop Scope",
- "value": "true",
- "flags": []
- },
- {
- "name": "RemoveUnreferencedCodeData",
- "switch": "Zc:inline-",
- "comment": "Remove unreferenced code and data",
- "value": "false",
- "flags": []
- },
- {
- "name": "RemoveUnreferencedCodeData",
- "switch": "Zc:inline",
- "comment": "Remove unreferenced code and data",
- "value": "true",
- "flags": []
- },
- {
- "name": "EnforceTypeConversionRules",
- "switch": "Zc:rvalueCast-",
- "comment": "Enforce type conversion rules",
- "value": "false",
- "flags": []
- },
- {
- "name": "EnforceTypeConversionRules",
- "switch": "Zc:rvalueCast",
- "comment": "Enforce type conversion rules",
- "value": "true",
- "flags": []
- },
- {
- "name": "RuntimeTypeInfo",
- "switch": "GR-",
- "comment": "Enable Run-Time Type Information",
- "value": "false",
- "flags": []
- },
- {
- "name": "RuntimeTypeInfo",
- "switch": "GR",
- "comment": "Enable Run-Time Type Information",
- "value": "true",
- "flags": []
- },
- {
- "name": "OpenMPSupport",
- "switch": "openmp-",
- "comment": "Open MP Support",
- "value": "false",
- "flags": []
- },
- {
- "name": "OpenMPSupport",
- "switch": "openmp",
- "comment": "Open MP Support",
- "value": "true",
- "flags": []
- },
- {
- "name": "EnableModules",
- "switch": "experimental:module",
- "comment": "Enable Experimental C++ Standard Library Modules",
- "value": "true",
- "flags": []
- },
- {
- "name": "ExpandAttributedSource",
- "switch": "Fx",
- "comment": "Expand Attributed Source",
- "value": "true",
- "flags": []
- },
- {
- "name": "UseUnicodeForAssemblerListing",
- "switch": "FAu",
- "comment": "Use Unicode For Assembler Listing",
- "value": "true",
- "flags": []
- },
- {
- "name": "GenerateModuleDependencies",
- "switch": "sourceDependencies:directives",
- "comment": "Generate Module Dependencies File",
- "value": "true",
- "flags": [
- "Continue"
- ]
- },
- {
- "name": "GenerateXMLDocumentationFiles",
- "switch": "doc",
- "comment": "Generate XML Documentation Files",
- "value": "true",
- "flags": [
- "UserValue",
- "UserIgnored",
- "Continue"
- ]
- },
- {
- "name": "GenerateSourceDependencies",
- "switch": "sourceDependencies",
- "comment": "Generate Source Dependencies File",
- "value": "true",
- "flags": [
- "Continue"
- ]
- },
- {
- "name": "BrowseInformation",
- "switch": "FR",
- "comment": "Enable Browse Information",
- "value": "true",
- "flags": [
- "UserValue",
- "UserIgnored",
- "Continue"
- ]
- },
- {
- "name": "TreatAngleIncludeAsExternal",
- "switch": "external:anglebrackets",
- "comment": "Treat Files Included with Angle Brackets as External",
- "value": "true",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "ExternalTemplatesDiagnostics",
- "switch": "external:templates-",
- "comment": "Template Diagnostics in External Headers",
- "value": "true",
- "vsmin": "16.10.31321.278",
- "flags": []
- },
- {
- "name": "DisableAnalyzeExternal",
- "switch": "analyze:external-",
- "comment": "Disable Code Analysis for External Headers",
- "value": "true",
- "flags": []
- },
- {
- "name": "ShowIncludes",
- "switch": "showIncludes",
- "comment": "Show Includes",
- "value": "true",
- "flags": []
- },
- {
- "name": "EnablePREfast",
- "switch": "analyze-",
- "comment": "Enable Code Analysis",
- "value": "false",
- "flags": []
- },
- {
- "name": "EnablePREfast",
- "switch": "analyze",
- "comment": "Enable Code Analysis",
- "value": "true",
- "flags": []
- },
- {
- "name": "UseFullPaths",
- "switch": "FC",
- "comment": "Use Full Paths",
- "value": "true",
- "flags": []
- },
- {
- "name": "OmitDefaultLibName",
- "switch": "Zl",
- "comment": "Omit Default Library Name",
- "value": "true",
- "flags": []
- },
- {
- "name": "AdditionalIncludeDirectories",
- "switch": "I",
- "comment": "Additional Include Directories",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "AdditionalUsingDirectories",
- "switch": "AI",
- "comment": "Additional #using Directories",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "AdditionalBMIDirectories",
- "switch": "ifcSearchDir",
- "comment": "Additional BMI Directories",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "AdditionalModuleDependencies",
- "switch": "reference",
- "comment": "Additional Module Dependencies",
- "value": "",
- "flags": [
- "UserFollowing",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "AdditionalHeaderUnitDependencies",
- "switch": "headerUnit",
- "comment": "Additional Header Unit Dependencies",
- "value": "",
- "flags": [
- "UserFollowing",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "PreprocessorDefinitions",
- "switch": "D",
- "comment": "Preprocessor Definitions",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "UndefinePreprocessorDefinitions",
- "switch": "U",
- "comment": "Undefine Preprocessor Definitions",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "StdIfcDirectory",
- "switch": "stdIfcDir",
- "comment": "",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "ExternalDirectoriesEnv",
- "switch": "external:env:",
- "comment": "External Directories Environment Variables",
- "value": "",
- "vsmin": "16.10.31321.278",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "DisableSpecificWarnings",
- "switch": "wd",
- "comment": "Disable Specific Warnings",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "ForcedIncludeFiles",
- "switch": "FI",
- "comment": "Forced Include File",
- "value": "",
- "flags": [
- "UserValue",
- "UserRequired",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "ForcedIncludeFiles",
- "switch": "FI",
- "comment": "Forced Include File",
- "value": "",
- "flags": [
- "UserFollowing",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "ForcedUsingFiles",
- "switch": "FU",
- "comment": "Forced #using File",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "PREfastLog",
- "switch": "analyze:log",
- "comment": "Code Analysis Log",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "PREfastAdditionalPlugins",
- "switch": "analyze:plugin",
- "comment": "Additional Code Analysis Native plugins",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "TreatSpecificWarningsAsErrors",
- "switch": "we",
- "comment": "Treat Specific Warnings As Errors",
- "value": "",
- "flags": [
- "UserValue",
- "SemicolonAppendable"
- ]
- },
- {
- "name": "WarningVersion",
- "switch": "Wv:",
- "comment": "Warning Version",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "PreprocessOutputPath",
- "switch": "Fi",
- "comment": "Preprocess Output Path",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "PrecompiledHeaderFile",
- "switch": "Yu",
- "comment": "Precompiled Header File",
- "value": "",
- "flags": [
- "UserValue",
- "UserRequired"
- ]
- },
- {
- "name": "PrecompiledHeaderFile",
- "switch": "Yc",
- "comment": "Precompiled Header File",
- "value": "",
- "flags": [
- "UserValue",
- "UserRequired"
- ]
- },
- {
- "name": "PrecompiledHeaderOutputFile",
- "switch": "Fp",
- "comment": "Precompiled Header Output File",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "AssemblerListingLocation",
- "switch": "Fa",
- "comment": "ASM List Location",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "ModuleOutputFile",
- "switch": "ifcOutput",
- "comment": "Module Output File Name",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "ModuleDependenciesFile",
- "switch": "scanDependencies",
- "comment": "Module Dependencies File Name",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "ModuleDependenciesFile",
- "switch": "sourceDependencies:directives",
- "comment": "Module Dependencies File Name",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "ObjectFileName",
- "switch": "Fo",
- "comment": "Object File Name",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "ProgramDataBaseFileName",
- "switch": "Fd",
- "comment": "Program Database File Name",
- "value": "",
- "flags": [
- "UserValue"
- ]
- },
- {
- "name": "XMLDocumentationFileName",
- "switch": "doc",
- "comment": "XML Documentation File Name",
- "value": "",
- "flags": [
- "UserValue",
- "UserRequired"
- ]
- },
- {
- "name": "SourceDependenciesFile",
- "switch": "sourceDependencies",
- "comment": "Source Dependencies File Name",
- "value": "",
- "flags": [
- "UserFollowing"
- ]
- },
- {
- "name": "BrowseInformationFile",
- "switch": "FR",
- "comment": "Browse Information File",
- "value": "",
- "flags": [
- "UserValue",
- "UserRequired"
- ]
- },
- {
- "name": "ProcessorNumber",
- "switch": "MP",
- "comment": "Number of processors",
- "value": "",
- "flags": [
- "UserValue",
- "UserRequired"
- ]
- }
- ]
|