AssemblyInfo.cs 999 B

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