Skip to content

Commit efb49a0

Browse files
authored
Merge pull request #7408 from fandecheng/patch-1
Extraneous digit in GUID format
2 parents 8913949 + 050cd11 commit efb49a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Represents a COM (unmanaged) component reference in the project. This item appli
4545
|Item metadata name|Description|
4646
|---------------|-----------------|
4747
|Name|Optional string. The display name of the component.|
48-
|Guid|Required string. A GUID for the component, in the form {12345678-1234-1234-1234-1234567891234}.|
48+
|Guid|Required string. A GUID for the component, in the form {12345678-1234-1234-1234-123456781234}.|
4949
|VersionMajor|Required string. The major part of the version number of the component. For example, "5" if the full version number is "5.46."|
5050
|VersionMinor|Required string. The minor part of the version number of the component. For example, "46" if the full version number is "5.46."|
5151
|EmbedInteropTypes|Optional boolean. If true, embed the interop types from this reference directly into your assembly rather than generating an interop DLL.|
@@ -78,7 +78,7 @@ Represents a reference to another project. `ProjectReference` items are transfor
7878
|---------------|-----------------|
7979
|Name|Optional string. The display name of the reference.|
8080
|GlobalPropertiesToRemove|Optional `string[]`. Names of properties to remove when building the referenced project, for example `RuntimeIdentifier;PackOnBuild`. Defaults to empty.|
81-
|Project|Optional string. A GUID for the reference, in the form {12345678-1234-1234-1234-1234567891234}.|
81+
|Project|Optional string. A GUID for the reference, in the form {12345678-1234-1234-1234-123456781234}.|
8282
|OutputItemType|Optional string. Item type to emit target outputs into. Default is blank. If the Reference metadata is set to "true" (default) then target outputs will become references for the compiler.|
8383
|ReferenceOutputAssembly|Optional boolean. If set to `false`, does not include the output of the referenced project as a [Reference](#reference) of this project, but still ensures that the other project builds before this one. Defaults to `true`.|
8484
|SetConfiguration|Optional string. Sets the global property `Configuration` for the referenced project, for example `Configuration=Release`.|

0 commit comments

Comments
 (0)