Add conditional compilation for assembly signature.

This commit is contained in:
the_fiddler 2009-09-04 12:45:58 +00:00
parent 8a9ee45b22
commit e29c681f11

View file

@ -32,4 +32,6 @@ using System.Runtime.InteropServices;
[assembly: AssemblyVersion("0.9.9.2")]
[assembly: AssemblyFileVersion("0.9.9.2")]
#if SIGN_ASSEMBLY
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
#endif