Assembly-CSharp.csproj 114 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530
  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. <LangVersion>latest</LangVersion>
  5. <CscToolPath>D:\Program Files\Unity\2019.1.14f1\Editor\Data\Tools\RoslynScripts</CscToolPath>
  6. <CscToolExe>unity_csc.bat</CscToolExe>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProductVersion>10.0.20506</ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <RootNamespace></RootNamespace>
  14. <ProjectGuid>{AF137E59-A2AE-1E61-55C0-4BB398B4F57E}</ProjectGuid>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <AssemblyName>Assembly-CSharp</AssemblyName>
  18. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. <BaseDirectory>.</BaseDirectory>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>Temp\bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;UNITY_2019_1_14;UNITY_2019_1;UNITY_2019;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_2019_1_OR_NEWER;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;ENABLE_MANAGED_AUDIO_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;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_AR;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;UNITY_PRO_LICENSE;NO_GPGS;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <NoWarn>0169</NoWarn>
  31. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>Temp\bin\Release\</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <NoWarn>0169</NoWarn>
  40. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <NoConfig>true</NoConfig>
  44. <NoStdLib>true</NoStdLib>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  47. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  51. <UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
  52. <UnityProjectType>Game:1</UnityProjectType>
  53. <UnityBuildTarget>Android:13</UnityBuildTarget>
  54. <UnityVersion>2019.1.14f1</UnityVersion>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="UnityEngine">
  58. <HintPath>D:\Program Files\Unity\2019.1.14f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  59. </Reference>
  60. <Reference Include="UnityEditor">
  61. <HintPath>D:\Program Files\Unity\2019.1.14f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
  62. </Reference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Assets\ClothingAdjuster.cs" />
  66. <Compile Include="Assets\ClothingController.cs" />
  67. <Compile Include="Assets\console.cs" />
  68. <Compile Include="Assets\CsvRader\ImpotDataGame.cs" />
  69. <Compile Include="Assets\DataLocationsInfo.cs" />
  70. <Compile Include="Assets\DataTransferer.cs" />
  71. <Compile Include="Assets\DisableGoogleAuthOnIos.cs" />
  72. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\ButtonBuilding.cs" />
  73. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\EnviromentTravelManagerBehaviour.cs" />
  74. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\PanelEnvironmentBehaviour.cs" />
  75. <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\PanelPopUpEnvironmentBehaviour.cs" />
  76. <Compile Include="Assets\EnvironmentSystem\Scripts\Data\Environment.cs" />
  77. <Compile Include="Assets\EnvironmentSystem\Scripts\Data\EnvironmentPoints.cs" />
  78. <Compile Include="Assets\EnvironmentSystem\Scripts\Enums\EnvironmentType.cs" />
  79. <Compile Include="Assets\FacebookSDK\Examples\Scripts\ConsoleBase.cs" />
  80. <Compile Include="Assets\FacebookSDK\Examples\Scripts\LogView.cs" />
  81. <Compile Include="Assets\FacebookSDK\Examples\Scripts\MenuBase.cs" />
  82. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AccessTokenMenu.cs" />
  83. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppEvents.cs" />
  84. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppLinks.cs" />
  85. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppRequests.cs" />
  86. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\DialogShare.cs" />
  87. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\GraphRequest.cs" />
  88. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\MainMenu.cs" />
  89. <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\Pay.cs" />
  90. <Compile Include="Assets\GigActionDataFiller.cs" />
  91. <Compile Include="Assets\GigActionDataFillerEditor.cs" />
  92. <Compile Include="Assets\GigDataHelper.cs" />
  93. <Compile Include="Assets\GooglePlayGames\BasicApi\Achievement.cs" />
  94. <Compile Include="Assets\GooglePlayGames\BasicApi\CommonStatusCodes.cs" />
  95. <Compile Include="Assets\GooglePlayGames\BasicApi\CommonTypes.cs" />
  96. <Compile Include="Assets\GooglePlayGames\BasicApi\DummyClient.cs" />
  97. <Compile Include="Assets\GooglePlayGames\BasicApi\Events\IEvent.cs" />
  98. <Compile Include="Assets\GooglePlayGames\BasicApi\Events\IEventsClient.cs" />
  99. <Compile Include="Assets\GooglePlayGames\BasicApi\IPlayGamesClient.cs" />
  100. <Compile Include="Assets\GooglePlayGames\BasicApi\LeaderboardScoreData.cs" />
  101. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Invitation.cs" />
  102. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\IRealTimeMultiplayerClient.cs" />
  103. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\ITurnBasedMultiplayerClient.cs" />
  104. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\MatchOutcome.cs" />
  105. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Participant.cs" />
  106. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Player.cs" />
  107. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\RealTimeMultiplayerListener.cs" />
  108. <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\TurnBasedMatch.cs" />
  109. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\AdvertisingResult.cs" />
  110. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\ConnectionRequest.cs" />
  111. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\ConnectionResponse.cs" />
  112. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\DummyNearbyConnectionClient.cs" />
  113. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\EndpointDetails.cs" />
  114. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\INearbyConnectionClient.cs" />
  115. <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\NearbyConnectionConfiguration.cs" />
  116. <Compile Include="Assets\GooglePlayGames\BasicApi\PlayerStats.cs" />
  117. <Compile Include="Assets\GooglePlayGames\BasicApi\PlayGamesClientConfiguration.cs" />
  118. <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\ISavedGameClient.cs" />
  119. <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\ISavedGameMetadata.cs" />
  120. <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\SavedGameMetadataUpdate.cs" />
  121. <Compile Include="Assets\GooglePlayGames\BasicApi\ScorePageToken.cs" />
  122. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\CaptureOverlayStateListener.cs" />
  123. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\iVideoClient.cs" />
  124. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\VideoCapabilities.cs" />
  125. <Compile Include="Assets\GooglePlayGames\BasicApi\Video\VideoCaptureState.cs" />
  126. <Compile Include="Assets\GooglePlayGames\GameInfo.cs" />
  127. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesAchievement.cs" />
  128. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesLeaderboard.cs" />
  129. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesLocalUser.cs" />
  130. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs" />
  131. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesScore.cs" />
  132. <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesUserProfile.cs" />
  133. <Compile Include="Assets\GooglePlayGames\OurUtils\Logger.cs" />
  134. <Compile Include="Assets\GooglePlayGames\OurUtils\Misc.cs" />
  135. <Compile Include="Assets\GooglePlayGames\OurUtils\PlatformUtils.cs" />
  136. <Compile Include="Assets\GooglePlayGames\OurUtils\PlayGamesHelperObject.cs" />
  137. <Compile Include="Assets\GooglePlayGames\Platforms\Android\AndroidClient.cs" />
  138. <Compile Include="Assets\GooglePlayGames\Platforms\Android\AndroidTokenClient.cs" />
  139. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Developers\JavaInterfaceProxy.cs" />
  140. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Developers\JavaObjWrapper.cs" />
  141. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\GoogleApiClient.cs" />
  142. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\PendingResult.cs" />
  143. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\Result.cs" />
  144. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\ResultCallback.cs" />
  145. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\ResultCallbackProxy.cs" />
  146. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\Status.cs" />
  147. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\ConnectionResult.cs" />
  148. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Games.cs" />
  149. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\LoadPlayerStatsResultObject.cs" />
  150. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\PlayerStats.cs" />
  151. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\PlayerStatsObject.cs" />
  152. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\Stats.cs" />
  153. <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\StatsObject.cs" />
  154. <Compile Include="Assets\GooglePlayGames\Platforms\IClientImpl.cs" />
  155. <Compile Include="Assets\GooglePlayGames\Platforms\IOS\IOSClient.cs" />
  156. <Compile Include="Assets\GooglePlayGames\Platforms\IOS\IOSTokenClient.cs" />
  157. <Compile Include="Assets\GooglePlayGames\Platforms\Native\CallbackUtils.cs" />
  158. <Compile Include="Assets\GooglePlayGames\Platforms\Native\ConversionUtils.cs" />
  159. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Achievement.cs" />
  160. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\AchievementManager.cs" />
  161. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\AndroidPlatformConfiguration.cs" />
  162. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Builder.cs" />
  163. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\CaptureOverlayStateListenerHelper.cs" />
  164. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\CommonErrorStatus.cs" />
  165. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\EndpointDiscoveryListenerHelper.cs" />
  166. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Event.cs" />
  167. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\EventManager.cs" />
  168. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\GameServices.cs" />
  169. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\InternalHooks.cs" />
  170. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\IosPlatformConfiguration.cs" />
  171. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Leaderboard.cs" />
  172. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\LeaderboardManager.cs" />
  173. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MessageListenerHelper.cs" />
  174. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MultiplayerInvitation.cs" />
  175. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MultiplayerParticipant.cs" />
  176. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnections.cs" />
  177. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionsBuilder.cs" />
  178. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionsStatus.cs" />
  179. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionTypes.cs" />
  180. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ParticipantResults.cs" />
  181. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Player.cs" />
  182. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\PlayerManager.cs" />
  183. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\PlayerStats.cs" />
  184. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeEventListenerHelper.cs" />
  185. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeMultiplayerManager.cs" />
  186. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoom.cs" />
  187. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoomConfig.cs" />
  188. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoomConfigBuilder.cs" />
  189. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Score.cs" />
  190. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ScorePage.cs" />
  191. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ScoreSummary.cs" />
  192. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Sentinels.cs" />
  193. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotManager.cs" />
  194. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadata.cs" />
  195. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadataChange.cs" />
  196. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadataChangeBuilder.cs" />
  197. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\StatsManager.cs" />
  198. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Status.cs" />
  199. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SymbolLocation.cs" />
  200. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatch.cs" />
  201. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatchConfig.cs" />
  202. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatchConfigBuilder.cs" />
  203. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMultiplayerManager.cs" />
  204. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Types.cs" />
  205. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoCapabilities.cs" />
  206. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoCaptureState.cs" />
  207. <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoManager.cs" />
  208. <Compile Include="Assets\GooglePlayGames\Platforms\Native\JavaUtils.cs" />
  209. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeClient.cs" />
  210. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeEventClient.cs" />
  211. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeNearbyConnectionClientFactory.cs" />
  212. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeNearbyConnectionsClient.cs" />
  213. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeRealtimeMultiplayerClient.cs" />
  214. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeSavedGameClient.cs" />
  215. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeTurnBasedMultiplayerClient.cs" />
  216. <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeVideoClient.cs" />
  217. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\AchievementManager.cs" />
  218. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\AndroidPlatformConfiguration.cs" />
  219. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\BaseReferenceHolder.cs" />
  220. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\Callbacks.cs" />
  221. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\CaptureOverlayStateListenerHelper.cs" />
  222. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\EventManager.cs" />
  223. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\GameServices.cs" />
  224. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\GameServicesBuilder.cs" />
  225. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\IosPlatformConfiguration.cs" />
  226. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\LeaderboardManager.cs" />
  227. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\MultiplayerInvitation.cs" />
  228. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\MultiplayerParticipant.cs" />
  229. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeAchievement.cs" />
  230. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeAppIdentifier.cs" />
  231. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeConnectionRequest.cs" />
  232. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeConnectionResponse.cs" />
  233. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEndpointDetails.cs" />
  234. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEndpointDiscoveryListenerHelper.cs" />
  235. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEvent.cs" />
  236. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeLeaderboard.cs" />
  237. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeMessageListenerHelper.cs" />
  238. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativePlayer.cs" />
  239. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativePlayerStats.cs" />
  240. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeRealTimeRoom.cs" />
  241. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScore.cs" />
  242. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScoreEntry.cs" />
  243. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScorePage.cs" />
  244. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScorePageToken.cs" />
  245. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScoreSummary.cs" />
  246. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeSnapshotMetadata.cs" />
  247. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeSnapshotMetadataChange.cs" />
  248. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeStartAdvertisingResult.cs" />
  249. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeTurnBasedMatch.cs" />
  250. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeVideoCapabilities.cs" />
  251. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeVideoCaptureState.cs" />
  252. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NearbyConnectionsManager.cs" />
  253. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NearbyConnectionsManagerBuilder.cs" />
  254. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\ParticipantResults.cs" />
  255. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PInvokeUtilities.cs" />
  256. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlatformConfiguration.cs" />
  257. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlayerManager.cs" />
  258. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlayerSelectUIResponse.cs" />
  259. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealTimeEventListenerHelper.cs" />
  260. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeManager.cs" />
  261. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeRoomConfig.cs" />
  262. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeRoomConfigBuilder.cs" />
  263. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\SnapshotManager.cs" />
  264. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\StatsManager.cs" />
  265. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedManager.cs" />
  266. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedMatchConfig.cs" />
  267. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedMatchConfigBuilder.cs" />
  268. <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\VideoManager.cs" />
  269. <Compile Include="Assets\GooglePlayGames\Platforms\Native\UnsupportedSavedGamesClient.cs" />
  270. <Compile Include="Assets\GooglePlayGames\Platforms\NearbyConnectionClientFactory.cs" />
  271. <Compile Include="Assets\GooglePlayGames\Platforms\PlayGamesClientFactory.cs" />
  272. <Compile Include="Assets\GooglePlayGames\Platforms\TokenClient.cs" />
  273. <Compile Include="Assets\GooglePlayGames\PluginVersion.cs" />
  274. <Compile Include="Assets\GoogleSignIn\Future.cs" />
  275. <Compile Include="Assets\GoogleSignIn\GoogleSignIn.cs" />
  276. <Compile Include="Assets\GoogleSignIn\GoogleSignInConfiguration.cs" />
  277. <Compile Include="Assets\GoogleSignIn\GoogleSignInStatusCode.cs" />
  278. <Compile Include="Assets\GoogleSignIn\GoogleSignInUser.cs" />
  279. <Compile Include="Assets\GoogleSignIn\Impl\BaseObject.cs" />
  280. <Compile Include="Assets\GoogleSignIn\Impl\GoogleSignInImpl.cs" />
  281. <Compile Include="Assets\GoogleSignIn\Impl\NativeFuture.cs" />
  282. <Compile Include="Assets\GoogleSignIn\Impl\SignInHelperObject.cs" />
  283. <Compile Include="Assets\GPGSIds.cs" />
  284. <Compile Include="Assets\HeightFixer.cs" />
  285. <Compile Include="Assets\IronSource\Scripts\AndroidAgent.cs" />
  286. <Compile Include="Assets\IronSource\Scripts\iOSAgent.cs" />
  287. <Compile Include="Assets\IronSource\Scripts\IronSource.cs" />
  288. <Compile Include="Assets\IronSource\Scripts\IronSourceConfig.cs" />
  289. <Compile Include="Assets\IronSource\Scripts\IronSourceError.cs" />
  290. <Compile Include="Assets\IronSource\Scripts\IronSourceEvents.cs" />
  291. <Compile Include="Assets\IronSource\Scripts\IronSourceIAgent.cs" />
  292. <Compile Include="Assets\IronSource\Scripts\IronSourceJSON.cs" />
  293. <Compile Include="Assets\IronSource\Scripts\IronSourcePlacement.cs" />
  294. <Compile Include="Assets\IronSource\Scripts\IronSourceSegment.cs" />
  295. <Compile Include="Assets\IronSource\Scripts\UnsupportedPlatformAgent.cs" />
  296. <Compile Include="Assets\JMO Assets\MatCap Shaders\Demo\Assets\MC_AutoRotate.cs" />
  297. <Compile Include="Assets\JMO Assets\MatCap Shaders\Demo\Assets\MC_SwitchTexture.cs" />
  298. <Compile Include="Assets\MakeShotScript.cs" />
  299. <Compile Include="Assets\NamePicker.cs" />
  300. <Compile Include="Assets\NewScripts\Conversation\ButtonAnswer.cs" />
  301. <Compile Include="Assets\NewScripts\Conversation\Characters.cs" />
  302. <Compile Include="Assets\NewScripts\Conversation\ConversationManager.cs" />
  303. <Compile Include="Assets\NewScripts\Conversation\TalkIndicator.cs" />
  304. <Compile Include="Assets\NewScripts\Display\DisplayNever.cs" />
  305. <Compile Include="Assets\NewScripts\Generic\AndroidPermissionManager.cs" />
  306. <Compile Include="Assets\NewScripts\Generic\GameGlobal.cs" />
  307. <Compile Include="Assets\NewScripts\Generic\GameplayBase.cs" />
  308. <Compile Include="Assets\NewScripts\Generic\GameplayManager.cs" />
  309. <Compile Include="Assets\NewScripts\Generic\NPCBackground.cs" />
  310. <Compile Include="Assets\NewScripts\Generic\PermissionWrapper.cs" />
  311. <Compile Include="Assets\NewScripts\Navigation\FlyPreloaderController.cs" />
  312. <Compile Include="Assets\NewScripts\Navigation\LocationsManager.cs" />
  313. <Compile Include="Assets\NewScripts\Navigation\Navigation.cs" />
  314. <Compile Include="Assets\NewScripts\UI\AsistanceManager.cs" />
  315. <Compile Include="Assets\NewScripts\UI\CatWalkFlashEffect.cs" />
  316. <Compile Include="Assets\NewScripts\UI\FlashEffect.cs" />
  317. <Compile Include="Assets\NewScripts\UI\GameVersionControl.cs" />
  318. <Compile Include="Assets\NewScripts\UI\GigButton.cs" />
  319. <Compile Include="Assets\NewScripts\UI\GigFailedPopup.cs" />
  320. <Compile Include="Assets\NewScripts\UI\GigPopup.cs" />
  321. <Compile Include="Assets\NewScripts\UI\GigRewardButton.cs" />
  322. <Compile Include="Assets\NewScripts\UI\GigsBase.cs" />
  323. <Compile Include="Assets\NewScripts\UI\GigsPanel.cs" />
  324. <Compile Include="Assets\NewScripts\UI\GigUIData.cs" />
  325. <Compile Include="Assets\NewScripts\UI\InstaGigs.cs" />
  326. <Compile Include="Assets\NewScripts\UI\LevelUpPopUp.cs" />
  327. <Compile Include="Assets\NewScripts\UI\LoadingScreenText.cs" />
  328. <Compile Include="Assets\NewScripts\UI\ModeSelection.cs" />
  329. <Compile Include="Assets\NewScripts\UI\PanelGameplayQuest.cs" />
  330. <Compile Include="Assets\NewScripts\UI\PortfolioImagePopup.cs" />
  331. <Compile Include="Assets\NewScripts\UI\PortfolioPoseButton.cs" />
  332. <Compile Include="Assets\NewScripts\UI\ProgressPanel.cs" />
  333. <Compile Include="Assets\NewScripts\UI\QuestGigs.cs" />
  334. <Compile Include="Assets\NewScripts\UI\QuestPanel.cs" />
  335. <Compile Include="Assets\NewScripts\UI\QuestUIData.cs" />
  336. <Compile Include="Assets\NewScripts\UI\RandomGigs.cs" />
  337. <Compile Include="Assets\NewScripts\UI\RewardBase.cs" />
  338. <Compile Include="Assets\NewScripts\UI\RewardButtonAnim.cs" />
  339. <Compile Include="Assets\NewScripts\UI\RewardConversation.cs" />
  340. <Compile Include="Assets\NewScripts\UI\RewardSpin\ButtonDailyReward.cs" />
  341. <Compile Include="Assets\NewScripts\UI\RewardSpin\PanelDailyReward.cs" />
  342. <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinArrow.cs" />
  343. <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinRewardItem.cs" />
  344. <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinWheel.cs" />
  345. <Compile Include="Assets\NewScripts\UI\RewardText.cs" />
  346. <Compile Include="Assets\NewScripts\UI\TemportalRenderMode.cs" />
  347. <Compile Include="Assets\NewScripts\UI\TextNotification.cs" />
  348. <Compile Include="Assets\NewScripts\UI\TextNotificationCenter.cs" />
  349. <Compile Include="Assets\NewScripts\UI\TopModelFeature\MilestonesGenerator.cs" />
  350. <Compile Include="Assets\NewScripts\UI\TopModelFeature\ModelListItem.cs" />
  351. <Compile Include="Assets\NewScripts\UI\TopModelFeature\RankingWrapper.cs" />
  352. <Compile Include="Assets\NewScripts\UI\TopModelFeature\RankTopModel.cs" />
  353. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopMdoelAnimationHandler.cs" />
  354. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelBorder.cs" />
  355. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelListPreloader.cs" />
  356. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelPanel.cs" />
  357. <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelParticipant.cs" />
  358. <Compile Include="Assets\NewScripts\UI\TweetFollowers.cs" />
  359. <Compile Include="Assets\NpcFaceShapeChanger.cs" />
  360. <Compile Include="Assets\NpcTextureChanger.cs" />
  361. <Compile Include="Assets\PanelCameraControl.cs" />
  362. <Compile Include="Assets\PanelQuestBehaviour.cs" />
  363. <Compile Include="Assets\PanelSkipBehaviour.cs" />
  364. <Compile Include="Assets\PositionKeeper.cs" />
  365. <Compile Include="Assets\QuestContainerBehaviour.cs" />
  366. <Compile Include="Assets\RenderTextureControl.cs" />
  367. <Compile Include="Assets\ReplyKeeper.cs" />
  368. <Compile Include="Assets\Resources\Fillbar\FillBar.cs" />
  369. <Compile Include="Assets\Scripts\Achievement System\AchievementList.cs" />
  370. <Compile Include="Assets\Scripts\Achievement System\Achievements.cs" />
  371. <Compile Include="Assets\Scripts\Achievement System\AchievementsData.cs" />
  372. <Compile Include="Assets\Scripts\Achievement System\AchievementsPrefabeManager.cs" />
  373. <Compile Include="Assets\Scripts\Achievement System\AchievmentManager.cs" />
  374. <Compile Include="Assets\Scripts\Achievement System\CollectAchievementPrefab.cs" />
  375. <Compile Include="Assets\Scripts\Achievement System\CompletedAchievementPrefab.cs" />
  376. <Compile Include="Assets\Scripts\Achievement System\TemplateAchievement.cs" />
  377. <Compile Include="Assets\Scripts\Achievement\Achievement.cs" />
  378. <Compile Include="Assets\Scripts\BetaFinishChangeScene.cs" />
  379. <Compile Include="Assets\Scripts\CameraLocations.cs" />
  380. <Compile Include="Assets\Scripts\CameraScript.cs" />
  381. <Compile Include="Assets\Scripts\Character\Character.cs" />
  382. <Compile Include="Assets\Scripts\Character\MainCharacter.cs" />
  383. <Compile Include="Assets\Scripts\Character\NPC.cs" />
  384. <Compile Include="Assets\Scripts\Character\NPCAnimations.cs" />
  385. <Compile Include="Assets\Scripts\Character\NPCBackgroundAnimation.cs" />
  386. <Compile Include="Assets\Scripts\Character\StaticNPC.cs" />
  387. <Compile Include="Assets\Scripts\Character\TyraBehaviour.cs" />
  388. <Compile Include="Assets\Scripts\Clickable.cs" />
  389. <Compile Include="Assets\Scripts\ConvIndicator.cs" />
  390. <Compile Include="Assets\Scripts\Core\Assistance.cs" />
  391. <Compile Include="Assets\Scripts\Core\AssistanceData.cs" />
  392. <Compile Include="Assets\Scripts\Core\ChangeDialogueAction.cs" />
  393. <Compile Include="Assets\Scripts\Core\Chapter.cs" />
  394. <Compile Include="Assets\Scripts\Core\Chirp.cs" />
  395. <Compile Include="Assets\Scripts\Core\ExtractCurrentChapterData.cs" />
  396. <Compile Include="Assets\Scripts\Core\GameAction.cs" />
  397. <Compile Include="Assets\Scripts\Core\Gig.cs" />
  398. <Compile Include="Assets\Scripts\Core\GigAction.cs" />
  399. <Compile Include="Assets\Scripts\Core\Quest.cs" />
  400. <Compile Include="Assets\Scripts\Core\RectTransformUtils.cs" />
  401. <Compile Include="Assets\Scripts\Core\Task.cs" />
  402. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyReward.cs" />
  403. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardList.cs" />
  404. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardManager.cs" />
  405. <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardUIController.cs" />
  406. <Compile Include="Assets\Scripts\DailyRewardSystem\RewardUI.cs" />
  407. <Compile Include="Assets\Scripts\DailyRewardSystem\StopperController.cs" />
  408. <Compile Include="Assets\Scripts\Data\Conversation\Conversation.cs" />
  409. <Compile Include="Assets\Scripts\Data\Conversation\Dialog.cs" />
  410. <Compile Include="Assets\Scripts\Data\Conversation\Reply.cs" />
  411. <Compile Include="Assets\Scripts\Data\DataObject.cs" />
  412. <Compile Include="Assets\Scripts\Data\GigData.cs" />
  413. <Compile Include="Assets\Scripts\Data\NPC\NPCData.cs" />
  414. <Compile Include="Assets\Scripts\Data\QuestData.cs" />
  415. <Compile Include="Assets\Scripts\Data\TravelCostData.cs" />
  416. <Compile Include="Assets\Scripts\FireBase\FirebaseInstance.cs" />
  417. <Compile Include="Assets\Scripts\Game\GameManager.cs" />
  418. <Compile Include="Assets\Scripts\GigFinishedPopup.cs" />
  419. <Compile Include="Assets\Scripts\InGameNotificationManager.cs" />
  420. <Compile Include="Assets\Scripts\IronSource\Base\BaseIronSourceManager.cs" />
  421. <Compile Include="Assets\Scripts\IronSource\Enums\AdsType.cs" />
  422. <Compile Include="Assets\Scripts\IronSource\Enums\RewardTypes.cs" />
  423. <Compile Include="Assets\Scripts\IronSource\InterstitialManager.cs" />
  424. <Compile Include="Assets\Scripts\IronSource\IronSourceGlobalController.cs" />
  425. <Compile Include="Assets\Scripts\IronSource\IronSourceShowController.cs" />
  426. <Compile Include="Assets\Scripts\IronSource\OfferwallManager.cs" />
  427. <Compile Include="Assets\Scripts\IronSource\RewardedVideoManager.cs" />
  428. <Compile Include="Assets\Scripts\Leveling Up\LevelsData.cs" />
  429. <Compile Include="Assets\Scripts\LocationNames.cs" />
  430. <Compile Include="Assets\Scripts\LocationSystem\BuildingButton.cs" />
  431. <Compile Include="Assets\Scripts\LocationSystem\CatwalkNPC.cs" />
  432. <Compile Include="Assets\Scripts\LocationSystem\CityMapScript.cs" />
  433. <Compile Include="Assets\Scripts\LocationSystem\Interior.cs" />
  434. <Compile Include="Assets\Scripts\LocationSystem\Location.cs" />
  435. <Compile Include="Assets\Scripts\LocationSystem\LocationManager.cs" />
  436. <Compile Include="Assets\Scripts\LocationSystem\MapButton.cs" />
  437. <Compile Include="Assets\Scripts\LocationSystem\MapPinScript.cs" />
  438. <Compile Include="Assets\Scripts\LocationSystem\MapPinUnlock.cs" />
  439. <Compile Include="Assets\Scripts\LocationSystem\MapsManager.cs" />
  440. <Compile Include="Assets\Scripts\LocationSystem\ProgressionState.cs" />
  441. <Compile Include="Assets\Scripts\LocationSystem\StreetScript.cs" />
  442. <Compile Include="Assets\Scripts\LootScript.cs" />
  443. <Compile Include="Assets\Scripts\Managers\CharacterManager.cs" />
  444. <Compile Include="Assets\Scripts\Managers\FacebookManager.cs" />
  445. <Compile Include="Assets\Scripts\Managers\FadeController.cs" />
  446. <Compile Include="Assets\Scripts\Managers\FadeScreen.cs" />
  447. <Compile Include="Assets\Scripts\Managers\InputManager.cs" />
  448. <Compile Include="Assets\Scripts\MissionsUI.cs" />
  449. <Compile Include="Assets\Scripts\Notifications\GameNotification.cs" />
  450. <Compile Include="Assets\Scripts\Notifications\GameNotificationManager.cs" />
  451. <Compile Include="Assets\Scripts\PhoneUI.cs" />
  452. <Compile Include="Assets\Scripts\Photos\ScreenshotTaker.cs" />
  453. <Compile Include="Assets\Scripts\PracticeButton.cs" />
  454. <Compile Include="Assets\Scripts\Pronouns.cs" />
  455. <Compile Include="Assets\Scripts\Quests\QuestUINew.cs" />
  456. <Compile Include="Assets\Scripts\Quests\TaskUINew.cs" />
  457. <Compile Include="Assets\Scripts\Sender\Sender.cs" />
  458. <Compile Include="Assets\Scripts\sorttext.cs" />
  459. <Compile Include="Assets\Scripts\Sound\SFXManagerOld.cs" />
  460. <Compile Include="Assets\Scripts\TaskUI.cs" />
  461. <Compile Include="Assets\Scripts\TransportButton.cs" />
  462. <Compile Include="Assets\Scripts\Tutorial\TutorialBanner.cs" />
  463. <Compile Include="Assets\Scripts\Tutorial\TutorialManager.cs" />
  464. <Compile Include="Assets\Scripts\TutorialIndicator.cs" />
  465. <Compile Include="Assets\Scripts\TutorialScript.cs" />
  466. <Compile Include="Assets\Scripts\TwitterSystem\GigsTweets.cs" />
  467. <Compile Include="Assets\Scripts\TwitterSystem\LoadTweet.cs" />
  468. <Compile Include="Assets\Scripts\TwitterSystem\PushNotification.cs" />
  469. <Compile Include="Assets\Scripts\TwitterSystem\ResourcesXMLReader.cs" />
  470. <Compile Include="Assets\Scripts\TwitterSystem\ScedualedTweetManager.cs" />
  471. <Compile Include="Assets\Scripts\TwitterSystem\Tweet.cs" />
  472. <Compile Include="Assets\Scripts\TwitterSystem\TweetePrefabeControler.cs" />
  473. <Compile Include="Assets\Scripts\TwitterSystem\TwitterFeed.cs" />
  474. <Compile Include="Assets\Scripts\TwitterSystem\TwitterManager.cs" />
  475. <Compile Include="Assets\Scripts\Ui\ActionButton.cs" />
  476. <Compile Include="Assets\Scripts\Ui\LoadingScript.cs" />
  477. <Compile Include="Assets\Scripts\Ui\MainPanel.cs" />
  478. <Compile Include="Assets\Scripts\Ui\MenuScene.cs" />
  479. <Compile Include="Assets\Scripts\Ui\MenusController.cs" />
  480. <Compile Include="Assets\Scripts\Ui\PopupScripts\GenericPopUp.cs" />
  481. <Compile Include="Assets\Scripts\Ui\PopupScripts\PopupOld.cs" />
  482. <Compile Include="Assets\Scripts\UserGenderSelector.cs" />
  483. <Compile Include="Assets\Scripts\UserInputScript.cs" />
  484. <Compile Include="Assets\Scripts\Video\MobileVideoController.cs" />
  485. <Compile Include="Assets\SideQuestsManager.cs" />
  486. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\ButtonClip.cs" />
  487. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\ObjectClip.cs" />
  488. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\PickUpClip.cs" />
  489. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\SliderClip.cs" />
  490. <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\SoundManager.cs" />
  491. <Compile Include="Assets\Systems\AudioSystem\Scripts\Datas\SoundDataGlobal.cs" />
  492. <Compile Include="Assets\Systems\AudioSystem\Scripts\Datas\SoundTypes.cs" />
  493. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\AuthenticationDataInspector.cs" />
  494. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\AutoAuthenticate.cs" />
  495. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\GameInitialValidations.cs" />
  496. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\HelpLongPressHandler.cs" />
  497. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\InfoPanelBeheviour.cs" />
  498. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelAnonymous.cs" />
  499. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelFacebook.cs" />
  500. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelGoogle.cs" />
  501. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLoading.cs" />
  502. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLogin.cs" />
  503. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLoginIndicator.cs" />
  504. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelRegister.cs" />
  505. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Data\AuthenticationGlobalData.cs" />
  506. <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Data\Remember.cs" />
  507. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\Catwalk.cs" />
  508. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\CatwalkCameras.cs" />
  509. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\CatwalkGigManager.cs" />
  510. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\Catwalks.cs" />
  511. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\DefaultCatwalk.cs" />
  512. <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\PanelCatwalk.cs" />
  513. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\ChangeGraphicsColors.cs" />
  514. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\CheatButton.cs" />
  515. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\CheatsPanelHandler.cs" />
  516. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PanelCurrenciesBehaviour.cs" />
  517. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Base\DynamicContainerBase.cs" />
  518. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\AdsButton.cs" />
  519. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\ShopBag.cs" />
  520. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\ShopTabButton.cs" />
  521. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\PanelCurrenciesCheckOut.cs" />
  522. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\PurchasePanelBehavior.cs" />
  523. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\RewardAdsPanel.cs" />
  524. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopBody.cs" />
  525. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopFooter.cs" />
  526. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopTopBar.cs" />
  527. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\BagShopContent.cs" />
  528. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\ButtonsFreeContent.cs" />
  529. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\ContentStorage.cs" />
  530. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Datas\Currency.cs" />
  531. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Enums\CurrencyType.cs" />
  532. <Compile Include="Assets\Systems\CurrencySystem\Scripts\Enums\PurchaseSize.cs" />
  533. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\BlendMesh.cs" />
  534. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\BlendShapesData.cs" />
  535. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeCategoryBehaviour.cs" />
  536. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeItemBehaviour.cs" />
  537. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeSubCategoryBehaviour.cs" />
  538. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterAnimations.cs" />
  539. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterArmature.cs" />
  540. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterCamera.cs" />
  541. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorAlphaSlider.cs" />
  542. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorImage.cs" />
  543. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorLabel.cs" />
  544. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPicker.cs" />
  545. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPickerTester.cs" />
  546. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPresetDoubleTapEvent.cs" />
  547. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPresets.cs" />
  548. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorSlider.cs" />
  549. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorSliderImage.cs" />
  550. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CreateGraphicNpcCharacter.cs" />
  551. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBeardBehaviour.cs" />
  552. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBlendClothBehaviour.cs" />
  553. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBlendClothBehaviourTrigger.cs" />
  554. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBodyArmature.cs" />
  555. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCapBehaviour.cs" />
  556. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCategoryBehaviour.cs" />
  557. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCharacterBehaviour.cs" />
  558. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCopyBonesHelper.cs" />
  559. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFaceShape.cs" />
  560. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFatness.cs" />
  561. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFatnessSlider.cs" />
  562. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFeetShape.cs" />
  563. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderCategory.cs" />
  564. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderCategoryBase.cs" />
  565. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderFace.cs" />
  566. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderLookbook.cs" />
  567. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderMesh.cs" />
  568. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderMeshCap.cs" />
  569. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemBehaviour.cs" />
  570. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemDoubleTapEvent.cs" />
  571. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemInstantiator.cs" />
  572. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeRequiredCategory.cs" />
  573. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeSkinColor.cs" />
  574. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeSubCategoryBehaviour.cs" />
  575. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeTextureChanger.cs" />
  576. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\FaceSkinColor.cs" />
  577. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\FatnessArmature.cs" />
  578. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\HexColorField.cs" />
  579. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ICustomizeItemColor.cs" />
  580. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\NpcItem.cs" />
  581. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCheckItem.cs" />
  582. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCheckOut.cs" />
  583. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelColor.cs" />
  584. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCustomizeBehaviour.cs" />
  585. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelSelectGenderBehaviour.cs" />
  586. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\SkinColorsData.cs" />
  587. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\SVBoxSlider.cs" />
  588. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\TiltWindow.cs" />
  589. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CharacterCustomizationGlobal.cs" />
  590. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\Customize.cs" />
  591. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeCategory.cs" />
  592. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeItem.cs" />
  593. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeItemData.cs" />
  594. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeStats.cs" />
  595. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeSubCategory.cs" />
  596. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Enums\ColorValues.cs" />
  597. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Enums\CustomizeType.cs" />
  598. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Events\ColorChangedEvent.cs" />
  599. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Events\HSVChangedEvent.cs" />
  600. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\BoxSlider.cs" />
  601. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\CopyBonesTransform.cs" />
  602. <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\HSVUtil.cs" />
  603. <Compile Include="Assets\Systems\DataSystem\EditorANTM\ConvertDataGame.cs" />
  604. <Compile Include="Assets\Systems\DataSystem\EditorANTM\EditorDataGame.cs" />
  605. <Compile Include="Assets\Systems\DataSystem\EditorANTM\EstructData.cs" />
  606. <Compile Include="Assets\Systems\DataSystem\EditorANTM\GetGameDatas.cs" />
  607. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Menu\DataToolsMenu.cs" />
  608. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Action\ButtonAction.cs" />
  609. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Chapters\ButtonChapter.cs" />
  610. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Gigs\ButtonGig.cs" />
  611. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Level\PanelLevelEditor.cs" />
  612. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Loading\PanelLoadingEditor.cs" />
  613. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Location\ButtonLocation.cs" />
  614. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Location\PanelLocations.cs" />
  615. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Rewards\ButtonLevel.cs" />
  616. <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Rewards\PanelRewardsEditor.cs" />
  617. <Compile Include="Assets\Systems\DataSystem\JobBoard\JobBoardBehaviour.cs" />
  618. <Compile Include="Assets\Systems\DataSystem\JobBoard\JobCardManager.cs" />
  619. <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\Assistance.cs" />
  620. <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\GigAction.cs" />
  621. <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\Instruction.cs" />
  622. <Compile Include="Assets\Systems\DataSystem\Scripts\Chapter\Chapter.cs" />
  623. <Compile Include="Assets\Systems\DataSystem\Scripts\Chapter\ChapterElement.cs" />
  624. <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Conversation.cs" />
  625. <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Dialog.cs" />
  626. <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Reply.cs" />
  627. <Compile Include="Assets\Systems\DataSystem\Scripts\Currency\Currency.cs" />
  628. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\Customize.cs" />
  629. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeCategory.cs" />
  630. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeData.cs" />
  631. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeItem.cs" />
  632. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeItemData.cs" />
  633. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeStats.cs" />
  634. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeSubCategory.cs" />
  635. <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\ItemColorCapturer.cs" />
  636. <Compile Include="Assets\Systems\DataSystem\Scripts\General\Cryptography\Crc32.cs" />
  637. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataGame.cs" />
  638. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataObject.cs" />
  639. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetSaved.cs" />
  640. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetsSenders.cs" />
  641. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetsTemplates.cs" />
  642. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataUser.cs" />
  643. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataUserManager.cs" />
  644. <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataValidation.cs" />
  645. <Compile Include="Assets\Systems\DataSystem\Scripts\General\GameData.cs" />
  646. <Compile Include="Assets\Systems\DataSystem\Scripts\General\GigsGigActionsData.cs" />
  647. <Compile Include="Assets\Systems\DataSystem\Scripts\General\PosesData.cs" />
  648. <Compile Include="Assets\Systems\DataSystem\Scripts\General\UserData.cs" />
  649. <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\Chirp.cs" />
  650. <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\DataGigTemplates.cs" />
  651. <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\Gig.cs" />
  652. <Compile Include="Assets\Systems\DataSystem\Scripts\Level\LevelData.cs" />
  653. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\City.cs" />
  654. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Country.cs" />
  655. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Location.cs" />
  656. <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Place.cs" />
  657. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBook.cs" />
  658. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookCoverPhotoData.cs" />
  659. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookItem.cs" />
  660. <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookStickerData.cs" />
  661. <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\CommentsController.cs" />
  662. <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\CommentsManager.cs" />
  663. <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\DataGigComments.cs" />
  664. <Compile Include="Assets\Systems\DataSystem\Scripts\Profile\Profile.cs" />
  665. <Compile Include="Assets\Systems\DataSystem\Scripts\Profile\ProfileData.cs" />
  666. <Compile Include="Assets\Systems\DataSystem\Scripts\Progress\Progress.cs" />
  667. <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\GameAction.cs" />
  668. <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\Quest.cs" />
  669. <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\Task.cs" />
  670. <Compile Include="Assets\Systems\DataSystem\Scripts\Time\TimeData.cs" />
  671. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\CoroutineWindowExample.cs" />
  672. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\EditorCoroutineExtensions.cs" />
  673. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\EditorCoroutines.cs" />
  674. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\DataSnapshot.cs" />
  675. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseAuthentication.cs" />
  676. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseAuthenticationManager.cs" />
  677. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FireBaseAuthError.cs" />
  678. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseDatabase.cs" />
  679. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseError.cs" />
  680. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseManager.cs" />
  681. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseObserver.cs" />
  682. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseParam.cs" />
  683. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseQueue.cs" />
  684. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseRoot.cs" />
  685. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\miniJSON.cs" />
  686. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\SampleScript.cs" />
  687. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Angle\AngleAttribute.cs" />
  688. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Angle\AngleExample.cs" />
  689. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\AnimatorParameter\AnimatorParameterAttribute.cs" />
  690. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\AnimatorParameter\AnimatorParameterExample.cs" />
  691. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Disable\DisableAttribute.cs" />
  692. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Disable\DisableExample.cs" />
  693. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\EnumLabel\EnumLabelAttribute.cs" />
  694. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\EnumLabel\EnumLabelExample.cs" />
  695. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\LabelSearch\LabelSearchAttribute.cs" />
  696. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\LabelSearch\LabelSearchExample.cs" />
  697. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Observe\ObserveAttribute.cs" />
  698. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Observe\ObserveExample.cs" />
  699. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Password\PasswordAttribute.cs" />
  700. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Password\PasswordExample.cs" />
  701. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Popup\PopupAttribute.cs" />
  702. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Popup\PopupExample.cs" />
  703. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\PreviewTexture\PreviewTextureAttribute.cs" />
  704. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\PreviewTexture\PreviewTextureExample.cs" />
  705. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SceneName\SceneNameAttribute.cs" />
  706. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SceneName\SceneNameExample.cs" />
  707. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SelectableLabel\SelectableLabelAttribute.cs" />
  708. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SelectableLabel\SelectableLabelExample.cs" />
  709. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Singlenton\Singleton.cs" />
  710. <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Singlenton\SingletonScriptableObject.cs" />
  711. <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\Tweet.cs" />
  712. <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\TweetSender.cs" />
  713. <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\TweetTemplate.cs" />
  714. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Achievement.cs" />
  715. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\AchievementBehaviour.cs" />
  716. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\Base\BaseAdsPanelBehavior.cs" />
  717. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\NoCurrencyPopUpBehavior.cs" />
  718. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\RewardPopUpBehavior.cs" />
  719. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\AnimationPanelMain.cs" />
  720. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BarGigs.cs" />
  721. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\BlockerManager.cs" />
  722. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\GrayScaleBehavior.cs" />
  723. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\UserInput.cs" />
  724. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\CongratsEndingPopUp.cs" />
  725. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Contac.cs" />
  726. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\ContacsBehaviour.cs" />
  727. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\CustomSceneManager.cs" />
  728. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\DataManagerBehaviour.cs" />
  729. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Links.cs" />
  730. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\NameInputWindow.cs" />
  731. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Notifications.cs" />
  732. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelPhoneBehaviour.cs" />
  733. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelQuestController.cs" />
  734. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelSelectAge.cs" />
  735. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PhoneAnimation.cs" />
  736. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PhoneUIMessages.cs" />
  737. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\ProfileBehaviour.cs" />
  738. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\QuestAnimCont.cs" />
  739. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\RemoteConfigReceiver.cs" />
  740. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\RewardMilestoneBehavior.cs" />
  741. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\SwitchVisability.cs" />
  742. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\TutorialController.cs" />
  743. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\TweetBehaviour.cs" />
  744. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CellSizeController.cs" />
  745. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CronometroAnim.cs" />
  746. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CustAnimController.cs" />
  747. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\MenuOld.cs" />
  748. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UserInput.cs" />
  749. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\VersionDifferencePanel.cs" />
  750. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\WordsBanned.cs" />
  751. <Compile Include="Assets\Systems\GeneralSystem\Scripts\ChangeStrings.cs" />
  752. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementData.cs" />
  753. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementsDatas.cs" />
  754. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementsSave.cs" />
  755. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievemetDatas.cs" />
  756. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\DataManager.cs" />
  757. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\DataObject.cs" />
  758. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\MotivationTime.cs" />
  759. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\PruebaText.cs" />
  760. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\QuestGlobalData.cs" />
  761. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\ScheduledTweetGlobalData.cs" />
  762. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TimeData.cs" />
  763. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TimeGlobalData.cs" />
  764. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TweetData.cs" />
  765. <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TweetGlobalData.cs" />
  766. <Compile Include="Assets\Systems\GeneralSystem\Tools\AnimateModel.cs" />
  767. <Compile Include="Assets\Systems\GeneralSystem\Tools\ConnectionTools.cs" />
  768. <Compile Include="Assets\Systems\GeneralSystem\Tools\Events\OnDisableToUnityEvent.cs" />
  769. <Compile Include="Assets\Systems\GeneralSystem\Tools\Events\OnEnableToUnityEvent.cs" />
  770. <Compile Include="Assets\Systems\GeneralSystem\Tools\Transform\TransformEx.cs" />
  771. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\PortfolioScrollbar.cs" />
  772. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\SwipeReceiver.cs" />
  773. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\TouchAndDragCharacter.cs" />
  774. <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\uGUITools.cs" />
  775. <Compile Include="Assets\Systems\GeneralSystem\Tools\WanzyeeStudio\Scripts\Basic\Extension\TypeExtension.cs" />
  776. <Compile Include="Assets\Systems\GeneralSystem\Tools\WanzyeeStudio\Scripts\Basic\Utility\IoUtility.cs" />
  777. <Compile Include="Assets\Systems\LookBookSystem\Plugins\NativeShare.cs" />
  778. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\ButtonLookBook.cs" />
  779. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCamera.cs" />
  780. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCategoryBehaviour.cs" />
  781. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCharacterBehaviour.cs" />
  782. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCharacterSelector.cs" />
  783. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookDataInspector.cs" />
  784. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookItemBehaviour.cs" />
  785. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookPortfolioItem.cs" />
  786. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookScreenShot.cs" />
  787. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\PanelLookBook.cs" />
  788. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\StickerDoubleTapEvent.cs" />
  789. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBook.cs" />
  790. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookCoverPhotoData.cs" />
  791. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookGlobal.cs" />
  792. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookItem.cs" />
  793. <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookStickerData.cs" />
  794. <Compile Include="Assets\Systems\NotificationSystem\Scripts\Behaviours\FcmInstance.cs" />
  795. <Compile Include="Assets\Systems\NotificationSystem\Scripts\Behaviours\Notifications.cs" />
  796. <Compile Include="Assets\Systems\NotificationSystem\Scripts\Datas\NotificationGlobal.cs" />
  797. <Compile Include="Assets\Systems\SwipeSystem\Scripts\Behaviours\SwipeSystem.cs" />
  798. <Compile Include="Assets\TestAreaController.cs" />
  799. <Compile Include="Assets\TweetAvatar.cs" />
  800. <Compile Include="Assets\UniClipboard\UniClipboard.cs" />
  801. <Compile Include="Assets\Unity-Logs-Viewer\Reporter\MultiKeyDictionary.cs" />
  802. <Compile Include="Assets\Unity-Logs-Viewer\Reporter\Reporter.cs" />
  803. <Compile Include="Assets\Unity-Logs-Viewer\Reporter\ReporterGUI.cs" />
  804. <Compile Include="Assets\Unity-Logs-Viewer\Reporter\ReporterMessageReceiver.cs" />
  805. <Compile Include="Assets\Unity-Logs-Viewer\Reporter\Test\Rotate.cs" />
  806. <Compile Include="Assets\Unity-Logs-Viewer\Reporter\Test\TestReporter.cs" />
  807. <Compile Include="Assets\WidthCheckerFixer.cs" />
  808. <Compile Include="Assets\ZUI\Scripts\Menu.cs" />
  809. <Compile Include="Assets\ZUI\Scripts\Popup.cs" />
  810. <Compile Include="Assets\ZUI\Scripts\SFXManager.cs" />
  811. <Compile Include="Assets\ZUI\Scripts\SideMenu.cs" />
  812. <Compile Include="Assets\ZUI\Scripts\UIAnimation.cs" />
  813. <Compile Include="Assets\ZUI\Scripts\UIElement.cs" />
  814. <Compile Include="Assets\ZUI\Scripts\UIElementsGroup.cs" />
  815. <Compile Include="Assets\ZUI\Scripts\ZUIElementBase.cs" />
  816. <Compile Include="Assets\ZUI\Scripts\ZUIEquations.cs" />
  817. <Compile Include="Assets\ZUI\Scripts\ZUIManager.cs" />
  818. <None Include="Assets\Resources\versionDisplayed.txt" />
  819. <None Include="Assets\link.xml" />
  820. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureAdd_Bumped.shader" />
  821. <None Include="Assets\NewScripts\UI\TopModelFeature\Bots_names.txt" />
  822. <None Include="Assets\ZUI\Demos\Witch\UI\Art Rights.txt" />
  823. <None Include="Assets\JMO Assets\ProceduralMatcap\ProceduralMatcap.shader" />
  824. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureMult_Bumped.shader" />
  825. <None Include="Assets\NewScripts\Shaders\Grayscale.shader" />
  826. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-instance-id-unity\maven-metadata.xml" />
  827. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-app-unity\maven-metadata.xml" />
  828. <None Include="Assets\Systems\CustomizeSystem\Shaders\ItemShader.shader" />
  829. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-config-unity\maven-metadata.xml" />
  830. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Lit.shader" />
  831. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_Bumped.shader" />
  832. <None Include="Assets\GooglePlayGames\Plugins\Android\GooglePlayGamesManifest.plugin\AndroidManifest.xml" />
  833. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_AdditiveZ.shader" />
  834. <None Include="Assets\JMO Assets\!JMO Assets Readme.txt" />
  835. <None Include="Assets\JMO Assets\ProceduralMatcap\ProceduralMatcapFace.shader" />
  836. <None Include="Assets\JsonDotNet\link.xml" />
  837. <None Include="Assets\Resources\TextAssets\GigsActionsCharts.txt" />
  838. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain.shader" />
  839. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_Additive.shader" />
  840. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureMult.shader" />
  841. <None Include="Assets\Systems\CustomizeSystem\Shaders\FaceShader.shader" />
  842. <None Include="Assets\NewScripts\Shaders\UIImage_Static_Blur_Advanced.shader" />
  843. <None Include="Assets\FacebookSDK\link.xml" />
  844. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-messaging-unity\maven-metadata.xml" />
  845. <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureAdd.shader" />
  846. <None Include="Assets\NewScripts\Shaders\ClothesShader.shader" />
  847. <None Include="Assets\JMO Assets\MatCap Shaders\Textures\MaCrea\MaCrea.txt" />
  848. <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-auth-unity\maven-metadata.xml" />
  849. <None Include="Assets\JMO Assets\MatCap Shaders\Textures\BenSimonds\_Textures Readme.txt" />
  850. <None Include="Assets\JMO Assets\MatCap Shaders\_MatCap Shaders Readme.txt" />
  851. <Reference Include="Unity.Timeline.Editor">
  852. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  853. </Reference>
  854. <Reference Include="com.unity.multiplayer-hlapi.Editor">
  855. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll</HintPath>
  856. </Reference>
  857. <Reference Include="Unity.Timeline">
  858. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  859. </Reference>
  860. <Reference Include="Unity.CollabProxy.Editor">
  861. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
  862. </Reference>
  863. <Reference Include="com.unity.multiplayer-weaver.Editor">
  864. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll</HintPath>
  865. </Reference>
  866. <Reference Include="UnityEngine.XR.LegacyInputHelpers">
  867. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll</HintPath>
  868. </Reference>
  869. <Reference Include="UnityEditor.SpatialTracking">
  870. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll</HintPath>
  871. </Reference>
  872. <Reference Include="UnityEngine.SpatialTracking">
  873. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll</HintPath>
  874. </Reference>
  875. <Reference Include="Unity.Analytics.DataPrivacy">
  876. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll</HintPath>
  877. </Reference>
  878. <Reference Include="UnityEditor.XR.LegacyInputHelpers">
  879. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll</HintPath>
  880. </Reference>
  881. <Reference Include="com.unity.multiplayer-hlapi.Runtime">
  882. <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll</HintPath>
  883. </Reference>
  884. <Reference Include="UnityEngine.AIModule">
  885. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  886. </Reference>
  887. <Reference Include="UnityEngine.ARModule">
  888. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  889. </Reference>
  890. <Reference Include="UnityEngine.AccessibilityModule">
  891. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  892. </Reference>
  893. <Reference Include="UnityEngine.AnimationModule">
  894. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  895. </Reference>
  896. <Reference Include="UnityEngine.AssetBundleModule">
  897. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  898. </Reference>
  899. <Reference Include="UnityEngine.AudioModule">
  900. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  901. </Reference>
  902. <Reference Include="UnityEngine.ClothModule">
  903. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  904. </Reference>
  905. <Reference Include="UnityEngine.CoreModule">
  906. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  907. </Reference>
  908. <Reference Include="UnityEngine.CrashReportingModule">
  909. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  910. </Reference>
  911. <Reference Include="UnityEngine.DirectorModule">
  912. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  913. </Reference>
  914. <Reference Include="UnityEngine.FileSystemHttpModule">
  915. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
  916. </Reference>
  917. <Reference Include="UnityEngine.GameCenterModule">
  918. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  919. </Reference>
  920. <Reference Include="UnityEngine.GridModule">
  921. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  922. </Reference>
  923. <Reference Include="UnityEngine.HotReloadModule">
  924. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  925. </Reference>
  926. <Reference Include="UnityEngine.IMGUIModule">
  927. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  928. </Reference>
  929. <Reference Include="UnityEngine.ImageConversionModule">
  930. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  931. </Reference>
  932. <Reference Include="UnityEngine.InputModule">
  933. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  934. </Reference>
  935. <Reference Include="UnityEngine.JSONSerializeModule">
  936. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  937. </Reference>
  938. <Reference Include="UnityEngine.LocalizationModule">
  939. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  940. </Reference>
  941. <Reference Include="UnityEngine.ParticleSystemModule">
  942. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  943. </Reference>
  944. <Reference Include="UnityEngine.PerformanceReportingModule">
  945. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  946. </Reference>
  947. <Reference Include="UnityEngine.PhysicsModule">
  948. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  949. </Reference>
  950. <Reference Include="UnityEngine.Physics2DModule">
  951. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  952. </Reference>
  953. <Reference Include="UnityEngine.ProfilerModule">
  954. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  955. </Reference>
  956. <Reference Include="UnityEngine.ScreenCaptureModule">
  957. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  958. </Reference>
  959. <Reference Include="UnityEngine.SharedInternalsModule">
  960. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  961. </Reference>
  962. <Reference Include="UnityEngine.SpriteMaskModule">
  963. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  964. </Reference>
  965. <Reference Include="UnityEngine.SpriteShapeModule">
  966. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  967. </Reference>
  968. <Reference Include="UnityEngine.StreamingModule">
  969. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  970. </Reference>
  971. <Reference Include="UnityEngine.StyleSheetsModule">
  972. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  973. </Reference>
  974. <Reference Include="UnityEngine.SubstanceModule">
  975. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  976. </Reference>
  977. <Reference Include="UnityEngine.TLSModule">
  978. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  979. </Reference>
  980. <Reference Include="UnityEngine.TerrainModule">
  981. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  982. </Reference>
  983. <Reference Include="UnityEngine.TerrainPhysicsModule">
  984. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  985. </Reference>
  986. <Reference Include="UnityEngine.TextCoreModule">
  987. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  988. </Reference>
  989. <Reference Include="UnityEngine.TextRenderingModule">
  990. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  991. </Reference>
  992. <Reference Include="UnityEngine.TilemapModule">
  993. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  994. </Reference>
  995. <Reference Include="UnityEngine.UIModule">
  996. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  997. </Reference>
  998. <Reference Include="UnityEngine.UIElementsModule">
  999. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  1000. </Reference>
  1001. <Reference Include="UnityEngine.UNETModule">
  1002. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  1003. </Reference>
  1004. <Reference Include="UnityEngine.UmbraModule">
  1005. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  1006. </Reference>
  1007. <Reference Include="UnityEngine.UnityAnalyticsModule">
  1008. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  1009. </Reference>
  1010. <Reference Include="UnityEngine.UnityConnectModule">
  1011. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  1012. </Reference>
  1013. <Reference Include="UnityEngine.UnityTestProtocolModule">
  1014. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  1015. </Reference>
  1016. <Reference Include="UnityEngine.UnityWebRequestModule">
  1017. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  1018. </Reference>
  1019. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  1020. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  1021. </Reference>
  1022. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  1023. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  1024. </Reference>
  1025. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  1026. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  1027. </Reference>
  1028. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  1029. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  1030. </Reference>
  1031. <Reference Include="UnityEngine.VFXModule">
  1032. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  1033. </Reference>
  1034. <Reference Include="UnityEngine.VRModule">
  1035. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  1036. </Reference>
  1037. <Reference Include="UnityEngine.VehiclesModule">
  1038. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  1039. </Reference>
  1040. <Reference Include="UnityEngine.VideoModule">
  1041. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  1042. </Reference>
  1043. <Reference Include="UnityEngine.WindModule">
  1044. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  1045. </Reference>
  1046. <Reference Include="UnityEngine.XRModule">
  1047. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  1048. </Reference>
  1049. <Reference Include="Unity.Locator">
  1050. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/Unity.Locator.dll</HintPath>
  1051. </Reference>
  1052. <Reference Include="UnityEngine.UI">
  1053. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  1054. </Reference>
  1055. <Reference Include="UnityEngine.TestRunner">
  1056. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
  1057. </Reference>
  1058. <Reference Include="nunit.framework">
  1059. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
  1060. </Reference>
  1061. <Reference Include="Facebook.Unity">
  1062. <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Facebook.Unity.dll</HintPath>
  1063. </Reference>
  1064. <Reference Include="Facebook.Unity.Gameroom">
  1065. <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Gameroom/Facebook.Unity.Gameroom.dll</HintPath>
  1066. </Reference>
  1067. <Reference Include="FacebookNamedPipeClient">
  1068. <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Gameroom/FacebookNamedPipeClient.dll</HintPath>
  1069. </Reference>
  1070. <Reference Include="Facebook.Unity.Settings">
  1071. <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll</HintPath>
  1072. </Reference>
  1073. <Reference Include="Firebase.App">
  1074. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.App.dll</HintPath>
  1075. </Reference>
  1076. <Reference Include="Firebase.Auth">
  1077. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.Auth.dll</HintPath>
  1078. </Reference>
  1079. <Reference Include="Firebase.InstanceId">
  1080. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.InstanceId.dll</HintPath>
  1081. </Reference>
  1082. <Reference Include="Firebase.Messaging">
  1083. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.Messaging.dll</HintPath>
  1084. </Reference>
  1085. <Reference Include="Firebase.Platform">
  1086. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.Platform.dll</HintPath>
  1087. </Reference>
  1088. <Reference Include="Firebase.RemoteConfig">
  1089. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.RemoteConfig.dll</HintPath>
  1090. </Reference>
  1091. <Reference Include="Firebase.TaskExtension">
  1092. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.TaskExtension.dll</HintPath>
  1093. </Reference>
  1094. <Reference Include="Google.MiniJson">
  1095. <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Google.MiniJson.dll</HintPath>
  1096. </Reference>
  1097. <Reference Include="Newtonsoft.Json">
  1098. <HintPath>F:/SG/ANTMRepo/Assets/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
  1099. </Reference>
  1100. <Reference Include="Unity.Compat">
  1101. <HintPath>F:/SG/ANTMRepo/Assets/Parse/Plugins/dotNet45/Unity.Compat.dll</HintPath>
  1102. </Reference>
  1103. <Reference Include="Unity.Tasks">
  1104. <HintPath>F:/SG/ANTMRepo/Assets/Parse/Plugins/dotNet45/Unity.Tasks.dll</HintPath>
  1105. </Reference>
  1106. <Reference Include="DOTween">
  1107. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween.dll</HintPath>
  1108. </Reference>
  1109. <Reference Include="DOTween43">
  1110. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween43.dll</HintPath>
  1111. </Reference>
  1112. <Reference Include="DOTween46">
  1113. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween46.dll</HintPath>
  1114. </Reference>
  1115. <Reference Include="DOTween50">
  1116. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween50.dll</HintPath>
  1117. </Reference>
  1118. <Reference Include="ChannelPurchase">
  1119. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityChannel/ChannelPurchase.dll</HintPath>
  1120. </Reference>
  1121. <Reference Include="UnityStore">
  1122. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityChannel/UnityStore.dll</HintPath>
  1123. </Reference>
  1124. <Reference Include="Editor">
  1125. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Editor.dll</HintPath>
  1126. </Reference>
  1127. <Reference Include="Purchasing.Common">
  1128. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Purchasing.Common.dll</HintPath>
  1129. </Reference>
  1130. <Reference Include="Stores">
  1131. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Stores.dll</HintPath>
  1132. </Reference>
  1133. <Reference Include="Apple">
  1134. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Apple/Apple.dll</HintPath>
  1135. </Reference>
  1136. <Reference Include="FacebookStore">
  1137. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Facebook/FacebookStore.dll</HintPath>
  1138. </Reference>
  1139. <Reference Include="Security">
  1140. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Security/live/Security.dll</HintPath>
  1141. </Reference>
  1142. <Reference Include="Tizen">
  1143. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Tizen/Tizen.dll</HintPath>
  1144. </Reference>
  1145. <Reference Include="winrt">
  1146. <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/winrt/winrt.dll</HintPath>
  1147. </Reference>
  1148. <Reference Include="Unity.Analytics.Editor">
  1149. <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll</HintPath>
  1150. </Reference>
  1151. <Reference Include="Unity.Analytics.StandardEvents">
  1152. <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll</HintPath>
  1153. </Reference>
  1154. <Reference Include="Unity.Analytics.Tracker">
  1155. <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll</HintPath>
  1156. </Reference>
  1157. <Reference Include="UnityEngine.Purchasing">
  1158. <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.purchasing@2.0.6/UnityEngine.Purchasing.dll</HintPath>
  1159. </Reference>
  1160. <Reference Include="mscorlib">
  1161. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
  1162. </Reference>
  1163. <Reference Include="System">
  1164. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
  1165. </Reference>
  1166. <Reference Include="System.Core">
  1167. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
  1168. </Reference>
  1169. <Reference Include="System.Runtime.Serialization">
  1170. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
  1171. </Reference>
  1172. <Reference Include="System.Xml">
  1173. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
  1174. </Reference>
  1175. <Reference Include="System.Xml.Linq">
  1176. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
  1177. </Reference>
  1178. <Reference Include="System.Numerics">
  1179. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
  1180. </Reference>
  1181. <Reference Include="System.Numerics.Vectors">
  1182. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
  1183. </Reference>
  1184. <Reference Include="System.Net.Http">
  1185. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
  1186. </Reference>
  1187. <Reference Include="Microsoft.CSharp">
  1188. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
  1189. </Reference>
  1190. <Reference Include="System.Data">
  1191. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
  1192. </Reference>
  1193. <Reference Include="Microsoft.Win32.Primitives">
  1194. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
  1195. </Reference>
  1196. <Reference Include="netstandard">
  1197. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
  1198. </Reference>
  1199. <Reference Include="System.AppContext">
  1200. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
  1201. </Reference>
  1202. <Reference Include="System.Collections.Concurrent">
  1203. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
  1204. </Reference>
  1205. <Reference Include="System.Collections">
  1206. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
  1207. </Reference>
  1208. <Reference Include="System.Collections.NonGeneric">
  1209. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
  1210. </Reference>
  1211. <Reference Include="System.Collections.Specialized">
  1212. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
  1213. </Reference>
  1214. <Reference Include="System.ComponentModel.Annotations">
  1215. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
  1216. </Reference>
  1217. <Reference Include="System.ComponentModel">
  1218. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
  1219. </Reference>
  1220. <Reference Include="System.ComponentModel.EventBasedAsync">
  1221. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
  1222. </Reference>
  1223. <Reference Include="System.ComponentModel.Primitives">
  1224. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
  1225. </Reference>
  1226. <Reference Include="System.ComponentModel.TypeConverter">
  1227. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
  1228. </Reference>
  1229. <Reference Include="System.Console">
  1230. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
  1231. </Reference>
  1232. <Reference Include="System.Data.Common">
  1233. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
  1234. </Reference>
  1235. <Reference Include="System.Diagnostics.Contracts">
  1236. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
  1237. </Reference>
  1238. <Reference Include="System.Diagnostics.Debug">
  1239. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
  1240. </Reference>
  1241. <Reference Include="System.Diagnostics.FileVersionInfo">
  1242. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
  1243. </Reference>
  1244. <Reference Include="System.Diagnostics.Process">
  1245. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
  1246. </Reference>
  1247. <Reference Include="System.Diagnostics.StackTrace">
  1248. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
  1249. </Reference>
  1250. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  1251. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  1252. </Reference>
  1253. <Reference Include="System.Diagnostics.Tools">
  1254. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
  1255. </Reference>
  1256. <Reference Include="System.Diagnostics.TraceSource">
  1257. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
  1258. </Reference>
  1259. <Reference Include="System.Drawing.Primitives">
  1260. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
  1261. </Reference>
  1262. <Reference Include="System.Dynamic.Runtime">
  1263. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
  1264. </Reference>
  1265. <Reference Include="System.Globalization.Calendars">
  1266. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
  1267. </Reference>
  1268. <Reference Include="System.Globalization">
  1269. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
  1270. </Reference>
  1271. <Reference Include="System.Globalization.Extensions">
  1272. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
  1273. </Reference>
  1274. <Reference Include="System.IO.Compression.ZipFile">
  1275. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
  1276. </Reference>
  1277. <Reference Include="System.IO">
  1278. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
  1279. </Reference>
  1280. <Reference Include="System.IO.FileSystem">
  1281. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
  1282. </Reference>
  1283. <Reference Include="System.IO.FileSystem.DriveInfo">
  1284. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
  1285. </Reference>
  1286. <Reference Include="System.IO.FileSystem.Primitives">
  1287. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
  1288. </Reference>
  1289. <Reference Include="System.IO.FileSystem.Watcher">
  1290. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
  1291. </Reference>
  1292. <Reference Include="System.IO.IsolatedStorage">
  1293. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
  1294. </Reference>
  1295. <Reference Include="System.IO.MemoryMappedFiles">
  1296. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
  1297. </Reference>
  1298. <Reference Include="System.IO.Pipes">
  1299. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
  1300. </Reference>
  1301. <Reference Include="System.IO.UnmanagedMemoryStream">
  1302. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
  1303. </Reference>
  1304. <Reference Include="System.Linq">
  1305. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
  1306. </Reference>
  1307. <Reference Include="System.Linq.Expressions">
  1308. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
  1309. </Reference>
  1310. <Reference Include="System.Linq.Parallel">
  1311. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
  1312. </Reference>
  1313. <Reference Include="System.Linq.Queryable">
  1314. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
  1315. </Reference>
  1316. <Reference Include="System.Net.Http.Rtc">
  1317. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
  1318. </Reference>
  1319. <Reference Include="System.Net.NameResolution">
  1320. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
  1321. </Reference>
  1322. <Reference Include="System.Net.NetworkInformation">
  1323. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
  1324. </Reference>
  1325. <Reference Include="System.Net.Ping">
  1326. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
  1327. </Reference>
  1328. <Reference Include="System.Net.Primitives">
  1329. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
  1330. </Reference>
  1331. <Reference Include="System.Net.Requests">
  1332. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
  1333. </Reference>
  1334. <Reference Include="System.Net.Security">
  1335. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
  1336. </Reference>
  1337. <Reference Include="System.Net.Sockets">
  1338. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
  1339. </Reference>
  1340. <Reference Include="System.Net.WebHeaderCollection">
  1341. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
  1342. </Reference>
  1343. <Reference Include="System.Net.WebSockets.Client">
  1344. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
  1345. </Reference>
  1346. <Reference Include="System.Net.WebSockets">
  1347. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
  1348. </Reference>
  1349. <Reference Include="System.ObjectModel">
  1350. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
  1351. </Reference>
  1352. <Reference Include="System.Reflection">
  1353. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
  1354. </Reference>
  1355. <Reference Include="System.Reflection.Emit">
  1356. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
  1357. </Reference>
  1358. <Reference Include="System.Reflection.Emit.ILGeneration">
  1359. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
  1360. </Reference>
  1361. <Reference Include="System.Reflection.Emit.Lightweight">
  1362. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
  1363. </Reference>
  1364. <Reference Include="System.Reflection.Extensions">
  1365. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
  1366. </Reference>
  1367. <Reference Include="System.Reflection.Primitives">
  1368. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
  1369. </Reference>
  1370. <Reference Include="System.Resources.Reader">
  1371. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
  1372. </Reference>
  1373. <Reference Include="System.Resources.ResourceManager">
  1374. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
  1375. </Reference>
  1376. <Reference Include="System.Resources.Writer">
  1377. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
  1378. </Reference>
  1379. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1380. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1381. </Reference>
  1382. <Reference Include="System.Runtime">
  1383. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
  1384. </Reference>
  1385. <Reference Include="System.Runtime.Extensions">
  1386. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
  1387. </Reference>
  1388. <Reference Include="System.Runtime.Handles">
  1389. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
  1390. </Reference>
  1391. <Reference Include="System.Runtime.InteropServices">
  1392. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
  1393. </Reference>
  1394. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1395. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1396. </Reference>
  1397. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1398. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1399. </Reference>
  1400. <Reference Include="System.Runtime.Numerics">
  1401. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
  1402. </Reference>
  1403. <Reference Include="System.Runtime.Serialization.Formatters">
  1404. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
  1405. </Reference>
  1406. <Reference Include="System.Runtime.Serialization.Json">
  1407. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
  1408. </Reference>
  1409. <Reference Include="System.Runtime.Serialization.Primitives">
  1410. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
  1411. </Reference>
  1412. <Reference Include="System.Runtime.Serialization.Xml">
  1413. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
  1414. </Reference>
  1415. <Reference Include="System.Security.Claims">
  1416. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
  1417. </Reference>
  1418. <Reference Include="System.Security.Cryptography.Algorithms">
  1419. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
  1420. </Reference>
  1421. <Reference Include="System.Security.Cryptography.Csp">
  1422. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
  1423. </Reference>
  1424. <Reference Include="System.Security.Cryptography.Encoding">
  1425. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
  1426. </Reference>
  1427. <Reference Include="System.Security.Cryptography.Primitives">
  1428. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
  1429. </Reference>
  1430. <Reference Include="System.Security.Cryptography.X509Certificates">
  1431. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
  1432. </Reference>
  1433. <Reference Include="System.Security.Principal">
  1434. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
  1435. </Reference>
  1436. <Reference Include="System.Security.SecureString">
  1437. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
  1438. </Reference>
  1439. <Reference Include="System.ServiceModel.Duplex">
  1440. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
  1441. </Reference>
  1442. <Reference Include="System.ServiceModel.Http">
  1443. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
  1444. </Reference>
  1445. <Reference Include="System.ServiceModel.NetTcp">
  1446. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
  1447. </Reference>
  1448. <Reference Include="System.ServiceModel.Primitives">
  1449. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
  1450. </Reference>
  1451. <Reference Include="System.ServiceModel.Security">
  1452. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
  1453. </Reference>
  1454. <Reference Include="System.Text.Encoding">
  1455. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
  1456. </Reference>
  1457. <Reference Include="System.Text.Encoding.Extensions">
  1458. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
  1459. </Reference>
  1460. <Reference Include="System.Text.RegularExpressions">
  1461. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
  1462. </Reference>
  1463. <Reference Include="System.Threading">
  1464. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
  1465. </Reference>
  1466. <Reference Include="System.Threading.Overlapped">
  1467. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
  1468. </Reference>
  1469. <Reference Include="System.Threading.Tasks">
  1470. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
  1471. </Reference>
  1472. <Reference Include="System.Threading.Tasks.Parallel">
  1473. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
  1474. </Reference>
  1475. <Reference Include="System.Threading.Thread">
  1476. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
  1477. </Reference>
  1478. <Reference Include="System.Threading.ThreadPool">
  1479. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
  1480. </Reference>
  1481. <Reference Include="System.Threading.Timer">
  1482. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
  1483. </Reference>
  1484. <Reference Include="System.ValueTuple">
  1485. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
  1486. </Reference>
  1487. <Reference Include="System.Xml.ReaderWriter">
  1488. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
  1489. </Reference>
  1490. <Reference Include="System.Xml.XDocument">
  1491. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
  1492. </Reference>
  1493. <Reference Include="System.Xml.XmlDocument">
  1494. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
  1495. </Reference>
  1496. <Reference Include="System.Xml.XmlSerializer">
  1497. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
  1498. </Reference>
  1499. <Reference Include="System.Xml.XPath">
  1500. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
  1501. </Reference>
  1502. <Reference Include="System.Xml.XPath.XDocument">
  1503. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
  1504. </Reference>
  1505. <Reference Include="UnityScript">
  1506. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
  1507. </Reference>
  1508. <Reference Include="UnityScript.Lang">
  1509. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
  1510. </Reference>
  1511. <Reference Include="Boo.Lang">
  1512. <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
  1513. </Reference>
  1514. </ItemGroup>
  1515. <ItemGroup>
  1516. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  1517. <Project>{90E6D0C8-2D7C-5DFF-0689-CD09C08A2711}</Project>
  1518. <Name>Assembly-CSharp-firstpass</Name>
  1519. </ProjectReference>
  1520. </ItemGroup>
  1521. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1522. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1523. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1524. Other similar extension points exist, see Microsoft.Common.targets.
  1525. <Target Name="BeforeBuild">
  1526. </Target>
  1527. <Target Name="AfterBuild">
  1528. </Target>
  1529. -->
  1530. </Project>