Skip to content

Commit 132a65b

Browse files
author
Colin Robertson
authored
back to single break tags
1 parent 9b0a2d8 commit 132a65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/linux/prop-pages/general-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Remote Deploy Directory | **Visual Studio 2019 version 16.1** Specifies the dire
3030
Remote Copy Include Directories | **Visual Studio 2019 version 16.5** A list of directories to copy recursively from the Linux target. This property affects the remote header copy for IntelliSense, but not the build. It can be used when **IntelliSense Uses Compiler Defaults** is set to false. Use **Additional Include Directories** under the C/C++ General tab to specify additional include directories to use for both IntelliSense and build.
3131
Remote Copy Exclude Directories | **Visual Studio 2019 version 16.5** A list of directories *not* to copy from the Linux target. Usually, this property is used to remove subdirectories of the include directories.
3232
IntelliSense Uses Compiler Defaults | **Visual Studio 2019 version 16.5** Whether to query the compiler referenced by this project for its default list of include locations. These locations are automatically added to the list of remote directories to copy. Only set this property to false if the compiler doesn't support gcc-like parameters. Both gcc and clang compilers support queries for the include directories (for example, `g++ -x c++ -E -v -std=c++11`).
33-
Configuration Type | Specifies the type of output this configuration generates. | **Dynamic Library (.so)**<br/><br/>**Static library (.a)**<br/><br/>**Application (.out)**<br/><br/>**Makefile**
34-
Use of STL | Specifies which C++ Standard Library to use for this configuration. | **Shared GNU Standard C++ Library**<br/><br/>**Static GNU Standard C++ Library (-static)**
33+
Configuration Type | Specifies the type of output this configuration generates. | **Dynamic Library (.so)**<br/>**Static library (.a)**<br/>**Application (.out)**<br/>**Makefile**
34+
Use of STL | Specifies which C++ Standard Library to use for this configuration. | **Shared GNU Standard C++ Library**<br/>**Static GNU Standard C++ Library (-static)**
3535

3636
::: moniker-end

0 commit comments

Comments
 (0)