Medium Trust: Making orchard assemblies security transparent.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-11-05 13:40:05 -07:00
parent 6307a4df0b
commit d2ee9ea8e6
27 changed files with 81 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@@ -31,4 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: AssemblyFileVersion("0.8.0")]
[assembly: SecurityTransparent]