BuildAction Enumeration

This defines the build action (item name) for build items in a project

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
[SerializableAttribute]
public enum BuildAction

Members

None0No action, the item is ignored
Image1Conceptual content image file
CodeSnippets2Conceptual content code snippets file
Tokens3Conceptual content token file
ContentLayout4Conceptual content layout file
SiteMap5Additional content site map file
Content6General content file (HTML, style sheet, images not related to conceptual content, etc.)
ResourceItems7Resource items file
XamlConfiguration8XAML configuration file (for BuildAssembler)
Folder9A folder (project explorer designation only, not a build action)
Project10The project (project explorer designation only, not a build action)
DocumentationSource11A documentation source (project explorer designation only, not a build action)
ReferenceItem12A reference item (project explorer designation only, not a build action)
PackageReferenceItem13A package reference item (project explorer designation only, not a build action)

See Also