Skip to content

Update documentation to match implementation #2979

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2019
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
6 changes: 3 additions & 3 deletions docs/msbuild/common-msbuild-project-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ In [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.m
|Item metadata name|Description|
|---------------|-----------------|
|Name|Optional string. The display name of the component.|
|Guid|Optional string. A GUID for the component, in the form {12345678-1234-1234-1234-1234567891234}.|
|VersionMajor|Optional string. The major part of the version number of the component. For example, "5" if the full version number is "5.46."|
|VersionMinor|Optional string. The minor part of the version number of the component. For example, "46" if the full version number is "5.46."|
|Guid|Required string. A GUID for the component, in the form {12345678-1234-1234-1234-1234567891234}.|
|VersionMajor|Required string. The major part of the version number of the component. For example, "5" if the full version number is "5.46."|
|VersionMinor|Required string. The minor part of the version number of the component. For example, "46" if the full version number is "5.46."|
|LCID|Optional string. The LocaleID for the component.|
|WrapperTool|Optional string. The name of the wrapper tool that is used on the component, for example, "tlbimp."|
|Isolated|Optional boolean. Specifies whether the component is a reg-free component.|
Expand Down