AssemblyDeploymentTarget Enumeration
Specifies where the output assembly of the project will be deployed.
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
| Member name | Description | |
|---|---|---|
| GlobalAssemblyCache | Specifies that the assembly will be deployed to the Global Assembly Cache (GAC). | |
| WebApplication | Specifies that the assembly will be deployed to the web application's \bin directory. |
Show: