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