Merge pull request #2977 from BrzVlad/fix-major-log2
[mono.git] / mcs / class / referencesource / System.Web.Entity / AssemblyInfo.cs
1 //---------------------------------------------------------------------
2 // <copyright file="EntityDataSource.cs" company="Microsoft">
3 //      Copyright (c) Microsoft Corporation.  All rights reserved.
4 // </copyright>
5 //
6 // @owner       barryfr
7 // @backupOwner cmeek
8 //---------------------------------------------------------------------
9
10 // Ensures that this library never satisfies a link demand by virtue of being a GACed
11 // assembly and ensures that any attempts to elevate privileges (through an assert
12 // for instance) will result in an FxCop violation.
13 // 
14 // For details on this attribute, see http://msdn2.microsoft.com/en-us/library/bb397858.aspx
15 [assembly: System.Security.SecurityTransparent]
16
17 // Opts into loading designer-specific icons from the same assembly
18 [assembly:System.Drawing.BitmapSuffixInSameAssembly]