Added AllowPartialTrustedCallers attribute.

This commit is contained in:
the_fiddler 2009-09-06 14:19:52 +00:00
parent fd70497785
commit ccda66e0a8
3 changed files with 4 additions and 3 deletions

View file

@ -34,8 +34,8 @@ using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion("0.9.9.2")]
[assembly: System.CLSCompliant(true)]
[assembly: System.Security.AllowPartiallyTrustedCallers]
#if SIGN_ASSEMBLY
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
#endif

View file

@ -36,8 +36,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion("0.9.9.2")]
[assembly: System.CLSCompliant(true)]
[assembly: System.Security.AllowPartiallyTrustedCallers]
#if SIGN_ASSEMBLY
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
#endif

View file

@ -36,8 +36,8 @@ using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion("0.9.9.2")]
[assembly: CLSCompliant(true)]
[assembly: System.Security.AllowPartiallyTrustedCallers]
#if SIGN_ASSEMBLY
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
#endif