AssemblyInfo.cs 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. #region Using directives
  2. using System;
  3. using System.Reflection;
  4. using System.Runtime.InteropServices;
  5. #endregion
  6. // General Information about an assembly is controlled through the following
  7. // set of attributes. Change these attribute values to modify the information
  8. // associated with an assembly.
  9. [assembly: AssemblyTitle("DymWebForm")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("")]
  13. [assembly: AssemblyProduct("DymWebForm")]
  14. [assembly: AssemblyCopyright("Copyright 2015")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. // This sets the default COM visibility of types in the assembly to invisible.
  18. // If you need to expose a type to COM, use [ComVisible(true)] on that type.
  19. [assembly: ComVisible(false)]
  20. // The assembly version has following format :
  21. //
  22. // Major.Minor.Build.Revision
  23. //
  24. // You can specify all the values or you can use the default the Revision and
  25. // Build Numbers by using the '*' as shown below:
  26. [assembly: AssemblyVersion("1.0.*")]