Skip to content

Commit

Permalink
Fix typos in BuildErrors.md (#55397)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBraconi committed Apr 28, 2024
1 parent 2c0a673 commit 5667fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BuildErrors.md
Expand Up @@ -33,7 +33,7 @@ The cause of this problem is that the solution filter you are using does not inc
### You can fix this in one of three ways

1. Build the project on command line. In most cases, running `build.cmd` on command line solves this problem.
2. If the project is missing from the .sln file entirely, you can use `dotnet sln add` to add it, or else right click on the solution/folder in Visual Studio and choose Add->Existing Project, and adding it.
2. If the project is missing from the .sln file entirely, you can use `dotnet sln add` to add it, or else right click on the solution/folder in Visual Studio and choose Add->Existing Project.
3. If it is present in the .sln, but not the .slnf, you can update the solution filter to include the missing project. You can either do this one by right-clicking on project in Visual Studio and choosing to load it's direct dependencies, and then saving. Alternatively, you can hand edit the .slnf file - it's a fairly simple json format.

## Error MSB4019: The imported project "…\artifacts\bin\GenerateFiles\Directory.Build.props" was not found
Expand Down

0 comments on commit 5667fa6

Please sign in to comment.