Resource.Designer.cs 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.488
  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. namespace MonoGame.Samples.ChaseAndEvade.Android
  11. {
  12. public partial class Resource
  13. {
  14. public partial class Attribute
  15. {
  16. private Attribute()
  17. {
  18. }
  19. }
  20. public partial class Drawable
  21. {
  22. // aapt resource value: 0x7f020000
  23. public const int Icon = 2130837504;
  24. // aapt resource value: 0x7f020001
  25. public const int Splash = 2130837505;
  26. private Drawable()
  27. {
  28. }
  29. }
  30. public partial class Style
  31. {
  32. // aapt resource value: 0x7f030000
  33. public const int Theme_Splash = 2130903040;
  34. private Style()
  35. {
  36. }
  37. }
  38. }
  39. }