You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/common-msbuild-project-items.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Represents a COM (unmanaged) component reference in the project. This item appli
45
45
|Item metadata name|Description|
46
46
|---------------|-----------------|
47
47
|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}.|
49
49
|VersionMajor|Required string. The major part of the version number of the component. For example, "5" if the full version number is "5.46."|
50
50
|VersionMinor|Required string. The minor part of the version number of the component. For example, "46" if the full version number is "5.46."|
51
51
|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
78
78
|---------------|-----------------|
79
79
|Name|Optional string. The display name of the reference.|
80
80
|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}.|
82
82
|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.|
83
83
|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`.|
84
84
|SetConfiguration|Optional string. Sets the global property `Configuration` for the referenced project, for example `Configuration=Release`.|
0 commit comments