No, it's not needed. You can comment out these lines in all of the AssemblyInfo files:
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile(@"c:\thephile\Keys\ThePhile.snk")]
//[assembly: AssemblyKeyName("")]
It's only needed if you want to install an assembly in the GAC, and this isn't needed in ThePhile.
If you did want to use a strong key, you should make your own and not use the one provided.
Eric
|