SupportedAssemblyDeploymentTargets Enumeration
An enumeration that represents all of the supported assembly deployment targets for a specified SharePoint project item.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| All | The SharePoint project item supports assembly deployment to either the \bin directory or the Global Assembly Cache (GAC). | |
| GlobalAssemblyCache | The SharePoint project item supports assembly deployment to the GAC. | |
| WebApplication | The SharePoint project item supports assembly deployment to the web application's \bin directory. |
Show: