If I use
Assembly.LoadFrom("My.Referenced.Project.dll");
in a test, where the test assembly has this project referenced, do I need to explicitly include this dll in assemblies to copy for the NCrunch configuration, or can I somehow get the assembly loaded in a better way?