Skip to content

Commit 266fe54

Browse files
committed
Add links for Condition functions
1 parent 05bcf1b commit 266fe54

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

docs/msbuild/item-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ The following example shows how to use intrinsic item functions.
9696
-->
9797
```
9898

99+
## MSBuild condition functions
100+
101+
The functions `Exists` and `HasTrailingSlash` are not item functions. They are available for use with the `Condition` attribute. See [MSBuild conditions](msbuild-conditions.md).
102+
99103
## See also
100104

101105
- [Items](../msbuild/msbuild-items.md)

docs/msbuild/msbuild-conditions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ dev_langs:
1010
helpviewer_keywords:
1111
- MSBuild, conditions
1212
- conditions [MSBuild]
13+
- Exists, MSBuild condition function
14+
- HasTrailingSlash, MSBuild condition function
1315
ms.assetid: 9d7aa308-b667-48ed-b4c9-a61e49eb0a85
1416
author: ghogen
1517
ms.author: ghogen

docs/msbuild/property-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@ Output:
334334
-->
335335
```
336336

337+
## MSBuild condition functions
338+
339+
The functions `Exists` and `HasTrailingSlash` are not property functions. They are available for use with the `Condition` attribute. See [MSBuild conditions](msbuild-conditions.md).
340+
337341
## See also
338342

339343
- [MSBuild properties](../msbuild/msbuild-properties.md)

0 commit comments

Comments
 (0)