|
Britbot
|
00001 #region Usings 00002 00003 using System.Reflection; 00004 using System.Runtime.InteropServices; 00005 00006 #endregion 00007 00008 // General Information about an assembly is controlled through the following 00009 // set of attributes. Change these attribute values to modify the information 00010 // associated with an assembly. 00011 00012 [assembly: AssemblyTitle("Britbot")] 00013 [assembly: AssemblyDescription("")] 00014 [assembly: AssemblyConfiguration("")] 00015 [assembly: AssemblyCompany("")] 00016 [assembly: AssemblyProduct("Britbot")] 00017 [assembly: AssemblyCopyright("Copyright © 2015")] 00018 [assembly: AssemblyTrademark("")] 00019 [assembly: AssemblyCulture("")] 00020 00021 // Setting ComVisible to false makes the types in this assembly not visible 00022 // to COM components. If you need to access a type in this assembly from 00023 // COM, set the ComVisible attribute to true on that type. 00024 00025 [assembly: ComVisible(false)] 00026 00027 // The following GUID is for the Id of the typelib if this project is exposed to COM 00028 00029 [assembly: Guid("c7f4998b-b3d7-4ceb-bedb-f26fbcc7f794")] 00030 00031 // Version information for an assembly consists of the following four values: 00032 // 00033 // Major Version 00034 // Minor Version 00035 // Build Number 00036 // Revision 00037 // 00038 // You can specify all the values or you can default the Build and Revision Numbers 00039 // by using the '*' as shown below: 00040 // [assembly: AssemblyVersion("1.0.*")] 00041 00042 [assembly: AssemblyVersion("1.0.0.0")] 00043 [assembly: AssemblyFileVersion("1.0.0.0")]
1.7.6.1