From cbba9bb847cb3073c0afc1486d65d4a9d11d5c65 Mon Sep 17 00:00:00 2001 From: Giovanni Braconi Date: Sat, 27 Apr 2024 08:45:06 +0200 Subject: [PATCH] Fix typos in BuildErrors.md --- docs/BuildErrors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildErrors.md b/docs/BuildErrors.md index 8fd2e8884473..f9c32c453987 100644 --- a/docs/BuildErrors.md +++ b/docs/BuildErrors.md @@ -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