AssemblyInfo.cs 1003 B

123456789101112131415161718192021222324252627282930
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using Xamarin.Forms.Xaml;
  4. [assembly: AssemblyTitle("MyWeather")]
  5. [assembly: AssemblyDescription("")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyProduct("")]
  9. [assembly: AssemblyCopyright("James Montemagno")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: AssemblyCulture("")]
  12. //Xamarin.Forms pre-compiled XAML
  13. //For iOS/Android
  14. //[assembly: XamlCompilation(XamlCompilationOptions.Compile)]
  15. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  16. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  17. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
  18. [assembly: AssemblyVersion("1.0.*")]
  19. // The following attributes are used to specify the signing key for the assembly,
  20. // if desired. See the Mono documentation for more information about signing.
  21. //[assembly: AssemblyDelaySign(false)]
  22. //[assembly: AssemblyKeyFile("")]