Skip to content

Commit 1c64642

Browse files
authored
Update msb1013.md
1 parent 013be8d commit 1c64642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb1013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article describes the MSB1013 error code.
3131
<!-- :::editable-content name="postOutputDescription"::: -->
3232
## Description
3333

34-
Response files are text files that contain command-line switches to be passed to MSBuild.exe. You can use response files to avoid typing the same switches repeatedly. You can just pass in the response file instead. Response files can include the @ switch in order to further include other response files. In order to prevent a circular reference, MSBuild disallows the same response file from being included twice. This error message would be followed by the exact @ switch that resulted in the duplicate response file.
34+
Response files are text files that contain command-line switches to be passed to MSBuild.exe. You can use response files to avoid typing the same switches repeatedly. You can just pass in the response file instead. Response files can include the @ switch in order to further include other response files. In order to prevent a circular reference, MSBuild disallows the same response file from being included twice. This error message would be followed by the exact @ switch that resulted in the duplicate response file. See [MSBuild response files](../msbuild-response-files.md).
3535

3636
## Resolution
3737

0 commit comments

Comments
 (0)