// RelatedProgramThe general information of the set is passed through the following attribute set // Control. You can modify these attribute values. // Information associated with the Assembly. [Assembly: assemblytitle ( " Server " )] [Assembly: assemblydescription ( "" )] [Assembly: assemblyconfiguration ( "" )] [Assembly: assemblycompany ( " Dell " )] [Assembly: assemblyproduct ( " " )] [Assembly: assemblycopyright ( " Copyright (c) " )] [Assembly: assemblytrademark ( "" )] [Assembly: assemblyculture ( "" )] // Set comvisible to false to make the type in this Assembly // COM components are invisible. If you need to access the types in this Assembly from com, // Set the comvisible attribute of this type to true. [Assembly: comvisible ( False )] // If this project is made public to com, the following GUID is used for the ID of the Type Library [Assembly: GUID ( " 813c1f34-4cab-4c5c-8f56-a3219f70ad3e " )] // The Assembly version information consists of the following four values: // // Main version // Next version // Internal version number // Revision No. // [Assembly: assemblyversion ( " 2.0.0.0 " )] [Assembly: assemblyfileversion ( " 2.0.0.0 " )] [Assembly: neutralresourceslanguageattribute ( "" )]