Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

WorkingWithWebview.sln 33 KB

You have to be logged in to leave a comment. Sign In
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 14
  4. VisualStudioVersion = 14.0.24720.0
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview", "WorkingWithWebview\WorkingWithWebview.csproj", "{F6B57CE3-8780-4D40-A34E-E430ECD36857}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview.iOS", "iOS\WorkingWithWebview.iOS.csproj", "{50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview.Android", "Android\WorkingWithWebview.Android.csproj", "{7AA328E0-970B-46E9-933A-7F15AEA0BB12}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview.WinPhone", "WinPhone\WorkingWithWebview.WinPhone.csproj", "{65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview.UWP", "UWP\WorkingWithWebview.UWP.csproj", "{76736035-279B-429C-8BD3-74A6C4AD2A32}"
  15. EndProject
  16. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithWebview.WinPhone81", "WinPhone81\WorkingWithWebview.WinPhone81.csproj", "{C4506723-F4BF-4858-A436-24EBD6529586}"
  17. EndProject
  18. Global
  19. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  20. Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
  21. Ad-Hoc|ARM = Ad-Hoc|ARM
  22. Ad-Hoc|iPhone = Ad-Hoc|iPhone
  23. Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
  24. Ad-Hoc|Mixed Platforms = Ad-Hoc|Mixed Platforms
  25. Ad-Hoc|x64 = Ad-Hoc|x64
  26. Ad-Hoc|x86 = Ad-Hoc|x86
  27. AppStore|Any CPU = AppStore|Any CPU
  28. AppStore|ARM = AppStore|ARM
  29. AppStore|iPhone = AppStore|iPhone
  30. AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
  31. AppStore|Mixed Platforms = AppStore|Mixed Platforms
  32. AppStore|x64 = AppStore|x64
  33. AppStore|x86 = AppStore|x86
  34. Debug|Any CPU = Debug|Any CPU
  35. Debug|ARM = Debug|ARM
  36. Debug|iPhone = Debug|iPhone
  37. Debug|iPhoneSimulator = Debug|iPhoneSimulator
  38. Debug|Mixed Platforms = Debug|Mixed Platforms
  39. Debug|x64 = Debug|x64
  40. Debug|x86 = Debug|x86
  41. Release|Any CPU = Release|Any CPU
  42. Release|ARM = Release|ARM
  43. Release|iPhone = Release|iPhone
  44. Release|iPhoneSimulator = Release|iPhoneSimulator
  45. Release|Mixed Platforms = Release|Mixed Platforms
  46. Release|x64 = Release|x64
  47. Release|x86 = Release|x86
  48. EndGlobalSection
  49. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  50. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  51. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  52. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
  53. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
  54. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
  55. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  56. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
  57. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
  58. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
  59. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
  60. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
  61. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  62. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|Any CPU.Build.0 = Release|Any CPU
  63. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|ARM.ActiveCfg = Release|Any CPU
  64. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
  65. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|iPhone.Build.0 = Debug|Any CPU
  66. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  67. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
  68. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
  69. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|x64.ActiveCfg = Debug|Any CPU
  70. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|x64.Build.0 = Debug|Any CPU
  71. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.AppStore|x86.ActiveCfg = Release|Any CPU
  72. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  73. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|Any CPU.Build.0 = Debug|Any CPU
  74. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|ARM.ActiveCfg = Debug|Any CPU
  75. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  76. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|iPhone.Build.0 = Debug|Any CPU
  77. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  78. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
  79. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
  80. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
  81. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|x64.ActiveCfg = Debug|Any CPU
  82. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|x64.Build.0 = Debug|Any CPU
  83. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Debug|x86.ActiveCfg = Debug|Any CPU
  84. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|Any CPU.ActiveCfg = Release|Any CPU
  85. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|Any CPU.Build.0 = Release|Any CPU
  86. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|ARM.ActiveCfg = Release|Any CPU
  87. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|iPhone.ActiveCfg = Release|Any CPU
  88. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|iPhone.Build.0 = Release|Any CPU
  89. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  90. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
  91. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
  92. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|Mixed Platforms.Build.0 = Release|Any CPU
  93. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|x64.ActiveCfg = Release|Any CPU
  94. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|x64.Build.0 = Release|Any CPU
  95. {F6B57CE3-8780-4D40-A34E-E430ECD36857}.Release|x86.ActiveCfg = Release|Any CPU
  96. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator
  97. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhoneSimulator
  98. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
  99. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
  100. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
  101. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
  102. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator
  103. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|Mixed Platforms.ActiveCfg = Ad-Hoc|iPhoneSimulator
  104. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|Mixed Platforms.Build.0 = Ad-Hoc|iPhoneSimulator
  105. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|Mixed Platforms.Deploy.0 = Ad-Hoc|iPhoneSimulator
  106. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhone
  107. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhoneSimulator
  108. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator
  109. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|ARM.ActiveCfg = AppStore|iPhoneSimulator
  110. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
  111. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|iPhone.Build.0 = AppStore|iPhone
  112. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
  113. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
  114. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator
  115. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|Mixed Platforms.ActiveCfg = AppStore|iPhoneSimulator
  116. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|Mixed Platforms.Build.0 = AppStore|iPhoneSimulator
  117. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|Mixed Platforms.Deploy.0 = AppStore|iPhoneSimulator
  118. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|x64.ActiveCfg = AppStore|iPhone
  119. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.AppStore|x86.ActiveCfg = AppStore|iPhoneSimulator
  120. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
  121. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
  122. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|ARM.ActiveCfg = Debug|iPhone
  123. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|iPhone.ActiveCfg = Debug|iPhone
  124. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|iPhone.Build.0 = Debug|iPhone
  125. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
  126. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
  127. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|Mixed Platforms.ActiveCfg = Debug|iPhone
  128. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|Mixed Platforms.Build.0 = Debug|iPhone
  129. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|Mixed Platforms.Deploy.0 = Debug|iPhone
  130. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|x64.ActiveCfg = Debug|iPhone
  131. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Debug|x86.ActiveCfg = Debug|iPhone
  132. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
  133. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
  134. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|ARM.ActiveCfg = Release|iPhone
  135. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|iPhone.ActiveCfg = Release|iPhone
  136. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|iPhone.Build.0 = Release|iPhone
  137. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
  138. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
  139. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|Mixed Platforms.ActiveCfg = Release|iPhone
  140. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|Mixed Platforms.Build.0 = Release|iPhone
  141. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|Mixed Platforms.Deploy.0 = Release|iPhone
  142. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|x64.ActiveCfg = Release|iPhone
  143. {50332781-3CB0-48F5-94C8-C5B6E7F6EBB4}.Release|x86.ActiveCfg = Release|iPhone
  144. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  145. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  146. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
  147. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
  148. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU
  149. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU
  150. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  151. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|Any CPU
  152. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|Mixed Platforms.Build.0 = Release|Any CPU
  153. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|Any CPU
  154. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
  155. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
  156. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
  157. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
  158. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  159. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|Any CPU.Build.0 = Release|Any CPU
  160. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
  161. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|ARM.ActiveCfg = Release|Any CPU
  162. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|iPhone.ActiveCfg = Debug|Any CPU
  163. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|iPhone.Build.0 = Debug|Any CPU
  164. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  165. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|Mixed Platforms.ActiveCfg = Release|Any CPU
  166. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|Mixed Platforms.Build.0 = Release|Any CPU
  167. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|Mixed Platforms.Deploy.0 = Release|Any CPU
  168. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|x64.ActiveCfg = Debug|Any CPU
  169. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|x64.Build.0 = Debug|Any CPU
  170. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|x64.Deploy.0 = Debug|Any CPU
  171. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.AppStore|x86.ActiveCfg = Release|Any CPU
  172. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  173. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|Any CPU.Build.0 = Debug|Any CPU
  174. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|ARM.ActiveCfg = Debug|Any CPU
  175. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  176. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|iPhone.Build.0 = Debug|Any CPU
  177. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  178. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
  179. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
  180. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
  181. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
  182. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|x64.ActiveCfg = Debug|Any CPU
  183. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|x64.Build.0 = Debug|Any CPU
  184. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|x64.Deploy.0 = Debug|Any CPU
  185. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Debug|x86.ActiveCfg = Debug|Any CPU
  186. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|Any CPU.ActiveCfg = Release|Any CPU
  187. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|Any CPU.Build.0 = Release|Any CPU
  188. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|ARM.ActiveCfg = Release|Any CPU
  189. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|iPhone.ActiveCfg = Release|Any CPU
  190. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|iPhone.Build.0 = Release|Any CPU
  191. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  192. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
  193. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
  194. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|Mixed Platforms.Build.0 = Release|Any CPU
  195. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|Mixed Platforms.Deploy.0 = Release|Any CPU
  196. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|x64.ActiveCfg = Release|Any CPU
  197. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|x64.Build.0 = Release|Any CPU
  198. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|x64.Deploy.0 = Release|Any CPU
  199. {7AA328E0-970B-46E9-933A-7F15AEA0BB12}.Release|x86.ActiveCfg = Release|Any CPU
  200. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  201. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  202. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
  203. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
  204. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|ARM.Build.0 = Release|ARM
  205. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
  206. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
  207. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  208. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86
  209. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86
  210. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86
  211. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
  212. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
  213. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
  214. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|x86.ActiveCfg = Release|x86
  215. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|x86.Build.0 = Release|x86
  216. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Ad-Hoc|x86.Deploy.0 = Release|x86
  217. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  218. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|Any CPU.Build.0 = Release|Any CPU
  219. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
  220. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|ARM.ActiveCfg = Release|ARM
  221. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|ARM.Build.0 = Release|ARM
  222. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|ARM.Deploy.0 = Release|ARM
  223. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|iPhone.ActiveCfg = Release|Any CPU
  224. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  225. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|Mixed Platforms.ActiveCfg = Release|x86
  226. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|Mixed Platforms.Build.0 = Release|x86
  227. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|Mixed Platforms.Deploy.0 = Release|x86
  228. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|x64.ActiveCfg = Debug|Any CPU
  229. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|x64.Build.0 = Debug|Any CPU
  230. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|x64.Deploy.0 = Debug|Any CPU
  231. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|x86.ActiveCfg = Release|x86
  232. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|x86.Build.0 = Release|x86
  233. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.AppStore|x86.Deploy.0 = Release|x86
  234. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  235. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|Any CPU.Build.0 = Debug|Any CPU
  236. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  237. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|ARM.ActiveCfg = Debug|ARM
  238. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|ARM.Build.0 = Debug|ARM
  239. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|ARM.Deploy.0 = Debug|ARM
  240. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  241. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  242. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
  243. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
  244. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|Mixed Platforms.Deploy.0 = Debug|Any CPU
  245. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|x64.ActiveCfg = Debug|Any CPU
  246. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|x64.Build.0 = Debug|Any CPU
  247. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|x64.Deploy.0 = Debug|Any CPU
  248. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|x86.ActiveCfg = Debug|x86
  249. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|x86.Build.0 = Debug|x86
  250. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Debug|x86.Deploy.0 = Debug|x86
  251. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|Any CPU.ActiveCfg = Release|Any CPU
  252. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|Any CPU.Build.0 = Release|Any CPU
  253. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|Any CPU.Deploy.0 = Release|Any CPU
  254. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|ARM.ActiveCfg = Release|ARM
  255. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|ARM.Build.0 = Release|ARM
  256. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|ARM.Deploy.0 = Release|ARM
  257. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|iPhone.ActiveCfg = Release|Any CPU
  258. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  259. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|Mixed Platforms.ActiveCfg = Release|x86
  260. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|Mixed Platforms.Build.0 = Release|x86
  261. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|Mixed Platforms.Deploy.0 = Release|x86
  262. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|x64.ActiveCfg = Release|Any CPU
  263. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|x64.Build.0 = Release|Any CPU
  264. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|x64.Deploy.0 = Release|Any CPU
  265. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|x86.ActiveCfg = Release|x86
  266. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|x86.Build.0 = Release|x86
  267. {65172CE1-04DD-4BD3-B8D1-A8A3B33CF617}.Release|x86.Deploy.0 = Release|x86
  268. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Any CPU.ActiveCfg = Release|x64
  269. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Any CPU.Build.0 = Release|x64
  270. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Any CPU.Deploy.0 = Release|x64
  271. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
  272. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|ARM.Build.0 = Release|ARM
  273. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
  274. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhone.ActiveCfg = Release|x64
  275. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhone.Build.0 = Release|x64
  276. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhone.Deploy.0 = Release|x64
  277. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64
  278. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64
  279. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64
  280. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86
  281. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86
  282. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86
  283. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x64.ActiveCfg = Release|x64
  284. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x64.Build.0 = Release|x64
  285. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x64.Deploy.0 = Release|x64
  286. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x86.ActiveCfg = Release|x86
  287. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x86.Build.0 = Release|x86
  288. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Ad-Hoc|x86.Deploy.0 = Release|x86
  289. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Any CPU.ActiveCfg = Release|x64
  290. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Any CPU.Build.0 = Release|x64
  291. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Any CPU.Deploy.0 = Release|x64
  292. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|ARM.ActiveCfg = Release|ARM
  293. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|ARM.Build.0 = Release|ARM
  294. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|ARM.Deploy.0 = Release|ARM
  295. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhone.ActiveCfg = Release|x64
  296. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhone.Build.0 = Release|x64
  297. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhone.Deploy.0 = Release|x64
  298. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64
  299. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhoneSimulator.Build.0 = Release|x64
  300. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64
  301. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Mixed Platforms.ActiveCfg = Release|x86
  302. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Mixed Platforms.Build.0 = Release|x86
  303. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|Mixed Platforms.Deploy.0 = Release|x86
  304. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x64.ActiveCfg = Release|x64
  305. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x64.Build.0 = Release|x64
  306. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x64.Deploy.0 = Release|x64
  307. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x86.ActiveCfg = Release|x86
  308. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x86.Build.0 = Release|x86
  309. {76736035-279B-429C-8BD3-74A6C4AD2A32}.AppStore|x86.Deploy.0 = Release|x86
  310. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Any CPU.ActiveCfg = Debug|x86
  311. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|ARM.ActiveCfg = Debug|ARM
  312. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|ARM.Build.0 = Debug|ARM
  313. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|ARM.Deploy.0 = Debug|ARM
  314. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|iPhone.ActiveCfg = Debug|x86
  315. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
  316. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  317. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Mixed Platforms.Build.0 = Debug|x86
  318. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
  319. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x64.ActiveCfg = Debug|x64
  320. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x64.Build.0 = Debug|x64
  321. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x64.Deploy.0 = Debug|x64
  322. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x86.ActiveCfg = Debug|x86
  323. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x86.Build.0 = Debug|x86
  324. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Debug|x86.Deploy.0 = Debug|x86
  325. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Any CPU.ActiveCfg = Release|x86
  326. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|ARM.ActiveCfg = Release|ARM
  327. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|ARM.Build.0 = Release|ARM
  328. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|ARM.Deploy.0 = Release|ARM
  329. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|iPhone.ActiveCfg = Release|x86
  330. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|iPhoneSimulator.ActiveCfg = Release|x86
  331. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Mixed Platforms.ActiveCfg = Release|x86
  332. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Mixed Platforms.Build.0 = Release|x86
  333. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|Mixed Platforms.Deploy.0 = Release|x86
  334. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x64.ActiveCfg = Release|x64
  335. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x64.Build.0 = Release|x64
  336. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x64.Deploy.0 = Release|x64
  337. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x86.ActiveCfg = Release|x86
  338. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x86.Build.0 = Release|x86
  339. {76736035-279B-429C-8BD3-74A6C4AD2A32}.Release|x86.Deploy.0 = Release|x86
  340. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  341. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  342. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
  343. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
  344. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|ARM.Build.0 = Release|ARM
  345. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
  346. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
  347. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
  348. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
  349. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  350. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
  351. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
  352. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86
  353. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86
  354. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86
  355. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
  356. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|x64.Build.0 = Release|Any CPU
  357. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|x64.Deploy.0 = Release|Any CPU
  358. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|x86.ActiveCfg = Release|x86
  359. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|x86.Build.0 = Release|x86
  360. {C4506723-F4BF-4858-A436-24EBD6529586}.Ad-Hoc|x86.Deploy.0 = Release|x86
  361. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  362. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|Any CPU.Build.0 = Release|Any CPU
  363. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
  364. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|ARM.ActiveCfg = Release|ARM
  365. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|ARM.Build.0 = Release|ARM
  366. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|ARM.Deploy.0 = Release|ARM
  367. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|iPhone.ActiveCfg = Release|Any CPU
  368. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|iPhone.Build.0 = Release|Any CPU
  369. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|iPhone.Deploy.0 = Release|Any CPU
  370. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  371. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
  372. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
  373. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|Mixed Platforms.ActiveCfg = Release|x86
  374. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|Mixed Platforms.Build.0 = Release|x86
  375. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|Mixed Platforms.Deploy.0 = Release|x86
  376. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|x64.ActiveCfg = Release|Any CPU
  377. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|x64.Build.0 = Release|Any CPU
  378. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|x64.Deploy.0 = Release|Any CPU
  379. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|x86.ActiveCfg = Release|x86
  380. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|x86.Build.0 = Release|x86
  381. {C4506723-F4BF-4858-A436-24EBD6529586}.AppStore|x86.Deploy.0 = Release|x86
  382. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  383. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|Any CPU.Build.0 = Debug|Any CPU
  384. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  385. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|ARM.ActiveCfg = Debug|ARM
  386. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|ARM.Build.0 = Debug|ARM
  387. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|ARM.Deploy.0 = Debug|ARM
  388. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  389. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|iPhone.Build.0 = Debug|Any CPU
  390. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|iPhone.Deploy.0 = Debug|Any CPU
  391. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  392. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
  393. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
  394. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
  395. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|Mixed Platforms.Build.0 = Debug|x86
  396. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
  397. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|x64.ActiveCfg = Debug|Any CPU
  398. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|x64.Build.0 = Debug|Any CPU
  399. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|x64.Deploy.0 = Debug|Any CPU
  400. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|x86.ActiveCfg = Debug|x86
  401. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|x86.Build.0 = Debug|x86
  402. {C4506723-F4BF-4858-A436-24EBD6529586}.Debug|x86.Deploy.0 = Debug|x86
  403. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|Any CPU.ActiveCfg = Release|Any CPU
  404. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|Any CPU.Build.0 = Release|Any CPU
  405. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|Any CPU.Deploy.0 = Release|Any CPU
  406. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|ARM.ActiveCfg = Release|ARM
  407. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|ARM.Build.0 = Release|ARM
  408. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|ARM.Deploy.0 = Release|ARM
  409. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|iPhone.ActiveCfg = Release|Any CPU
  410. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|iPhone.Build.0 = Release|Any CPU
  411. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|iPhone.Deploy.0 = Release|Any CPU
  412. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  413. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
  414. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
  415. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|Mixed Platforms.ActiveCfg = Release|x86
  416. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|Mixed Platforms.Build.0 = Release|x86
  417. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|Mixed Platforms.Deploy.0 = Release|x86
  418. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|x64.ActiveCfg = Release|Any CPU
  419. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|x64.Build.0 = Release|Any CPU
  420. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|x64.Deploy.0 = Release|Any CPU
  421. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|x86.ActiveCfg = Release|x86
  422. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|x86.Build.0 = Release|x86
  423. {C4506723-F4BF-4858-A436-24EBD6529586}.Release|x86.Deploy.0 = Release|x86
  424. EndGlobalSection
  425. GlobalSection(SolutionProperties) = preSolution
  426. HideSolutionNode = FALSE
  427. EndGlobalSection
  428. EndGlobal
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...