Resource.Designer.cs 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #pragma warning disable 1591
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. [assembly: global::Android.Runtime.ResourceDesignerAttribute("Avalonia.Android.Resource", IsApplication=false)]
  12. namespace Avalonia.Android
  13. {
  14. [System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
  15. public partial class Resource
  16. {
  17. static Resource()
  18. {
  19. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  20. }
  21. public partial class Attribute
  22. {
  23. static Attribute()
  24. {
  25. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  26. }
  27. private Attribute()
  28. {
  29. }
  30. }
  31. public partial class String
  32. {
  33. // aapt resource value: 0x7f020001
  34. public static int ApplicationName = 2130837505;
  35. // aapt resource value: 0x7f020000
  36. public static int Hello = 2130837504;
  37. static String()
  38. {
  39. global::Android.Runtime.ResourceIdManager.UpdateIdValues();
  40. }
  41. private String()
  42. {
  43. }
  44. }
  45. }
  46. }
  47. #pragma warning restore 1591