Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies where the output assembly of the project will be deployed.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Enumeration AssemblyDeploymentTarget
public enum AssemblyDeploymentTarget
Members
| 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. |