Add conditional compilation for assembly signature.
This commit is contained in:
parent
8a9ee45b22
commit
e29c681f11
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue