Skip to content

Commit 45545c3

Browse files
author
mikeblome
committed
fixes #1645
1 parent 283fd6f commit 45545c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/build/cppproperties-schema-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: "CppProperties.json schema reference"
2+
title: "CppProperties.json reference"
33
ms.date: "08/09/2019"
44
helpviewer_keywords: ["CppProperties.json file [C++]"]
55
---
66

7-
# CppProperties.json schema reference
7+
# CppProperties.json reference
88

9-
Open Folder projects that don't use CMake can store project configuration settings for IntelliSense in a *CppProperties.json* file. (CMake projects use a [CMakeSettings.json](customize-cmake-settings.md) file.) A configuration consists of name/value pairs and defines #include paths, compiler switches, and other parameters. See [Open Folder projects for C++](open-folder-projects-cpp.md) for more information about how to add configurations in an Open Folder project.
9+
Open Folder projects that don't use CMake can store project configuration settings for IntelliSense in a *CppProperties.json* file. (CMake projects use a [CMakeSettings.json](customize-cmake-settings.md) file.) A configuration consists of name/value pairs and defines #include paths, compiler switches, and other parameters. See [Open Folder projects for C++](open-folder-projects-cpp.md) for more information about how to add configurations in an Open Folder project. The following sections summarize the various settings. For a complete description of the schema, navigate to *CppProperties_schema.json*, whose full path is given at the top of the code editor when *CppProperties.json* is open.
1010

1111
## Configuration properties
1212

0 commit comments

Comments
 (0)