Skip to content

Commit c2df0fd

Browse files
committed
acrolinx edits
1 parent bd782e3 commit c2df0fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/msbuild/msbuild-response-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ ms.workload:
2222
- "multiple"
2323
---
2424
# MSBuild response files
25-
Response (*.rsp*) files are text files that contain *MSBuild.exe* command line switches. Each switch can be on a separate line or all switches can be on one line. Comment lines are prefaced with a **#** symbol. The **@** switch is used to pass another response file to *MSBuild.exe*.
25+
Response (*.rsp*) files are text files that contain *MSBuild.exe* command-line switches. Each switch can be on a separate line or all switches can be on one line. Comment lines are prefaced with a **#** symbol. The **@** switch is used to pass another response file to *MSBuild.exe*.
2626

2727
## MSBuild.rsp
28-
The auto-response file is a special *.rsp* file that *MSBuild.exe* automatically uses when building a project. This file, *MSBuild.rsp*, must be in the same directory as *MSBuild.exe*, otherwise it will not be found. You can edit this file to specify default command line switches to *MSBuild.exe*. For example, if you use the same logger every time you build a project, you can add the **-logger** switch to *MSBuild.rsp*, and *MSBuild.exe* will use the logger every time a project is built.
28+
The autoresponse file is a special *.rsp* file that *MSBuild.exe* automatically uses when building a project. This file, *MSBuild.rsp*, must be in the same directory as *MSBuild.exe*, otherwise it will not be found. You can edit this file to specify default command-line switches to *MSBuild.exe*. For example, if you use the same logger every time you build a project, you can add the **-logger** switch to *MSBuild.rsp*, and *MSBuild.exe* will use the logger every time a project is built.
2929

3030
## Directory.Build.rsp
31-
In version 15.6 and above, MSBuild will search parent directories of the project for a file named *Directory.Build.rsp*. This can be helpful in a source code repository to provide default arguments during command-line builds. It can also be used to specify the command-line arguments of hosted builds.
31+
In version 15.6 and above, MSBuild will search parent directories of the project for a file named *Directory.Build.rsp*. This can be helpful in a source code repository to provide default arguments during command-line builds. It can also be used to specify the command-line arguments of hosted builds.
3232

3333
## See also
3434
[MSBuild reference](../msbuild/msbuild-reference.md)

0 commit comments

Comments
 (0)