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 | |
---|---|---|
asmListingNone | None | |
asmListingAssemblyOnly | Assembly | |
asmListingAsmMachineSrc | Assembly, machine, and source code | |
asmListingAsmMachine | Assembly and machine code | |
asmListingAsmSrc | Assembly and source code |
Remarks
See /FA, /Fa (Listing File) for more information.