BuildAction Enumeration
This defines the build action (item name) for build items in a project
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
[SerializableAttribute]
public enum BuildAction
<SerializableAttribute>
Public Enumeration BuildAction
[SerializableAttribute]
public enum class BuildAction
[<SerializableAttribute>]
type BuildAction
None | 0 | No action, the item is ignored |
Image | 1 | Conceptual content image file |
CodeSnippets | 2 | Conceptual content code snippets file |
Tokens | 3 | Conceptual content token file |
ContentLayout | 4 | Conceptual content layout file |
SiteMap | 5 | Additional content site map file |
Content | 6 | General content file (HTML, style sheet, images not related to conceptual content, etc.) |
ResourceItems | 7 | Resource items file |
XamlConfiguration | 8 | XAML configuration file (for BuildAssembler) |
Folder | 9 | A folder (project explorer designation only, not a build
action) |
Project | 10 | The project (project explorer designation only, not a
build action) |
DocumentationSource | 11 | A documentation source (project explorer designation only,
not a build action) |
ReferenceItem | 12 | A reference item (project explorer designation only, not a
build action) |
PackageReferenceItem | 13 | A package reference item (project explorer designation only, not a
build action) |