Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Strong-name signed JanRain assembly so it can be referenced from othe…
Browse files Browse the repository at this point in the history
…r strong-named assemblies.

darcs-hash:20070103041119-07487-8c0cca8ff54be83f4f4f803cf72fd05e22c6f5b5.gz
  • Loading branch information
AArnott committed Jan 3, 2007
1 parent f264d17 commit 588e0c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openid/assembly.boo
@@ -0,0 +1,6 @@
import System.Reflection;

[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("..\\public.snk")]
[assembly: AssemblyKeyName("")]

Binary file added public.snk
Binary file not shown.

0 comments on commit 588e0c0

Please sign in to comment.