diff options
author | azazel <none@none> | 2010-08-09 00:01:35 +0600 |
---|---|---|
committer | azazel <none@none> | 2010-08-09 00:01:35 +0600 |
commit | 39ab39f6cb80d6eba22dfd3b91bc1cf71bd4ced7 (patch) | |
tree | 8be8aa1315b87320b40149971221bfc1d54f18f4 /contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs | |
parent | 1f80c7b3c056a791a7f0be52a6e188292d268b82 (diff) |
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
Diffstat (limited to 'contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs')
-rw-r--r-- | contrib/ScriptsConverter/ScriptConverter/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
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")] |