Build Action Enumeration
This defines the build action (item name) for build items in a project
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
[SerializableAttribute]
public enum BuildActionVB
<SerializableAttribute>
Public Enumeration BuildActionC++
[SerializableAttribute]
public enum class BuildActionF#
[<SerializableAttribute>]
type BuildActionMembers
| 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) |