<assembly> Element (ClickOnce Reference)
The top-level element for the application manifest.
<assembly
manifestVersion
/>
Elements and Attributes
The assembly
element is the root element and is required. Its first contained element must be an assemblyIdentity
element. The manifest elements must be in one of the following namespaces:
urn:schemas-microsoft-com:asm.v1
urn:schemas-microsoft-com:asm.v2
http://www.w3.org/2000/09/xmldsig#
Child elements of the assembly must also be in these namespaces, by inheritance or by tagging.
The assembly
element has the following attribute.
Attribute | Description |
---|---|
|
Required. The |
Example
The following code example illustrates an assembly
element in an application manifest for a ClickOnce application. This code example is part of a larger example provided in ClickOnce Application Manifest.
<asmv1:assembly xmlns="urn:schemas-microsoft-com:asm.v2" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd">