File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ In [!INCLUDE[vstecmsbuild](../extensibility/internals/includes/vstecmsbuild_md.m
40
40
| Item metadata name| Description|
41
41
| ---------------| -----------------|
42
42
| 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."|
46
46
| LCID| Optional string. The LocaleID for the component.|
47
47
| WrapperTool| Optional string. The name of the wrapper tool that is used on the component, for example, "tlbimp."|
48
48
| Isolated| Optional boolean. Specifies whether the component is a reg-free component.|
You can’t perform that action at this time.
0 commit comments