您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

25 行
914 B

  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. [assembly: AssemblyTitle("VsLol")]
  5. [assembly: AssemblyDescription("Lol Engine Productivity Tools")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("Lol")]
  8. [assembly: AssemblyProduct("VsLol")]
  9. [assembly: AssemblyCopyright("Copyright © Sam Hocevar 2012")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: AssemblyCulture("")]
  12. // Setting ComVisible to false makes the types in this assembly not visible
  13. // to COM components. If you need to access a type in this assembly from
  14. // COM, set the ComVisible attribute to true on that type.
  15. [assembly: ComVisible(false)]
  16. // The following GUID is for the ID of the typelib if this project is exposed to COM
  17. [assembly: Guid("58968f91-edb8-4a4c-9f4f-ba39fdb4a21a")]
  18. [assembly: AssemblyVersion("1.0.0.1")]
  19. [assembly: AssemblyFileVersion("1.0.0.1")]