Set assembly information. net

Source: Internet
Author: User
//  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 (  "" )]

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.