I'm new to Sandcastle. The version I am using is 2018.7.8.0. I have a solution in visual Studio 2015 that has 2 projects, one of them is a class library (has XMl and dll files in sandcastle) and the other is a usual C# console application has XMl and exe files in sandcastle).
When building the project in Sandcastle or Visual Studio, I get only the class library project documented in the index.html file.
Is there a way to include the other project?
You know - XML comments must be added to your code to document the various types and their members.
In addition, you must enable XML comments file output for the project.
For using Sandcastle you'll find a walkthrough Creating Your First Project.