In other posts, e.g.
http://stackoverflow.com/questions/1618596/why-are-signed-assemblies-slow-to-load/2059410#2059410
it is shown how to avoid checking of signed assemblies when an app runs in a non- or slow-connected environment, by using the generatePublisherEvidence tag in the app's config file.
Good for the app users, but what about the developer? It seems my app builds very slowly under the same circumstances, and the config file approach doesn't help. Is there a relevant project build setting?