Skip to content

Commit b974f0e

Browse files
authored
Merge pull request #3547 from drewnoakes/patch-8
Fix paths in example output
2 parents c88e74d + 563643a commit b974f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/msbuild/msbuild-transforms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ For example, if the items in the @(RESXFile) item list are *Form1.resx*, *Form2.
8787

8888
```
8989
rootdir: C:\
90-
fullpath: C:\xmake\sub1\sub2\sub3\myfile.xsd
91-
rootdir + directory + filename + extension: C:\xmake\sub1\sub2\sub3\myfile.xsd
90+
fullpath: C:\sub0\sub1\sub2\sub3\myfile.xsd
91+
rootdir + directory + filename + extension: C:\sub0\sub1\sub2\sub3\myfile.xsd
9292
identity: sub1\sub2\sub3\myfile.xsd
9393
filename: myfile
94-
directory: xmake\sub1\sub2\sub3\
94+
directory: sub0\sub1\sub2\sub3\
9595
relativedir: sub1\sub2\sub3\
9696
extension: .xsd
9797
```
9898

9999
## See also
100100
- [MSBuild concepts](../msbuild/msbuild-concepts.md)
101101
- [MSBuild reference](../msbuild/msbuild-reference.md)
102-
- [How to: Build incrementally](../msbuild/how-to-build-incrementally.md)
102+
- [How to: Build incrementally](../msbuild/how-to-build-incrementally.md)

0 commit comments

Comments
 (0)