BuildAction Enum
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This defines the build action (item name) for build items in a project
[Serializable]
public enum BuildAction
Fields
| Name | Value | Description |
|---|---|---|
| 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) |