diff options
Diffstat (limited to 'src/DotNetOpenAuth.AspNet/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/DotNetOpenAuth.AspNet/Properties/AssemblyInfo.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/DotNetOpenAuth.AspNet/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth.AspNet/Properties/AssemblyInfo.cs index 15b7d9e..f1b7f25 100644 --- a/src/DotNetOpenAuth.AspNet/Properties/AssemblyInfo.cs +++ b/src/DotNetOpenAuth.AspNet/Properties/AssemblyInfo.cs @@ -13,15 +13,8 @@ using System.Runtime.InteropServices; // 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. -[assembly: AssemblyTitle("DotNetOpenAuth.AspNet")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Microsoft")] -[assembly: AssemblyProduct("DotNetOpenAuth.AspNet")] [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: NeutralResourcesLanguage("en-US")] [assembly: CLSCompliant(true)] // Setting ComVisible to false makes the types in this assembly not visible |