Expand Minimize
This topic has not yet been rated - Rate this topic

AssemblyDeploymentTarget Enumeration

Specifies where the output assembly of the project will be deployed.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
public enum AssemblyDeploymentTarget
Member nameDescription
GlobalAssemblyCacheSpecifies that the assembly will be deployed to the Global Assembly Cache (GAC).
WebApplicationSpecifies that the assembly will be deployed to the web application's \bin directory.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.