VCWebDeploymentTool::ExcludedFromBuild Property
Gets or sets a value indicating whether this item is excluded from the build.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
See the General Property Page (File) for information on accessing ExcludedFromBuild for a file from the integrated development environment (IDE).
See Specifying Build Events for information on accessing ExcludedFromBuild for a build event from the IDE.
ExcludedFromBuild specifies whether or not deployment occurs when the project is built. Set to true to disable deployment or set to false to enable deployment. See Deployment (How Do I in Visual Web Developer).
Show: