Skip to content

Commit 923358e

Browse files
Update docs/msbuild/common-msbuild-project-items.md
Co-authored-by: Gordon Hogenson <[email protected]>
1 parent e06cb55 commit 923358e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Represents a reference to another project. `ProjectReference` items are transfor
8888
|Project|Optional string. A GUID for the reference, in the form {12345678-1234-1234-1234-123456781234}.|
8989
|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 become references for the compiler.|
9090
|ReferenceOutputAssembly|Optional boolean. If set to `false`, doesn't 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`.|
91-
|BuildReference| Optional boolean. If set to `false`, this ProjectReference will not be built by the ProjectReference Protocol. Its default targets (see 'Targets' below) will not be called at all.
91+
|BuildReference| Optional boolean. If set to `false`, this ProjectReference will not be built by MSBuild. Its default targets (see 'Targets' below) will not be called at all.
9292
|Private|Optional boolean. Specifies whether the reference should be copied to the output folder. This attribute matches the **Copy Local** property of the reference that's in the Visual Studio IDE.|
9393
|SetConfiguration|Optional string. Sets the global property `Configuration` for the referenced project, for example `Configuration=Release`.|
9494
|SetPlatform|Optional string. Sets the global property `Platform` for the referenced project, for example `Platform=AnyCPU`.|

0 commit comments

Comments
 (0)