GME
13
|
00001 using System.Reflection; 00002 using System.Runtime.CompilerServices; 00003 using System.Runtime.InteropServices; 00004 00005 // General Information about an assembly is controlled through the following 00006 // set of attributes. Change these attribute values to modify the information 00007 // associated with an assembly. 00008 [assembly: AssemblyTitle("MgaDotNetServices")] 00009 [assembly: AssemblyDescription("MgaDotNetServices")] 00010 [assembly: AssemblyConfiguration("")] 00011 [assembly: AssemblyCompany("ISIS, Vanderbilt University")] 00012 [assembly: AssemblyProduct("GME")] 00013 [assembly: AssemblyCopyright("Copyright © ISIS, Vanderbilt University 2010")] 00014 [assembly: AssemblyTrademark("")] 00015 [assembly: AssemblyCulture("")] 00016 00017 // Setting ComVisible to false makes the types in this assembly not visible 00018 // to COM components. If you need to access a type in this assembly from 00019 // COM, set the ComVisible attribute to true on that type. 00020 [assembly: ComVisible(true)] 00021 00022 // The following GUID is for the ID of the typelib if this project is exposed to COM 00023 [assembly: Guid("5f45c5d6-4e11-42fc-a558-cfa0b6c7bea6")] 00024 00025 // Version information for an assembly consists of the following four values: 00026 // 00027 // Major Version 00028 // Minor Version 00029 // Build Number 00030 // Revision 00031 // 00032 // You can specify all the values or you can default the Build and Revision Numbers 00033 // by using the '*' as shown below: 00034 // [assembly: AssemblyVersion("1.0.*")] 00035 [assembly: AssemblyVersion("1.0.0.0")] 00036 [assembly: AssemblyFileVersion("1.0.0.0")]