In other posts, e.g.
Why are signed assemblies slow to load?
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?