prjBuildAction Enumeration
Visual Studio 2015
Specifies a value indicating the type of build action for the current project item.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjBuildActionCompile | The file is compiled. | |
| prjBuildActionContent | The file is included in the Content project output group (see Deploying Applications, Services, and Components) | |
| prjBuildActionEmbeddedResource | The file is included in the main generated assembly or in a satellite assembly as a resource. | |
| prjBuildActionNone | No action is taken. |
This type is returned for the BuildAction property of the ProjectItem.Properties collection object. This property is available for a Visual Basic and Visual C# project item, if that project item is a file. For more information, see File Properties.
Show: