Skip to content

Commit 27cd299

Browse files
committed
Restores content for InternalsVisibleTo item
1 parent 7915ced commit 27cd299

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Common MSBuild Project Items | Microsoft Docs
33
description: Learn about common MSBuild project items. Items are named references to one or more files, and have metadata like file names, paths, and version numbers.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/04/2016
5+
ms.date: 10/29/2020
66
ms.topic: reference
77
dev_langs:
88
- VB
@@ -156,6 +156,18 @@ Represents assembly attributes to be generated as `[AssemblyMetadata(key, value)
156156
> [!NOTE]
157157
> This applies to projects using the .NET Core SDK only.
158158
159+
### InternalsVisibleTo
160+
161+
Specifies assemblies to be emitted as `[InternalsVisibleTo(..)]` assembly attributes.
162+
163+
| Item metadata name | Description |
164+
|-----------------------| - |
165+
| Include | The assembly name. |
166+
| Key | Optional string. The public key of the assembly. |
167+
168+
> [!NOTE]
169+
> This applies to SDK-style projects only.
170+
159171
### BaseApplicationManifest
160172

161173
Represents the base application manifest for the build, and contains ClickOnce deployment security information.

0 commit comments

Comments
 (0)