AssemblyDeploymentTarget Enum

Definition

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

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.

Applies to