No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AssemblyInfo.cs 993B

1234567891011121314151617181920212223242526
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. // Information about this assembly is defined by the following attributes.
  4. // Change them to the values specific to your project.
  5. [assembly: AssemblyTitle("monitor")]
  6. [assembly: AssemblyDescription("")]
  7. [assembly: AssemblyConfiguration("")]
  8. [assembly: AssemblyCompany("")]
  9. [assembly: AssemblyProduct("")]
  10. [assembly: AssemblyCopyright("${AuthorCopyright}")]
  11. [assembly: AssemblyTrademark("")]
  12. [assembly: AssemblyCulture("")]
  13. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  14. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  15. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
  16. [assembly: AssemblyVersion("1.0.*")]
  17. // The following attributes are used to specify the signing key for the assembly,
  18. // if desired. See the Mono documentation for more information about signing.
  19. //[assembly: AssemblyDelaySign(false)]
  20. //[assembly: AssemblyKeyFile("")]