I am using the Clover.NET plugin for Visual Studio. When I attempt to "Clover Solution" it always fails trying to build one project. I inspected the command line it is using to build that project, and it is leaving one of the referenced projects out of the arguments. The only thing I can find that is different about this other project is that one section of the namespace is in all caps. Note that the project in question, and the entire solution, builds fine in Visual Studio.
How can I get Clover.NET to include this project in the build?