diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-31 19:43:46 -0600 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-31 19:43:46 -0600 |
commit | 4a25e81697e3e68bb617fd6feb07c2beed623bfc (patch) | |
tree | c2db7425f5a1ed49dc0b328132566cf2c458e384 /src/DotNetOpenAuth.InfoCard/Properties | |
parent | 05a1330202d6e5b09b1b259dd10f7c719322f04e (diff) | |
download | DotNetOpenAuth-4a25e81697e3e68bb617fd6feb07c2beed623bfc.zip DotNetOpenAuth-4a25e81697e3e68bb617fd6feb07c2beed623bfc.tar.gz DotNetOpenAuth-4a25e81697e3e68bb617fd6feb07c2beed623bfc.tar.bz2 |
Split up InfoCard into two assemblies.
Diffstat (limited to 'src/DotNetOpenAuth.InfoCard/Properties')
-rw-r--r-- | src/DotNetOpenAuth.InfoCard/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.InfoCard/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth.InfoCard/Properties/AssemblyInfo.cs index aade2c4..6ef892d 100644 --- a/src/DotNetOpenAuth.InfoCard/Properties/AssemblyInfo.cs +++ b/src/DotNetOpenAuth.InfoCard/Properties/AssemblyInfo.cs @@ -17,8 +17,6 @@ using System.Security; using System.Security.Permissions; using System.Web.UI; -[assembly: TagPrefix("DotNetOpenAuth.InfoCard", "ic")] - // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. @@ -48,7 +46,9 @@ using System.Web.UI; // keep this assembly from being useful to shared host (medium trust) web sites. [assembly: AllowPartiallyTrustedCallers] +[assembly: InternalsVisibleTo("DotNetOpenAuth.InfoCard.UI, PublicKey=0024000004800000940000000602000000240000525341310004000001000100AD093C3765257C89A7010E853F2C7C741FF92FA8ACE06D7B8254702CAD5CF99104447F63AB05F8BB6F51CE0D81C8C93D2FCE8C20AAFF7042E721CBA16EAAE98778611DED11C0ABC8900DC5667F99B50A9DADEC24DBD8F2C91E3E8AD300EF64F1B4B9536CEB16FB440AF939F57624A9B486F867807C649AE4830EAB88C6C03998")] [assembly: InternalsVisibleTo("DotNetOpenAuth.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100AD093C3765257C89A7010E853F2C7C741FF92FA8ACE06D7B8254702CAD5CF99104447F63AB05F8BB6F51CE0D81C8C93D2FCE8C20AAFF7042E721CBA16EAAE98778611DED11C0ABC8900DC5667F99B50A9DADEC24DBD8F2C91E3E8AD300EF64F1B4B9536CEB16FB440AF939F57624A9B486F867807C649AE4830EAB88C6C03998")] #else +[assembly: InternalsVisibleTo("DotNetOpenAuth.InfoCard.UI")] [assembly: InternalsVisibleTo("DotNetOpenAuth.Test")] #endif |