AssemblyReferenceType Enum

Definition

Describes the type of an assembly reference.

C#
public enum AssemblyReferenceType
Inheritance
AssemblyReferenceType

Fields

Name Value Description
Unspecified 0

Assembly type is unspecified and will be determined by the UpdateFileInfo method.

ClickOnceManifest 1

Specifies a ClickOnce manifest.

ManagedAssembly 2

Specifies a .NET assembly.

NativeAssembly 3

Specifies a Win32 native assembly.

Applies to

Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 16, 17