Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/msbuild/common-msbuild-project-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,16 @@ In [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.m
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)]. |
| 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 |

### AssemblyMetadata
Represents assembly attributes to be generated as `[AssemblyMetadata(key, value)]`.

| Item metadata name | Description |
|-----------------------| - |
| Include | Becomes the first parameter (the key) in the `AssemblyMetadataAttribute` attribute constructor. |
| Value | Required string. Becomes the second parameter (the value) in the `AssemblyMetadataAttribute` attribute constructor. |

> [!NOTE]
> This applies to projects using the .NET Core SDK only.
### BaseApplicationManifest
Represents the base application manifest for the build, and contains [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] deployment security information.

Expand Down