We have a solution with three configurations: Debug, Release, NoLicense. NoLicense is a release build with all licensing code removed using preprocessor directives.
This License class is completely disabled:

NCrunch works fine when the project is in Debug or Release, but fails to build in NoLicense. The project builds fine in Visual Studio. Any idea on how to fix this or where to look?
