[This is preliminary documentation and is subject to change.]
Represents a build action for a project item.
| C# |
public enum BuildAction
| Member | Description |
|---|---|
| None |
No action is taken.
|
| Compile |
The file is compiled.
|
| Content |
The file is included in the Content project output group.
|
| EmbeddedResource |
The file is included in the main generated assembly or in
a satellite assembly as a resource.
|