⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vc8.txt

📁 最新的版本ACE-5.6.8,刚从外文网上搬下,与大家分享.
💻 TXT
📖 第 1 页 / 共 2 页
字号:
// Current as of 5/30/2008
// This defines the role of all the template variables specific to the
// 'vc8' project type.
//
// Please try to keep this alphabetically sorted.
//
additionalmanifestdependencies = Specifies the additional XML manifest fragments the linker will put in the manifest file.
additionalusingdirectories = A semi-colon separated list of directories to search for #using files.
addmodulenamestoassembly = Import the specified non-assembly file into the final output.
add_references = If this is set, the project will be generated with project references based on the 'after' keyword setting.
allowisolation = Specifies manifest file lookup behavior for side-by-side assemblies.
assemblerlistinglocation = Specifies the relative path and/or name for the ASM listing file.
assembleroutput = Specifies the contents of the assembly language output file.  0 is "No Listing", 1 is "Assembly-Only Listing", 2 is "Assembly, Machine Code and Source", 3 is "Assembly With Machine Code", and 4 is "Assembly With Source Code".
assemblydebug = Emits the debuggable attribute to the assembly.  0 is "No Debuggable attribute emitted", 1 is "Runtime tracking and disable optimizations", 2 is "No runtime tracking and enable optimizations".
assemblylinkresource = Links a resource file to the output assembly.
assemblyreferences = A space separated list of assembly references.
baseaddress = Specifies the base address for the program.
basicruntimechecks = This corresponds to the C/C++ Code Generation property "Basic Runtime Checks". The numeric value specifies the pull-down value in the IDE.
browseinformation = Specifies the level of browse information in the .bsc file.  0 is "None", 1 is "Include All Browse Information", and 2 is "No Local Symbols".
browseinformationfile = Specifies the optional name for the browser information file.
buffersecuritycheck = This corresponds to the C/C++ Code Generation property "Buffer Security Check". The boolean value specifies the pull-down value in the IDE.
callingconvention = Specifies the default calling convention.  0 is __cdecl, 1 is __fastcall, and 2 is __stdcall.
charset = This setting specifies the "Character Set" in the General properties. The values 0, 1, and 2 specify Not Set, Unicode, and Multi-Byte respectively.
clrimagetype = Specifies the type of a CLR image.  0 is "Default image type", 1 is "Force IJW image", 2 is "Force pure IL image", and 3 is "Force safe IL image".
clrthreadattribute = Specifies the threading attribute for the entry point of your CLR program.  0 is "No threading attribute set", 1 is "MTA threading attribute", and 2 is "STA threading attribute".
common_defines = Specifies macros that are common to all target types.
compileas = Select compile language for .c and .cpp files.  0 is "Default", 1 is "Compile as C Code", and 2 is "Compile as C++ Code".
configurationtype = Specifies the type of output this configuration generates.
cpu_defines = Macros that are specific to a particular CPU platform.
culture = This corresponds to the Resources General property "Culture". The numeric value corresponds to the pull-down values in the IDE.
debug_format = This setting specifies the "Debug Information Format" found in the C/C++ General properties. The numeric value specifies the pull-down value in the IDE.
debug_prj = This is an internally used template variable to determine if the configuration originated as "Debug". In the event that the 'optimize' template variable is overridden, debug_prj allows the correct run-time library to be chosen.
defaultcharisunsigned = If set to true, designates char to be unsigned.
defines = Macros that are specific to a particular configuration.
delayloaddlls = Specifies one or more semi-colon separated DLLs for delayed loading
delaysign = If set to true, indicates whether the output assembly should be delay signed.
detect64bitportabilityproblems = This corresponds to the C/C++ Code Generation property "Detect 64-bit Portability Issues". The boolean value specifies the pull-down value in the IDE.
disablelanguageextensions = If set to true, disables language extensions.
disablespecificwarnings = A space separated list of warning numbers to be disabled.
driver = Specifies the driver for the linker.
embedmanagedresourcefile = Embed the specified .NET resource file.
enablecomdatfolding = Removes redundant COMDAT symbols from the linker output.  0 is "Default", 1 is "Do Not Remove Redundant COMDATs", and 2 is "Remove Redundant COMDATs".
enableenhancedinstructionset = Enable use of instructions found on processors that support enhanced instruction sets.
enablefibersafeoptimizations = Enables memory space optimization when using fibers and thread local storage.
enablefunctionlevellinking = This corresponds to the C/C++ Code Generation property "Enable Function-Level Linking". The boolean value specifies the pull-down value in the IDE.
enableintrinsicfunctions = If set to true, enables intrinsic functions (which contain faster, but possibly larger, code).
enableprefast = If set to true, enables Native Code Analysis.
encoding = Specifies the XML encoding for the generated .vcproj file.
entrypointsymbol = Sets the starting symbol for a .exe file or DLL.
errorreporting = Specifies how internal tool errors should be reported back to Microsoft.  0 is "Default", 1 is "Prompt Immediately", 2 is "Queue For Next Login".
exceptionhandling = Calls destructors for automatic objects during a stack unwind caused by an exception.  0 is "No", 1 is "Yes", and 2 is "Yes With SEH Exceptions".
expandattributedsource = Create listing file with expanded attributes injected into the source file.
favorsizeorspeed = Set to 0 to favor neither size or speed, 1 to favor speed, and 2 to favor size during optimization.
fixedbaseaddress = Specifies if the image must be loaded at a fixed address.  0 is "Default", 1 is "Generate a relocation section", and 2 is "Image must be loaded at a fixed address".
fixedbaseaddress = This corresponds to the Linker Advanced property "Fixed Base Address". The values 1 and 2 correspond to Relocatable (not fixed) and Load at a Fixed Address respectively.
floatingpointexceptions = If set to true, enables floating point exceptions.
floatingpointmodel = Sets the floating point mode.  Use 0 for precise, 1 for strict and 2 for fast.
forceconformanceinforloopscope = If set to false, disables for loop variable conformance.
forcedincludefiles = Specifies one or more forced include files.
forcedusingfiles = Specifies one or more forces #using files.
forcesymbolreferences = Force the linker to include a reference to this symbol.
functionorder = Places COMDATs into the image in a predetermined order.  This variable must be set to a file name containing the order.
generatedebuginformation = Enables generation of debug information if set to true.
generatemanifest = If set to false, disabled generation of a manifest file.
generatemapfile = This corresponds to the Linker Debugging property "Generate Map File". The boolean value specifies the pull-down value in the IDE.
generatepreprocessedfile = Specifies the preprocessing option for this configuration.  0 is "No", 1 is "With Line Numbers", and 2 is "Without Line Numbers".
generatexmldocumentationfiles = If set to true, specifies that the compiler should generate XML documentation comment files (.XDC).
guid = The value for this variable is generated during project generation.
heapcommitsize = Specifies total heap allocation size in bytes of physical memory.
heapreservesize = Specifies total heap allocation size in bytes of virtual memory.
ignore_default_library_names = The value for this is evaluated as a space separated list of default library names to ignore. It corresponds to the Linker Input property "Ignore Specific Library".
ignorealldefaultlibraries = Ignore all default libraries during linking.
ignoreimportlibrary = Specifies that the import library generated by this project should not be imported into dependent projects.
ignorestandardincludepath = If set to true, the compiler will ignore the standard include path.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -