This class represents the type of an assembly reference.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Namespace:  Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Public Enumeration AssemblyReferenceType
public enum AssemblyReferenceType
public enum class AssemblyReferenceType
type AssemblyReferenceType
public enum AssemblyReferenceType
Members
| Member name | Description | |
|---|---|---|
| ClickOnceManifest | Specifies a ClickOnce manifest.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
| ManagedAssembly | Specifies a .NET Framework assembly.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
| NativeAssembly | Specifies a Win32 native assembly.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
| Unspecified | Assembly type is unspecified and will be determined by the UpdateFileInfo method.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | 
See Also
Reference
Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace