diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-12 07:58:31 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-07-12 07:58:31 -0700 |
commit | fdae405e2ec768d3e61ca95b610c31a3a5a73ace (patch) | |
tree | f210de5487aaca8353a9d0b91ff93b400d917cc6 | |
parent | 397a95b343be52fdb97c4c745934deee2e850943 (diff) | |
download | DotNetOpenAuth-fdae405e2ec768d3e61ca95b610c31a3a5a73ace.zip DotNetOpenAuth-fdae405e2ec768d3e61ca95b610c31a3a5a73ace.tar.gz DotNetOpenAuth-fdae405e2ec768d3e61ca95b610c31a3a5a73ace.tar.bz2 |
Removed redundant tag prefix definitions.
-rw-r--r-- | src/DotNetOpenAuth.Messaging/Properties/AssemblyInfo.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth.Messaging/Properties/AssemblyInfo.cs index 84f899b..5088657 100644 --- a/src/DotNetOpenAuth.Messaging/Properties/AssemblyInfo.cs +++ b/src/DotNetOpenAuth.Messaging/Properties/AssemblyInfo.cs @@ -18,10 +18,6 @@ using System.Security.Permissions; using System.Web.UI; [assembly: TagPrefix("DotNetOpenAuth", "dnoa")] -[assembly: TagPrefix("DotNetOpenAuth.OAuth", "oauth")] -[assembly: TagPrefix("DotNetOpenAuth.OpenId", "openid")] -[assembly: TagPrefix("DotNetOpenAuth.OpenId.Provider", "op")] -[assembly: TagPrefix("DotNetOpenAuth.OpenId.RelyingParty", "rp")] // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information |