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.
 
 
 
 
 
 

31 lines
1.0 KiB

  1. // AssemblyInfo.cs created with MonoDevelop
  2. // User: sam at 10:31 AM 9/2/2008
  3. //
  4. // To change standard headers go to Edit->Preferences->Coding->Standard Headers
  5. //
  6. using System.Reflection;
  7. using System.Runtime.CompilerServices;
  8. // Information about this assembly is defined by the following attributes.
  9. // Change them to the values specific to your project.
  10. [assembly: AssemblyTitle("Pimp")]
  11. [assembly: AssemblyDescription("")]
  12. [assembly: AssemblyConfiguration("")]
  13. [assembly: AssemblyCompany("")]
  14. [assembly: AssemblyProduct("")]
  15. [assembly: AssemblyCopyright("")]
  16. [assembly: AssemblyTrademark("")]
  17. [assembly: AssemblyCulture("")]
  18. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  19. // If the build and revision are set to '*' they will be updated automatically.
  20. [assembly: AssemblyVersion("1.0.*.*")]
  21. // The following attributes are used to specify the signing key for the assembly,
  22. // if desired. See the Mono documentation for more information about signing.
  23. [assembly: AssemblyDelaySign(false)]
  24. [assembly: AssemblyKeyFile("")]