Skip to content

Commit af75f8e

Browse files
authored
Add documentation for AssemblyMetadata item
Documents the new behavior in dotnet/sdk#3440
1 parent 267a1de commit af75f8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/msbuild/common-msbuild-project-items.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ In [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.m
125125
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)]. |
126126
| CopyToOutputDirectory | Optional string. Determines whether to copy the file to the output directory. Values are:<br /><br /> 1. Never<br />2. Always<br />3. PreserveNewest |
127127

128+
### AssemblyMetadata
129+
Represents assembly attributes to be generated as `[AssemblyMetadata(key, value)]`.
130+
131+
| Item metadata name | Description |
132+
|-----------------------| - |
133+
| Include | Becomes the first parameter (the key) in the `AssemblyMetadataAttribute` attribute constructor. |
134+
| Value | Required string. Becomes the second parameter (the value) in the `AssemblyMetadataAttribute` attribute constructor. |
135+
128136
### BaseApplicationManifest
129137
Represents the base application manifest for the build, and contains [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] deployment security information.
130138

0 commit comments

Comments
 (0)