I want to strong-name a few projects in a solution and have created a PFX key file to do it. I would like to have only one copy of this file for easy management, so I added it as a solution item. However, when I try to link the file in a project through the Properties->Signing menu in Visual Studio, it creates a local copy of the key file.
What I would like to be able to do, is to reference the existing key file in the solution and sign each project with it, without copies of the key file being created.
Is there a way to do this?
