mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 10:20:59 +00:00
Add conditional compilation for assembly signature.
This commit is contained in:
parent
7f1371f8f6
commit
aa11568b72
|
@ -32,4 +32,6 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyVersion("0.9.9.2")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||
|
||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||
#if SIGN_ASSEMBLY
|
||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||
#endif
|
Loading…
Reference in a new issue