File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 90539053 <xs:annotation>
90549054 <xs:documentation>
90559055 A file-selection pattern that can include directory names, file names, and wildcards.
9056- If a pattern is not an absolute path (via a preprocessor variable, unnamed bind path,
9057- or named bind path), it is interpreted as relative to the directory containing the
9058- source file. Absolute paths via a named bind path are recommended.
9056+
9057+ We recommend that patterns be fully-qualified, absolute paths,
9058+ preferably via named bind path. You can also use preprocessor
9059+ variables or unnamed bind paths to create absolute paths.
9060+
9061+ If the pattern is a relative path, it is interpreted as relative to either:
9062+ - an unnamed bind path, if one or more is specified.
9063+ - the source directory of the file containing the `Files` element, if no unnamed bind paths are specified.
90599064
90609065 Wildcards include typical `*.ext` globs and MSBuild-style `**` globs to indicate
90619066 that directories should be recursed. Examples include:
You can’t perform that action at this time.
0 commit comments