You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/common-msbuild-project-items.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,16 @@ In [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.m
125
125
| Visible | Optional boolean. Indicates whether to display the file in **Solution Explorer** in [!INCLUDE[vsprvs](../code-quality/includes/vsprvs_md.md)]. |
126
126
| 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 |
127
127
128
+
### InternalsVisibleTo
129
+
Specifies assemblies to be emitted as `[InternalsVisibleTo(..)]` assembly attributes.
130
+
131
+
| Item metadata name | Description |
132
+
|-----------------------| - |
133
+
| Include | The assembly name. |
134
+
| Key | Optional string. The public key of the assembly. |
135
+
136
+
> NOTE: applies to SDK-style projects only.
137
+
128
138
### BaseApplicationManifest
129
139
Represents the base application manifest for the build, and contains [!INCLUDE[ndptecclick](../deployment/includes/ndptecclick_md.md)] deployment security information.
0 commit comments