Monday, November 6, 2017

Unable to find manifest signing certificate in the certificate store

I got this message, when i move project source code to another machine.
To sole this, remove below tags from .csproj file

<manifestcertificatethumbprint>...</manifestcertificatethumbprint>
<manifestkeyfile>...</manifestkeyfile>
<generatemanifests>...</generatemanifests> 
<signmanifests>...</signmanifests>

I Built a New Kind of Number Puzzle Game (And You Can Play It Free)

 For a long time, I wanted to play a mobile puzzle game that felt genuinely strategic—something that required real brainpower, skipped the a...