using SmartAssembly.Attributes; using System.Reflection; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Media Player")] [assembly: AssemblyCopyright("Copyright © Microsoft 2010")] [assembly: PoweredBy("Powered by {smartassembly}")] [assembly: AssemblyCompany("Microsoft")] [assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyProduct("Media Player")] [assembly: Guid("47dbf2b9-d51b-4b30-ad47-d3a2cd5e8f11")] [assembly: AssemblyVersion("1.0.0.0")]