diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-09 11:55:50 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-09 11:55:50 +0100 |
| commit | c4c0f3c887d627b6432551e96009c7aeecd4cdd8 (patch) | |
| tree | 208a7102e9b9a82f66d3d2f89c441fb8f24ab11a /Penguloon/Resources/Resource.Designer.cs | |
| parent | 1cd8dec6c45c6868e17f3383b558dd30fd7ce05d (diff) | |
Add project files.
Diffstat (limited to 'Penguloon/Resources/Resource.Designer.cs')
| -rw-r--r-- | Penguloon/Resources/Resource.Designer.cs | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/Penguloon/Resources/Resource.Designer.cs b/Penguloon/Resources/Resource.Designer.cs new file mode 100644 index 0000000..d408e93 --- /dev/null +++ b/Penguloon/Resources/Resource.Designer.cs @@ -0,0 +1,65 @@ +//------------------------------------------------------------------------------ +// <auto-generated> +// This code was generated by a tool. +// Runtime Version:4.0.30319.269 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// </auto-generated> +//------------------------------------------------------------------------------ + +namespace Penguloon +{ + + + public partial class Resource + { + + public partial class Attribute + { + + private Attribute() + { + } + } + + public partial class Drawable + { + + // aapt resource value: 0x7f020000 + public const int Icon = 2130837504; + + // aapt resource value: 0x7f020001 + public const int Splash = 2130837505; + + private Drawable() + { + } + } + + public partial class String + { + + // aapt resource value: 0x7f030001 + public const int ApplicationName = 2130903041; + + // aapt resource value: 0x7f030000 + public const int Hello = 2130903040; + + private String() + { + } + } + + public partial class Style + { + + // aapt resource value: 0x7f040000 + public const int Theme_Splash = 2130968576; + + private Style() + { + } + } + } +} |
