Skip to content

Commit b5a7cab

Browse files
author
grokky1
authored
Update customize-your-build.md
1 parent a67d25d commit b5a7cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/customize-your-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ For msbuild to correctly merge the "inner" files (`2-src` and `2-test`) with the
9797
A summary of msbuild's general approach is as follows:
9898

9999
- for any given project, msbuild finds the first `Directory.Build.props` upward in the solution structure, merges it with defaults, and stops scanning for more
100-
- if you want multiple levels to be found and merged, then `<Import...>` (shown above) the "outer" file from the "inner" file
100+
- if you want multiple levels to be found and merged, then [`<Import...>`](http://docs.microsoft.com/en-us/visualstudio/msbuild/property-functions#msbuild-getpathoffileabove) (shown above) the "outer" file from the "inner" file
101101
- if the "outer" file does not itself also import something above it, then scanning stops there
102102
- to control the scanning/merging process, use `$(DirectoryBuildPropsPath)` and `$(ImportDirectoryBuildProps)`
103103

0 commit comments

Comments
 (0)