AssemblyInfo.jsl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. import System.Reflection.*;
  2. import System.Runtime.CompilerServices.*;
  3. import System.Runtime.InteropServices.*;
  4. //
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. //
  9. /** @assembly AssemblyTitle("JWindowsApplication1") */
  10. /** @assembly AssemblyDescription("") */
  11. /** @assembly AssemblyCompany("TBNetworks") */
  12. /** @assembly AssemblyProduct("JWindowsApplication1") */
  13. /** @assembly AssemblyCopyright("Copyright © TBNetworks 2007") */
  14. /** @assembly AssemblyTrademark("") */
  15. /** @assembly AssemblyCulture("") */
  16. // The ComVisible attribute controls accessibility of an individual type
  17. // or member, or of all types within this assembly, from COM. To access
  18. // a type or member in this assembly from COM, set the ComVisible attribute
  19. // on that type or member to true.
  20. /** @assembly ComVisible(false) */
  21. //
  22. // Version information for an assembly consists of the following four values:
  23. //
  24. // Major Version
  25. // Minor Version
  26. // Build Number
  27. // Revision
  28. //
  29. /** @assembly AssemblyVersion("1.0.0.0") */