Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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