forked from MattRix/UnityDecompiled
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectImages.cs
More file actions
92 lines (69 loc) · 3.73 KB
/
ProjectImages.cs
File metadata and controls
92 lines (69 loc) · 3.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
internal class ProjectImages
{
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <phoneAppIcon>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <phoneMediumTile>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <phoneSmallTile>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <phoneSplashScreenImage>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <phoneStoreLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <phoneWideTile>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeLargeTile>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeSmallLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeSmallTile>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeSplashScreenImage>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeStoreLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeTileLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <storeTileWideLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpBadgeLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpSplashScreen>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpSquare150x150Logo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpSquare310x310Logo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpSquare44x44Logo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpSquare71x71Logo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpStoreLogo>k__BackingField;
[CompilerGenerated, DebuggerBrowsable(DebuggerBrowsableState.Never)]
private string <uwpWide310x150Logo>k__BackingField;
public string phoneAppIcon { get; set; }
public string phoneMediumTile { get; set; }
public string phoneSmallTile { get; set; }
public string phoneSplashScreenImage { get; set; }
public string phoneStoreLogo { get; set; }
public string phoneWideTile { get; set; }
public string storeLargeTile { get; set; }
public string storeSmallLogo { get; set; }
public string storeSmallTile { get; set; }
public string storeSplashScreenImage { get; set; }
public string storeStoreLogo { get; set; }
public string storeTileLogo { get; set; }
public string storeTileWideLogo { get; set; }
public string uwpBadgeLogo { get; set; }
public string uwpSplashScreen { get; set; }
public string uwpSquare150x150Logo { get; set; }
public string uwpSquare310x310Logo { get; set; }
public string uwpSquare44x44Logo { get; set; }
public string uwpSquare71x71Logo { get; set; }
public string uwpStoreLogo { get; set; }
public string uwpWide310x150Logo { get; set; }
}