Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the AssemblerOutput property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration asmListingOption
public enum asmListingOption
public enum class asmListingOption
type asmListingOption
public enum asmListingOption
Members
Member name | Description | |
---|---|---|
asmListingAsmMachine | Assembly and machine code | |
asmListingAsmMachineSrc | Assembly, machine, and source code | |
asmListingAsmSrc | Assembly and source code | |
asmListingAssemblyOnly | Assembly | |
asmListingNone | None |
Remarks
See /FA, /Fa (Listing File) for more information.