Skip to content

Commit 6b24830

Browse files
Update documentation to match implementation
Update the documentation for `COMReference` item based on the implementation: https://github.com/Microsoft/msbuild/blob/master/src/Tasks/ResolveComReference.cs#L1421-L1425.
1 parent 7fa8aa1 commit 6b24830

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)