Unfortunately, the code is in a protected enclave that has not access to the outside world, so I can't send anything from my dev box unless it can be persisted and transferred on physical media to my other network. Can I save the output you are after?
The good news is that, after creating the solution and building it, I closed and re-opened it and NCrunch was smooth like butter. I watch the queue as it worked through a few hundred unit tests in 2 mins 5 sec. It correctly displayed on the test side which passed and which failed, as well as some inconclusive lines (what does black mean on the test-side?).
But it seems to be confused about the code coverage. On the "code under test" side, my parameterless constructor shows as not covered, but I have a unit test covering it. Just for grins, I used "create unit tests" from the VS context menu and added another test covering the constructor, but NCrunch didn't seem to see it.