From 39ab39f6cb80d6eba22dfd3b91bc1cf71bd4ced7 Mon Sep 17 00:00:00 2001 From: azazel Date: Mon, 9 Aug 2010 00:01:35 +0600 Subject: Source code for the scripts converter. NOTE: It is pretty straighforward and ugly, so make sure you check all the changes it does. :P --HG-- branch : trunk --- .../ScriptConverter/Properties/AssemblyInfo.cs | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs (limited to 'contrib/ScriptsConverter/ScriptConverter/Properties') diff --git a/contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs b/contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs new file mode 100644 index 00000000000..c9f40d55658 --- /dev/null +++ b/contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +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("ScriptConverter")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("ScriptConverter")] +[assembly: AssemblyCopyright("Copyright © 2010")] +[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("39b64a0a-a460-4177-925f-b9bdda4f2a1d")] + +// 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 Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] -- cgit v1.2.3