mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 17:05:37 +00:00
Added AllowPartialTrustedCallers attribute.
This commit is contained in:
parent
45c7bf145d
commit
8e9045ad54
|
@ -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