AssemblyInfo.cs 1.1 KB

1234567891011121314151617181920212223242526272829
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("PRS.Mobile.iOS")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("CompanyName")]
  11. [assembly: AssemblyProduct("PRS.Mobile.iOS")]
  12. [assembly: AssemblyCopyright("Copyright © CompanyName Year")]
  13. [assembly: AssemblyTrademark("CompanyTrademark")]
  14. [assembly: AssemblyCulture("")]
  15. [assembly: ComVisible(false)]
  16. // Version information for an assembly consists of the following four values:
  17. //
  18. // Major Version
  19. // Minor Version
  20. // Build Number
  21. // Revision
  22. //
  23. // You can specify all the values or you can default the Build and Revision Numbers
  24. // by using the '*' as shown below:
  25. // [assembly: AssemblyVersion("1.0.*")]
  26. [assembly: AssemblyVersion("1.0.0.0")]
  27. [assembly: AssemblyFileVersion("1.0.0.0")]