Skip to content

Commit dd7841e

Browse files
Update docs/msbuild/errors/msb1011.md
Co-authored-by: Rainer Sigwald <[email protected]>
1 parent eac8b9d commit dd7841e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb1011.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This article describes the MSB1011 error code.
4040
-->
4141
## Description
4242

43-
If no project or solution file is explicitly specified on the MSBuild.exe command-line, then the engine searches for a project or solution file by looking for `*.*proj` or `*.sln` (or `*.slnx` with MSBuild 17.13 and later). MSBuild searches in the current directory, unless you specify a different working directory by [...]
43+
If no project or solution file is explicitly specified on the MSBuild.exe command-line, then the engine searches for a project or solution file by looking for `*.*proj` or `*.sln` (or `*.slnx` with MSBuild 17.13 and later). MSBuild searches in the current directory, unless you specify a different working directory by passing a directory name on the command line.
4444

4545
It's not an error to have a folder with a solution file and a single project file with the same name. In that case, the solution file is used for the build. Similarly, if a solution file and multiple project files are found in the same folder, the solution is built. However, if only one project file is found, and it has a different name than a solution file in the same folder (not counting the file extension), then MSBuild issues this error.
4646

0 commit comments

Comments
 (0)