We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4158e74 commit f11b261Copy full SHA for f11b261
1 file changed
docs/build/reference/vcxproj-file-structure.md
@@ -21,7 +21,7 @@ If you choose to manually edit a *`.vcxproj`* file, be aware of these facts:
21
<ClCompile Include="*.cpp"/>
22
```
23
24
- For more information on wildcard support in projects, see [`.vcxproj` files and wildcards](vcxproj-files-and-wildcards).
+ For more information on wildcard support in projects, see [`.vcxproj` files and wildcards](vcxproj-files-and-wildcards.md).
25
26
1. The Visual Studio C++ project system currently doesn't support macros in project item paths. For example, this form isn't supported:
27
0 commit comments