From: <pb...@us...> - 2007-03-27 10:23:57
|
Revision: 233 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=233&view=rev Author: pbb72 Date: 2007-03-27 03:23:29 -0700 (Tue, 27 Mar 2007) Log Message: ----------- added AssemblyInfo Added Paths: ----------- trunk/plugins/Documentation plugin/Properties/ trunk/plugins/Documentation plugin/Properties/AssemblyInfo.cs Added: trunk/plugins/Documentation plugin/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/Documentation plugin/Properties/AssemblyInfo.cs (rev 0) +++ trunk/plugins/Documentation plugin/Properties/AssemblyInfo.cs 2007-03-27 10:23:29 UTC (rev 233) @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +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("Documentation")] +[assembly: AssemblyDescription("MediaPortal Documentation Plugin")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Peter Bremer")] +[assembly: AssemblyProduct("Documentation")] +[assembly: AssemblyCopyright("Copyright \xA9 2007")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("dfa46817-9ad5-47d0-b442-4150769a8e1b")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |