TaskListAssemblyFormatType Enumeration

MSBuild

Different ways to specify the assembly in a UsingTask element.


Namespace: MSBuild.Community.Tasks.Schema
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Enum TaskListAssemblyFormatType
C#
public enum TaskListAssemblyFormatType
C++
public enum class TaskListAssemblyFormatType
J#
public enum TaskListAssemblyFormatType
JScript
public enum TaskListAssemblyFormatType

Members

Member NameDescription
AssemblyFileNameAssembly file name (Default): <UsingTask AssemblyFile="foo.dll" />
AssemblyFileFullPathAssembly location: <UsingTask AssemblyName="foo" />
AssemblyNameAssembly Name: <UsingTask AssemblyFile="bin\debug\foo.dll" />
AssemblyFullNameAssembly fully qualified name: <UsingTask AssemblyName="foo.dll,version ...." />

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.