Share via


AssemblyReferenceType Enum

Definition

Specifies an AssemblyReference object.

public enum class AssemblyReferenceType
[System.Runtime.InteropServices.Guid("0F2BB482-5EDE-45A8-979D-13700E2B2520")]
public enum AssemblyReferenceType
[<System.Runtime.InteropServices.Guid("0F2BB482-5EDE-45A8-979D-13700E2B2520")>]
type AssemblyReferenceType = 
Public Enum AssemblyReferenceType
Inheritance
AssemblyReferenceType
Attributes

Fields

AssemblyReferenceBin 0

The AssemblyReference instance is from the Bin folder of the project.

AssemblyReferenceClientProject 2

The AssemblyReference instance is a reference to another project in the solution.

AssemblyReferenceConfig 1

The AssemblyReference instance is from the Machine.config file.

Applies to