Crossplatform App der Caritas (Versuch).
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

AssemblyInfo.cs 1.1KB

12345678910111213141516171819202122232425262728293031
  1. using System.Resources;
  2. using System.Reflection;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. [assembly: AssemblyTitle("CaritasApp.UWP")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("")]
  12. [assembly: AssemblyProduct("CaritasApp.UWP")]
  13. [assembly: AssemblyCopyright("Copyright © 2015")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  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")]
  28. [assembly: ComVisible(false)]
  29. [assembly: NeutralResourcesLanguageAttribute("en")]