I managed to use ILMerge to merge all the assemblies I have in my project into a single assembly, but the problem is there doesn't seem to be a way to sign the merged assembly.
Is there some sort of command line option or command that I can run that would let me add a strong name to the merged assembly generated by ILMerge?