Skip to content

Commit e84782e

Browse files
Merge pull request #10979 from baronfel/patch-2
Update common-msbuild-project-items.md
2 parents 4365f3f + 923358e commit e84782e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +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 MSBuild. Its default targets (see 'Targets' below) will not be called at all.
9192
|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.|
9293
|SetConfiguration|Optional string. Sets the global property `Configuration` for the referenced project, for example `Configuration=Release`.|
9394
|SetPlatform|Optional string. Sets the global property `Platform` for the referenced project, for example `Platform=AnyCPU`.|

0 commit comments

Comments
 (0)