Resource.designer.cs 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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.Primitives.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. private Drawable()
  25. {
  26. }
  27. }
  28. public partial class Layout
  29. {
  30. // aapt resource value: 0x7f030000
  31. public const int Main = 2130903040;
  32. private Layout()
  33. {
  34. }
  35. }
  36. public partial class String
  37. {
  38. // aapt resource value: 0x7f040000
  39. public const int app_name = 2130968576;
  40. private String()
  41. {
  42. }
  43. }
  44. }
  45. }