Resource.designer.cs 1.3 KB

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