~zeitgeist-sharp/zeitgeist-sharp/trunk-0-2

« back to all changes in this revision

Viewing changes to Zeitgeist/AssemblyInfo.cs

  • Committer: Manish Sinha
  • Date: 2011-01-19 20:24:57 UTC
  • Revision ID: manishsinha.tech@gmail.com-20110119202457-u0n87kc7aldrctn0
Fix the delay signing problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
// if desired. See the Mono documentation for more information about signing.
24
24
 
25
25
//[assembly: AssemblyDelaySign(false)]
26
 
//[assembly: AssemblyKeyFile("")]
 
26
[assembly: AssemblyKeyFile("zeitgeist-sharp.snk")]
27
27