erezak / libphonenumber-csharp

Forking original c# port
Apache License 2.0
198 stars 79 forks source link

Solution Fails To Build Without File PhoneNumbersKey.pfx That is Not Included #2

Closed kstreet closed 10 years ago

kstreet commented 11 years ago

VS will fail to build this solution with its current default settings because it expects to sign the libphonenumber-csharp-portable assembly.

The solution is to uncheck "Sign the assembly" under "Signing" in properties and build again.

I can submit a pull request with updated the sln file or update the readme file with this information if you do not wish to change this setting. Let me know which option you prefer.

erezak commented 10 years ago

This is purposeful, in order to make sure the Nugent package is correctly signed.