using System; using System.Reflection; using System.Resources; using System.Runtime.InteropServices; [assembly: AssemblyTitle("PleaseIgnore.IntelMap Unit Tests")] [assembly: AssemblyDescription("Unit tests for the PleaseIgnore.IntelMap assembly")] [assembly: AssemblyCompany(ProductInfo.CompanyName)] [assembly: AssemblyProduct(ProductInfo.ProductName)] [assembly: AssemblyCopyright(ProductInfo.CopyrightText)] [assembly: AssemblyTrademark("")] [assembly: AssemblyVersion(ProductInfo.ProductVersionPrefix + "0.0")] [assembly: AssemblyInformationalVersion(ProductInfo.ProductVersion)] [assembly: AssemblyFileVersion(ProductInfo.ProductVersion)] [assembly: AssemblyConfiguration(ProductInfo.Configuration)] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en-US")] [assembly: ComVisible(false)] [assembly: Guid("486fe3a8-9cb3-4437-ba60-00acdfd8e734")] [assembly: CLSCompliant(true)]