asmListingOption Enumeration
Visual Studio 2015
Used by the AssemblerOutput property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| Member name | Description | |
|---|---|---|
| asmListingAsmMachine | Assembly and machine code | |
| asmListingAsmMachineSrc | Assembly, machine, and source code | |
| asmListingAsmSrc | Assembly and source code | |
| asmListingAssemblyOnly | Assembly | |
| asmListingNone | None |
See /FA, /Fa (Listing File) for more information.
Show: