Uploaded Test files

This commit is contained in:
Batuhan Berk Başoğlu 2020-11-12 11:05:57 -05:00
parent f584ad9d97
commit 2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>${APPLE_GUI_EXECUTABLE}</string>
<key>CFBundleGetInfoString</key>
<string>${APPLE_GUI_INFO_STRING}</string>
<key>CFBundleIconFile</key>
<string>${APPLE_GUI_ICON}</string>
<key>CFBundleIdentifier</key>
<string>${APPLE_GUI_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>${APPLE_GUI_LONG_VERSION_STRING}</string>
<key>CFBundleName</key>
<string>${APPLE_GUI_BUNDLE_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>${APPLE_GUI_SHORT_VERSION_STRING}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>${APPLE_GUI_BUNDLE_VERSION}</string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>${APPLE_GUI_COPYRIGHT}</string>
</dict>
</plist>

View file

@ -0,0 +1,5 @@
DESCRIPTION
===========
This is an installer created using CPack (https://cmake.org). No additional installation instructions provided.

View file

@ -0,0 +1,5 @@
LICENSE
=======
This is an installer created using CPack (https://cmake.org). No license provided.

View file

@ -0,0 +1 @@
Welcome to installation. This program will guide you through the installation of this software.

View file

@ -0,0 +1,20 @@
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. The list of available CPACK_xxx variables and their associated
# documentation may be obtained using
# cpack --help-variable-list
#
# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
# and some are specific to a generator
# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
# usually begin with CPACK_<GENNAME>_xxxx.
@_CPACK_OTHER_VARIABLES_@
if(NOT CPACK_PROPERTIES_FILE)
set(CPACK_PROPERTIES_FILE "@CMAKE_BINARY_DIR@/CPackProperties.cmake")
endif()
if(EXISTS ${CPACK_PROPERTIES_FILE})
include(${CPACK_PROPERTIES_FILE})
endif()

View file

@ -0,0 +1,33 @@
cmake_minimum_required(VERSION 2.4)
# This is a template for the CTest script for this system
set(CTEST_SITE "@SITE@")
set(CTEST_BUILD_NAME "@BUILDNAME@")
# ---
set(CTEST_SOURCE_DIRECTORY "@CMAKE_SOURCE_DIR@")
set(CTEST_BINARY_DIRECTORY "@CMAKE_BINARY_DIR@")
set(CTEST_UPDATE_COMMAND "@UPDATE_COMMAND@")
set(CTEST_UPDATE_OPTIONS "@UPDATE_OPTIONS@")
set(CTEST_CMAKE_GENERATOR "@CMAKE_GENERATOR@")
set(CTEST_BUILD_CONFIGURATION "Release")
#set(CTEST_MEMORYCHECK_COMMAND "@MEMORYCHECK_COMMAND@")
#set(CTEST_MEMORYCHECK_SUPPRESSIONS_FILE "@MEMORYCHECK_SUPPRESSIONS_FILE@")
#set(CTEST_MEMORYCHECK_COMMAND_OPTIONS "@MEMORYCHECK_COMMAND_OPTIONS@")
#set(CTEST_COVERAGE_COMMAND "@COVERAGE_COMMAND@")
set(CTEST_NOTES_FILES "${CTEST_SCRIPT_DIRECTORY}/${CTEST_SCRIPT_NAME}")
#CTEST_EMPTY_BINARY_DIRECTORY(${CTEST_BINARY_DIRECTORY})
set(CTEST_DROP_METHOD "@DROP_METHOD@")
CTEST_START(Experimental TRACK Weekly)
CTEST_UPDATE(SOURCE "${CTEST_SOURCE_DIRECTORY}")
CTEST_CONFIGURE(BUILD "${CTEST_BINARY_DIRECTORY}")
CTEST_READ_CUSTOM_FILES("${CTEST_BINARY_DIRECTORY}")
CTEST_BUILD(BUILD "${CTEST_BINARY_DIRECTORY}")
CTEST_TEST(BUILD "${CTEST_BINARY_DIRECTORY}")
#CTEST_MEMCHECK(BUILD "${CTEST_BINARY_DIRECTORY}")
#CTEST_COVERAGE(BUILD "${CTEST_BINARY_DIRECTORY}")
CTEST_SUBMIT()

View file

@ -0,0 +1,981 @@
[
{
"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": "CompileAsManaged",
"switch": "clr:oldSyntax",
"comment": "Common Language RunTime Support, Old Syntax",
"value": "OldSyntax",
"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": "Optimization",
"switch": "Od",
"comment": "Disabled",
"value": "Disabled",
"flags": []
},
{
"name": "Optimization",
"switch": "O1",
"comment": "Minimize Size",
"value": "MinSpace",
"flags": []
},
{
"name": "Optimization",
"switch": "O2",
"comment": "Maximize Speed",
"value": "MaxSpeed",
"flags": []
},
{
"name": "Optimization",
"switch": "Ox",
"comment": "Full Optimization",
"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": "EnableEnhancedInstructionSet",
"switch": "arch:SSE",
"comment": "Streaming SIMD Extensions (/arch:SSE)",
"value": "StreamingSIMDExtensions",
"flags": []
},
{
"name": "EnableEnhancedInstructionSet",
"switch": "arch:SSE2",
"comment": "Streaming SIMD Extensions 2 (/arch:SSE2)",
"value": "StreamingSIMDExtensions2",
"flags": []
},
{
"name": "EnableEnhancedInstructionSet",
"switch": "",
"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": "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": "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": "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": "SuppressStartupBanner",
"switch": "nologo-",
"comment": "Suppress Startup Banner",
"value": "false",
"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": "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": "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": "BufferSecurityCheck",
"switch": "GS-",
"comment": "Buffer Security Check",
"value": "false",
"flags": []
},
{
"name": "BufferSecurityCheck",
"switch": "GS",
"comment": "Buffer Security 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": "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": "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": "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": "ExpandAttributedSource",
"switch": "Fx",
"comment": "Expand Attributed Source",
"value": "true",
"flags": []
},
{
"name": "GenerateXMLDocumentationFiles",
"switch": "doc",
"comment": "Generate XML Documentation Files",
"value": "true",
"flags": [
"UserValue",
"UserIgnored",
"Continue"
]
},
{
"name": "BrowseInformation",
"switch": "FR",
"comment": "Enable Browse Information",
"value": "true",
"flags": [
"UserValue",
"UserIgnored",
"Continue"
]
},
{
"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": "UseUnicodeForAssemblerListing",
"switch": "FAu",
"comment": "Use Unicode For Assembler Listing",
"value": "true",
"flags": []
},
{
"name": "AdditionalIncludeDirectories",
"switch": "I",
"comment": "Additional Include Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "AdditionalUsingDirectories",
"switch": "AI",
"comment": "Resolve #using References",
"value": "",
"flags": [
"UserValue",
"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": "DisableSpecificWarnings",
"switch": "wd",
"comment": "Disable Specific Warnings",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ForcedIncludeFiles",
"switch": "FI",
"comment": "Forced Include File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ForcedUsingFiles",
"switch": "FU",
"comment": "Forced #using File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "TreatSpecificWarningsAsErrors",
"switch": "we",
"comment": "Treat Specific Warnings As Errors",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"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": "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": "BrowseInformationFile",
"switch": "FR",
"comment": "Browse Information File",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ProcessorNumber",
"switch": "MP",
"comment": "Number of processors",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
}
]

View file

@ -0,0 +1,574 @@
[
{
"name": "ProjectName",
"switch": "out:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "OutputType",
"switch": "target:exe",
"comment": "",
"value": "Exe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:winexe",
"comment": "",
"value": "Winexe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:library",
"comment": "",
"value": "Library",
"flags": []
},
{
"name": "OutputType",
"switch": "target:module",
"comment": "",
"value": "Module",
"flags": []
},
{
"name": "DocumentationFile",
"switch": "doc",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "Platform",
"switch": "platform:x86",
"comment": "",
"value": "x86",
"flags": []
},
{
"name": "Platform",
"switch": "platform:Itanium",
"comment": "",
"value": "Itanium",
"flags": []
},
{
"name": "Platform",
"switch": "platform:x64",
"comment": "",
"value": "x64",
"flags": []
},
{
"name": "Platform",
"switch": "platform:arm",
"comment": "",
"value": "arm",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu32bitpreferred",
"comment": "",
"value": "anycpu32bitpreferred",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu",
"comment": "",
"value": "anycpu",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "mit alias",
"value": "",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "dateiliste",
"value": "",
"flags": []
},
{
"name": "AddModules",
"switch": "addmodule:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable"
]
},
{
"name": "Win32Resource",
"switch": "win32res:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationIcon",
"switch": "win32icon:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",
"switch": "nowin32manifest",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineDebug",
"switch": "debug",
"comment": "",
"value": "true",
"flags": [
"Continue"
]
},
{
"name": "DebugSymbols",
"switch": "debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:none",
"comment": "",
"value": "none",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:full",
"comment": "",
"value": "full",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:pdbonly",
"comment": "",
"value": "pdbonly",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:0",
"comment": "",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:1",
"comment": "",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:2",
"comment": "",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "NoWarn",
"switch": "nowarn:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineConstants",
"switch": "define:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable",
"UserValue"
]
},
{
"name": "LangVersion",
"switch": "langversion:ISO-1",
"comment": "",
"value": "ISO-1",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:ISO-2",
"comment": "",
"value": "ISO-2",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:5",
"comment": "",
"value": "5",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:6",
"comment": "",
"value": "6",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:default",
"comment": "",
"value": "default",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AssemblyOriginatorKeyFile",
"switch": "keyfile",
"comment": "",
"value": "",
"flags": []
},
{
"name": "KeyContainerName",
"switch": "keycontainer",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoConfig",
"switch": "noconfig",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "BaseAddress",
"switch": "baseaddress:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "CodePage",
"switch": "codepage",
"comment": "",
"value": "",
"flags": []
},
{
"name": "Utf8Output",
"switch": "utf8output",
"comment": "",
"value": "",
"flags": []
},
{
"name": "MainEntryPoint",
"switch": "main:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "GenerateFullPaths",
"switch": "fullpaths",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FileAlignment",
"switch": "filealign",
"comment": "",
"value": "",
"flags": []
},
{
"name": "PdbFile",
"switch": "pdb:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "SubsystemVersion",
"switch": "subsystemversion",
"comment": "",
"value": "",
"flags": []
},
{
"name": "AdditionalLibPaths",
"switch": "lib:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:none",
"comment": "Do Not Send Report",
"value": "none",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:prompt",
"comment": "Prompt Immediately",
"value": "prompt",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:queue",
"comment": "Queue For Next Login",
"value": "queue",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:send",
"comment": "Send Automatically",
"value": "send",
"flags": []
}
]

View file

@ -0,0 +1,244 @@
[
{
"name": "AdditionalCompilerOptions",
"switch": "Xcompiler=",
"comment": "Host compiler options",
"value": "",
"flags": [
"UserValue",
"SpaceAppendable"
]
},
{
"name": "AdditionalCompilerOptions",
"switch": "Xcompiler",
"comment": "Host compiler options",
"value": "",
"flags": [
"UserFollowing",
"SpaceAppendable"
]
},
{
"name": "AdditionalCompilerOptions",
"switch": "-compiler-options=",
"comment": "Host compiler options",
"value": "",
"flags": [
"UserValue",
"SpaceAppendable"
]
},
{
"name": "AdditionalCompilerOptions",
"switch": "-compiler-options",
"comment": "Host compiler options",
"value": "",
"flags": [
"UserFollowing",
"SpaceAppendable"
]
},
{
"name": "CudaRuntime",
"switch": "cudart=none",
"comment": "No CUDA runtime library",
"value": "None",
"flags": []
},
{
"name": "CudaRuntime",
"switch": "cudart=shared",
"comment": "Shared/dynamic CUDA runtime library",
"value": "Shared",
"flags": []
},
{
"name": "CudaRuntime",
"switch": "cudart=static",
"comment": "Static CUDA runtime library",
"value": "Static",
"flags": []
},
{
"name": "CudaRuntime",
"switch": "cudart",
"comment": "CUDA runtime library",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "cmake-temp-gencode",
"switch": "gencode=",
"comment": "",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "cmake-temp-gencode",
"switch": "gencode",
"comment": "",
"value": "",
"flags": [
"UserFollowing",
"SemicolonAppendable"
]
},
{
"name": "cmake-temp-gencode",
"switch": "-generate-code=",
"comment": "",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "cmake-temp-gencode",
"switch": "-generate-code",
"comment": "",
"value": "",
"flags": [
"UserFollowing",
"SemicolonAppendable"
]
},
{
"name": "cmake-temp-code",
"switch": "code=",
"comment": "",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "cmake-temp-code",
"switch": "code",
"comment": "",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "cmake-temp-code",
"switch": "-gpu-code=",
"comment": "",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "cmake-temp-code",
"switch": "-gpu-code",
"comment": "",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "cmake-temp-arch",
"switch": "arch=",
"comment": "",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "cmake-temp-arch",
"switch": "arch",
"comment": "",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "cmake-temp-arch",
"switch": "-gpu-architecture=",
"comment": "",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "cmake-temp-arch",
"switch": "-gpu-architecture",
"comment": "",
"value": "",
"flags": [
"UserFollowing"
]
},
{
"name": "FastMath",
"switch": "use_fast_math",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FastMath",
"switch": "-use_fast_math",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "GPUDebugInfo",
"switch": "G",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "GPUDebugInfo",
"switch": "-device-debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "HostDebugInfo",
"switch": "g",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "HostDebugInfo",
"switch": "-debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "MaxRegCount",
"switch": "maxrregcount=",
"comment": "",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "MaxRegCount",
"switch": "maxrregcount",
"comment": "",
"value": "",
"flags": [
"UserFollowing"
]
}
]

View file

@ -0,0 +1,149 @@
[
{
"name": "Optimization",
"switch": "Od",
"comment": "Disabled",
"value": "Od",
"flags": []
},
{
"name": "Optimization",
"switch": "O1",
"comment": "Minimize Size",
"value": "O1",
"flags": []
},
{
"name": "Optimization",
"switch": "O2",
"comment": "Maximize Speed",
"value": "O2",
"flags": []
},
{
"name": "Optimization",
"switch": "Ox",
"comment": "Full Optimization",
"value": "O3",
"flags": []
},
{
"name": "Runtime",
"switch": "MT",
"comment": "Multi-Threaded",
"value": "MT",
"flags": []
},
{
"name": "Runtime",
"switch": "MTd",
"comment": "Multi-Threaded Debug",
"value": "MTd",
"flags": []
},
{
"name": "Runtime",
"switch": "MD",
"comment": "Multi-Threaded DLL",
"value": "MD",
"flags": []
},
{
"name": "Runtime",
"switch": "MDd",
"comment": "Multi-threaded Debug DLL",
"value": "MDd",
"flags": []
},
{
"name": "Runtime",
"switch": "ML",
"comment": "Single-Threaded",
"value": "ML",
"flags": []
},
{
"name": "Runtime",
"switch": "MLd",
"comment": "Single-Threaded Debug",
"value": "MLd",
"flags": []
},
{
"name": "RuntimeChecks",
"switch": "RTCs",
"comment": "Stack Frames",
"value": "RTCs",
"flags": []
},
{
"name": "RuntimeChecks",
"switch": "RTCu",
"comment": "Uninitialized Variables",
"value": "RTCu",
"flags": []
},
{
"name": "RuntimeChecks",
"switch": "RTC1",
"comment": "Both",
"value": "RTC1",
"flags": []
},
{
"name": "TypeInfo",
"switch": "GR",
"comment": "Yes",
"value": "true",
"flags": []
},
{
"name": "TypeInfo",
"switch": "GR-",
"comment": "No",
"value": "false",
"flags": []
},
{
"name": "Warning",
"switch": "W0",
"comment": "Off: Turn Off All Warnings",
"value": "W0",
"flags": []
},
{
"name": "Warning",
"switch": "W1",
"comment": "Level 1",
"value": "W1",
"flags": []
},
{
"name": "Warning",
"switch": "W2",
"comment": "Level 2",
"value": "W2",
"flags": []
},
{
"name": "Warning",
"switch": "W3",
"comment": "Level 3",
"value": "W3",
"flags": []
},
{
"name": "Warning",
"switch": "W4",
"comment": "Level 4",
"value": "W4",
"flags": []
},
{
"name": "Warning",
"switch": "Wall",
"comment": "Enable All Warnings",
"value": "Wall",
"flags": []
}
]

View file

@ -0,0 +1,297 @@
[
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:PROMPT",
"comment": "PromptImmediately",
"value": "PromptImmediately",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:QUEUE",
"comment": "Queue For Next Login",
"value": "QueueForNextLogin",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:SEND",
"comment": "Send Error Report",
"value": "SendErrorReport",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:NONE",
"comment": "No Error Report",
"value": "NoErrorReport",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:ARM",
"comment": "MachineARM",
"value": "MachineARM",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:EBC",
"comment": "MachineEBC",
"value": "MachineEBC",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:IA64",
"comment": "MachineIA64",
"value": "MachineIA64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS",
"comment": "MachineMIPS",
"value": "MachineMIPS",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS16",
"comment": "MachineMIPS16",
"value": "MachineMIPS16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU",
"comment": "MachineMIPSFPU",
"value": "MachineMIPSFPU",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU16",
"comment": "MachineMIPSFPU16",
"value": "MachineMIPSFPU16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:SH4",
"comment": "MachineSH4",
"value": "MachineSH4",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:THUMB",
"comment": "MachineTHUMB",
"value": "MachineTHUMB",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X64",
"comment": "MachineX64",
"value": "MachineX64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X86",
"comment": "MachineX86",
"value": "MachineX86",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:CONSOLE",
"comment": "Console",
"value": "Console",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWS",
"comment": "Windows",
"value": "Windows",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:NATIVE",
"comment": "Native",
"value": "Native",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_APPLICATION",
"comment": "EFI Application",
"value": "EFI Application",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER",
"comment": "EFI Boot Service Driver",
"value": "EFI Boot Service Driver",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_ROM",
"comment": "EFI ROM",
"value": "EFI ROM",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_RUNTIME_DRIVER",
"comment": "EFI Runtime",
"value": "EFI Runtime",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWSCE",
"comment": "WindowsCE",
"value": "WindowsCE",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:POSIX",
"comment": "POSIX",
"value": "POSIX",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "NOLOGO",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "IgnoreAllDefaultLibraries",
"switch": "NODEFAULTLIB",
"comment": "Ignore All Default Libraries",
"value": "true",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX:NO",
"comment": "Treat Lib Warning As Errors",
"value": "false",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX",
"comment": "Treat Lib Warning As Errors",
"value": "true",
"flags": []
},
{
"name": "Verbose",
"switch": "VERBOSE",
"comment": "Verbose",
"value": "true",
"flags": []
},
{
"name": "LinkTimeCodeGeneration",
"switch": "LTCG",
"comment": "Link Time Code Generation",
"value": "true",
"flags": []
},
{
"name": "AdditionalLibraryDirectories",
"switch": "LIBPATH:",
"comment": "Additional Library Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IgnoreSpecificDefaultLibraries",
"switch": "NODEFAULTLIB:",
"comment": "Ignore Specific Default Libraries",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ExportNamedFunctions",
"switch": "EXPORT:",
"comment": "Export Named Functions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "RemoveObjects",
"switch": "REMOVE:",
"comment": "Remove Objects",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "OutputFile",
"switch": "OUT:",
"comment": "Output File",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ModuleDefinitionFile",
"switch": "DEF:",
"comment": "Module Definition File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ForceSymbolReferences",
"switch": "INCLUDE:",
"comment": "Force Symbol References",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "DisplayLibrary",
"switch": "LIST:",
"comment": "Display Library to standard output",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "Name",
"switch": "NAME:",
"comment": "Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,295 @@
[
{
"name": "PreserveIdentifierCase",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cp",
"comment": "Preserves Identifier Case (/Cp)",
"value": "1",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cu",
"comment": "Maps all identifiers to upper case. (/Cu)",
"value": "2",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cx",
"comment": "Preserves case in public and extern symbols. (/Cx)",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W0",
"comment": "Warning Level 0 (/W0)",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W1",
"comment": "Warning Level 1 (/W1)",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W2",
"comment": "Warning Level 2 (/W2)",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W3",
"comment": "Warning Level 3 (/W3)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp1",
"comment": "One Byte Boundary (/Zp1)",
"value": "1",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp2",
"comment": "Two Byte Boundary (/Zp2)",
"value": "2",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp4",
"comment": "Four Byte Boundary (/Zp4)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp8",
"comment": "Eight Byte Boundary (/Zp8)",
"value": "4",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp16",
"comment": "Sixteen Byte Boundary (/Zp16)",
"value": "5",
"flags": []
},
{
"name": "CallingConvention",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gd",
"comment": "Use C-style Calling Convention (/Gd)",
"value": "1",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gz",
"comment": "Use stdcall Calling Convention (/Gz)",
"value": "2",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gc",
"comment": "Use Pascal Calling Convention (/Gc)",
"value": "3",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:prompt",
"comment": "Prompt to send report immediately (/errorReport:prompt)",
"value": "0",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:queue",
"comment": "Prompt to send report at the next logon (/errorReport:queue)",
"value": "1",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:send",
"comment": "Automatically send report (/errorReport:send)",
"value": "2",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:none",
"comment": "Do not send report (/errorReport:none)",
"value": "3",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "GeneratePreprocessedSourceListing",
"switch": "EP",
"comment": "Generate Preprocessed Source Listing",
"value": "true",
"flags": []
},
{
"name": "ListAllAvailableInformation",
"switch": "Sa",
"comment": "List All Available Information",
"value": "true",
"flags": []
},
{
"name": "UseSafeExceptionHandlers",
"switch": "safeseh",
"comment": "Use Safe Exception Handlers",
"value": "true",
"flags": []
},
{
"name": "AddFirstPassListing",
"switch": "Sf",
"comment": "Add First Pass Listing",
"value": "true",
"flags": []
},
{
"name": "EnableAssemblyGeneratedCodeListing",
"switch": "Sg",
"comment": "Enable Assembly Generated Code Listing",
"value": "true",
"flags": []
},
{
"name": "DisableSymbolTable",
"switch": "Sn",
"comment": "Disable Symbol Table",
"value": "true",
"flags": []
},
{
"name": "EnableFalseConditionalsInListing",
"switch": "Sx",
"comment": "Enable False Conditionals In Listing",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "WX",
"comment": "Treat Warnings As Errors",
"value": "true",
"flags": []
},
{
"name": "MakeAllSymbolsPublic",
"switch": "Zf",
"comment": "Make All Symbols Public",
"value": "true",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "Zi",
"comment": "Generate Debug Information",
"value": "true",
"flags": []
},
{
"name": "EnableMASM51Compatibility",
"switch": "Zm",
"comment": "Enable MASM 5.1 Compatibility",
"value": "true",
"flags": []
},
{
"name": "PerformSyntaxCheckOnly",
"switch": "Zs",
"comment": "Perform Syntax Check Only",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IncludePaths",
"switch": "I",
"comment": "Include Paths",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "BrowseFile",
"switch": "FR",
"comment": "Generate Browse Information File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ObjectFileName",
"switch": "Fo",
"comment": "Object File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "AssembledCodeListingFile",
"switch": "Fl",
"comment": "Assembled Code Listing File",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,201 @@
[
{
"name": "Outputswitch",
"switch": "fwin",
"comment": "Object File win32",
"value": "0",
"flags": []
},
{
"name": "Outputswitch",
"switch": "fwin32",
"comment": "Object File win32",
"value": "0",
"flags": []
},
{
"name": "Outputswitch",
"switch": "fwin64",
"comment": "Object File win64",
"value": "1",
"flags": []
},
{
"name": "Outputswitch",
"switch": "felf",
"comment": "ELF32 (i386) object files (e.g. Linux)",
"value": "2",
"flags": []
},
{
"name": "Outputswitch",
"switch": "felf32",
"comment": "ELF32 (i386) object files (e.g. Linux)",
"value": "2",
"flags": []
},
{
"name": "Outputswitch",
"switch": "felf64",
"comment": "ELF64 (x86_64) object files (e.g. Linux)",
"value": "3",
"flags": []
},
{
"name": "ErrorReportingFormat",
"switch": "Xgnu",
"comment": "-Xgnu GNU format: Default format",
"value": "0",
"flags": []
},
{
"name": "ErrorReportingFormat",
"switch": "Xvc",
"comment": "-Xvc Style used by Microsoft Visual C++",
"value": "1",
"flags": []
},
{
"name": "tasmmode",
"switch": "t",
"comment": "SciTech TASM compatible mode",
"value": "true",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "g",
"comment": "Generate Debug Information",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "Werror",
"comment": "Treat Warnings As Errors",
"value": "true",
"flags": []
},
{
"name": "floatunderflow",
"switch": "w+float-underflow",
"comment": "float-underflow",
"value": "true",
"flags": []
},
{
"name": "macrodefaults",
"switch": "w-macro-defaults",
"comment": "Disable macro-defaults",
"value": "true",
"flags": []
},
{
"name": "user",
"switch": "w-user",
"comment": "Disable user",
"value": "true",
"flags": []
},
{
"name": "floatoverflow",
"switch": "w-float-overflow",
"comment": "Disable float-overflow",
"value": "true",
"flags": []
},
{
"name": "floatdenorm",
"switch": "w+float-denorm",
"comment": "float-denorm",
"value": "true",
"flags": []
},
{
"name": "numberoverflow",
"switch": "w-number-overflow",
"comment": "Disable number-overflow",
"value": "true",
"flags": []
},
{
"name": "macroselfref",
"switch": "w+macro-selfref",
"comment": "macro-selfref",
"value": "true",
"flags": []
},
{
"name": "floattoolong",
"switch": "w-float-toolong",
"comment": "Disable float-toolong",
"value": "true",
"flags": []
},
{
"name": "orphanlabels",
"switch": "w-orphan-labels",
"comment": "Disable orphan-labels",
"value": "true",
"flags": []
},
{
"name": "AssembledCodeListingFile",
"switch": "l",
"comment": "Assembled Code Listing File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ErrorReporting",
"switch": "Z",
"comment": "Redirect Error Messages to File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IncludePaths",
"switch": "I",
"comment": "Include Paths",
"value": "",
"flags": [
"UserValue",
"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": "OutputFormat",
"switch": "o",
"comment": "Output File Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,69 @@
[
{
"name": "IgnoreStandardIncludePath",
"switch": "X",
"comment": "Ignore Standard Include Paths",
"value": "true",
"flags": []
},
{
"name": "ShowProgress",
"switch": "v",
"comment": "Show Progress",
"value": "true",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "NullTerminateStrings",
"switch": "n",
"comment": "Null Terminate Strings",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "UndefinePreprocessorDefinitions",
"switch": "u",
"comment": "Undefine Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "AdditionalIncludeDirectories",
"switch": "I",
"comment": "Additional Include Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ResourceOutputFileName",
"switch": "fo",
"comment": "Resource File Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,574 @@
[
{
"name": "ProjectName",
"switch": "out:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "OutputType",
"switch": "target:exe",
"comment": "",
"value": "Exe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:winexe",
"comment": "",
"value": "Winexe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:library",
"comment": "",
"value": "Library",
"flags": []
},
{
"name": "OutputType",
"switch": "target:module",
"comment": "",
"value": "Module",
"flags": []
},
{
"name": "DocumentationFile",
"switch": "doc",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "Platform",
"switch": "platform:x86",
"comment": "",
"value": "x86",
"flags": []
},
{
"name": "Platform",
"switch": "platform:Itanium",
"comment": "",
"value": "Itanium",
"flags": []
},
{
"name": "Platform",
"switch": "platform:x64",
"comment": "",
"value": "x64",
"flags": []
},
{
"name": "Platform",
"switch": "platform:arm",
"comment": "",
"value": "arm",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu32bitpreferred",
"comment": "",
"value": "anycpu32bitpreferred",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu",
"comment": "",
"value": "anycpu",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "mit alias",
"value": "",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "dateiliste",
"value": "",
"flags": []
},
{
"name": "AddModules",
"switch": "addmodule:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable"
]
},
{
"name": "Win32Resource",
"switch": "win32res:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationIcon",
"switch": "win32icon:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",
"switch": "nowin32manifest",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineDebug",
"switch": "debug",
"comment": "",
"value": "true",
"flags": [
"Continue"
]
},
{
"name": "DebugSymbols",
"switch": "debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:none",
"comment": "",
"value": "none",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:full",
"comment": "",
"value": "full",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:pdbonly",
"comment": "",
"value": "pdbonly",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:0",
"comment": "",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:1",
"comment": "",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:2",
"comment": "",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "NoWarn",
"switch": "nowarn:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineConstants",
"switch": "define:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable",
"UserValue"
]
},
{
"name": "LangVersion",
"switch": "langversion:ISO-1",
"comment": "",
"value": "ISO-1",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:ISO-2",
"comment": "",
"value": "ISO-2",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:5",
"comment": "",
"value": "5",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:6",
"comment": "",
"value": "6",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:default",
"comment": "",
"value": "default",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AssemblyOriginatorKeyFile",
"switch": "keyfile",
"comment": "",
"value": "",
"flags": []
},
{
"name": "KeyContainerName",
"switch": "keycontainer",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoConfig",
"switch": "noconfig",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "BaseAddress",
"switch": "baseaddress:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "CodePage",
"switch": "codepage",
"comment": "",
"value": "",
"flags": []
},
{
"name": "Utf8Output",
"switch": "utf8output",
"comment": "",
"value": "",
"flags": []
},
{
"name": "MainEntryPoint",
"switch": "main:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "GenerateFullPaths",
"switch": "fullpaths",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FileAlignment",
"switch": "filealign",
"comment": "",
"value": "",
"flags": []
},
{
"name": "PdbFile",
"switch": "pdb:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "SubsystemVersion",
"switch": "subsystemversion",
"comment": "",
"value": "",
"flags": []
},
{
"name": "AdditionalLibPaths",
"switch": "lib:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:none",
"comment": "Do Not Send Report",
"value": "none",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:prompt",
"comment": "Prompt Immediately",
"value": "prompt",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:queue",
"comment": "Queue For Next Login",
"value": "queue",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:send",
"comment": "Send Automatically",
"value": "send",
"flags": []
}
]

View file

@ -0,0 +1,297 @@
[
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:PROMPT",
"comment": "PromptImmediately",
"value": "PromptImmediately",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:QUEUE",
"comment": "Queue For Next Login",
"value": "QueueForNextLogin",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:SEND",
"comment": "Send Error Report",
"value": "SendErrorReport",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:NONE",
"comment": "No Error Report",
"value": "NoErrorReport",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:ARM",
"comment": "MachineARM",
"value": "MachineARM",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:EBC",
"comment": "MachineEBC",
"value": "MachineEBC",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:IA64",
"comment": "MachineIA64",
"value": "MachineIA64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS",
"comment": "MachineMIPS",
"value": "MachineMIPS",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS16",
"comment": "MachineMIPS16",
"value": "MachineMIPS16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU",
"comment": "MachineMIPSFPU",
"value": "MachineMIPSFPU",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU16",
"comment": "MachineMIPSFPU16",
"value": "MachineMIPSFPU16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:SH4",
"comment": "MachineSH4",
"value": "MachineSH4",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:THUMB",
"comment": "MachineTHUMB",
"value": "MachineTHUMB",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X64",
"comment": "MachineX64",
"value": "MachineX64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X86",
"comment": "MachineX86",
"value": "MachineX86",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:CONSOLE",
"comment": "Console",
"value": "Console",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWS",
"comment": "Windows",
"value": "Windows",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:NATIVE",
"comment": "Native",
"value": "Native",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_APPLICATION",
"comment": "EFI Application",
"value": "EFI Application",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER",
"comment": "EFI Boot Service Driver",
"value": "EFI Boot Service Driver",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_ROM",
"comment": "EFI ROM",
"value": "EFI ROM",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_RUNTIME_DRIVER",
"comment": "EFI Runtime",
"value": "EFI Runtime",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWSCE",
"comment": "WindowsCE",
"value": "WindowsCE",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:POSIX",
"comment": "POSIX",
"value": "POSIX",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "NOLOGO",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "IgnoreAllDefaultLibraries",
"switch": "NODEFAULTLIB",
"comment": "Ignore All Default Libraries",
"value": "true",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX:NO",
"comment": "Treat Lib Warning As Errors",
"value": "false",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX",
"comment": "Treat Lib Warning As Errors",
"value": "true",
"flags": []
},
{
"name": "Verbose",
"switch": "VERBOSE",
"comment": "Verbose",
"value": "true",
"flags": []
},
{
"name": "LinkTimeCodeGeneration",
"switch": "LTCG",
"comment": "Link Time Code Generation",
"value": "true",
"flags": []
},
{
"name": "AdditionalLibraryDirectories",
"switch": "LIBPATH:",
"comment": "Additional Library Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IgnoreSpecificDefaultLibraries",
"switch": "NODEFAULTLIB:",
"comment": "Ignore Specific Default Libraries",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ExportNamedFunctions",
"switch": "EXPORT:",
"comment": "Export Named Functions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "RemoveObjects",
"switch": "REMOVE:",
"comment": "Remove Objects",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "OutputFile",
"switch": "OUT:",
"comment": "Output File",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ModuleDefinitionFile",
"switch": "DEF:",
"comment": "Module Definition File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ForceSymbolReferences",
"switch": "INCLUDE:",
"comment": "Force Symbol References",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "DisplayLibrary",
"switch": "LIST:",
"comment": "Display Library to standard output",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "Name",
"switch": "NAME:",
"comment": "Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,295 @@
[
{
"name": "PreserveIdentifierCase",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cp",
"comment": "Preserves Identifier Case (/Cp)",
"value": "1",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cu",
"comment": "Maps all identifiers to upper case. (/Cu)",
"value": "2",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cx",
"comment": "Preserves case in public and extern symbols. (/Cx)",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W0",
"comment": "Warning Level 0 (/W0)",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W1",
"comment": "Warning Level 1 (/W1)",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W2",
"comment": "Warning Level 2 (/W2)",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W3",
"comment": "Warning Level 3 (/W3)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp1",
"comment": "One Byte Boundary (/Zp1)",
"value": "1",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp2",
"comment": "Two Byte Boundary (/Zp2)",
"value": "2",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp4",
"comment": "Four Byte Boundary (/Zp4)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp8",
"comment": "Eight Byte Boundary (/Zp8)",
"value": "4",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp16",
"comment": "Sixteen Byte Boundary (/Zp16)",
"value": "5",
"flags": []
},
{
"name": "CallingConvention",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gd",
"comment": "Use C-style Calling Convention (/Gd)",
"value": "1",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gz",
"comment": "Use stdcall Calling Convention (/Gz)",
"value": "2",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gc",
"comment": "Use Pascal Calling Convention (/Gc)",
"value": "3",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:prompt",
"comment": "Prompt to send report immediately (/errorReport:prompt)",
"value": "0",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:queue",
"comment": "Prompt to send report at the next logon (/errorReport:queue)",
"value": "1",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:send",
"comment": "Automatically send report (/errorReport:send)",
"value": "2",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:none",
"comment": "Do not send report (/errorReport:none)",
"value": "3",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "GeneratePreprocessedSourceListing",
"switch": "EP",
"comment": "Generate Preprocessed Source Listing",
"value": "true",
"flags": []
},
{
"name": "ListAllAvailableInformation",
"switch": "Sa",
"comment": "List All Available Information",
"value": "true",
"flags": []
},
{
"name": "UseSafeExceptionHandlers",
"switch": "safeseh",
"comment": "Use Safe Exception Handlers",
"value": "true",
"flags": []
},
{
"name": "AddFirstPassListing",
"switch": "Sf",
"comment": "Add First Pass Listing",
"value": "true",
"flags": []
},
{
"name": "EnableAssemblyGeneratedCodeListing",
"switch": "Sg",
"comment": "Enable Assembly Generated Code Listing",
"value": "true",
"flags": []
},
{
"name": "DisableSymbolTable",
"switch": "Sn",
"comment": "Disable Symbol Table",
"value": "true",
"flags": []
},
{
"name": "EnableFalseConditionalsInListing",
"switch": "Sx",
"comment": "Enable False Conditionals In Listing",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "WX",
"comment": "Treat Warnings As Errors",
"value": "true",
"flags": []
},
{
"name": "MakeAllSymbolsPublic",
"switch": "Zf",
"comment": "Make All Symbols Public",
"value": "true",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "Zi",
"comment": "Generate Debug Information",
"value": "true",
"flags": []
},
{
"name": "EnableMASM51Compatibility",
"switch": "Zm",
"comment": "Enable MASM 5.1 Compatibility",
"value": "true",
"flags": []
},
{
"name": "PerformSyntaxCheckOnly",
"switch": "Zs",
"comment": "Perform Syntax Check Only",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IncludePaths",
"switch": "I",
"comment": "Include Paths",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "BrowseFile",
"switch": "FR",
"comment": "Generate Browse Information File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ObjectFileName",
"switch": "Fo",
"comment": "Object File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "AssembledCodeListingFile",
"switch": "Fl",
"comment": "Assembled Code Listing File",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,69 @@
[
{
"name": "IgnoreStandardIncludePath",
"switch": "X",
"comment": "Ignore Standard Include Paths",
"value": "true",
"flags": []
},
{
"name": "ShowProgress",
"switch": "v",
"comment": "Show Progress",
"value": "true",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "NullTerminateStrings",
"switch": "n",
"comment": "Null Terminate Strings",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "UndefinePreprocessorDefinitions",
"switch": "u",
"comment": "Undefine Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "AdditionalIncludeDirectories",
"switch": "I",
"comment": "Additional Include Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ResourceOutputFileName",
"switch": "fo",
"comment": "Resource File Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,574 @@
[
{
"name": "ProjectName",
"switch": "out:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "OutputType",
"switch": "target:exe",
"comment": "",
"value": "Exe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:winexe",
"comment": "",
"value": "Winexe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:library",
"comment": "",
"value": "Library",
"flags": []
},
{
"name": "OutputType",
"switch": "target:module",
"comment": "",
"value": "Module",
"flags": []
},
{
"name": "DocumentationFile",
"switch": "doc",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "Platform",
"switch": "platform:x86",
"comment": "",
"value": "x86",
"flags": []
},
{
"name": "Platform",
"switch": "platform:Itanium",
"comment": "",
"value": "Itanium",
"flags": []
},
{
"name": "Platform",
"switch": "platform:x64",
"comment": "",
"value": "x64",
"flags": []
},
{
"name": "Platform",
"switch": "platform:arm",
"comment": "",
"value": "arm",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu32bitpreferred",
"comment": "",
"value": "anycpu32bitpreferred",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu",
"comment": "",
"value": "anycpu",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "mit alias",
"value": "",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "dateiliste",
"value": "",
"flags": []
},
{
"name": "AddModules",
"switch": "addmodule:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable"
]
},
{
"name": "Win32Resource",
"switch": "win32res:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationIcon",
"switch": "win32icon:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",
"switch": "nowin32manifest",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineDebug",
"switch": "debug",
"comment": "",
"value": "true",
"flags": [
"Continue"
]
},
{
"name": "DebugSymbols",
"switch": "debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:none",
"comment": "",
"value": "none",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:full",
"comment": "",
"value": "full",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:pdbonly",
"comment": "",
"value": "pdbonly",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:0",
"comment": "",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:1",
"comment": "",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:2",
"comment": "",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "NoWarn",
"switch": "nowarn:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineConstants",
"switch": "define:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable",
"UserValue"
]
},
{
"name": "LangVersion",
"switch": "langversion:ISO-1",
"comment": "",
"value": "ISO-1",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:ISO-2",
"comment": "",
"value": "ISO-2",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:5",
"comment": "",
"value": "5",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:6",
"comment": "",
"value": "6",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:default",
"comment": "",
"value": "default",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AssemblyOriginatorKeyFile",
"switch": "keyfile",
"comment": "",
"value": "",
"flags": []
},
{
"name": "KeyContainerName",
"switch": "keycontainer",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoConfig",
"switch": "noconfig",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "BaseAddress",
"switch": "baseaddress:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "CodePage",
"switch": "codepage",
"comment": "",
"value": "",
"flags": []
},
{
"name": "Utf8Output",
"switch": "utf8output",
"comment": "",
"value": "",
"flags": []
},
{
"name": "MainEntryPoint",
"switch": "main:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "GenerateFullPaths",
"switch": "fullpaths",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FileAlignment",
"switch": "filealign",
"comment": "",
"value": "",
"flags": []
},
{
"name": "PdbFile",
"switch": "pdb:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "SubsystemVersion",
"switch": "subsystemversion",
"comment": "",
"value": "",
"flags": []
},
{
"name": "AdditionalLibPaths",
"switch": "lib:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:none",
"comment": "Do Not Send Report",
"value": "none",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:prompt",
"comment": "Prompt Immediately",
"value": "prompt",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:queue",
"comment": "Queue For Next Login",
"value": "queue",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:send",
"comment": "Send Automatically",
"value": "send",
"flags": []
}
]

View file

@ -0,0 +1,297 @@
[
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:PROMPT",
"comment": "PromptImmediately",
"value": "PromptImmediately",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:QUEUE",
"comment": "Queue For Next Login",
"value": "QueueForNextLogin",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:SEND",
"comment": "Send Error Report",
"value": "SendErrorReport",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:NONE",
"comment": "No Error Report",
"value": "NoErrorReport",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:ARM",
"comment": "MachineARM",
"value": "MachineARM",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:EBC",
"comment": "MachineEBC",
"value": "MachineEBC",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:IA64",
"comment": "MachineIA64",
"value": "MachineIA64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS",
"comment": "MachineMIPS",
"value": "MachineMIPS",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS16",
"comment": "MachineMIPS16",
"value": "MachineMIPS16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU",
"comment": "MachineMIPSFPU",
"value": "MachineMIPSFPU",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU16",
"comment": "MachineMIPSFPU16",
"value": "MachineMIPSFPU16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:SH4",
"comment": "MachineSH4",
"value": "MachineSH4",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:THUMB",
"comment": "MachineTHUMB",
"value": "MachineTHUMB",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X64",
"comment": "MachineX64",
"value": "MachineX64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X86",
"comment": "MachineX86",
"value": "MachineX86",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:CONSOLE",
"comment": "Console",
"value": "Console",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWS",
"comment": "Windows",
"value": "Windows",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:NATIVE",
"comment": "Native",
"value": "Native",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_APPLICATION",
"comment": "EFI Application",
"value": "EFI Application",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER",
"comment": "EFI Boot Service Driver",
"value": "EFI Boot Service Driver",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_ROM",
"comment": "EFI ROM",
"value": "EFI ROM",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_RUNTIME_DRIVER",
"comment": "EFI Runtime",
"value": "EFI Runtime",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWSCE",
"comment": "WindowsCE",
"value": "WindowsCE",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:POSIX",
"comment": "POSIX",
"value": "POSIX",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "NOLOGO",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "IgnoreAllDefaultLibraries",
"switch": "NODEFAULTLIB",
"comment": "Ignore All Default Libraries",
"value": "true",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX:NO",
"comment": "Treat Lib Warning As Errors",
"value": "false",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX",
"comment": "Treat Lib Warning As Errors",
"value": "true",
"flags": []
},
{
"name": "Verbose",
"switch": "VERBOSE",
"comment": "Verbose",
"value": "true",
"flags": []
},
{
"name": "LinkTimeCodeGeneration",
"switch": "LTCG",
"comment": "Link Time Code Generation",
"value": "true",
"flags": []
},
{
"name": "AdditionalLibraryDirectories",
"switch": "LIBPATH:",
"comment": "Additional Library Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IgnoreSpecificDefaultLibraries",
"switch": "NODEFAULTLIB:",
"comment": "Ignore Specific Default Libraries",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ExportNamedFunctions",
"switch": "EXPORT:",
"comment": "Export Named Functions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "RemoveObjects",
"switch": "REMOVE:",
"comment": "Remove Objects",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "OutputFile",
"switch": "OUT:",
"comment": "Output File",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ModuleDefinitionFile",
"switch": "DEF:",
"comment": "Module Definition File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ForceSymbolReferences",
"switch": "INCLUDE:",
"comment": "Force Symbol References",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "DisplayLibrary",
"switch": "LIST:",
"comment": "Display Library to standard output",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "Name",
"switch": "NAME:",
"comment": "Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,295 @@
[
{
"name": "PreserveIdentifierCase",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cp",
"comment": "Preserves Identifier Case (/Cp)",
"value": "1",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cu",
"comment": "Maps all identifiers to upper case. (/Cu)",
"value": "2",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cx",
"comment": "Preserves case in public and extern symbols. (/Cx)",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W0",
"comment": "Warning Level 0 (/W0)",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W1",
"comment": "Warning Level 1 (/W1)",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W2",
"comment": "Warning Level 2 (/W2)",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W3",
"comment": "Warning Level 3 (/W3)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp1",
"comment": "One Byte Boundary (/Zp1)",
"value": "1",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp2",
"comment": "Two Byte Boundary (/Zp2)",
"value": "2",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp4",
"comment": "Four Byte Boundary (/Zp4)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp8",
"comment": "Eight Byte Boundary (/Zp8)",
"value": "4",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp16",
"comment": "Sixteen Byte Boundary (/Zp16)",
"value": "5",
"flags": []
},
{
"name": "CallingConvention",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gd",
"comment": "Use C-style Calling Convention (/Gd)",
"value": "1",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gz",
"comment": "Use stdcall Calling Convention (/Gz)",
"value": "2",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gc",
"comment": "Use Pascal Calling Convention (/Gc)",
"value": "3",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:prompt",
"comment": "Prompt to send report immediately (/errorReport:prompt)",
"value": "0",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:queue",
"comment": "Prompt to send report at the next logon (/errorReport:queue)",
"value": "1",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:send",
"comment": "Automatically send report (/errorReport:send)",
"value": "2",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:none",
"comment": "Do not send report (/errorReport:none)",
"value": "3",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "GeneratePreprocessedSourceListing",
"switch": "EP",
"comment": "Generate Preprocessed Source Listing",
"value": "true",
"flags": []
},
{
"name": "ListAllAvailableInformation",
"switch": "Sa",
"comment": "List All Available Information",
"value": "true",
"flags": []
},
{
"name": "UseSafeExceptionHandlers",
"switch": "safeseh",
"comment": "Use Safe Exception Handlers",
"value": "true",
"flags": []
},
{
"name": "AddFirstPassListing",
"switch": "Sf",
"comment": "Add First Pass Listing",
"value": "true",
"flags": []
},
{
"name": "EnableAssemblyGeneratedCodeListing",
"switch": "Sg",
"comment": "Enable Assembly Generated Code Listing",
"value": "true",
"flags": []
},
{
"name": "DisableSymbolTable",
"switch": "Sn",
"comment": "Disable Symbol Table",
"value": "true",
"flags": []
},
{
"name": "EnableFalseConditionalsInListing",
"switch": "Sx",
"comment": "Enable False Conditionals In Listing",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "WX",
"comment": "Treat Warnings As Errors",
"value": "true",
"flags": []
},
{
"name": "MakeAllSymbolsPublic",
"switch": "Zf",
"comment": "Make All Symbols Public",
"value": "true",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "Zi",
"comment": "Generate Debug Information",
"value": "true",
"flags": []
},
{
"name": "EnableMASM51Compatibility",
"switch": "Zm",
"comment": "Enable MASM 5.1 Compatibility",
"value": "true",
"flags": []
},
{
"name": "PerformSyntaxCheckOnly",
"switch": "Zs",
"comment": "Perform Syntax Check Only",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IncludePaths",
"switch": "I",
"comment": "Include Paths",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "BrowseFile",
"switch": "FR",
"comment": "Generate Browse Information File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ObjectFileName",
"switch": "Fo",
"comment": "Object File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "AssembledCodeListingFile",
"switch": "Fl",
"comment": "Assembled Code Listing File",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,69 @@
[
{
"name": "IgnoreStandardIncludePath",
"switch": "X",
"comment": "Ignore Standard Include Paths",
"value": "true",
"flags": []
},
{
"name": "ShowProgress",
"switch": "v",
"comment": "Show Progress",
"value": "true",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "NullTerminateStrings",
"switch": "n",
"comment": "Null Terminate Strings",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "UndefinePreprocessorDefinitions",
"switch": "u",
"comment": "Undefine Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "AdditionalIncludeDirectories",
"switch": "I",
"comment": "Additional Include Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ResourceOutputFileName",
"switch": "fo",
"comment": "Resource File Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,574 @@
[
{
"name": "ProjectName",
"switch": "out:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "OutputType",
"switch": "target:exe",
"comment": "",
"value": "Exe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:winexe",
"comment": "",
"value": "Winexe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:library",
"comment": "",
"value": "Library",
"flags": []
},
{
"name": "OutputType",
"switch": "target:module",
"comment": "",
"value": "Module",
"flags": []
},
{
"name": "DocumentationFile",
"switch": "doc",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "Platform",
"switch": "platform:x86",
"comment": "",
"value": "x86",
"flags": []
},
{
"name": "Platform",
"switch": "platform:Itanium",
"comment": "",
"value": "Itanium",
"flags": []
},
{
"name": "Platform",
"switch": "platform:x64",
"comment": "",
"value": "x64",
"flags": []
},
{
"name": "Platform",
"switch": "platform:arm",
"comment": "",
"value": "arm",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu32bitpreferred",
"comment": "",
"value": "anycpu32bitpreferred",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu",
"comment": "",
"value": "anycpu",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "mit alias",
"value": "",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "dateiliste",
"value": "",
"flags": []
},
{
"name": "AddModules",
"switch": "addmodule:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable"
]
},
{
"name": "Win32Resource",
"switch": "win32res:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationIcon",
"switch": "win32icon:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",
"switch": "nowin32manifest",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineDebug",
"switch": "debug",
"comment": "",
"value": "true",
"flags": [
"Continue"
]
},
{
"name": "DebugSymbols",
"switch": "debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:none",
"comment": "",
"value": "none",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:full",
"comment": "",
"value": "full",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:pdbonly",
"comment": "",
"value": "pdbonly",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:0",
"comment": "",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:1",
"comment": "",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:2",
"comment": "",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "NoWarn",
"switch": "nowarn:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineConstants",
"switch": "define:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable",
"UserValue"
]
},
{
"name": "LangVersion",
"switch": "langversion:ISO-1",
"comment": "",
"value": "ISO-1",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:ISO-2",
"comment": "",
"value": "ISO-2",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:5",
"comment": "",
"value": "5",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:6",
"comment": "",
"value": "6",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:default",
"comment": "",
"value": "default",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AssemblyOriginatorKeyFile",
"switch": "keyfile",
"comment": "",
"value": "",
"flags": []
},
{
"name": "KeyContainerName",
"switch": "keycontainer",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoConfig",
"switch": "noconfig",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "BaseAddress",
"switch": "baseaddress:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "CodePage",
"switch": "codepage",
"comment": "",
"value": "",
"flags": []
},
{
"name": "Utf8Output",
"switch": "utf8output",
"comment": "",
"value": "",
"flags": []
},
{
"name": "MainEntryPoint",
"switch": "main:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "GenerateFullPaths",
"switch": "fullpaths",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FileAlignment",
"switch": "filealign",
"comment": "",
"value": "",
"flags": []
},
{
"name": "PdbFile",
"switch": "pdb:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "SubsystemVersion",
"switch": "subsystemversion",
"comment": "",
"value": "",
"flags": []
},
{
"name": "AdditionalLibPaths",
"switch": "lib:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:none",
"comment": "Do Not Send Report",
"value": "none",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:prompt",
"comment": "Prompt Immediately",
"value": "prompt",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:queue",
"comment": "Queue For Next Login",
"value": "queue",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:send",
"comment": "Send Automatically",
"value": "send",
"flags": []
}
]

View file

@ -0,0 +1,574 @@
[
{
"name": "ProjectName",
"switch": "out:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "OutputType",
"switch": "target:exe",
"comment": "",
"value": "Exe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:winexe",
"comment": "",
"value": "Winexe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:library",
"comment": "",
"value": "Library",
"flags": []
},
{
"name": "OutputType",
"switch": "target:module",
"comment": "",
"value": "Module",
"flags": []
},
{
"name": "DocumentationFile",
"switch": "doc",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "Platform",
"switch": "platform:x86",
"comment": "",
"value": "x86",
"flags": []
},
{
"name": "Platform",
"switch": "platform:Itanium",
"comment": "",
"value": "Itanium",
"flags": []
},
{
"name": "Platform",
"switch": "platform:x64",
"comment": "",
"value": "x64",
"flags": []
},
{
"name": "Platform",
"switch": "platform:arm",
"comment": "",
"value": "arm",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu32bitpreferred",
"comment": "",
"value": "anycpu32bitpreferred",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu",
"comment": "",
"value": "anycpu",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "mit alias",
"value": "",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "dateiliste",
"value": "",
"flags": []
},
{
"name": "AddModules",
"switch": "addmodule:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable"
]
},
{
"name": "Win32Resource",
"switch": "win32res:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationIcon",
"switch": "win32icon:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",
"switch": "nowin32manifest",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineDebug",
"switch": "debug",
"comment": "",
"value": "true",
"flags": [
"Continue"
]
},
{
"name": "DebugSymbols",
"switch": "debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:none",
"comment": "",
"value": "none",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:full",
"comment": "",
"value": "full",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:pdbonly",
"comment": "",
"value": "pdbonly",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:0",
"comment": "",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:1",
"comment": "",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:2",
"comment": "",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "NoWarn",
"switch": "nowarn:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineConstants",
"switch": "define:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable",
"UserValue"
]
},
{
"name": "LangVersion",
"switch": "langversion:ISO-1",
"comment": "",
"value": "ISO-1",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:ISO-2",
"comment": "",
"value": "ISO-2",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:5",
"comment": "",
"value": "5",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:6",
"comment": "",
"value": "6",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:default",
"comment": "",
"value": "default",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AssemblyOriginatorKeyFile",
"switch": "keyfile",
"comment": "",
"value": "",
"flags": []
},
{
"name": "KeyContainerName",
"switch": "keycontainer",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoConfig",
"switch": "noconfig",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "BaseAddress",
"switch": "baseaddress:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "CodePage",
"switch": "codepage",
"comment": "",
"value": "",
"flags": []
},
{
"name": "Utf8Output",
"switch": "utf8output",
"comment": "",
"value": "",
"flags": []
},
{
"name": "MainEntryPoint",
"switch": "main:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "GenerateFullPaths",
"switch": "fullpaths",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FileAlignment",
"switch": "filealign",
"comment": "",
"value": "",
"flags": []
},
{
"name": "PdbFile",
"switch": "pdb:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "SubsystemVersion",
"switch": "subsystemversion",
"comment": "",
"value": "",
"flags": []
},
{
"name": "AdditionalLibPaths",
"switch": "lib:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:none",
"comment": "Do Not Send Report",
"value": "none",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:prompt",
"comment": "Prompt Immediately",
"value": "prompt",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:queue",
"comment": "Queue For Next Login",
"value": "queue",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:send",
"comment": "Send Automatically",
"value": "send",
"flags": []
}
]

View file

@ -0,0 +1,574 @@
[
{
"name": "ProjectName",
"switch": "out:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "OutputType",
"switch": "target:exe",
"comment": "",
"value": "Exe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:winexe",
"comment": "",
"value": "Winexe",
"flags": []
},
{
"name": "OutputType",
"switch": "target:library",
"comment": "",
"value": "Library",
"flags": []
},
{
"name": "OutputType",
"switch": "target:module",
"comment": "",
"value": "Module",
"flags": []
},
{
"name": "DocumentationFile",
"switch": "doc",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "Platform",
"switch": "platform:x86",
"comment": "",
"value": "x86",
"flags": []
},
{
"name": "Platform",
"switch": "platform:Itanium",
"comment": "",
"value": "Itanium",
"flags": []
},
{
"name": "Platform",
"switch": "platform:x64",
"comment": "",
"value": "x64",
"flags": []
},
{
"name": "Platform",
"switch": "platform:arm",
"comment": "",
"value": "arm",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu32bitpreferred",
"comment": "",
"value": "anycpu32bitpreferred",
"flags": []
},
{
"name": "Platform",
"switch": "platform:anycpu",
"comment": "",
"value": "anycpu",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "mit alias",
"value": "",
"flags": []
},
{
"name": "References",
"switch": "reference:",
"comment": "dateiliste",
"value": "",
"flags": []
},
{
"name": "AddModules",
"switch": "addmodule:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable"
]
},
{
"name": "Win32Resource",
"switch": "win32res:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationIcon",
"switch": "win32icon:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "ApplicationManifest",
"switch": "win32manifest:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired"
]
},
{
"name": "NoWin32Manifest",
"switch": "nowin32manifest",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineDebug",
"switch": "debug",
"comment": "",
"value": "true",
"flags": [
"Continue"
]
},
{
"name": "DebugSymbols",
"switch": "debug",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DebugSymbols",
"switch": "debug+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:none",
"comment": "",
"value": "none",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:full",
"comment": "",
"value": "full",
"flags": []
},
{
"name": "DebugType",
"switch": "debug:pdbonly",
"comment": "",
"value": "pdbonly",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "Optimize",
"switch": "optimize+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror-",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningsAsErrors",
"switch": "warnaserror+",
"comment": "",
"value": "",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:0",
"comment": "",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:1",
"comment": "",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:2",
"comment": "",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "warn:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "NoWarn",
"switch": "nowarn:",
"comment": "",
"value": "",
"flags": [
"UserValue",
"UserRequired",
"CommaAppendable"
]
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "CheckForOverflowUnderflow",
"switch": "checked+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "AllowUnsafeBlocks",
"switch": "unsafe+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DefineConstants",
"switch": "define:",
"comment": "",
"value": "",
"flags": [
"SemicolonAppendable",
"UserValue"
]
},
{
"name": "LangVersion",
"switch": "langversion:ISO-1",
"comment": "",
"value": "ISO-1",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:ISO-2",
"comment": "",
"value": "ISO-2",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:3",
"comment": "",
"value": "3",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:4",
"comment": "",
"value": "4",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:5",
"comment": "",
"value": "5",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:6",
"comment": "",
"value": "6",
"flags": []
},
{
"name": "LangVersion",
"switch": "langversion:default",
"comment": "",
"value": "default",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "DelaySign",
"switch": "delaysign+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "AssemblyOriginatorKeyFile",
"switch": "keyfile",
"comment": "",
"value": "",
"flags": []
},
{
"name": "KeyContainerName",
"switch": "keycontainer",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoConfig",
"switch": "noconfig",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "BaseAddress",
"switch": "baseaddress:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "CodePage",
"switch": "codepage",
"comment": "",
"value": "",
"flags": []
},
{
"name": "Utf8Output",
"switch": "utf8output",
"comment": "",
"value": "",
"flags": []
},
{
"name": "MainEntryPoint",
"switch": "main:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "GenerateFullPaths",
"switch": "fullpaths",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "FileAlignment",
"switch": "filealign",
"comment": "",
"value": "",
"flags": []
},
{
"name": "PdbFile",
"switch": "pdb:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib-",
"comment": "",
"value": "false",
"flags": []
},
{
"name": "NoStandardLib",
"switch": "nostdlib+",
"comment": "",
"value": "true",
"flags": []
},
{
"name": "SubsystemVersion",
"switch": "subsystemversion",
"comment": "",
"value": "",
"flags": []
},
{
"name": "AdditionalLibPaths",
"switch": "lib:",
"comment": "",
"value": "",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:none",
"comment": "Do Not Send Report",
"value": "none",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:prompt",
"comment": "Prompt Immediately",
"value": "prompt",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:queue",
"comment": "Queue For Next Login",
"value": "queue",
"flags": []
},
{
"name": "ErrorReport",
"switch": "errorreport:send",
"comment": "Send Automatically",
"value": "send",
"flags": []
}
]

View file

@ -0,0 +1,304 @@
[
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:PROMPT",
"comment": "PromptImmediately",
"value": "PromptImmediately",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:QUEUE",
"comment": "Queue For Next Login",
"value": "QueueForNextLogin",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:SEND",
"comment": "Send Error Report",
"value": "SendErrorReport",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "ERRORREPORT:NONE",
"comment": "No Error Report",
"value": "NoErrorReport",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:ARM",
"comment": "MachineARM",
"value": "MachineARM",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:ARM64",
"comment": "MachineARM64",
"value": "MachineARM64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:EBC",
"comment": "MachineEBC",
"value": "MachineEBC",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:IA64",
"comment": "MachineIA64",
"value": "MachineIA64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS",
"comment": "MachineMIPS",
"value": "MachineMIPS",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPS16",
"comment": "MachineMIPS16",
"value": "MachineMIPS16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU",
"comment": "MachineMIPSFPU",
"value": "MachineMIPSFPU",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:MIPSFPU16",
"comment": "MachineMIPSFPU16",
"value": "MachineMIPSFPU16",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:SH4",
"comment": "MachineSH4",
"value": "MachineSH4",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:THUMB",
"comment": "MachineTHUMB",
"value": "MachineTHUMB",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X64",
"comment": "MachineX64",
"value": "MachineX64",
"flags": []
},
{
"name": "TargetMachine",
"switch": "MACHINE:X86",
"comment": "MachineX86",
"value": "MachineX86",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:CONSOLE",
"comment": "Console",
"value": "Console",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWS",
"comment": "Windows",
"value": "Windows",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:NATIVE",
"comment": "Native",
"value": "Native",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_APPLICATION",
"comment": "EFI Application",
"value": "EFI Application",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER",
"comment": "EFI Boot Service Driver",
"value": "EFI Boot Service Driver",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_ROM",
"comment": "EFI ROM",
"value": "EFI ROM",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:EFI_RUNTIME_DRIVER",
"comment": "EFI Runtime",
"value": "EFI Runtime",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:WINDOWSCE",
"comment": "WindowsCE",
"value": "WindowsCE",
"flags": []
},
{
"name": "SubSystem",
"switch": "SUBSYSTEM:POSIX",
"comment": "POSIX",
"value": "POSIX",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "NOLOGO",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "IgnoreAllDefaultLibraries",
"switch": "NODEFAULTLIB",
"comment": "Ignore All Default Libraries",
"value": "true",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX:NO",
"comment": "Treat Lib Warning As Errors",
"value": "false",
"flags": []
},
{
"name": "TreatLibWarningAsErrors",
"switch": "WX",
"comment": "Treat Lib Warning As Errors",
"value": "true",
"flags": []
},
{
"name": "Verbose",
"switch": "VERBOSE",
"comment": "Verbose",
"value": "true",
"flags": []
},
{
"name": "LinkTimeCodeGeneration",
"switch": "LTCG",
"comment": "Link Time Code Generation",
"value": "true",
"flags": []
},
{
"name": "AdditionalLibraryDirectories",
"switch": "LIBPATH:",
"comment": "Additional Library Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IgnoreSpecificDefaultLibraries",
"switch": "NODEFAULTLIB:",
"comment": "Ignore Specific Default Libraries",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ExportNamedFunctions",
"switch": "EXPORT:",
"comment": "Export Named Functions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "RemoveObjects",
"switch": "REMOVE:",
"comment": "Remove Objects",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "OutputFile",
"switch": "OUT:",
"comment": "Output File",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ModuleDefinitionFile",
"switch": "DEF:",
"comment": "Module Definition File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "ForceSymbolReferences",
"switch": "INCLUDE:",
"comment": "Force Symbol References",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "DisplayLibrary",
"switch": "LIST:",
"comment": "Display Library to standard output",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "Name",
"switch": "NAME:",
"comment": "Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,295 @@
[
{
"name": "PreserveIdentifierCase",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cp",
"comment": "Preserves Identifier Case (/Cp)",
"value": "1",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cu",
"comment": "Maps all identifiers to upper case. (/Cu)",
"value": "2",
"flags": []
},
{
"name": "PreserveIdentifierCase",
"switch": "Cx",
"comment": "Preserves case in public and extern symbols. (/Cx)",
"value": "3",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W0",
"comment": "Warning Level 0 (/W0)",
"value": "0",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W1",
"comment": "Warning Level 1 (/W1)",
"value": "1",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W2",
"comment": "Warning Level 2 (/W2)",
"value": "2",
"flags": []
},
{
"name": "WarningLevel",
"switch": "W3",
"comment": "Warning Level 3 (/W3)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp1",
"comment": "One Byte Boundary (/Zp1)",
"value": "1",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp2",
"comment": "Two Byte Boundary (/Zp2)",
"value": "2",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp4",
"comment": "Four Byte Boundary (/Zp4)",
"value": "3",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp8",
"comment": "Eight Byte Boundary (/Zp8)",
"value": "4",
"flags": []
},
{
"name": "PackAlignmentBoundary",
"switch": "Zp16",
"comment": "Sixteen Byte Boundary (/Zp16)",
"value": "5",
"flags": []
},
{
"name": "CallingConvention",
"switch": "",
"comment": "Default",
"value": "0",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gd",
"comment": "Use C-style Calling Convention (/Gd)",
"value": "1",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gz",
"comment": "Use stdcall Calling Convention (/Gz)",
"value": "2",
"flags": []
},
{
"name": "CallingConvention",
"switch": "Gc",
"comment": "Use Pascal Calling Convention (/Gc)",
"value": "3",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:prompt",
"comment": "Prompt to send report immediately (/errorReport:prompt)",
"value": "0",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:queue",
"comment": "Prompt to send report at the next logon (/errorReport:queue)",
"value": "1",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:send",
"comment": "Automatically send report (/errorReport:send)",
"value": "2",
"flags": []
},
{
"name": "ErrorReporting",
"switch": "errorReport:none",
"comment": "Do not send report (/errorReport:none)",
"value": "3",
"flags": []
},
{
"name": "NoLogo",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "GeneratePreprocessedSourceListing",
"switch": "EP",
"comment": "Generate Preprocessed Source Listing",
"value": "true",
"flags": []
},
{
"name": "ListAllAvailableInformation",
"switch": "Sa",
"comment": "List All Available Information",
"value": "true",
"flags": []
},
{
"name": "UseSafeExceptionHandlers",
"switch": "safeseh",
"comment": "Use Safe Exception Handlers",
"value": "true",
"flags": []
},
{
"name": "AddFirstPassListing",
"switch": "Sf",
"comment": "Add First Pass Listing",
"value": "true",
"flags": []
},
{
"name": "EnableAssemblyGeneratedCodeListing",
"switch": "Sg",
"comment": "Enable Assembly Generated Code Listing",
"value": "true",
"flags": []
},
{
"name": "DisableSymbolTable",
"switch": "Sn",
"comment": "Disable Symbol Table",
"value": "true",
"flags": []
},
{
"name": "EnableFalseConditionalsInListing",
"switch": "Sx",
"comment": "Enable False Conditionals In Listing",
"value": "true",
"flags": []
},
{
"name": "TreatWarningsAsErrors",
"switch": "WX",
"comment": "Treat Warnings As Errors",
"value": "true",
"flags": []
},
{
"name": "MakeAllSymbolsPublic",
"switch": "Zf",
"comment": "Make All Symbols Public",
"value": "true",
"flags": []
},
{
"name": "GenerateDebugInformation",
"switch": "Zi",
"comment": "Generate Debug Information",
"value": "true",
"flags": []
},
{
"name": "EnableMASM51Compatibility",
"switch": "Zm",
"comment": "Enable MASM 5.1 Compatibility",
"value": "true",
"flags": []
},
{
"name": "PerformSyntaxCheckOnly",
"switch": "Zs",
"comment": "Perform Syntax Check Only",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "IncludePaths",
"switch": "I",
"comment": "Include Paths",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "BrowseFile",
"switch": "FR",
"comment": "Generate Browse Information File",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ObjectFileName",
"switch": "Fo",
"comment": "Object File Name",
"value": "",
"flags": [
"UserValue"
]
},
{
"name": "AssembledCodeListingFile",
"switch": "Fl",
"comment": "Assembled Code Listing File",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,69 @@
[
{
"name": "IgnoreStandardIncludePath",
"switch": "X",
"comment": "Ignore Standard Include Paths",
"value": "true",
"flags": []
},
{
"name": "ShowProgress",
"switch": "v",
"comment": "Show Progress",
"value": "true",
"flags": []
},
{
"name": "SuppressStartupBanner",
"switch": "nologo",
"comment": "Suppress Startup Banner",
"value": "true",
"flags": []
},
{
"name": "NullTerminateStrings",
"switch": "n",
"comment": "Null Terminate Strings",
"value": "true",
"flags": []
},
{
"name": "PreprocessorDefinitions",
"switch": "D",
"comment": "Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "UndefinePreprocessorDefinitions",
"switch": "u",
"comment": "Undefine Preprocessor Definitions",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "AdditionalIncludeDirectories",
"switch": "I",
"comment": "Additional Include Directories",
"value": "",
"flags": [
"UserValue",
"SemicolonAppendable"
]
},
{
"name": "ResourceOutputFileName",
"switch": "fo",
"comment": "Resource File Name",
"value": "",
"flags": [
"UserValue"
]
}
]

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(NASMBeforeTargets)' == '' and '$(NASMAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
<NASMBeforeTargets>Midl</NASMBeforeTargets>
<NASMAfterTargets>CustomBuild</NASMAfterTargets>
</PropertyGroup>
<ItemDefinitionGroup>
<NASM>
<OutputFormat>$(IntDir)%(FileName).obj</OutputFormat>
<Outputswitch>0</Outputswitch>
<CompilerNasm>@CMAKE_ASM_NASM_COMPILER@</CompilerNasm>
<PackAlignmentBoundary>0</PackAlignmentBoundary>
<CommandLineTemplate>"%(CompilerNasm)" [AllOptions] [AdditionalOptions] "%(FullPath)"</CommandLineTemplate>
<ExecutionDescription>Assembling %(Filename)%(Extension)</ExecutionDescription>
</NASM>
</ItemDefinitionGroup>
</Project>

View file

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PropertyPageSchema Include="$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml"/>
<AvailableItemName Include="NASM">
<Targets>_NASM</Targets>
</AvailableItemName>
</ItemGroup>
<PropertyGroup>
<ComputeLinkInputsTargets>
$(ComputeLinkInputsTargets);
ComputeNASMOutput;
</ComputeLinkInputsTargets>
<ComputeLibInputsTargets>
$(ComputeLibInputsTargets);
ComputeNASMOutput;
</ComputeLibInputsTargets>
</PropertyGroup>
<UsingTask TaskName="NASM" TaskFactory="XamlTaskFactory" AssemblyName="Microsoft.Build.Tasks.v4.0">
<Task>$(MSBuildThisFileDirectory)$(MSBuildThisFileName).xml</Task>
</UsingTask>
<Target Name="_NASM" BeforeTargets="$(NASMBeforeTargets)" AfterTargets="$(NASMAfterTargets)" Condition="'@(NASM)' != ''" Outputs="%(NASM.OutputFormat)" Inputs="%(NASM.Identity);%(NASM.AdditionalDependencies);$(MSBuildProjectFile)" DependsOnTargets="_SelectedFiles">
<ItemGroup Condition="'@(SelectedFiles)' != ''">
<NASM Remove="@(NASM)" Condition="'%(Identity)' != '@(SelectedFiles)'"/>
</ItemGroup>
<ItemGroup>
<NASM_tlog Include="%(NASM.OutputFormat)" Condition="'%(NASM.OutputFormat)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'">
<Source>@(NASM, '|')</Source>
</NASM_tlog>
</ItemGroup>
<Message Importance="High" Text="%(NASM.ExecutionDescription)"/>
<WriteLinesToFile Condition="'@(NASM_tlog)' != '' and '%(NASM_tlog.ExcludedFromBuild)' != 'true'" File="$(IntDir)$(ProjectName).write.1.tlog" Lines="^%(NASM_tlog.Source);@(NASM_tlog-&gt;'%(Fullpath)')"/>
<NASM Condition="'@(NASM)' != '' and '%(NASM.ExcludedFromBuild)' != 'true'" Inputs="%(NASM.Inputs)" OutputFormat="%(NASM.OutputFormat)" Outputswitch="%(NASM.Outputswitch)" AssembledCodeListingFile="%(NASM.AssembledCodeListingFile)" GenerateDebugInformation="%(NASM.GenerateDebugInformation)" ErrorReporting="%(NASM.ErrorReporting)" IncludePaths="%(NASM.IncludePaths)" PreprocessorDefinitions="%(NASM.PreprocessorDefinitions)" UndefinePreprocessorDefinitions="%(NASM.UndefinePreprocessorDefinitions)" ErrorReportingFormat="%(NASM.ErrorReportingFormat)" TreatWarningsAsErrors="%(NASM.TreatWarningsAsErrors)" floatunderflow="%(NASM.floatunderflow)" macrodefaults="%(NASM.macrodefaults)" user="%(NASM.user)" floatoverflow="%(NASM.floatoverflow)" floatdenorm="%(NASM.floatdenorm)" numberoverflow="%(NASM.numberoverflow)" macroselfref="%(NASM.macroselfref)" floattoolong="%(NASM.floattoolong)" orphanlabels="%(NASM.orphanlabels)" CommandLineTemplate="%(NASM.CommandLineTemplate)" AdditionalOptions="%(NASM.AdditionalOptions)"/>
</Target>
<Target Name="ComputeNASMOutput" Condition="'@(NASM)' != ''">
<ItemGroup>
<Link Include="@(NASM-&gt;Metadata('OutputFormat')-&gt;Distinct()-&gt;ClearMetadata())" Condition="'%(NASM.ExcludedFromBuild)' != 'true'"/>
<Lib Include="@(NASM-&gt;Metadata('OutputFormat')-&gt;Distinct()-&gt;ClearMetadata())" Condition="'%(NASM.ExcludedFromBuild)' != 'true'"/>
</ItemGroup>
</Target>
</Project>

View file

@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8"?>
<ProjectSchemaDefinitions xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=mscorlib">
<Rule Name="NASM" PageTemplate="tool" DisplayName="Netwide Assembler" Order="200">
<Rule.DataSource>
<DataSource Persistence="ProjectFile" ItemType="NASM"/>
</Rule.DataSource>
<Rule.Categories>
<Category Name="General">
<Category.DisplayName>
<sys:String>General</sys:String>
</Category.DisplayName>
</Category>
<Category Name="Preprocessor">
<Category.DisplayName>
<sys:String>Preprocessing Options</sys:String>
</Category.DisplayName>
</Category>
<Category Name="Assembler Options">
<Category.DisplayName>
<sys:String>Assembler Options</sys:String>
</Category.DisplayName>
</Category>
<Category Name="Advanced">
<Category.DisplayName>
<sys:String>Advanced </sys:String>
</Category.DisplayName>
</Category>
<Category Name="Command Line" Subtype="CommandLine">
<Category.DisplayName>
<sys:String>Command Line</sys:String>
</Category.DisplayName>
</Category>
</Rule.Categories>
<StringProperty Name="Inputs" Category="Command Line" IsRequired="true">
<StringProperty.DataSource>
<DataSource Persistence="ProjectFile" ItemType="NASM" SourceType="Item"/>
</StringProperty.DataSource>
</StringProperty>
<StringProperty Name="OutputFormat" Category="Assembler Options" HelpUrl="http://www.nasm.us/doc/" DisplayName="Output File Name" Description="Specify Output Filename.-o [value]" Switch="-o &quot;[value]&quot;"/>
<BoolProperty Name="tasmmode" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="SciTech TASM compatible mode" Description="assemble in SciTech TASM compatible mode" Switch="-t"/>
<EnumProperty Name="Outputswitch" Category="Assembler Options" HelpUrl="http://www.nasm.us/doc/" DisplayName="Output Switch" Description="Select the type of output format required. Linking Should be disabled for ELF and Binary ,else error will popup">
<EnumValue Name="0" DisplayName="Object File win32" Switch="-fwin32"/>
<EnumValue Name="1" DisplayName="Object File win64" Switch="-fwin64"/>
<EnumValue Name="2" DisplayName="ELF32 (i386) object files (e.g. Linux)" Switch="-felf32"/>
<EnumValue Name="3" DisplayName="ELF64 (x86_64) object files (e.g. Linux)" Switch="-felf64"/>
</EnumProperty>
<StringListProperty Name="AssembledCodeListingFile" Category="Assembler Options" DisplayName="Assembled Code Listing File" Description="Generates an assembled code listing file. (-l [file])" HelpUrl="http://www.nasm.us/doc/" Switch="-l &quot;[value]&quot;"/>
<BoolProperty Name="GenerateDebugInformation" Category="Assembler Options" DisplayName="Generate Debug Information" Description="Generates Debug Information. (-g)" HelpUrl="http://www.nasm.us/doc/" Switch="-g"/>
<StringListProperty Name="ErrorReporting" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Redirect Error Messages to File" Description="Drops the error Message on specified device" Switch="-Z &quot;[value]&quot;"/>
<StringListProperty Name="IncludePaths" Category="General" DisplayName="Include Paths" Description="Sets path for include file. (-I[path])" HelpUrl="http://www.nasm.us/doc/" Switch="-I&quot;[value]&quot;"/>
<StringListProperty Name="PreprocessorDefinitions" Category="Preprocessor" HelpUrl="http://www.nasm.us/doc/" DisplayName="Preprocessor Definitions" Description="Defines a text macro with the given name. (-D[symbol])" Switch="-D&quot;[value]&quot;"/>
<StringListProperty Name="UndefinePreprocessorDefinitions" Category="Preprocessor" HelpUrl="http://www.nasm.us/doc/" DisplayName="Undefine Preprocessor Definitions" Description="Undefines a text macro with the given name. (-U[symbol])" Switch="-U&quot;[value]&quot;"/>
<EnumProperty Name="ErrorReportingFormat" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Error Reporting Format" Description="Select the error reporting format ie. GNU or VC">
<EnumValue Name="0" DisplayName="-Xgnu GNU format: Default format" Switch="-Xgnu"/>
<EnumValue Name="1" DisplayName="-Xvc Style used by Microsoft Visual C++" Switch="-Xvc"/>
</EnumProperty>
<BoolProperty Name="TreatWarningsAsErrors" Category="Assembler Options" DisplayName="Treat Warnings As Errors" Description="Returns an error code if warnings are generated. (-Werror)" HelpUrl="http://www.nasm.us/doc/" Switch="-Werror"/>
<BoolProperty Name="floatunderflow" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="float-underflow" Description="floating point underflow (default off)" Switch="-w+float-underflow"/>
<BoolProperty Name="macrodefaults" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Disable macro-defaults" Description="macros with more default than optional parameters (default on)" Switch="-w-macro-defaults"/>
<BoolProperty Name="user" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Disable user" Description="%warning directives (default on)" Switch="-w-user"/>
<BoolProperty Name="floatoverflow" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Disable float-overflow" Description="floating point overflow (default on)" Switch="-w-float-overflow"/>
<BoolProperty Name="floatdenorm" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="float-denorm" Description="floating point denormal (default off)" Switch="-w+float-denorm"/>
<BoolProperty Name="numberoverflow" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Disable number-overflow" Description="numeric constant does not fit (default on)" Switch="-w-number-overflow"/>
<BoolProperty Name="macroselfref" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="macro-selfref" Description="cyclic macro references (default off)" Switch="-w+macro-selfref"/>
<BoolProperty Name="floattoolong" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Disable float-toolong" Description=" too many digits in floating-point number (default on)" Switch="-w-float-toolong"/>
<BoolProperty Name="orphanlabels" Category="Advanced" HelpUrl="http://www.nasm.us/doc/" DisplayName="Disable orphan-labels" Description="labels alone on lines without trailing `:' (default on)" Switch="-w-orphan-labels"/>
<StringProperty Name="CommandLineTemplate" DisplayName="Command Line" Visible="False" IncludeInCommandLine="False"/>
<DynamicEnumProperty Name="NASMBeforeTargets" Category="General" EnumProvider="Targets" IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute Before</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run before.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair Name="Exclude" Value="^NASMBeforeTargets|^Compute"/>
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" HasConfigurationCondition="true"/>
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<DynamicEnumProperty Name="NASMAfterTargets" Category="General" EnumProvider="Targets" IncludeInCommandLine="False">
<DynamicEnumProperty.DisplayName>
<sys:String>Execute After</sys:String>
</DynamicEnumProperty.DisplayName>
<DynamicEnumProperty.Description>
<sys:String>Specifies the targets for the build customization to run after.</sys:String>
</DynamicEnumProperty.Description>
<DynamicEnumProperty.ProviderSettings>
<NameValuePair Name="Exclude" Value="^NASMAfterTargets|^Compute"/>
</DynamicEnumProperty.ProviderSettings>
<DynamicEnumProperty.DataSource>
<DataSource Persistence="ProjectFile" ItemType="" HasConfigurationCondition="true"/>
</DynamicEnumProperty.DataSource>
</DynamicEnumProperty>
<StringProperty Name="ExecutionDescription" DisplayName="Execution Description" IncludeInCommandLine="False" Visible="False"/>
<StringListProperty Name="AdditionalDependencies" DisplayName="Additional Dependencies" IncludeInCommandLine="False" Visible="False"/>
<StringProperty Subtype="AdditionalOptions" Name="AdditionalOptions" Category="Command Line">
<StringProperty.DisplayName>
<sys:String>Additional Options</sys:String>
</StringProperty.DisplayName>
<StringProperty.Description>
<sys:String>Additional Options</sys:String>
</StringProperty.Description>
</StringProperty>
</Rule>
<ItemType Name="NASM" DisplayName="Netwide Assembler"/>
<FileExtension Name="*.asm" ContentType="NASM"/>
<ContentType Name="NASM" DisplayName="Netwide Assembler" ItemType="NASM"/>
</ProjectSchemaDefinitions>

View file

@ -0,0 +1,146 @@
#include <ctype.h> /* NOLINT */
#include <stdio.h> /* NOLINT */
#include <stdlib.h> /* NOLINT */
#include <string.h> /* NOLINT */
#if defined(_MSC_VER)
#pragma warning(disable : 4996) /* deprecation */
#endif
@CMAKE_TESTDRIVER_EXTRA_INCLUDES@
/* Forward declare test functions. */
@CMAKE_FORWARD_DECLARE_TESTS@
#ifdef __cplusplus
# define CM_CAST(TYPE, EXPR) static_cast<TYPE>(EXPR)
# if __cplusplus >= 201103L
# define CM_NULL nullptr
# else
# define CM_NULL NULL
# endif
#else
# define CM_CAST(TYPE, EXPR) (TYPE)(EXPR)
# define CM_NULL NULL
#endif
/* Create map. */
typedef int (*MainFuncPointer)(int, char* []); /* NOLINT */
typedef struct /* NOLINT */
{
const char* name;
MainFuncPointer func;
} functionMapEntry;
static functionMapEntry cmakeGeneratedFunctionMapEntries[] = {
@CMAKE_FUNCTION_TABLE_ENTIRES@
{ CM_NULL, CM_NULL } /* NOLINT */
};
static const int NumTests = CM_CAST(int,
sizeof(cmakeGeneratedFunctionMapEntries) / sizeof(functionMapEntry)) - 1;
/* Allocate and create a lowercased copy of string
(note that it has to be free'd manually) */
static char* lowercase(const char* string)
{
char *new_string;
char *p;
size_t stringSize;
stringSize = CM_CAST(size_t, strlen(string) + 1);
new_string = CM_CAST(char*, malloc(sizeof(char) * stringSize));
if (new_string == CM_NULL) { /* NOLINT */
return CM_NULL; /* NOLINT */
}
strcpy(new_string, string); /* NOLINT */
for (p = new_string; *p != 0; ++p) {
*p = CM_CAST(char, tolower(*p));
}
return new_string;
}
int main(int ac, char* av[])
{
int i;
int testNum = 0;
int partial_match;
char *arg;
int testToRun = -1;
@CMAKE_TESTDRIVER_ARGVC_FUNCTION@
/* If no test name was given */
/* process command line with user function. */
if (ac < 2) {
/* Ask for a test. */
printf("Available tests:\n");
for (i = 0; i < NumTests; ++i) {
printf("%3d. %s\n", i, cmakeGeneratedFunctionMapEntries[i].name);
}
printf("To run a test, enter the test number: ");
fflush(stdout);
if (scanf("%d", &testNum) != 1) {
printf("Couldn't parse that input as a number\n");
return -1;
}
if (testNum >= NumTests) {
printf("%3d is an invalid test number.\n", testNum);
return -1;
}
testToRun = testNum;
ac--;
av++;
}
partial_match = 0;
arg = CM_NULL; /* NOLINT */
/* If partial match is requested. */
if (testToRun == -1 && ac > 1) {
partial_match = (strcmp(av[1], "-R") == 0) ? 1 : 0;
}
if (partial_match != 0 && ac < 3) {
printf("-R needs an additional parameter.\n");
return -1;
}
if (testToRun == -1) {
arg = lowercase(av[1 + partial_match]);
}
for (i = 0; i < NumTests && testToRun == -1; ++i) {
char *test_name = lowercase(cmakeGeneratedFunctionMapEntries[i].name);
if (partial_match != 0 && strstr(test_name, arg) != CM_NULL) { /* NOLINT */
testToRun = i;
ac -= 2;
av += 2;
} else if (partial_match == 0 && strcmp(test_name, arg) == 0) {
testToRun = i;
ac--;
av++;
}
free(test_name);
}
free(arg);
if (testToRun != -1) {
int result;
@CMAKE_TESTDRIVER_BEFORE_TESTMAIN@
if (testToRun < 0 || testToRun >= NumTests) {
printf("testToRun was modified by TestDriver code to an invalid value: "
"%3d.\n",
testNum);
return -1;
}
result = (*cmakeGeneratedFunctionMapEntries[testToRun].func)(ac, av);
@CMAKE_TESTDRIVER_AFTER_TESTMAIN@
return result;
}
/* Nothing was run, display the test names. */
printf("Available tests:\n");
for (i = 0; i < NumTests; ++i) {
printf("%3d. %s\n", i, cmakeGeneratedFunctionMapEntries[i].name);
}
printf("Failed: %s is an invalid test name.\n", av[1]);
return -1;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 488 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B