ANTM.csproj 97 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>10.0.20506</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{532D330B-BD2D-EE2D-D508-DBA85FB6C89A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AssemblyName>Assembly-CSharp</AssemblyName>
  11. <FileAlignment>512</FileAlignment>
  12. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13. <TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
  14. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  15. <TargetFrameworkProfile></TargetFrameworkProfile>
  16. <CompilerResponseFile></CompilerResponseFile>
  17. <UnityProjectGenerator>VSTU</UnityProjectGenerator>
  18. <UnityProjectType>Game:1</UnityProjectType>
  19. <UnityBuildTarget>Android:13</UnityBuildTarget>
  20. <UnityVersion>2018.3.6f1</UnityVersion>
  21. <RootNamespace></RootNamespace>
  22. <LangVersion>4</LangVersion>
  23. </PropertyGroup>
  24. <PropertyGroup>
  25. <NoConfig>true</NoConfig>
  26. <NoStdLib>true</NoStdLib>
  27. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>false</Optimize>
  32. <OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
  33. <IntermediateOutputPath>Temp\UnityVS_obj\Debug\</IntermediateOutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_6;UNITY_2018_3;UNITY_2018;UNITY_INCLUDE_TESTS;UNITY_PURCHASING;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0;NET_LEGACY;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;NO_GPGS</DefineConstants>
  37. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>false</Optimize>
  42. <OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
  43. <IntermediateOutputPath>Temp\UnityVS_obj\Release\</IntermediateOutputPath>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <DefineConstants>TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_3_6;UNITY_2018_3;UNITY_2018;UNITY_INCLUDE_TESTS;UNITY_PURCHASING;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_EVENT_QUEUE;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0;NET_LEGACY;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;NO_GPGS</DefineConstants>
  47. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="Managed/UnityEngine/UnityEngine">
  51. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Managed/UnityEngine/UnityEngine.AIModule">
  54. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Managed/UnityEngine/UnityEngine.ARModule">
  57. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Managed/UnityEngine/UnityEngine.AccessibilityModule">
  60. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Managed/UnityEngine/UnityEngine.AnimationModule">
  63. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Managed/UnityEngine/UnityEngine.AssetBundleModule">
  66. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Managed/UnityEngine/UnityEngine.AudioModule">
  69. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  70. </Reference>
  71. <Reference Include="Managed/UnityEngine/UnityEngine.BaselibModule">
  72. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Managed/UnityEngine/UnityEngine.ClothModule">
  75. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Managed/UnityEngine/UnityEngine.CoreModule">
  78. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Managed/UnityEngine/UnityEngine.CrashReportingModule">
  81. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Managed/UnityEngine/UnityEngine.DirectorModule">
  84. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Managed/UnityEngine/UnityEngine.FileSystemHttpModule">
  87. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Managed/UnityEngine/UnityEngine.GameCenterModule">
  90. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Managed/UnityEngine/UnityEngine.GridModule">
  93. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Managed/UnityEngine/UnityEngine.HotReloadModule">
  96. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Managed/UnityEngine/UnityEngine.IMGUIModule">
  99. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Managed/UnityEngine/UnityEngine.ImageConversionModule">
  102. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Managed/UnityEngine/UnityEngine.InputModule">
  105. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  106. </Reference>
  107. <Reference Include="Managed/UnityEngine/UnityEngine.JSONSerializeModule">
  108. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Managed/UnityEngine/UnityEngine.LocalizationModule">
  111. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  112. </Reference>
  113. <Reference Include="Managed/UnityEngine/UnityEngine.ParticleSystemModule">
  114. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  115. </Reference>
  116. <Reference Include="Managed/UnityEngine/UnityEngine.PerformanceReportingModule">
  117. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  118. </Reference>
  119. <Reference Include="Managed/UnityEngine/UnityEngine.PhysicsModule">
  120. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  121. </Reference>
  122. <Reference Include="Managed/UnityEngine/UnityEngine.Physics2DModule">
  123. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  124. </Reference>
  125. <Reference Include="Managed/UnityEngine/UnityEngine.ProfilerModule">
  126. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  127. </Reference>
  128. <Reference Include="Managed/UnityEngine/UnityEngine.ScreenCaptureModule">
  129. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  130. </Reference>
  131. <Reference Include="Managed/UnityEngine/UnityEngine.SharedInternalsModule">
  132. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  133. </Reference>
  134. <Reference Include="Managed/UnityEngine/UnityEngine.SpatialTrackingModule">
  135. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll</HintPath>
  136. </Reference>
  137. <Reference Include="Managed/UnityEngine/UnityEngine.SpriteMaskModule">
  138. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  139. </Reference>
  140. <Reference Include="Managed/UnityEngine/UnityEngine.SpriteShapeModule">
  141. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  142. </Reference>
  143. <Reference Include="Managed/UnityEngine/UnityEngine.StreamingModule">
  144. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  145. </Reference>
  146. <Reference Include="Managed/UnityEngine/UnityEngine.StyleSheetsModule">
  147. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  148. </Reference>
  149. <Reference Include="Managed/UnityEngine/UnityEngine.SubstanceModule">
  150. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  151. </Reference>
  152. <Reference Include="Managed/UnityEngine/UnityEngine.TLSModule">
  153. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  154. </Reference>
  155. <Reference Include="Managed/UnityEngine/UnityEngine.TerrainModule">
  156. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  157. </Reference>
  158. <Reference Include="Managed/UnityEngine/UnityEngine.TerrainPhysicsModule">
  159. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  160. </Reference>
  161. <Reference Include="Managed/UnityEngine/UnityEngine.TextCoreModule">
  162. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  163. </Reference>
  164. <Reference Include="Managed/UnityEngine/UnityEngine.TextRenderingModule">
  165. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  166. </Reference>
  167. <Reference Include="Managed/UnityEngine/UnityEngine.TilemapModule">
  168. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  169. </Reference>
  170. <Reference Include="Managed/UnityEngine/UnityEngine.TimelineModule">
  171. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
  172. </Reference>
  173. <Reference Include="Managed/UnityEngine/UnityEngine.UIModule">
  174. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  175. </Reference>
  176. <Reference Include="Managed/UnityEngine/UnityEngine.UIElementsModule">
  177. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  178. </Reference>
  179. <Reference Include="Managed/UnityEngine/UnityEngine.UNETModule">
  180. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  181. </Reference>
  182. <Reference Include="Managed/UnityEngine/UnityEngine.UmbraModule">
  183. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  184. </Reference>
  185. <Reference Include="Managed/UnityEngine/UnityEngine.UnityAnalyticsModule">
  186. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  187. </Reference>
  188. <Reference Include="Managed/UnityEngine/UnityEngine.UnityConnectModule">
  189. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  190. </Reference>
  191. <Reference Include="Managed/UnityEngine/UnityEngine.UnityTestProtocolModule">
  192. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  193. </Reference>
  194. <Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestModule">
  195. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  196. </Reference>
  197. <Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule">
  198. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  199. </Reference>
  200. <Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule">
  201. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  202. </Reference>
  203. <Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule">
  204. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  205. </Reference>
  206. <Reference Include="Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule">
  207. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  208. </Reference>
  209. <Reference Include="Managed/UnityEngine/UnityEngine.VFXModule">
  210. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  211. </Reference>
  212. <Reference Include="Managed/UnityEngine/UnityEngine.VRModule">
  213. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  214. </Reference>
  215. <Reference Include="Managed/UnityEngine/UnityEngine.VehiclesModule">
  216. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  217. </Reference>
  218. <Reference Include="Managed/UnityEngine/UnityEngine.VideoModule">
  219. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  220. </Reference>
  221. <Reference Include="Managed/UnityEngine/UnityEngine.WindModule">
  222. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  223. </Reference>
  224. <Reference Include="Managed/UnityEngine/UnityEngine.XRModule">
  225. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  226. </Reference>
  227. <Reference Include="Managed/UnityEditor">
  228. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/UnityEditor.dll</HintPath>
  229. </Reference>
  230. <Reference Include="Managed/Unity.Locator">
  231. <HintPath>Z:\Unity 2018.3.6\Editor\Data\Managed/Unity.Locator.dll</HintPath>
  232. </Reference>
  233. <Reference Include="UnityEngine.UI">
  234. <HintPath>Z:/Unity 2018.3.6/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  235. </Reference>
  236. <Reference Include="UnityEngine.Timeline">
  237. <HintPath>Z:/Unity 2018.3.6/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
  238. </Reference>
  239. <Reference Include="UnityEngine.Networking">
  240. <HintPath>Z:/Unity 2018.3.6/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
  241. </Reference>
  242. <Reference Include="Vuforia.UnityExtensions">
  243. <HintPath>Z:/Unity 2018.3.6/Editor/Data/PlaybackEngines/VuforiaSupport/Managed/Runtime/Vuforia.UnityExtensions.dll</HintPath>
  244. </Reference>
  245. <Reference Include="UnityEngine.GoogleAudioSpatializer">
  246. <HintPath>Z:/Unity 2018.3.6/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
  247. </Reference>
  248. <Reference Include="UnityEngine.SpatialTracking">
  249. <HintPath>Z:/Unity 2018.3.6/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
  250. </Reference>
  251. <Reference Include="Facebook.Unity">
  252. <HintPath>Assets/FacebookSDK/Plugins/Facebook.Unity.dll</HintPath>
  253. </Reference>
  254. <Reference Include="Facebook.Unity.Gameroom">
  255. <HintPath>Assets/FacebookSDK/Plugins/Gameroom/Facebook.Unity.Gameroom.dll</HintPath>
  256. </Reference>
  257. <Reference Include="FacebookNamedPipeClient">
  258. <HintPath>Assets/FacebookSDK/Plugins/Gameroom/FacebookNamedPipeClient.dll</HintPath>
  259. </Reference>
  260. <Reference Include="Facebook.Unity.Settings">
  261. <HintPath>Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll</HintPath>
  262. </Reference>
  263. <Reference Include="Firebase.App">
  264. <HintPath>Assets/Firebase/Plugins/Firebase.App.dll</HintPath>
  265. </Reference>
  266. <Reference Include="Firebase.Auth">
  267. <HintPath>Assets/Firebase/Plugins/Firebase.Auth.dll</HintPath>
  268. </Reference>
  269. <Reference Include="Firebase.InstanceId">
  270. <HintPath>Assets/Firebase/Plugins/Firebase.InstanceId.dll</HintPath>
  271. </Reference>
  272. <Reference Include="Firebase.Messaging">
  273. <HintPath>Assets/Firebase/Plugins/Firebase.Messaging.dll</HintPath>
  274. </Reference>
  275. <Reference Include="Firebase.Platform">
  276. <HintPath>Assets/Firebase/Plugins/Firebase.Platform.dll</HintPath>
  277. </Reference>
  278. <Reference Include="Firebase.RemoteConfig">
  279. <HintPath>Assets/Firebase/Plugins/Firebase.RemoteConfig.dll</HintPath>
  280. </Reference>
  281. <Reference Include="Google.MiniJson">
  282. <HintPath>Assets/Firebase/Plugins/Google.MiniJson.dll</HintPath>
  283. </Reference>
  284. <Reference Include="Google.Sharpen">
  285. <HintPath>Assets/Firebase/Plugins/Google.Sharpen.dll</HintPath>
  286. </Reference>
  287. <Reference Include="Firebase.Database">
  288. <HintPath>Assets/Firebase/Plugins/Mono/Firebase.Database.dll</HintPath>
  289. </Reference>
  290. <Reference Include="Newtonsoft.Json">
  291. <HintPath>Assets/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
  292. </Reference>
  293. <Reference Include="Unity.Compat">
  294. <HintPath>Assets/Parse/Plugins/Unity.Compat.dll</HintPath>
  295. </Reference>
  296. <Reference Include="Unity.Tasks">
  297. <HintPath>Assets/Parse/Plugins/Unity.Tasks.dll</HintPath>
  298. </Reference>
  299. <Reference Include="DOTween">
  300. <HintPath>Assets/Plugins/DOTween/DOTween.dll</HintPath>
  301. </Reference>
  302. <Reference Include="DOTween43">
  303. <HintPath>Assets/Plugins/DOTween/DOTween43.dll</HintPath>
  304. </Reference>
  305. <Reference Include="DOTween46">
  306. <HintPath>Assets/Plugins/DOTween/DOTween46.dll</HintPath>
  307. </Reference>
  308. <Reference Include="DOTween50">
  309. <HintPath>Assets/Plugins/DOTween/DOTween50.dll</HintPath>
  310. </Reference>
  311. <Reference Include="ChannelPurchase">
  312. <HintPath>Assets/Plugins/UnityChannel/ChannelPurchase.dll</HintPath>
  313. </Reference>
  314. <Reference Include="UnityStore">
  315. <HintPath>Assets/Plugins/UnityChannel/UnityStore.dll</HintPath>
  316. </Reference>
  317. <Reference Include="Editor">
  318. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Editor.dll</HintPath>
  319. </Reference>
  320. <Reference Include="Purchasing.Common">
  321. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Purchasing.Common.dll</HintPath>
  322. </Reference>
  323. <Reference Include="Stores">
  324. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Stores.dll</HintPath>
  325. </Reference>
  326. <Reference Include="Apple">
  327. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Apple/Apple.dll</HintPath>
  328. </Reference>
  329. <Reference Include="FacebookStore">
  330. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Facebook/FacebookStore.dll</HintPath>
  331. </Reference>
  332. <Reference Include="Security">
  333. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Security/live/Security.dll</HintPath>
  334. </Reference>
  335. <Reference Include="Tizen">
  336. <HintPath>Assets/Plugins/UnityPurchasing/Bin/Tizen/Tizen.dll</HintPath>
  337. </Reference>
  338. <Reference Include="winrt">
  339. <HintPath>Assets/Plugins/UnityPurchasing/winrt/winrt.dll</HintPath>
  340. </Reference>
  341. <Reference Include="Unity.Analytics.Editor">
  342. <HintPath>Z:/!Work/!GSStudio/ANTM/Library/PackageCache/com.unity.analytics@3.2.2/Unity.Analytics.Editor.dll</HintPath>
  343. </Reference>
  344. <Reference Include="Unity.Analytics.StandardEvents">
  345. <HintPath>Z:/!Work/!GSStudio/ANTM/Library/PackageCache/com.unity.analytics@3.2.2/Unity.Analytics.StandardEvents.dll</HintPath>
  346. </Reference>
  347. <Reference Include="Unity.Analytics.Tracker">
  348. <HintPath>Z:/!Work/!GSStudio/ANTM/Library/PackageCache/com.unity.analytics@3.2.2/Unity.Analytics.Tracker.dll</HintPath>
  349. </Reference>
  350. <Reference Include="UnityEngine.Purchasing">
  351. <HintPath>Z:/!Work/!GSStudio/ANTM/Library/PackageCache/com.unity.purchasing@2.0.3/UnityEngine.Purchasing.dll</HintPath>
  352. </Reference>
  353. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  354. <HintPath>Z:/Unity 2018.3.6/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  355. </Reference>
  356. <Reference Include="UnityEditor.iOS.Extensions.Common">
  357. <HintPath>Z:/Unity 2018.3.6/Editor/Data/PlaybackEngines/iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  358. </Reference>
  359. <Reference Include="mscorlib">
  360. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\mscorlib.dll</HintPath>
  361. </Reference>
  362. <Reference Include="System">
  363. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\System.dll</HintPath>
  364. </Reference>
  365. <Reference Include="System.Core">
  366. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\System.Core.dll</HintPath>
  367. </Reference>
  368. <Reference Include="System.Runtime.Serialization">
  369. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\System.Runtime.Serialization.dll</HintPath>
  370. </Reference>
  371. <Reference Include="System.Xml">
  372. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\System.Xml.dll</HintPath>
  373. </Reference>
  374. <Reference Include="System.Xml.Linq">
  375. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\System.Xml.Linq.dll</HintPath>
  376. </Reference>
  377. <Reference Include="UnityScript">
  378. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\UnityScript.dll</HintPath>
  379. </Reference>
  380. <Reference Include="UnityScript.Lang">
  381. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\UnityScript.Lang.dll</HintPath>
  382. </Reference>
  383. <Reference Include="Boo.Lang">
  384. <HintPath>Z:\Unity 2018.3.6\Editor\Data\MonoBleedingEdge\lib\mono\2.0-api\Boo.Lang.dll</HintPath>
  385. </Reference>
  386. </ItemGroup>
  387. <ItemGroup>
  388. <ProjectReference Include="ANTM.Plugins.csproj">
  389. <Project>{1089489C-477E-7546-A0C7-C3A48A1C2B6F}</Project>
  390. <Name>ANTM.Plugins</Name>
  391. </ProjectReference>
  392. <ProjectReference Include="Unity.TextMeshPro.Editor.csproj">
  393. <Project>{3A848AB7-9891-EDDA-D555-BF184C2F81F4}</Project>
  394. <Name>Unity.TextMeshPro.Editor</Name>
  395. </ProjectReference>
  396. <ProjectReference Include="Unity.PackageManagerUI.Editor.csproj">
  397. <Project>{6877705C-FBD9-0C4F-5AFB-6FB431E5D39D}</Project>
  398. <Name>Unity.PackageManagerUI.Editor</Name>
  399. </ProjectReference>
  400. <ProjectReference Include="Unity.CollabProxy.Editor.csproj">
  401. <Project>{C12CEEC6-100C-58A2-DE36-314E4DE5E40B}</Project>
  402. <Name>Unity.CollabProxy.Editor</Name>
  403. </ProjectReference>
  404. <ProjectReference Include="Unity.TextMeshPro.csproj">
  405. <Project>{07A21C90-D344-AE1A-8456-9910C203B41A}</Project>
  406. <Name>Unity.TextMeshPro</Name>
  407. </ProjectReference>
  408. <ProjectReference Include="Unity.Analytics.DataPrivacy.csproj">
  409. <Project>{D6E266C6-3D1F-28C8-9FEB-2A01E44DBF77}</Project>
  410. <Name>Unity.Analytics.DataPrivacy</Name>
  411. </ProjectReference>
  412. </ItemGroup>
  413. <ItemGroup>
  414. <Compile Include="Assets\ClothingAdjuster.cs" />
  415. <Compile Include="Assets\ClothingController.cs" />
  416. <Compile Include="Assets\console.cs" />
  417. <Compile Include="Assets\CsvRader\ImpotDataGame.cs" />
  418. <Compile Include="Assets\DataLocationsInfo.cs" />
  419. <Compile Include="Assets\DataTransferer.cs" />
  420. <Compile Include="Assets\DisableGoogleAuthOnIos.cs" />
  421. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\ButtonBuilding.cs" />
  422. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\EnviromentTravelManagerBehaviour.cs" />
  423. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\PanelEnvironmentBehaviour.cs" />
  424. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\PanelPopUpEnvironmentBehaviour.cs" />
  425. <Compile Include="Assets\EnvironmentSystem\Scripts\Data\Environment.cs" />
  426. <Compile Include="Assets\EnvironmentSystem\Scripts\Data\EnvironmentPoints.cs" />
  427. <Compile Include="Assets\EnvironmentSystem\Scripts\Enums\EnvironmentType.cs" />
  428. <Compile Include="Assets\FacebookSDK\Examples\Scripts\ConsoleBase.cs" />
  429. <Compile Include="Assets\FacebookSDK\Examples\Scripts\LogView.cs" />
  430. <Compile Include="Assets\FacebookSDK\Examples\Scripts\MenuBase.cs" />
  431. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AccessTokenMenu.cs" />
  432. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppEvents.cs" />
  433. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppInvites.cs" />
  434. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppLinks.cs" />
  435. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppRequests.cs" />
  436. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\DialogShare.cs" />
  437. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\GraphRequest.cs" />
  438. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\MainMenu.cs" />
  439. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\Pay.cs" />
  440. <Compile Include="Assets\GigActionDataFiller.cs" />
  441. <Compile Include="Assets\GigActionDataFillerEditor.cs" />
  442. <Compile Include="Assets\GigDataHelper.cs" />
  443. <Compile Include="Assets\GooglePlayGames\BasicApi\Achievement.cs" />
  444. <Compile Include="Assets\GooglePlayGames\BasicApi\CommonStatusCodes.cs" />
  445. <Compile Include="Assets\GooglePlayGames\BasicApi\CommonTypes.cs" />
  446. <Compile Include="Assets\GooglePlayGames\BasicApi\DummyClient.cs" />
  447. <Compile Include="Assets\GooglePlayGames\BasicApi\Events\IEvent.cs" />
  448. <Compile Include="Assets\GooglePlayGames\BasicApi\Events\IEventsClient.cs" />
  449. <Compile Include="Assets\GooglePlayGames\BasicApi\IPlayGamesClient.cs" />
  450. <Compile Include="Assets\GooglePlayGames\BasicApi\LeaderboardScoreData.cs" />
  451. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Invitation.cs" />
  452. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\IRealTimeMultiplayerClient.cs" />
  453. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\ITurnBasedMultiplayerClient.cs" />
  454. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\MatchOutcome.cs" />
  455. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Participant.cs" />
  456. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Player.cs" />
  457. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\RealTimeMultiplayerListener.cs" />
  458. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\TurnBasedMatch.cs" />
  459. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\AdvertisingResult.cs" />
  460. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\ConnectionRequest.cs" />
  461. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\ConnectionResponse.cs" />
  462. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\DummyNearbyConnectionClient.cs" />
  463. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\EndpointDetails.cs" />
  464. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\INearbyConnectionClient.cs" />
  465. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\NearbyConnectionConfiguration.cs" />
  466. <Compile Include="Assets\GooglePlayGames\BasicApi\PlayerStats.cs" />
  467. <Compile Include="Assets\GooglePlayGames\BasicApi\PlayGamesClientConfiguration.cs" />
  468. <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\ISavedGameClient.cs" />
  469. <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\ISavedGameMetadata.cs" />
  470. <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\SavedGameMetadataUpdate.cs" />
  471. <Compile Include="Assets\GooglePlayGames\BasicApi\ScorePageToken.cs" />
  472. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\CaptureOverlayStateListener.cs" />
  473. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\iVideoClient.cs" />
  474. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\VideoCapabilities.cs" />
  475. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\VideoCaptureState.cs" />
  476. <Compile Include="Assets\GooglePlayGames\GameInfo.cs" />
  477. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesAchievement.cs" />
  478. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesLeaderboard.cs" />
  479. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesLocalUser.cs" />
  480. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs" />
  481. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesScore.cs" />
  482. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesUserProfile.cs" />
  483. <Compile Include="Assets\GooglePlayGames\OurUtils\Logger.cs" />
  484. <Compile Include="Assets\GooglePlayGames\OurUtils\Misc.cs" />
  485. <Compile Include="Assets\GooglePlayGames\OurUtils\PlatformUtils.cs" />
  486. <Compile Include="Assets\GooglePlayGames\OurUtils\PlayGamesHelperObject.cs" />
  487. <Compile Include="Assets\GooglePlayGames\Platforms\Android\AndroidClient.cs" />
  488. <Compile Include="Assets\GooglePlayGames\Platforms\Android\AndroidTokenClient.cs" />
  489. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Developers\JavaInterfaceProxy.cs" />
  490. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Developers\JavaObjWrapper.cs" />
  491. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\GoogleApiClient.cs" />
  492. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\PendingResult.cs" />
  493. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\Result.cs" />
  494. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\ResultCallback.cs" />
  495. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\ResultCallbackProxy.cs" />
  496. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\Status.cs" />
  497. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\ConnectionResult.cs" />
  498. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Games.cs" />
  499. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\LoadPlayerStatsResultObject.cs" />
  500. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\PlayerStats.cs" />
  501. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\PlayerStatsObject.cs" />
  502. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\Stats.cs" />
  503. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\StatsObject.cs" />
  504. <Compile Include="Assets\GooglePlayGames\Platforms\IClientImpl.cs" />
  505. <Compile Include="Assets\GooglePlayGames\Platforms\IOS\IOSClient.cs" />
  506. <Compile Include="Assets\GooglePlayGames\Platforms\IOS\IOSTokenClient.cs" />
  507. <Compile Include="Assets\GooglePlayGames\Platforms\Native\CallbackUtils.cs" />
  508. <Compile Include="Assets\GooglePlayGames\Platforms\Native\ConversionUtils.cs" />
  509. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Achievement.cs" />
  510. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\AchievementManager.cs" />
  511. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\AndroidPlatformConfiguration.cs" />
  512. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Builder.cs" />
  513. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\CaptureOverlayStateListenerHelper.cs" />
  514. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\CommonErrorStatus.cs" />
  515. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\EndpointDiscoveryListenerHelper.cs" />
  516. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Event.cs" />
  517. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\EventManager.cs" />
  518. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\GameServices.cs" />
  519. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\InternalHooks.cs" />
  520. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\IosPlatformConfiguration.cs" />
  521. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Leaderboard.cs" />
  522. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\LeaderboardManager.cs" />
  523. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MessageListenerHelper.cs" />
  524. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MultiplayerInvitation.cs" />
  525. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MultiplayerParticipant.cs" />
  526. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnections.cs" />
  527. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionsBuilder.cs" />
  528. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionsStatus.cs" />
  529. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionTypes.cs" />
  530. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ParticipantResults.cs" />
  531. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Player.cs" />
  532. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\PlayerManager.cs" />
  533. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\PlayerStats.cs" />
  534. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeEventListenerHelper.cs" />
  535. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeMultiplayerManager.cs" />
  536. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoom.cs" />
  537. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoomConfig.cs" />
  538. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoomConfigBuilder.cs" />
  539. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Score.cs" />
  540. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ScorePage.cs" />
  541. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ScoreSummary.cs" />
  542. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Sentinels.cs" />
  543. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotManager.cs" />
  544. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadata.cs" />
  545. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadataChange.cs" />
  546. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadataChangeBuilder.cs" />
  547. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\StatsManager.cs" />
  548. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Status.cs" />
  549. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SymbolLocation.cs" />
  550. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatch.cs" />
  551. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatchConfig.cs" />
  552. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatchConfigBuilder.cs" />
  553. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMultiplayerManager.cs" />
  554. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Types.cs" />
  555. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoCapabilities.cs" />
  556. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoCaptureState.cs" />
  557. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoManager.cs" />
  558. <Compile Include="Assets\GooglePlayGames\Platforms\Native\JavaUtils.cs" />
  559. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeClient.cs" />
  560. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeEventClient.cs" />
  561. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeNearbyConnectionClientFactory.cs" />
  562. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeNearbyConnectionsClient.cs" />
  563. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeRealtimeMultiplayerClient.cs" />
  564. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeSavedGameClient.cs" />
  565. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeTurnBasedMultiplayerClient.cs" />
  566. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeVideoClient.cs" />
  567. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\AchievementManager.cs" />
  568. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\AndroidPlatformConfiguration.cs" />
  569. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\BaseReferenceHolder.cs" />
  570. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\Callbacks.cs" />
  571. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\CaptureOverlayStateListenerHelper.cs" />
  572. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\EventManager.cs" />
  573. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\GameServices.cs" />
  574. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\GameServicesBuilder.cs" />
  575. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\IosPlatformConfiguration.cs" />
  576. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\LeaderboardManager.cs" />
  577. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\MultiplayerInvitation.cs" />
  578. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\MultiplayerParticipant.cs" />
  579. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeAchievement.cs" />
  580. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeAppIdentifier.cs" />
  581. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeConnectionRequest.cs" />
  582. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeConnectionResponse.cs" />
  583. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEndpointDetails.cs" />
  584. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEndpointDiscoveryListenerHelper.cs" />
  585. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEvent.cs" />
  586. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeLeaderboard.cs" />
  587. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeMessageListenerHelper.cs" />
  588. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativePlayer.cs" />
  589. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativePlayerStats.cs" />
  590. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeRealTimeRoom.cs" />
  591. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScore.cs" />
  592. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScoreEntry.cs" />
  593. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScorePage.cs" />
  594. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScorePageToken.cs" />
  595. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScoreSummary.cs" />
  596. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeSnapshotMetadata.cs" />
  597. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeSnapshotMetadataChange.cs" />
  598. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeStartAdvertisingResult.cs" />
  599. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeTurnBasedMatch.cs" />
  600. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeVideoCapabilities.cs" />
  601. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeVideoCaptureState.cs" />
  602. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NearbyConnectionsManager.cs" />
  603. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NearbyConnectionsManagerBuilder.cs" />
  604. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\ParticipantResults.cs" />
  605. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PInvokeUtilities.cs" />
  606. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlatformConfiguration.cs" />
  607. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlayerManager.cs" />
  608. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlayerSelectUIResponse.cs" />
  609. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealTimeEventListenerHelper.cs" />
  610. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeManager.cs" />
  611. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeRoomConfig.cs" />
  612. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeRoomConfigBuilder.cs" />
  613. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\SnapshotManager.cs" />
  614. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\StatsManager.cs" />
  615. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedManager.cs" />
  616. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedMatchConfig.cs" />
  617. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedMatchConfigBuilder.cs" />
  618. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\VideoManager.cs" />
  619. <Compile Include="Assets\GooglePlayGames\Platforms\Native\UnsupportedSavedGamesClient.cs" />
  620. <Compile Include="Assets\GooglePlayGames\Platforms\NearbyConnectionClientFactory.cs" />
  621. <Compile Include="Assets\GooglePlayGames\Platforms\PlayGamesClientFactory.cs" />
  622. <Compile Include="Assets\GooglePlayGames\Platforms\TokenClient.cs" />
  623. <Compile Include="Assets\GooglePlayGames\PluginVersion.cs" />
  624. <Compile Include="Assets\GoogleSignIn\Future.cs" />
  625. <Compile Include="Assets\GoogleSignIn\GoogleSignIn.cs" />
  626. <Compile Include="Assets\GoogleSignIn\GoogleSignInConfiguration.cs" />
  627. <Compile Include="Assets\GoogleSignIn\GoogleSignInStatusCode.cs" />
  628. <Compile Include="Assets\GoogleSignIn\GoogleSignInUser.cs" />
  629. <Compile Include="Assets\GoogleSignIn\Impl\BaseObject.cs" />
  630. <Compile Include="Assets\GoogleSignIn\Impl\GoogleSignInImpl.cs" />
  631. <Compile Include="Assets\GoogleSignIn\Impl\NativeFuture.cs" />
  632. <Compile Include="Assets\GoogleSignIn\Impl\SignInHelperObject.cs" />
  633. <Compile Include="Assets\GPGSIds.cs" />
  634. <Compile Include="Assets\HeightFixer.cs" />
  635. <Compile Include="Assets\IronSource\Scripts\AndroidAgent.cs" />
  636. <Compile Include="Assets\IronSource\Scripts\iOSAgent.cs" />
  637. <Compile Include="Assets\IronSource\Scripts\IronSource.cs" />
  638. <Compile Include="Assets\IronSource\Scripts\IronSourceConfig.cs" />
  639. <Compile Include="Assets\IronSource\Scripts\IronSourceError.cs" />
  640. <Compile Include="Assets\IronSource\Scripts\IronSourceEvents.cs" />
  641. <Compile Include="Assets\IronSource\Scripts\IronSourceIAgent.cs" />
  642. <Compile Include="Assets\IronSource\Scripts\IronSourceJSON.cs" />
  643. <Compile Include="Assets\IronSource\Scripts\IronSourcePlacement.cs" />
  644. <Compile Include="Assets\IronSource\Scripts\IronSourceSegment.cs" />
  645. <Compile Include="Assets\IronSource\Scripts\UnsupportedPlatformAgent.cs" />
  646. <Compile Include="Assets\JMO Assets\MatCap Shaders\Demo\Assets\MC_AutoRotate.cs" />
  647. <Compile Include="Assets\JMO Assets\MatCap Shaders\Demo\Assets\MC_SwitchTexture.cs" />
  648. <Compile Include="Assets\MakeShotScript.cs" />
  649. <Compile Include="Assets\NamePicker.cs" />
  650. <Compile Include="Assets\NewScripts\Conversation\ButtonAnswer.cs" />
  651. <Compile Include="Assets\NewScripts\Conversation\Characters.cs" />
  652. <Compile Include="Assets\NewScripts\Conversation\ConversationManager.cs" />
  653. <Compile Include="Assets\NewScripts\Conversation\TalkIndicator.cs" />
  654. <Compile Include="Assets\NewScripts\Display\DisplayNever.cs" />
  655. <Compile Include="Assets\NewScripts\Generic\AndroidPermissionManager.cs" />
  656. <Compile Include="Assets\NewScripts\Generic\GameGlobal.cs" />
  657. <Compile Include="Assets\NewScripts\Generic\GameplayBase.cs" />
  658. <Compile Include="Assets\NewScripts\Generic\GameplayManager.cs" />
  659. <Compile Include="Assets\NewScripts\Generic\NPCBackground.cs" />
  660. <Compile Include="Assets\NewScripts\Generic\PermissionWrapper.cs" />
  661. <Compile Include="Assets\NewScripts\Navigation\FlyPreloaderController.cs" />
  662. <Compile Include="Assets\NewScripts\Navigation\LocationsManager.cs" />
  663. <Compile Include="Assets\NewScripts\Navigation\Navigation.cs" />
  664. <Compile Include="Assets\NewScripts\UI\AsistanceManager.cs" />
  665. <Compile Include="Assets\NewScripts\UI\CatWalkFlashEffect.cs" />
  666. <Compile Include="Assets\NewScripts\UI\FlashEffect.cs" />
  667. <Compile Include="Assets\NewScripts\UI\GameVersionControl.cs" />
  668. <Compile Include="Assets\NewScripts\UI\GigButton.cs" />
  669. <Compile Include="Assets\NewScripts\UI\GigPopup.cs" />
  670. <Compile Include="Assets\NewScripts\UI\GigRewardButton.cs" />
  671. <Compile Include="Assets\NewScripts\UI\GigsBase.cs" />
  672. <Compile Include="Assets\NewScripts\UI\GigsPanel.cs" />
  673. <Compile Include="Assets\NewScripts\UI\GigUIData.cs" />
  674. <Compile Include="Assets\NewScripts\UI\InstaGigs.cs" />
  675. <Compile Include="Assets\NewScripts\UI\LevelUpPopUp.cs" />
  676. <Compile Include="Assets\NewScripts\UI\LoadingScreenText.cs" />
  677. <Compile Include="Assets\NewScripts\UI\ModeSelection.cs" />
  678. <Compile Include="Assets\NewScripts\UI\PanelGameplayQuest.cs" />
  679. <Compile Include="Assets\NewScripts\UI\ProgressPanel.cs" />
  680. <Compile Include="Assets\NewScripts\UI\QuestGigs.cs" />
  681. <Compile Include="Assets\NewScripts\UI\QuestPanel.cs" />
  682. <Compile Include="Assets\NewScripts\UI\QuestUIData.cs" />
  683. <Compile Include="Assets\NewScripts\UI\RandomGigs.cs" />
  684. <Compile Include="Assets\NewScripts\UI\RewardBase.cs" />
  685. <Compile Include="Assets\NewScripts\UI\RewardButtonAnim.cs" />
  686. <Compile Include="Assets\NewScripts\UI\RewardConversation.cs" />
  687. <Compile Include="Assets\NewScripts\UI\RewardSpin\ButtonDailyReward.cs" />
  688. <Compile Include="Assets\NewScripts\UI\RewardSpin\PanelDailyReward.cs" />
  689. <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinArrow.cs" />
  690. <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinRewardItem.cs" />
  691. <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinWheel.cs" />
  692. <Compile Include="Assets\NewScripts\UI\RewardText.cs" />
  693. <Compile Include="Assets\NewScripts\UI\TemportalRenderMode.cs" />
  694. <Compile Include="Assets\NewScripts\UI\TextNotification.cs" />
  695. <Compile Include="Assets\NewScripts\UI\TextNotificationCenter.cs" />
  696. <Compile Include="Assets\NewScripts\UI\TopModelFeature\MilestonesGenerator.cs" />
  697. <Compile Include="Assets\NewScripts\UI\TopModelFeature\ModelListItem.cs" />
  698. <Compile Include="Assets\NewScripts\UI\TopModelFeature\RankingWrapper.cs" />
  699. <Compile Include="Assets\NewScripts\UI\TopModelFeature\RankTopModel.cs" />
  700. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopMdoelAnimationHandler.cs" />
  701. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelBorder.cs" />
  702. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelListPreloader.cs" />
  703. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelPanel.cs" />
  704. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelParticipant.cs" />
  705. <Compile Include="Assets\NewScripts\UI\TweetFollowers.cs" />
  706. <Compile Include="Assets\NpcFaceShapeChanger.cs" />
  707. <Compile Include="Assets\NpcTextureChanger.cs" />
  708. <Compile Include="Assets\PanelCameraControl.cs" />
  709. <Compile Include="Assets\PanelQuestBehaviour.cs" />
  710. <Compile Include="Assets\PanelSkipBehaviour.cs" />
  711. <Compile Include="Assets\PositionKeeper.cs" />
  712. <Compile Include="Assets\QuestContainerBehaviour.cs" />
  713. <Compile Include="Assets\RenderTextureControl.cs" />
  714. <Compile Include="Assets\ReplyKeeper.cs" />
  715. <Compile Include="Assets\Resources\Fillbar\FillBar.cs" />
  716. <Compile Include="Assets\Scripts\Achievement System\AchievementList.cs" />
  717. <Compile Include="Assets\Scripts\Achievement System\Achievements.cs" />
  718. <Compile Include="Assets\Scripts\Achievement System\AchievementsData.cs" />
  719. <Compile Include="Assets\Scripts\Achievement System\AchievementsPrefabeManager.cs" />
  720. <Compile Include="Assets\Scripts\Achievement System\AchievmentManager.cs" />
  721. <Compile Include="Assets\Scripts\Achievement System\CollectAchievementPrefab.cs" />
  722. <Compile Include="Assets\Scripts\Achievement System\CompletedAchievementPrefab.cs" />
  723. <Compile Include="Assets\Scripts\Achievement System\TemplateAchievement.cs" />
  724. <Compile Include="Assets\Scripts\Achievement\Achievement.cs" />
  725. <Compile Include="Assets\Scripts\BetaFinishChangeScene.cs" />
  726. <Compile Include="Assets\Scripts\CameraLocations.cs" />
  727. <Compile Include="Assets\Scripts\CameraScript.cs" />
  728. <Compile Include="Assets\Scripts\Character\Character.cs" />
  729. <Compile Include="Assets\Scripts\Character\MainCharacter.cs" />
  730. <Compile Include="Assets\Scripts\Character\NPC.cs" />
  731. <Compile Include="Assets\Scripts\Character\NPCAnimations.cs" />
  732. <Compile Include="Assets\Scripts\Character\NPCBackgroundAnimation.cs" />
  733. <Compile Include="Assets\Scripts\Character\StaticNPC.cs" />
  734. <Compile Include="Assets\Scripts\Character\TyraBehaviour.cs" />
  735. <Compile Include="Assets\Scripts\Clickable.cs" />
  736. <Compile Include="Assets\Scripts\ConvIndicator.cs" />
  737. <Compile Include="Assets\Scripts\Core\Assistance.cs" />
  738. <Compile Include="Assets\Scripts\Core\AssistanceData.cs" />
  739. <Compile Include="Assets\Scripts\Core\ChangeDialogueAction.cs" />
  740. <Compile Include="Assets\Scripts\Core\Chapter.cs" />
  741. <Compile Include="Assets\Scripts\Core\Chirp.cs" />
  742. <Compile Include="Assets\Scripts\Core\ExtractCurrentChapterData.cs" />
  743. <Compile Include="Assets\Scripts\Core\GameAction.cs" />
  744. <Compile Include="Assets\Scripts\Core\Gig.cs" />
  745. <Compile Include="Assets\Scripts\Core\GigAction.cs" />
  746. <Compile Include="Assets\Scripts\Core\Quest.cs" />
  747. <Compile Include="Assets\Scripts\Core\RectTransformUtils.cs" />
  748. <Compile Include="Assets\Scripts\Core\Task.cs" />
  749. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyReward.cs" />
  750. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardList.cs" />
  751. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardManager.cs" />
  752. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardUIController.cs" />
  753. <Compile Include="Assets\Scripts\DailyRewardSystem\RewardUI.cs" />
  754. <Compile Include="Assets\Scripts\DailyRewardSystem\StopperController.cs" />
  755. <Compile Include="Assets\Scripts\Data\Conversation\Conversation.cs" />
  756. <Compile Include="Assets\Scripts\Data\Conversation\Dialog.cs" />
  757. <Compile Include="Assets\Scripts\Data\Conversation\Reply.cs" />
  758. <Compile Include="Assets\Scripts\Data\DataObject.cs" />
  759. <Compile Include="Assets\Scripts\Data\GigData.cs" />
  760. <Compile Include="Assets\Scripts\Data\NPC\NPCData.cs" />
  761. <Compile Include="Assets\Scripts\Data\QuestData.cs" />
  762. <Compile Include="Assets\Scripts\Data\TravelCostData.cs" />
  763. <Compile Include="Assets\Scripts\FireBase\FirebaseInstance.cs" />
  764. <Compile Include="Assets\Scripts\Game\GameManager.cs" />
  765. <Compile Include="Assets\Scripts\GigFinishedPopup.cs" />
  766. <Compile Include="Assets\Scripts\InGameNotificationManager.cs" />
  767. <Compile Include="Assets\Scripts\IronSource\Base\BaseIronSourceManager.cs" />
  768. <Compile Include="Assets\Scripts\IronSource\Enums\AdsType.cs" />
  769. <Compile Include="Assets\Scripts\IronSource\Enums\RewardTypes.cs" />
  770. <Compile Include="Assets\Scripts\IronSource\InterstitialManager.cs" />
  771. <Compile Include="Assets\Scripts\IronSource\IronSourceGlobalController.cs" />
  772. <Compile Include="Assets\Scripts\IronSource\IronSourceShowController.cs" />
  773. <Compile Include="Assets\Scripts\IronSource\OfferwallManager.cs" />
  774. <Compile Include="Assets\Scripts\IronSource\RewardedVideoManager.cs" />
  775. <Compile Include="Assets\Scripts\Leveling Up\LevelsData.cs" />
  776. <Compile Include="Assets\Scripts\LocationNames.cs" />
  777. <Compile Include="Assets\Scripts\LocationSystem\BuildingButton.cs" />
  778. <Compile Include="Assets\Scripts\LocationSystem\CatwalkNPC.cs" />
  779. <Compile Include="Assets\Scripts\LocationSystem\CityMapScript.cs" />
  780. <Compile Include="Assets\Scripts\LocationSystem\Interior.cs" />
  781. <Compile Include="Assets\Scripts\LocationSystem\Location.cs" />
  782. <Compile Include="Assets\Scripts\LocationSystem\LocationManager.cs" />
  783. <Compile Include="Assets\Scripts\LocationSystem\MapButton.cs" />
  784. <Compile Include="Assets\Scripts\LocationSystem\MapPinScript.cs" />
  785. <Compile Include="Assets\Scripts\LocationSystem\MapPinUnlock.cs" />
  786. <Compile Include="Assets\Scripts\LocationSystem\MapsManager.cs" />
  787. <Compile Include="Assets\Scripts\LocationSystem\ProgressionState.cs" />
  788. <Compile Include="Assets\Scripts\LocationSystem\StreetScript.cs" />
  789. <Compile Include="Assets\Scripts\LootScript.cs" />
  790. <Compile Include="Assets\Scripts\Managers\CharacterManager.cs" />
  791. <Compile Include="Assets\Scripts\Managers\FacebookManager.cs" />
  792. <Compile Include="Assets\Scripts\Managers\FadeController.cs" />
  793. <Compile Include="Assets\Scripts\Managers\FadeScreen.cs" />
  794. <Compile Include="Assets\Scripts\Managers\InputManager.cs" />
  795. <Compile Include="Assets\Scripts\MissionsUI.cs" />
  796. <Compile Include="Assets\Scripts\Notifications\GameNotification.cs" />
  797. <Compile Include="Assets\Scripts\Notifications\GameNotificationManager.cs" />
  798. <Compile Include="Assets\Scripts\PhoneUI.cs" />
  799. <Compile Include="Assets\Scripts\PracticeButton.cs" />
  800. <Compile Include="Assets\Scripts\Pronouns.cs" />
  801. <Compile Include="Assets\Scripts\Quests\QuestUINew.cs" />
  802. <Compile Include="Assets\Scripts\Quests\TaskUINew.cs" />
  803. <Compile Include="Assets\Scripts\Sender\Sender.cs" />
  804. <Compile Include="Assets\Scripts\sorttext.cs" />
  805. <Compile Include="Assets\Scripts\Sound\SFXManagerOld.cs" />
  806. <Compile Include="Assets\Scripts\TaskUI.cs" />
  807. <Compile Include="Assets\Scripts\TransportButton.cs" />
  808. <Compile Include="Assets\Scripts\Tutorial\TutorialBanner.cs" />
  809. <Compile Include="Assets\Scripts\Tutorial\TutorialManager.cs" />
  810. <Compile Include="Assets\Scripts\TutorialIndicator.cs" />
  811. <Compile Include="Assets\Scripts\TutorialScript.cs" />
  812. <Compile Include="Assets\Scripts\TwitterSystem\GigsTweets.cs" />
  813. <Compile Include="Assets\Scripts\TwitterSystem\LoadTweet.cs" />
  814. <Compile Include="Assets\Scripts\TwitterSystem\PushNotification.cs" />
  815. <Compile Include="Assets\Scripts\TwitterSystem\ResourcesXMLReader.cs" />
  816. <Compile Include="Assets\Scripts\TwitterSystem\ScedualedTweetManager.cs" />
  817. <Compile Include="Assets\Scripts\TwitterSystem\Tweet.cs" />
  818. <Compile Include="Assets\Scripts\TwitterSystem\TweetePrefabeControler.cs" />
  819. <Compile Include="Assets\Scripts\TwitterSystem\TwitterFeed.cs" />
  820. <Compile Include="Assets\Scripts\TwitterSystem\TwitterManager.cs" />
  821. <Compile Include="Assets\Scripts\Ui\ActionButton.cs" />
  822. <Compile Include="Assets\Scripts\Ui\LoadingScript.cs" />
  823. <Compile Include="Assets\Scripts\Ui\MainPanel.cs" />
  824. <Compile Include="Assets\Scripts\Ui\MenuScene.cs" />
  825. <Compile Include="Assets\Scripts\Ui\MenusController.cs" />
  826. <Compile Include="Assets\Scripts\Ui\PopupScripts\GenericPopUp.cs" />
  827. <Compile Include="Assets\Scripts\Ui\PopupScripts\PopupOld.cs" />
  828. <Compile Include="Assets\Scripts\UserGenderSelector.cs" />
  829. <Compile Include="Assets\Scripts\UserInputScript.cs" />
  830. <Compile Include="Assets\Scripts\Video\MobileVideoController.cs" />
  831. <Compile Include="Assets\SideQuestsManager.cs" />
  832. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\ButtonClip.cs" />
  833. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\ObjectClip.cs" />
  834. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\PickUpClip.cs" />
  835. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\SliderClip.cs" />
  836. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\SoundManager.cs" />
  837. <Compile Include="Assets\Systems\AudioSystem\Scripts\Datas\SoundDataGlobal.cs" />
  838. <Compile Include="Assets\Systems\AudioSystem\Scripts\Datas\SoundTypes.cs" />
  839. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\AuthenticationDataInspector.cs" />
  840. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\AutoAuthenticate.cs" />
  841. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\GameInitialValidations.cs" />
  842. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\HelpLongPressHandler.cs" />
  843. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\InfoPanelBeheviour.cs" />
  844. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelAnonymous.cs" />
  845. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelFacebook.cs" />
  846. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelGoogle.cs" />
  847. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLoading.cs" />
  848. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLogin.cs" />
  849. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLoginIndicator.cs" />
  850. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelRegister.cs" />
  851. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Data\AuthenticationGlobalData.cs" />
  852. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Data\Remember.cs" />
  853. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\Catwalk.cs" />
  854. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\CatwalkCameras.cs" />
  855. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\CatwalkGigManager.cs" />
  856. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\Catwalks.cs" />
  857. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\DefaultCatwalk.cs" />
  858. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\PanelCatwalk.cs" />
  859. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\ChangeGraphicsColors.cs" />
  860. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\CheatButton.cs" />
  861. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\CheatsPanelHandler.cs" />
  862. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PanelCurrenciesBehaviour.cs" />
  863. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Base\DynamicContainerBase.cs" />
  864. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\AdsButton.cs" />
  865. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\ShopBag.cs" />
  866. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\ShopTabButton.cs" />
  867. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\PanelCurrenciesCheckOut.cs" />
  868. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\PurchasePanelBehavior.cs" />
  869. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\RewardAdsPanel.cs" />
  870. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopBody.cs" />
  871. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopFooter.cs" />
  872. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopTopBar.cs" />
  873. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\BagShopContent.cs" />
  874. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\ButtonsFreeContent.cs" />
  875. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\ContentStorage.cs" />
  876. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Datas\Currency.cs" />
  877. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Enums\CurrencyType.cs" />
  878. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Enums\PurchaseSize.cs" />
  879. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\BlendMesh.cs" />
  880. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\BlendShapesData.cs" />
  881. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeCategoryBehaviour.cs" />
  882. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeItemBehaviour.cs" />
  883. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeSubCategoryBehaviour.cs" />
  884. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterAnimations.cs" />
  885. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterArmature.cs" />
  886. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterCamera.cs" />
  887. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorAlphaSlider.cs" />
  888. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorImage.cs" />
  889. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorLabel.cs" />
  890. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPicker.cs" />
  891. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPickerTester.cs" />
  892. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPresetDoubleTapEvent.cs" />
  893. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPresets.cs" />
  894. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorSlider.cs" />
  895. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorSliderImage.cs" />
  896. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CreateGraphicNpcCharacter.cs" />
  897. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBeardBehaviour.cs" />
  898. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBlendClothBehaviour.cs" />
  899. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBlendClothBehaviourTrigger.cs" />
  900. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBodyArmature.cs" />
  901. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCapBehaviour.cs" />
  902. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCategoryBehaviour.cs" />
  903. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCharacterBehaviour.cs" />
  904. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCopyBonesHelper.cs" />
  905. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFaceShape.cs" />
  906. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFatness.cs" />
  907. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFatnessSlider.cs" />
  908. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFeetShape.cs" />
  909. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderCategory.cs" />
  910. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderCategoryBase.cs" />
  911. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderFace.cs" />
  912. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderLookbook.cs" />
  913. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderMesh.cs" />
  914. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderMeshCap.cs" />
  915. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemBehaviour.cs" />
  916. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemDoubleTapEvent.cs" />
  917. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemInstantiator.cs" />
  918. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeRequiredCategory.cs" />
  919. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeSkinColor.cs" />
  920. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeSubCategoryBehaviour.cs" />
  921. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeTextureChanger.cs" />
  922. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\FaceSkinColor.cs" />
  923. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\FatnessArmature.cs" />
  924. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\HexColorField.cs" />
  925. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ICustomizeItemColor.cs" />
  926. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\NpcItem.cs" />
  927. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCheckItem.cs" />
  928. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCheckOut.cs" />
  929. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelColor.cs" />
  930. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCustomizeBehaviour.cs" />
  931. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelSelectGenderBehaviour.cs" />
  932. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\SkinColorsData.cs" />
  933. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\SVBoxSlider.cs" />
  934. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\TiltWindow.cs" />
  935. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CharacterCustomizationGlobal.cs" />
  936. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\Customize.cs" />
  937. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeCategory.cs" />
  938. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeItem.cs" />
  939. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeItemData.cs" />
  940. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeStats.cs" />
  941. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeSubCategory.cs" />
  942. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Enums\ColorValues.cs" />
  943. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Enums\CustomizeType.cs" />
  944. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Events\ColorChangedEvent.cs" />
  945. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Events\HSVChangedEvent.cs" />
  946. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\BoxSlider.cs" />
  947. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\CopyBonesTransform.cs" />
  948. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\HSVUtil.cs" />
  949. <Compile Include="Assets\Systems\DataSystem\EditorANTM\ConvertDataGame.cs" />
  950. <Compile Include="Assets\Systems\DataSystem\EditorANTM\EditorDataGame.cs" />
  951. <Compile Include="Assets\Systems\DataSystem\EditorANTM\EstructData.cs" />
  952. <Compile Include="Assets\Systems\DataSystem\EditorANTM\GetGameDatas.cs" />
  953. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Menu\DataToolsMenu.cs" />
  954. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Action\ButtonAction.cs" />
  955. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Chapters\ButtonChapter.cs" />
  956. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Gigs\ButtonGig.cs" />
  957. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Level\PanelLevelEditor.cs" />
  958. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Loading\PanelLoadingEditor.cs" />
  959. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Location\ButtonLocation.cs" />
  960. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Location\PanelLocations.cs" />
  961. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Rewards\ButtonLevel.cs" />
  962. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Rewards\PanelRewardsEditor.cs" />
  963. <Compile Include="Assets\Systems\DataSystem\JobBoard\JobBoardBehaviour.cs" />
  964. <Compile Include="Assets\Systems\DataSystem\JobBoard\JobCardManager.cs" />
  965. <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\Assistance.cs" />
  966. <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\GigAction.cs" />
  967. <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\Instruction.cs" />
  968. <Compile Include="Assets\Systems\DataSystem\Scripts\Chapter\Chapter.cs" />
  969. <Compile Include="Assets\Systems\DataSystem\Scripts\Chapter\ChapterElement.cs" />
  970. <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Conversation.cs" />
  971. <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Dialog.cs" />
  972. <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Reply.cs" />
  973. <Compile Include="Assets\Systems\DataSystem\Scripts\Currency\Currency.cs" />
  974. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\Customize.cs" />
  975. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeCategory.cs" />
  976. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeData.cs" />
  977. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeItem.cs" />
  978. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeItemData.cs" />
  979. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeStats.cs" />
  980. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeSubCategory.cs" />
  981. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\ItemColorCapturer.cs" />
  982. <Compile Include="Assets\Systems\DataSystem\Scripts\General\Cryptography\Crc32.cs" />
  983. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataGame.cs" />
  984. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataObject.cs" />
  985. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetSaved.cs" />
  986. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetsSenders.cs" />
  987. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetsTemplates.cs" />
  988. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataUser.cs" />
  989. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataUserManager.cs" />
  990. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataValidation.cs" />
  991. <Compile Include="Assets\Systems\DataSystem\Scripts\General\GameData.cs" />
  992. <Compile Include="Assets\Systems\DataSystem\Scripts\General\GigsGigActionsData.cs" />
  993. <Compile Include="Assets\Systems\DataSystem\Scripts\General\UserData.cs" />
  994. <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\Chirp.cs" />
  995. <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\DataGigTemplates.cs" />
  996. <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\Gig.cs" />
  997. <Compile Include="Assets\Systems\DataSystem\Scripts\Level\LevelData.cs" />
  998. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\City.cs" />
  999. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Country.cs" />
  1000. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Location.cs" />
  1001. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Place.cs" />
  1002. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBook.cs" />
  1003. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookCoverPhotoData.cs" />
  1004. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookItem.cs" />
  1005. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookStickerData.cs" />
  1006. <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\CommentsController.cs" />
  1007. <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\CommentsManager.cs" />
  1008. <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\DataGigComments.cs" />
  1009. <Compile Include="Assets\Systems\DataSystem\Scripts\Profile\Profile.cs" />
  1010. <Compile Include="Assets\Systems\DataSystem\Scripts\Profile\ProfileData.cs" />
  1011. <Compile Include="Assets\Systems\DataSystem\Scripts\Progress\Progress.cs" />
  1012. <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\GameAction.cs" />
  1013. <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\Quest.cs" />
  1014. <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\Task.cs" />
  1015. <Compile Include="Assets\Systems\DataSystem\Scripts\Time\TimeData.cs" />
  1016. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\CoroutineWindowExample.cs" />
  1017. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\EditorCoroutineExtensions.cs" />
  1018. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\EditorCoroutines.cs" />
  1019. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\DataSnapshot.cs" />
  1020. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseAuthentication.cs" />
  1021. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseAuthenticationManager.cs" />
  1022. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FireBaseAuthError.cs" />
  1023. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseDatabase.cs" />
  1024. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseError.cs" />
  1025. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseManager.cs" />
  1026. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseObserver.cs" />
  1027. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseParam.cs" />
  1028. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseQueue.cs" />
  1029. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseRoot.cs" />
  1030. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\miniJSON.cs" />
  1031. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\SampleScript.cs" />
  1032. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Angle\AngleAttribute.cs" />
  1033. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Angle\AngleExample.cs" />
  1034. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\AnimatorParameter\AnimatorParameterAttribute.cs" />
  1035. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\AnimatorParameter\AnimatorParameterExample.cs" />
  1036. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Disable\DisableAttribute.cs" />
  1037. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Disable\DisableExample.cs" />
  1038. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\EnumLabel\EnumLabelAttribute.cs" />
  1039. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\EnumLabel\EnumLabelExample.cs" />
  1040. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\LabelSearch\LabelSearchAttribute.cs" />
  1041. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\LabelSearch\LabelSearchExample.cs" />
  1042. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Observe\ObserveAttribute.cs" />
  1043. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Observe\ObserveExample.cs" />
  1044. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Password\PasswordAttribute.cs" />
  1045. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Password\PasswordExample.cs" />
  1046. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Popup\PopupAttribute.cs" />
  1047. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Popup\PopupExample.cs" />
  1048. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\PreviewTexture\PreviewTextureAttribute.cs" />
  1049. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\PreviewTexture\PreviewTextureExample.cs" />
  1050. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SceneName\SceneNameAttribute.cs" />
  1051. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SceneName\SceneNameExample.cs" />
  1052. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SelectableLabel\SelectableLabelAttribute.cs" />
  1053. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SelectableLabel\SelectableLabelExample.cs" />
  1054. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Singlenton\Singleton.cs" />
  1055. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Singlenton\SingletonScriptableObject.cs" />
  1056. <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\Tweet.cs" />
  1057. <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\TweetSender.cs" />
  1058. <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\TweetTemplate.cs" />
  1059. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Achievement.cs" />
  1060. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\AchievementBehaviour.cs" />
  1061. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\Base\BaseAdsPanelBehavior.cs" />
  1062. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\NoCurrencyPopUpBehavior.cs" />
  1063. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\RewardPopUpBehavior.cs" />
  1064. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\AnimationPanelMain.cs" />
  1065. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BarGigs.cs" />
  1066. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\BlockerManager.cs" />
  1067. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\GrayScaleBehavior.cs" />
  1068. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\UserInput.cs" />
  1069. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\CongratsEndingPopUp.cs" />
  1070. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Contac.cs" />
  1071. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\ContacsBehaviour.cs" />
  1072. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\CustomSceneManager.cs" />
  1073. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\DataManagerBehaviour.cs" />
  1074. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Links.cs" />
  1075. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\NameInputWindow.cs" />
  1076. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Notifications.cs" />
  1077. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelPhoneBehaviour.cs" />
  1078. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelQuestController.cs" />
  1079. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelSelectAge.cs" />
  1080. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PhoneAnimation.cs" />
  1081. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PhoneUIMessages.cs" />
  1082. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\ProfileBehaviour.cs" />
  1083. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\QuestAnimCont.cs" />
  1084. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\RemoteConfigReceiver.cs" />
  1085. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\RewardMilestoneBehavior.cs" />
  1086. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\SwitchVisability.cs" />
  1087. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\TutorialController.cs" />
  1088. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\TweetBehaviour.cs" />
  1089. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CellSizeController.cs" />
  1090. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CronometroAnim.cs" />
  1091. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CustAnimController.cs" />
  1092. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\MenuOld.cs" />
  1093. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UserInput.cs" />
  1094. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\VersionDifferencePanel.cs" />
  1095. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\WordsBanned.cs" />
  1096. <Compile Include="Assets\Systems\GeneralSystem\Scripts\ChangeStrings.cs" />
  1097. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementData.cs" />
  1098. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementsDatas.cs" />
  1099. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementsSave.cs" />
  1100. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievemetDatas.cs" />
  1101. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\DataManager.cs" />
  1102. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\DataObject.cs" />
  1103. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\MotivationTime.cs" />
  1104. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\PruebaText.cs" />
  1105. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\QuestGlobalData.cs" />
  1106. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\ScheduledTweetGlobalData.cs" />
  1107. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TimeData.cs" />
  1108. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TimeGlobalData.cs" />
  1109. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TweetData.cs" />
  1110. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TweetGlobalData.cs" />
  1111. <Compile Include="Assets\Systems\GeneralSystem\Tools\AnimateModel.cs" />
  1112. <Compile Include="Assets\Systems\GeneralSystem\Tools\ConnectionTools.cs" />
  1113. <Compile Include="Assets\Systems\GeneralSystem\Tools\Events\OnDisableToUnityEvent.cs" />
  1114. <Compile Include="Assets\Systems\GeneralSystem\Tools\Events\OnEnableToUnityEvent.cs" />
  1115. <Compile Include="Assets\Systems\GeneralSystem\Tools\Transform\TransformEx.cs" />
  1116. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\PortfolioScrollbar.cs" />
  1117. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\SwipeReceiver.cs" />
  1118. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\TouchAndDragCharacter.cs" />
  1119. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\uGUITools.cs" />
  1120. <Compile Include="Assets\Systems\GeneralSystem\Tools\WanzyeeStudio\Scripts\Basic\Extension\TypeExtension.cs" />
  1121. <Compile Include="Assets\Systems\GeneralSystem\Tools\WanzyeeStudio\Scripts\Basic\Utility\IoUtility.cs" />
  1122. <Compile Include="Assets\Systems\LookBookSystem\Plugins\NativeShare.cs" />
  1123. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\ButtonLookBook.cs" />
  1124. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCamera.cs" />
  1125. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCategoryBehaviour.cs" />
  1126. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCharacterBehaviour.cs" />
  1127. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCharacterSelector.cs" />
  1128. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookDataInspector.cs" />
  1129. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookItemBehaviour.cs" />
  1130. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookScreenShot.cs" />
  1131. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\PanelLookBook.cs" />
  1132. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\StickerDoubleTapEvent.cs" />
  1133. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBook.cs" />
  1134. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookCoverPhotoData.cs" />
  1135. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookGlobal.cs" />
  1136. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookItem.cs" />
  1137. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookStickerData.cs" />
  1138. <Compile Include="Assets\Systems\NotificationSystem\Scripts\Behaviours\FcmInstance.cs" />
  1139. <Compile Include="Assets\Systems\NotificationSystem\Scripts\Behaviours\Notifications.cs" />
  1140. <Compile Include="Assets\Systems\NotificationSystem\Scripts\Datas\NotificationGlobal.cs" />
  1141. <Compile Include="Assets\Systems\SwipeSystem\Scripts\Behaviours\SwipeSystem.cs" />
  1142. <Compile Include="Assets\TestAreaController.cs" />
  1143. <Compile Include="Assets\TweetAvatar.cs" />
  1144. <Compile Include="Assets\UniClipboard\UniClipboard.cs" />
  1145. <Compile Include="Assets\WidthCheckerFixer.cs" />
  1146. <Compile Include="Assets\ZUI\Scripts\Menu.cs" />
  1147. <Compile Include="Assets\ZUI\Scripts\Popup.cs" />
  1148. <Compile Include="Assets\ZUI\Scripts\SFXManager.cs" />
  1149. <Compile Include="Assets\ZUI\Scripts\SideMenu.cs" />
  1150. <Compile Include="Assets\ZUI\Scripts\UIAnimation.cs" />
  1151. <Compile Include="Assets\ZUI\Scripts\UIElement.cs" />
  1152. <Compile Include="Assets\ZUI\Scripts\UIElementsGroup.cs" />
  1153. <Compile Include="Assets\ZUI\Scripts\ZUIElementBase.cs" />
  1154. <Compile Include="Assets\ZUI\Scripts\ZUIEquations.cs" />
  1155. <Compile Include="Assets\ZUI\Scripts\ZUIManager.cs" />
  1156. </ItemGroup>
  1157. <ItemGroup>
  1158. <None Include="Assets\FacebookSDK\link.xml" />
  1159. <None Include="Assets\Firebase\Editor\AppDependencies.xml" />
  1160. <None Include="Assets\Firebase\Editor\AuthDependencies.xml" />
  1161. <None Include="Assets\Firebase\Editor\DatabaseDependencies.xml" />
  1162. <None Include="Assets\Firebase\Editor\FirebaseAuth_v5.2.1_manifest.txt" />
  1163. <None Include="Assets\Firebase\Editor\FirebaseDatabase_v5.2.1_manifest.txt" />
  1164. <None Include="Assets\Firebase\Editor\FirebaseInstanceId_v5.2.1_manifest.txt" />
  1165. <None Include="Assets\Firebase\Editor\FirebaseMessaging_v5.2.1_manifest.txt" />
  1166. <None Include="Assets\Firebase\Editor\FirebaseRemoteConfig_v5.2.1_manifest.txt" />
  1167. <None Include="Assets\Firebase\Editor\InstanceIdDependencies.xml" />
  1168. <None Include="Assets\Firebase\Editor\MessagingDependencies.xml" />
  1169. <None Include="Assets\Firebase\Editor\RemoteConfigDependencies.xml" />
  1170. <None Include="Assets\Firebase\Plugins\Http\link.xml" />
  1171. <None Include="Assets\Firebase\Plugins\link.xml" />
  1172. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-app-unity\maven-metadata.xml" />
  1173. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-auth-unity\maven-metadata.xml" />
  1174. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-config-unity\maven-metadata.xml" />
  1175. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-database-unity\maven-metadata.xml" />
  1176. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-instance-id-unity\maven-metadata.xml" />
  1177. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-messaging-unity\maven-metadata.xml" />
  1178. <None Include="Assets\GooglePlayGames\Editor\GooglePlayGamesPluginDependencies.xml" />
  1179. <None Include="Assets\GooglePlayGames\Editor\GooglePlayGamesPlugin_v0.9.50.txt" />
  1180. <None Include="Assets\GooglePlayGames\Editor\m2repository\com\google\games\gpgs-plugin-support\maven-metadata.xml" />
  1181. <None Include="Assets\GooglePlayGames\Editor\template-AndroidManifest.txt" />
  1182. <None Include="Assets\GooglePlayGames\Editor\template-Constants.txt" />
  1183. <None Include="Assets\GooglePlayGames\Editor\template-GameInfo.txt" />
  1184. <None Include="Assets\GooglePlayGames\Plugins\Android\GooglePlayGamesManifest.plugin\AndroidManifest.xml" />
  1185. <None Include="Assets\GoogleSignIn\Editor\GoogleSignInDependencies.xml" />
  1186. <None Include="Assets\GoogleSignIn\Editor\GoogleSignInSupportDependencies.xml" />
  1187. <None Include="Assets\GoogleSignIn\Editor\google-signin-plugin_v1.0.3.txt" />
  1188. <None Include="Assets\GoogleSignIn\Editor\m2repository\com\google\signin\google-signin-support\maven-metadata.xml" />
  1189. <None Include="Assets\JMO Assets\!JMO Assets Readme.txt" />
  1190. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Lit.shader" />
  1191. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain.shader" />
  1192. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_Additive.shader" />
  1193. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_AdditiveZ.shader" />
  1194. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_Bumped.shader" />
  1195. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureAdd.shader" />
  1196. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureAdd_Bumped.shader" />
  1197. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureMult.shader" />
  1198. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureMult_Bumped.shader" />
  1199. <None Include="Assets\JMO Assets\MatCap Shaders\Textures\BenSimonds\_Textures Readme.txt" />
  1200. <None Include="Assets\JMO Assets\MatCap Shaders\Textures\MaCrea\MaCrea.txt" />
  1201. <None Include="Assets\JMO Assets\MatCap Shaders\_MatCap Shaders Readme.txt" />
  1202. <None Include="Assets\JMO Assets\ProceduralMatcap\ProceduralMatcap.shader" />
  1203. <None Include="Assets\JMO Assets\ProceduralMatcap\ProceduralMatcapFace.shader" />
  1204. <None Include="Assets\JsonDotNet\Assemblies\AOT\Newtonsoft.Json.XML" />
  1205. <None Include="Assets\JsonDotNet\Assemblies\Standalone\Newtonsoft.Json.XML" />
  1206. <None Include="Assets\JsonDotNet\Assemblies\Windows\Newtonsoft.Json.XML" />
  1207. <None Include="Assets\JsonDotNet\link.xml" />
  1208. <None Include="Assets\NewScripts\Shaders\ClothesShader.shader" />
  1209. <None Include="Assets\NewScripts\Shaders\Grayscale.shader" />
  1210. <None Include="Assets\NewScripts\Shaders\UIImage_Static_Blur_Advanced.shader" />
  1211. <None Include="Assets\NewScripts\UI\TopModelFeature\Bots_names.txt" />
  1212. <None Include="Assets\PlayServicesResolver\Editor\play-services-resolver_v1.2.84.0.txt" />
  1213. <None Include="Assets\Plugins\Android\AndroidManifest.xml" />
  1214. <None Include="Assets\Plugins\Android\Firebase\AndroidManifest.xml" />
  1215. <None Include="Assets\Plugins\Android\Firebase\res\values\google-services.xml" />
  1216. <None Include="Assets\Plugins\Android\IronSource\AndroidManifest.xml" />
  1217. <None Include="Assets\Plugins\DOTween\DOTween.XML" />
  1218. <None Include="Assets\Plugins\DOTween\DOTween43.xml" />
  1219. <None Include="Assets\Plugins\DOTween\DOTween46.xml" />
  1220. <None Include="Assets\Plugins\DOTween\DOTween50.xml" />
  1221. <None Include="Assets\Plugins\DOTween\Editor\DOTweenEditor.XML" />
  1222. <None Include="Assets\Plugins\DOTween\readme.txt" />
  1223. <None Include="Assets\Plugins\UnityPurchasing\Android\proguard-user.txt.OPTIONAL.txt" />
  1224. <None Include="Assets\Plugins\UnityPurchasing\Editor\IAPGeneratedCredentials.cs.template" />
  1225. <None Include="Assets\Plugins\UnityPurchasing\script\link.xml" />
  1226. <None Include="Assets\Resources\TextAssets\GigsActionsCharts.txt" />
  1227. <None Include="Assets\Resources\versionDisplayed.txt" />
  1228. <None Include="Assets\Systems\CustomizeSystem\Shaders\FaceShader.shader" />
  1229. <None Include="Assets\Systems\CustomizeSystem\Shaders\ItemShader.shader" />
  1230. <None Include="Assets\ZUI\Demos\Witch\UI\Art Rights.txt" />
  1231. <None Include="Assets\link.xml" />
  1232. <None Include="Packages\com.unity.collab-proxy\Editor\Resources\Styles\CollabHistoryCommon.uss" />
  1233. <None Include="Packages\com.unity.collab-proxy\Editor\Resources\Styles\CollabHistoryDark.uss" />
  1234. <None Include="Packages\com.unity.collab-proxy\Editor\Resources\Styles\CollabHistoryLight.uss" />
  1235. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Styles\Main_Dark.uss" />
  1236. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Styles\Main_Light.uss" />
  1237. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\Alert.uxml" />
  1238. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageAddFromUrlField.uxml" />
  1239. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageDetails.uxml" />
  1240. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageGroup.uxml" />
  1241. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageItem.uxml" />
  1242. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageList.uxml" />
  1243. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageManagerToolbar.uxml" />
  1244. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageManagerWindow.uxml" />
  1245. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageSearchToolbar.uxml" />
  1246. <None Include="Packages\com.unity.package-manager-ui\Editor\Resources\Templates\PackageStatusBar.uxml" />
  1247. </ItemGroup>
  1248. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1249. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1250. </Project>