You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments