Skip to content

Commit 4aa4a82

Browse files
authored
Merge pull request #2979 from AaronRobinsonMSFT/patch-1
Update documentation to match implementation
2 parents 7fa8aa1 + 6b24830 commit 4aa4a82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ In [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.m
4040
|Item metadata name|Description|
4141
|---------------|-----------------|
4242
|Name|Optional string. The display name of the component.|
43-
|Guid|Optional string. A GUID for the component, in the form {12345678-1234-1234-1234-1234567891234}.|
44-
|VersionMajor|Optional string. The major part of the version number of the component. For example, "5" if the full version number is "5.46."|
45-
|VersionMinor|Optional string. The minor part of the version number of the component. For example, "46" if the full version number is "5.46."|
43+
|Guid|Required string. A GUID for the component, in the form {12345678-1234-1234-1234-1234567891234}.|
44+
|VersionMajor|Required string. The major part of the version number of the component. For example, "5" if the full version number is "5.46."|
45+
|VersionMinor|Required string. The minor part of the version number of the component. For example, "46" if the full version number is "5.46."|
4646
|LCID|Optional string. The LocaleID for the component.|
4747
|WrapperTool|Optional string. The name of the wrapper tool that is used on the component, for example, "tlbimp."|
4848
|Isolated|Optional boolean. Specifies whether the component is a reg-free component.|

0 commit comments

Comments
 (0)