Resource.Designer.cs 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.269
  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 Deferred
  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 String
  31. {
  32. // aapt resource value: 0x7f030001
  33. public const int ApplicationName = 2130903041;
  34. // aapt resource value: 0x7f030000
  35. public const int Hello = 2130903040;
  36. private String()
  37. {
  38. }
  39. }
  40. public partial class Style
  41. {
  42. // aapt resource value: 0x7f040000
  43. public const int Theme_Splash = 2130968576;
  44. private Style()
  45. {
  46. }
  47. }
  48. }
  49. }