11---
2- description : " Learn more about: MSBuild reference for C++ projects"
32title : " MSBuild reference for C++ projects in Visual Studio"
4- ms.date : " 12/08/2018"
3+ description : " Learn more about: MSBuild reference for C++ projects"
4+ ms.date : 12/08/2018
55helpviewer_keywords : ["MSBuild reference [C++]"]
66---
77# MSBuild reference for C++ projects
@@ -12,25 +12,25 @@ If for some reason you wish to use MSBuild directly from the command line, see [
1212
1313## In this section
1414
15- [ MSBuild internals for C++ projects] ( msbuild-visual-cpp-overview.md ) < br />
15+ [ MSBuild internals for C++ projects] ( msbuild-visual-cpp-overview.md ) \
1616Information about how properties and targets are stored and consumed.
1717
18- [ Common macros for build commands and properties] ( common-macros-for-build-commands-and-properties.md ) < br />
18+ [ Common macros for build commands and properties] ( common-macros-for-build-commands-and-properties.md ) \
1919Describes macros (compile-time constants) that can be used to define properties such as paths and product versions.
2020
21- [ File types created for C++ projects] ( file-types-created-for-visual-cpp-projects.md ) < br />
21+ [ File types created for C++ projects] ( file-types-created-for-visual-cpp-projects.md ) \
2222Describes the various kinds of files that Visual Studio creates for different project types.
2323
24- [ Visual Studio C++ project templates] ( visual-cpp-project-types.md ) < br >
24+ [ Visual Studio C++ project templates] ( visual-cpp-project-types.md ) \
2525Describes the MSBuild-based project types that are available for C++.
2626
27- [ C++ new item templates] ( using-visual-cpp-add-new-item-templates.md ) < br >
27+ [ C++ new item templates] ( using-visual-cpp-add-new-item-templates.md ) \
2828Describes source files and other items you can add to a Visual Studio project.
2929
30- [ Precompiled header files] ( ../creating-precompiled-header-files.md )
30+ [ Precompiled header files] ( ../creating-precompiled-header-files.md ) \
3131How to use precompiled header files and how to create your own custom precompiled code to speed up build times.
3232
33- [ Visual Studio project property reference] ( property-pages-visual-cpp.md ) < br />
33+ [ Visual Studio project property reference] ( property-pages-visual-cpp.md ) \
3434Reference documentation for project properties that are set in the Visual Studio IDE.
3535
3636## See also
0 commit comments