Removing security attributes conflicting with dynamic compilation.

BuildManager.GetCompiledAssembly will generate an AssemblyInfo.cs file which
will get compiled with the project, but create a conflict as two SecurityRules
attributes can't be defined at the same time. For VS 11 Beta compatibility.

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-04-23 12:30:01 -07:00
parent 17b07cb4a1
commit 326c8df745
42 changed files with 48 additions and 49 deletions

View File

@@ -32,4 +32,4 @@ using System.Security;
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.0")]
[assembly: AssemblyFileVersion("1.4.0")]
[assembly: SecurityRules(SecurityRuleSet.Level2)]