gyorgy@0: using System.Reflection; gyorgy@0: using System.Runtime.CompilerServices; gyorgy@0: using System.Runtime.InteropServices; gyorgy@0: gyorgy@0: // General Information about an assembly is controlled through the following gyorgy@0: // set of attributes. Change these attribute values to modify the information gyorgy@0: // associated with an assembly. gyorgy@0: [assembly: AssemblyTitle("SilverlightMediaElement")] gyorgy@0: [assembly: AssemblyDescription("Silverlight player for http://mediaelementjs.com/")] gyorgy@0: [assembly: AssemblyConfiguration("")] gyorgy@0: [assembly: AssemblyCompany("John Dyer")] gyorgy@0: [assembly: AssemblyProduct("SilverlightMediaElement")] gyorgy@0: [assembly: AssemblyCopyright("Copyright 2010 John Dyer")] gyorgy@0: [assembly: AssemblyTrademark("")] gyorgy@0: [assembly: AssemblyCulture("")] gyorgy@0: gyorgy@0: // Setting ComVisible to false makes the types in this assembly not visible gyorgy@0: // to COM components. If you need to access a type in this assembly from gyorgy@0: // COM, set the ComVisible attribute to true on that type. gyorgy@0: [assembly: ComVisible(false)] gyorgy@0: gyorgy@0: // The following GUID is for the ID of the typelib if this project is exposed to COM gyorgy@0: [assembly: Guid("29fe7094-d10f-4359-8abb-1c76971133a4")] gyorgy@0: gyorgy@0: // Version information for an assembly consists of the following four values: gyorgy@0: // gyorgy@0: // Major Version gyorgy@0: // Minor Version gyorgy@0: // Build Number gyorgy@0: // Revision gyorgy@0: // gyorgy@0: // You can specify all the values or you can default the Revision and Build Numbers gyorgy@0: // by using the '*' as shown below: gyorgy@0: [assembly: AssemblyVersion("1.0.0.0")] gyorgy@0: [assembly: AssemblyFileVersion("1.0.0.0")]