AssemblyInfo.cs 936 B

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