AssemblyInfo.cs 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Information about this assembly is defined by the following
  4. // attributes.
  5. //
  6. // change them to the information which is associated with the assembly
  7. // you compile.
  8. [assembly: AssemblyTitle("")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("")]
  13. [assembly: AssemblyCopyright("")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. // The assembly version has following format :
  17. //
  18. // Major.Minor.Build.Revision
  19. //
  20. // You can specify all values by your own or you can build default build and revision
  21. // numbers with the '*' character (the default):
  22. [assembly: AssemblyVersion("1.0.*")]
  23. // The following attributes specify the key for the sign of your assembly. See the
  24. // .NET Framework documentation for more information about signing.
  25. // This is not required, if you don't want signing let these attributes like they're.
  26. [assembly: AssemblyDelaySign(false)]
  27. [assembly: AssemblyKeyFile("")]