UWP.sln 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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}") = "UWP.Droid", "UWP\UWP.Droid\UWP.Droid.csproj", "{72EF3118-5EB6-469B-B022-2883F21AA5C9}"
  7. EndProject
  8. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWP.iOS", "UWP\UWP.iOS\UWP.iOS.csproj", "{49CF1DBE-4ED7-4BA1-9094-405903B0AA43}"
  9. EndProject
  10. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWP.WinPhone", "UWP\UWP.WinPhone\UWP.WinPhone.csproj", "{47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}"
  11. EndProject
  12. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWP", "UWP\UWP\UWP.csproj", "{19BEE301-BF1F-4A47-82A1-2231D324B18B}"
  13. EndProject
  14. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWP.UniversalWindows", "UWP\UWP.UniversalWindows\UWP.UniversalWindows.csproj", "{0FCBF372-084A-4C0C-8C99-9F180F6DA911}"
  15. EndProject
  16. Global
  17. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  18. Ad-Hoc|Any CPU = Ad-Hoc|Any CPU
  19. Ad-Hoc|ARM = Ad-Hoc|ARM
  20. Ad-Hoc|iPhone = Ad-Hoc|iPhone
  21. Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator
  22. Ad-Hoc|x64 = Ad-Hoc|x64
  23. Ad-Hoc|x86 = Ad-Hoc|x86
  24. AppStore|Any CPU = AppStore|Any CPU
  25. AppStore|ARM = AppStore|ARM
  26. AppStore|iPhone = AppStore|iPhone
  27. AppStore|iPhoneSimulator = AppStore|iPhoneSimulator
  28. AppStore|x64 = AppStore|x64
  29. AppStore|x86 = AppStore|x86
  30. Debug|Any CPU = Debug|Any CPU
  31. Debug|ARM = Debug|ARM
  32. Debug|iPhone = Debug|iPhone
  33. Debug|iPhoneSimulator = Debug|iPhoneSimulator
  34. Debug|x64 = Debug|x64
  35. Debug|x86 = Debug|x86
  36. Release|Any CPU = Release|Any CPU
  37. Release|ARM = Release|ARM
  38. Release|iPhone = Release|iPhone
  39. Release|iPhoneSimulator = Release|iPhoneSimulator
  40. Release|x64 = Release|x64
  41. Release|x86 = Release|x86
  42. EndGlobalSection
  43. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  44. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  45. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  46. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
  47. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
  48. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
  49. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|ARM.Deploy.0 = Release|Any CPU
  50. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
  51. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
  52. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
  53. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  54. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
  55. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
  56. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
  57. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
  58. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
  59. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
  60. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|x86.Build.0 = Release|Any CPU
  61. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Ad-Hoc|x86.Deploy.0 = Release|Any CPU
  62. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  63. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|Any CPU.Build.0 = Release|Any CPU
  64. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
  65. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|ARM.ActiveCfg = Release|Any CPU
  66. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|ARM.Build.0 = Release|Any CPU
  67. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|ARM.Deploy.0 = Release|Any CPU
  68. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|iPhone.ActiveCfg = Release|Any CPU
  69. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|iPhone.Build.0 = Release|Any CPU
  70. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|iPhone.Deploy.0 = Release|Any CPU
  71. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  72. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
  73. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
  74. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|x64.ActiveCfg = Debug|Any CPU
  75. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|x64.Build.0 = Debug|Any CPU
  76. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|x64.Deploy.0 = Debug|Any CPU
  77. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|x86.ActiveCfg = Release|Any CPU
  78. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|x86.Build.0 = Release|Any CPU
  79. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.AppStore|x86.Deploy.0 = Release|Any CPU
  80. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  81. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
  82. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  83. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|ARM.ActiveCfg = Debug|Any CPU
  84. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|ARM.Build.0 = Debug|Any CPU
  85. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|ARM.Deploy.0 = Debug|Any CPU
  86. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  87. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|iPhone.Build.0 = Debug|Any CPU
  88. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|iPhone.Deploy.0 = Debug|Any CPU
  89. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  90. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
  91. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
  92. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|x64.ActiveCfg = Debug|Any CPU
  93. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|x64.Build.0 = Debug|Any CPU
  94. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|x64.Deploy.0 = Debug|Any CPU
  95. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|x86.ActiveCfg = Debug|Any CPU
  96. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|x86.Build.0 = Debug|Any CPU
  97. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Debug|x86.Deploy.0 = Debug|Any CPU
  98. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
  99. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|Any CPU.Build.0 = Release|Any CPU
  100. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|Any CPU.Deploy.0 = Release|Any CPU
  101. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|ARM.ActiveCfg = Release|Any CPU
  102. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|ARM.Build.0 = Release|Any CPU
  103. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|ARM.Deploy.0 = Release|Any CPU
  104. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|iPhone.ActiveCfg = Release|Any CPU
  105. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|iPhone.Build.0 = Release|Any CPU
  106. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|iPhone.Deploy.0 = Release|Any CPU
  107. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  108. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
  109. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
  110. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|x64.ActiveCfg = Release|Any CPU
  111. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|x64.Build.0 = Release|Any CPU
  112. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|x64.Deploy.0 = Release|Any CPU
  113. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|x86.ActiveCfg = Release|Any CPU
  114. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|x86.Build.0 = Release|Any CPU
  115. {72EF3118-5EB6-469B-B022-2883F21AA5C9}.Release|x86.Deploy.0 = Release|Any CPU
  116. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhone
  117. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|ARM.ActiveCfg = Ad-Hoc|iPhone
  118. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone
  119. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone
  120. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator
  121. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator
  122. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|x64.ActiveCfg = Ad-Hoc|iPhoneSimulator
  123. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Ad-Hoc|x86.ActiveCfg = Ad-Hoc|iPhone
  124. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|Any CPU.ActiveCfg = AppStore|iPhone
  125. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|ARM.ActiveCfg = AppStore|iPhone
  126. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|iPhone.ActiveCfg = AppStore|iPhone
  127. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|iPhone.Build.0 = AppStore|iPhone
  128. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator
  129. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator
  130. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|x64.ActiveCfg = AppStore|iPhoneSimulator
  131. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.AppStore|x86.ActiveCfg = AppStore|iPhone
  132. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|Any CPU.ActiveCfg = Debug|iPhone
  133. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|ARM.ActiveCfg = Debug|iPhone
  134. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|iPhone.ActiveCfg = Debug|iPhone
  135. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|iPhone.Build.0 = Debug|iPhone
  136. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
  137. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
  138. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator
  139. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Debug|x86.ActiveCfg = Debug|iPhone
  140. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|Any CPU.ActiveCfg = Release|iPhone
  141. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|ARM.ActiveCfg = Release|iPhone
  142. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|iPhone.ActiveCfg = Release|iPhone
  143. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|iPhone.Build.0 = Release|iPhone
  144. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
  145. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
  146. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|x64.ActiveCfg = Release|iPhoneSimulator
  147. {49CF1DBE-4ED7-4BA1-9094-405903B0AA43}.Release|x86.ActiveCfg = Release|iPhone
  148. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  149. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  150. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|Any CPU.Deploy.0 = Release|Any CPU
  151. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
  152. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|ARM.Build.0 = Release|ARM
  153. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
  154. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
  155. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
  156. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|iPhone.Deploy.0 = Release|Any CPU
  157. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  158. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
  159. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|Any CPU
  160. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
  161. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
  162. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|x64.Deploy.0 = Debug|Any CPU
  163. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|x86.ActiveCfg = Release|x86
  164. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|x86.Build.0 = Release|x86
  165. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Ad-Hoc|x86.Deploy.0 = Release|x86
  166. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  167. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|Any CPU.Build.0 = Release|Any CPU
  168. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|Any CPU.Deploy.0 = Release|Any CPU
  169. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|ARM.ActiveCfg = Release|ARM
  170. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|ARM.Build.0 = Release|ARM
  171. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|ARM.Deploy.0 = Release|ARM
  172. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|iPhone.ActiveCfg = Release|Any CPU
  173. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|iPhone.Build.0 = Release|Any CPU
  174. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|iPhone.Deploy.0 = Release|Any CPU
  175. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  176. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
  177. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|iPhoneSimulator.Deploy.0 = Release|Any CPU
  178. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|x64.ActiveCfg = Debug|Any CPU
  179. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|x64.Build.0 = Debug|Any CPU
  180. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|x64.Deploy.0 = Debug|Any CPU
  181. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|x86.ActiveCfg = Release|x86
  182. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|x86.Build.0 = Release|x86
  183. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.AppStore|x86.Deploy.0 = Release|x86
  184. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  185. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
  186. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
  187. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|ARM.ActiveCfg = Debug|ARM
  188. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|ARM.Build.0 = Debug|ARM
  189. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|ARM.Deploy.0 = Debug|ARM
  190. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  191. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|iPhone.Build.0 = Debug|Any CPU
  192. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|iPhone.Deploy.0 = Debug|Any CPU
  193. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  194. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
  195. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
  196. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|x64.ActiveCfg = Debug|Any CPU
  197. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|x64.Build.0 = Debug|Any CPU
  198. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|x64.Deploy.0 = Debug|Any CPU
  199. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|x86.ActiveCfg = Debug|x86
  200. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|x86.Build.0 = Debug|x86
  201. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Debug|x86.Deploy.0 = Debug|x86
  202. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
  203. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|Any CPU.Build.0 = Release|Any CPU
  204. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|Any CPU.Deploy.0 = Release|Any CPU
  205. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|ARM.ActiveCfg = Release|ARM
  206. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|ARM.Build.0 = Release|ARM
  207. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|ARM.Deploy.0 = Release|ARM
  208. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|iPhone.ActiveCfg = Release|Any CPU
  209. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|iPhone.Build.0 = Release|Any CPU
  210. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|iPhone.Deploy.0 = Release|Any CPU
  211. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  212. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
  213. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
  214. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|x64.ActiveCfg = Release|Any CPU
  215. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|x64.Build.0 = Release|Any CPU
  216. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|x64.Deploy.0 = Release|Any CPU
  217. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|x86.ActiveCfg = Release|x86
  218. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|x86.Build.0 = Release|x86
  219. {47ED49D2-2525-4FCB-BE99-DF07EF1A49A9}.Release|x86.Deploy.0 = Release|x86
  220. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
  221. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
  222. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|ARM.ActiveCfg = Release|Any CPU
  223. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|ARM.Build.0 = Release|Any CPU
  224. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
  225. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU
  226. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
  227. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|Any CPU
  228. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|x64.ActiveCfg = Debug|Any CPU
  229. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|x64.Build.0 = Debug|Any CPU
  230. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|x86.ActiveCfg = Release|Any CPU
  231. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Ad-Hoc|x86.Build.0 = Release|Any CPU
  232. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
  233. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|Any CPU.Build.0 = Release|Any CPU
  234. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|ARM.ActiveCfg = Release|Any CPU
  235. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|ARM.Build.0 = Release|Any CPU
  236. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|iPhone.ActiveCfg = Release|Any CPU
  237. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|iPhone.Build.0 = Release|Any CPU
  238. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
  239. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|iPhoneSimulator.Build.0 = Release|Any CPU
  240. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|x64.ActiveCfg = Debug|Any CPU
  241. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|x64.Build.0 = Debug|Any CPU
  242. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|x86.ActiveCfg = Release|Any CPU
  243. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.AppStore|x86.Build.0 = Release|Any CPU
  244. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  245. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|Any CPU.Build.0 = Debug|Any CPU
  246. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|ARM.ActiveCfg = Debug|Any CPU
  247. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|ARM.Build.0 = Debug|Any CPU
  248. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|iPhone.ActiveCfg = Debug|Any CPU
  249. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|iPhone.Build.0 = Debug|Any CPU
  250. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
  251. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
  252. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|x64.ActiveCfg = Debug|Any CPU
  253. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|x64.Build.0 = Debug|Any CPU
  254. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|x86.ActiveCfg = Debug|Any CPU
  255. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Debug|x86.Build.0 = Debug|Any CPU
  256. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|Any CPU.ActiveCfg = Release|Any CPU
  257. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|Any CPU.Build.0 = Release|Any CPU
  258. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|ARM.ActiveCfg = Release|Any CPU
  259. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|ARM.Build.0 = Release|Any CPU
  260. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|iPhone.ActiveCfg = Release|Any CPU
  261. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|iPhone.Build.0 = Release|Any CPU
  262. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
  263. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
  264. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|x64.ActiveCfg = Release|Any CPU
  265. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|x64.Build.0 = Release|Any CPU
  266. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|x86.ActiveCfg = Release|Any CPU
  267. {19BEE301-BF1F-4A47-82A1-2231D324B18B}.Release|x86.Build.0 = Release|Any CPU
  268. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|Any CPU.ActiveCfg = Release|x64
  269. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|Any CPU.Build.0 = Release|x64
  270. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|Any CPU.Deploy.0 = Release|x64
  271. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
  272. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|ARM.Build.0 = Release|ARM
  273. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
  274. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|iPhone.ActiveCfg = Release|x64
  275. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|iPhone.Build.0 = Release|x64
  276. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|iPhone.Deploy.0 = Release|x64
  277. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x64
  278. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|iPhoneSimulator.Build.0 = Release|x64
  279. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Release|x64
  280. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|x64.ActiveCfg = Release|x64
  281. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|x64.Build.0 = Release|x64
  282. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|x64.Deploy.0 = Release|x64
  283. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|x86.ActiveCfg = Release|x86
  284. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|x86.Build.0 = Release|x86
  285. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Ad-Hoc|x86.Deploy.0 = Release|x86
  286. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|Any CPU.ActiveCfg = Release|x64
  287. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|Any CPU.Build.0 = Release|x64
  288. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|Any CPU.Deploy.0 = Release|x64
  289. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|ARM.ActiveCfg = Release|ARM
  290. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|ARM.Build.0 = Release|ARM
  291. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|ARM.Deploy.0 = Release|ARM
  292. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|iPhone.ActiveCfg = Release|x64
  293. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|iPhone.Build.0 = Release|x64
  294. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|iPhone.Deploy.0 = Release|x64
  295. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|iPhoneSimulator.ActiveCfg = Release|x64
  296. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|iPhoneSimulator.Build.0 = Release|x64
  297. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|iPhoneSimulator.Deploy.0 = Release|x64
  298. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|x64.ActiveCfg = Release|x64
  299. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|x64.Build.0 = Release|x64
  300. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|x64.Deploy.0 = Release|x64
  301. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|x86.ActiveCfg = Release|x86
  302. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|x86.Build.0 = Release|x86
  303. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.AppStore|x86.Deploy.0 = Release|x86
  304. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|Any CPU.ActiveCfg = Debug|x86
  305. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|ARM.ActiveCfg = Debug|ARM
  306. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|ARM.Build.0 = Debug|ARM
  307. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|ARM.Deploy.0 = Debug|ARM
  308. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|iPhone.ActiveCfg = Debug|x86
  309. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
  310. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|iPhoneSimulator.Build.0 = Debug|x86
  311. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|iPhoneSimulator.Deploy.0 = Debug|x86
  312. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|x64.ActiveCfg = Debug|x64
  313. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|x64.Build.0 = Debug|x64
  314. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|x64.Deploy.0 = Debug|x64
  315. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|x86.ActiveCfg = Debug|x86
  316. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|x86.Build.0 = Debug|x86
  317. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Debug|x86.Deploy.0 = Debug|x86
  318. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|Any CPU.ActiveCfg = Release|x86
  319. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|ARM.ActiveCfg = Release|ARM
  320. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|ARM.Build.0 = Release|ARM
  321. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|ARM.Deploy.0 = Release|ARM
  322. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|iPhone.ActiveCfg = Release|x86
  323. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|iPhoneSimulator.ActiveCfg = Release|x86
  324. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|x64.ActiveCfg = Release|x64
  325. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|x64.Build.0 = Release|x64
  326. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|x64.Deploy.0 = Release|x64
  327. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|x86.ActiveCfg = Release|x86
  328. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|x86.Build.0 = Release|x86
  329. {0FCBF372-084A-4C0C-8C99-9F180F6DA911}.Release|x86.Deploy.0 = Release|x86
  330. EndGlobalSection
  331. GlobalSection(SolutionProperties) = preSolution
  332. HideSolutionNode = FALSE
  333. EndGlobalSection
  334. EndGlobal