-
Notifications
You must be signed in to change notification settings - Fork 4
/
MobilePluginTest.sln
123 lines (123 loc) · 9.39 KB
/
MobilePluginTest.sln
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.25807.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{8ABCAC3C-E985-4D36-89E1-872D73BFCEF3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Games", "Games", "{70341D6E-3020-4D83-AAA7-39F2380B5571}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UE4", "Intermediate\ProjectFiles\UE4.vcxproj", "{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MobilePluginTest", "Intermediate\ProjectFiles\MobilePluginTest.vcxproj", "{22F20E3A-4C88-431C-A949-97FEC81E47FB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
DebugGame Editor|Android = DebugGame Editor|Android
DebugGame Editor|HTML5 = DebugGame Editor|HTML5
DebugGame Editor|Win32 = DebugGame Editor|Win32
DebugGame Editor|Win64 = DebugGame Editor|Win64
DebugGame|Android = DebugGame|Android
DebugGame|HTML5 = DebugGame|HTML5
DebugGame|Win32 = DebugGame|Win32
DebugGame|Win64 = DebugGame|Win64
Development Editor|Android = Development Editor|Android
Development Editor|HTML5 = Development Editor|HTML5
Development Editor|Win32 = Development Editor|Win32
Development Editor|Win64 = Development Editor|Win64
Development|Android = Development|Android
Development|HTML5 = Development|HTML5
Development|Win32 = Development|Win32
Development|Win64 = Development|Win64
Shipping|Android = Shipping|Android
Shipping|HTML5 = Shipping|HTML5
Shipping|Win32 = Shipping|Win32
Shipping|Win64 = Shipping|Win64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|Android.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|Android.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|HTML5.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|HTML5.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|Win32.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|Win32.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|Win64.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame Editor|Win64.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|Android.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|Android.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|HTML5.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|HTML5.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|Win32.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|Win32.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|Win64.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.DebugGame|Win64.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|Android.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|Android.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|HTML5.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|HTML5.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|Win32.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|Win32.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|Win64.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development Editor|Win64.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|Android.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|Android.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|HTML5.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|HTML5.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|Win32.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|Win32.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|Win64.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Development|Win64.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|Android.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|Android.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|HTML5.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|HTML5.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|Win32.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|Win32.Build.0 = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|Win64.ActiveCfg = BuiltWithUnrealBuildTool|Win32
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5}.Shipping|Win64.Build.0 = BuiltWithUnrealBuildTool|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame Editor|Android.ActiveCfg = Android_DebugGame_Editor|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame Editor|HTML5.ActiveCfg = HTML5_DebugGame_Editor|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame Editor|Win32.ActiveCfg = DebugGame_Editor|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame Editor|Win64.ActiveCfg = DebugGame_Editor|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame Editor|Win64.Build.0 = DebugGame_Editor|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|Android.ActiveCfg = Android_DebugGame_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|Android.Build.0 = Android_DebugGame_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|HTML5.ActiveCfg = HTML5_DebugGame_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|HTML5.Build.0 = HTML5_DebugGame_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|Win32.ActiveCfg = DebugGame_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|Win32.Build.0 = DebugGame_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|Win64.ActiveCfg = DebugGame_Game|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.DebugGame|Win64.Build.0 = DebugGame_Game|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development Editor|Android.ActiveCfg = Android_Development_Editor|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development Editor|HTML5.ActiveCfg = HTML5_Development_Editor|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development Editor|Win32.ActiveCfg = Development_Editor|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development Editor|Win64.ActiveCfg = Development_Editor|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development Editor|Win64.Build.0 = Development_Editor|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|Android.ActiveCfg = Android_Development_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|Android.Build.0 = Android_Development_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|HTML5.ActiveCfg = HTML5_Development_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|HTML5.Build.0 = HTML5_Development_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|Win32.ActiveCfg = Development_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|Win32.Build.0 = Development_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|Win64.ActiveCfg = Development_Game|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Development|Win64.Build.0 = Development_Game|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|Android.ActiveCfg = Android_Shipping_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|Android.Build.0 = Android_Shipping_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|HTML5.ActiveCfg = HTML5_Shipping_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|HTML5.Build.0 = HTML5_Shipping_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|Win32.ActiveCfg = Shipping_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|Win32.Build.0 = Shipping_Game|Win32
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|Win64.ActiveCfg = Shipping_Game|x64
{22F20E3A-4C88-431C-A949-97FEC81E47FB}.Shipping|Win64.Build.0 = Shipping_Game|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{37BECC02-C3C3-40C5-AB4E-36E6FBDB15F5} = {8ABCAC3C-E985-4D36-89E1-872D73BFCEF3}
{22F20E3A-4C88-431C-A949-97FEC81E47FB} = {70341D6E-3020-4D83-AAA7-39F2380B5571}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15AA42CC-B94C-4390-96A8-BC4C146C8D10}
EndGlobalSection
EndGlobal