Jypeli 10
The simple game programming library
Resource.designer.cs
Siirry tämän tiedoston dokumentaatioon.
1#pragma warning disable 1591
2//------------------------------------------------------------------------------
3// <auto-generated>
4// This code was generated by a tool.
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
11[assembly: global::Android.Runtime.ResourceDesignerAttribute("Jypeli.Resource", IsApplication=false)]
12
13namespace Jypeli
14{
15
16
17 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
18 public partial class Resource
19 {
20
21 static Resource()
22 {
23 global::Android.Runtime.ResourceIdManager.UpdateIdValues();
24 }
25
26 public partial class Attribute
27 {
28
29 static Attribute()
30 {
31 global::Android.Runtime.ResourceIdManager.UpdateIdValues();
32 }
33
34 private Attribute()
35 {
36 }
37 }
38 }
39}
40#pragma warning restore 1591