Resource.designer.cs 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. // ------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Mono Runtime Version: 4.0.30319.1
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. // ------------------------------------------------------------------------------
  10. namespace MonoGame.Samples.VideoPlayer
  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 Layout
  31. {
  32. // aapt resource value: 0x7f030000
  33. public const int Main = 2130903040;
  34. private Layout()
  35. {
  36. }
  37. }
  38. public partial class String
  39. {
  40. // aapt resource value: 0x7f040000
  41. public const int app_name = 2130968576;
  42. private String()
  43. {
  44. }
  45. }
  46. public partial class Style
  47. {
  48. // aapt resource value: 0x7f050000
  49. public const int Theme_Splash = 2131034112;
  50. private Style()
  51. {
  52. }
  53. }
  54. }
  55. }