mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-08 15:50:55 +00:00
Added AllowPartialTrustedCallers attribute.
This commit is contained in:
parent
fd70497785
commit
ccda66e0a8
|
@ -34,8 +34,8 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||||
|
|
||||||
[assembly: System.CLSCompliant(true)]
|
[assembly: System.CLSCompliant(true)]
|
||||||
|
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||||
|
|
||||||
#if SIGN_ASSEMBLY
|
#if SIGN_ASSEMBLY
|
||||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||||
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
|
|
||||||
#endif
|
#endif
|
|
@ -36,8 +36,9 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||||
|
|
||||||
[assembly: System.CLSCompliant(true)]
|
[assembly: System.CLSCompliant(true)]
|
||||||
|
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||||
|
|
||||||
|
|
||||||
#if SIGN_ASSEMBLY
|
#if SIGN_ASSEMBLY
|
||||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||||
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
|
|
||||||
#endif
|
#endif
|
|
@ -36,8 +36,8 @@ using System.Runtime.InteropServices;
|
||||||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||||
|
|
||||||
[assembly: CLSCompliant(true)]
|
[assembly: CLSCompliant(true)]
|
||||||
|
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||||
|
|
||||||
#if SIGN_ASSEMBLY
|
#if SIGN_ASSEMBLY
|
||||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||||
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in a new issue