Skip to content

Commit 8c8579e

Browse files
Update docs/msbuild/common-msbuild-project-items.md
Co-authored-by: Aaron Robinson <[email protected]>
1 parent 876e3b6 commit 8c8579e

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
@@ -57,7 +57,7 @@ This item doesn't apply to C++ projects.
5757

5858
Represents a list of type libraries to reference by file path, instead of using the system registry. This type of reference can be a good alternative to COMReference in cases where want to avoid a dependency on the build machine's registry, either because the account that runs the build doesn't have elevated privileges to edit the registry on the build server, or you don't want the build to have a dependency on the state of the registry. If you use `COMFileReference` to reference an artifact on a system path, then your build has a dependency on the system state. If the system artifact changes due to a change in the state of the system, such as when products are installed, updated, or uninstalled (or if you run the same build on a different machine), then the wrapper assembly can change, even if the build logic hasn't changed. To ensure a consistent build result, you can cache a known copy of the COM artifact in a place you control, such as under your project or solution folder, and reference that instead of the system artifact.
5959

60-
This item doesn't apply to C++ projects.
60+
This item doesn't apply to non-.NET projects.
6161

6262
|Item metadata name|Description|
6363
|---------------|-----------------|

0 commit comments

Comments
 (0)