AssemblyDeploymentTarget Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies where the output assembly of the project will be deployed.
public enum class AssemblyDeploymentTarget
public enum AssemblyDeploymentTarget
type AssemblyDeploymentTarget =
Public Enum AssemblyDeploymentTarget
- Inheritance
-
AssemblyDeploymentTarget
Fields
Name | Value | Description |
---|---|---|
GlobalAssemblyCache | 0 | Specifies that the assembly will be deployed to the Global Assembly Cache (GAC). |
WebApplication | 1 | Specifies that the assembly will be deployed to the web application's \bin directory. |