123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <LangVersion>latest</LangVersion>
- <CscToolPath>D:\Program Files\Unity\2019.1.14f1\Editor\Data\Tools\RoslynScripts</CscToolPath>
- <CscToolExe>unity_csc.bat</CscToolExe>
- </PropertyGroup>
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>10.0.20506</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <RootNamespace></RootNamespace>
- <ProjectGuid>{AF137E59-A2AE-1E61-55C0-4BB398B4F57E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <AssemblyName>Assembly-CSharp</AssemblyName>
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <BaseDirectory>.</BaseDirectory>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>Temp\bin\Debug\</OutputPath>
- <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>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoWarn>0169</NoWarn>
- <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>Temp\bin\Release\</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <NoWarn>0169</NoWarn>
- <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <NoConfig>true</NoConfig>
- <NoStdLib>true</NoStdLib>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
- <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
- </PropertyGroup>
- <PropertyGroup>
- <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
- <UnityProjectType>Game:1</UnityProjectType>
- <UnityBuildTarget>Android:13</UnityBuildTarget>
- <UnityVersion>2019.1.14f1</UnityVersion>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="UnityEngine">
- <HintPath>D:\Program Files\Unity\2019.1.14f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
- </Reference>
- <Reference Include="UnityEditor">
- <HintPath>D:\Program Files\Unity\2019.1.14f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Assets\ClothingAdjuster.cs" />
- <Compile Include="Assets\ClothingController.cs" />
- <Compile Include="Assets\console.cs" />
- <Compile Include="Assets\CsvRader\ImpotDataGame.cs" />
- <Compile Include="Assets\DataLocationsInfo.cs" />
- <Compile Include="Assets\DataTransferer.cs" />
- <Compile Include="Assets\DisableGoogleAuthOnIos.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\ButtonBuilding.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\EnviromentTravelManagerBehaviour.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\PanelEnvironmentBehaviour.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Behaviours\PanelPopUpEnvironmentBehaviour.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Data\Environment.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Data\EnvironmentPoints.cs" />
- <Compile Include="Assets\EnvironmentSystem\Scripts\Enums\EnvironmentType.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\ConsoleBase.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\LogView.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\MenuBase.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AccessTokenMenu.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppEvents.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppLinks.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\AppRequests.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\DialogShare.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\GraphRequest.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\MainMenu.cs" />
- <Compile Include="Assets\FacebookSDK\Examples\Scripts\SubMenus\Pay.cs" />
- <Compile Include="Assets\GigActionDataFiller.cs" />
- <Compile Include="Assets\GigActionDataFillerEditor.cs" />
- <Compile Include="Assets\GigDataHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Achievement.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\CommonStatusCodes.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\CommonTypes.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\DummyClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Events\IEvent.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Events\IEventsClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\IPlayGamesClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\LeaderboardScoreData.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Invitation.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\IRealTimeMultiplayerClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\ITurnBasedMultiplayerClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\MatchOutcome.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Participant.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\Player.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\RealTimeMultiplayerListener.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Multiplayer\TurnBasedMatch.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\AdvertisingResult.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\ConnectionRequest.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\ConnectionResponse.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\DummyNearbyConnectionClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\EndpointDetails.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\INearbyConnectionClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Nearby\NearbyConnectionConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\PlayerStats.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\PlayGamesClientConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\ISavedGameClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\ISavedGameMetadata.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\SavedGame\SavedGameMetadataUpdate.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\ScorePageToken.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Video\CaptureOverlayStateListener.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Video\iVideoClient.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Video\VideoCapabilities.cs" />
- <Compile Include="Assets\GooglePlayGames\BasicApi\Video\VideoCaptureState.cs" />
- <Compile Include="Assets\GooglePlayGames\GameInfo.cs" />
- <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesAchievement.cs" />
- <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesLeaderboard.cs" />
- <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesLocalUser.cs" />
- <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesPlatform.cs" />
- <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesScore.cs" />
- <Compile Include="Assets\GooglePlayGames\ISocialPlatform\PlayGamesUserProfile.cs" />
- <Compile Include="Assets\GooglePlayGames\OurUtils\Logger.cs" />
- <Compile Include="Assets\GooglePlayGames\OurUtils\Misc.cs" />
- <Compile Include="Assets\GooglePlayGames\OurUtils\PlatformUtils.cs" />
- <Compile Include="Assets\GooglePlayGames\OurUtils\PlayGamesHelperObject.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\AndroidClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\AndroidTokenClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Developers\JavaInterfaceProxy.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Developers\JavaObjWrapper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\GoogleApiClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\PendingResult.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\Result.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\ResultCallback.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\ResultCallbackProxy.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\Api\Status.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Common\ConnectionResult.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Games.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\LoadPlayerStatsResultObject.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\PlayerStats.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\PlayerStatsObject.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\Stats.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Android\Gms\Games\Stats\StatsObject.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\IClientImpl.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\IOS\IOSClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\IOS\IOSTokenClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\CallbackUtils.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\ConversionUtils.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Achievement.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\AchievementManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\AndroidPlatformConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Builder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\CaptureOverlayStateListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\CommonErrorStatus.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\EndpointDiscoveryListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Event.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\EventManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\GameServices.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\InternalHooks.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\IosPlatformConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Leaderboard.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\LeaderboardManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MessageListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MultiplayerInvitation.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\MultiplayerParticipant.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnections.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionsBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionsStatus.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\NearbyConnectionTypes.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ParticipantResults.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Player.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\PlayerManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\PlayerStats.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeEventListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeMultiplayerManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoom.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoomConfig.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\RealTimeRoomConfigBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Score.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ScorePage.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\ScoreSummary.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Sentinels.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadata.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadataChange.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SnapshotMetadataChangeBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\StatsManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Status.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\SymbolLocation.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatch.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatchConfig.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMatchConfigBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\TurnBasedMultiplayerManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\Types.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoCapabilities.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoCaptureState.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\Cwrapper\VideoManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\JavaUtils.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeEventClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeNearbyConnectionClientFactory.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeNearbyConnectionsClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeRealtimeMultiplayerClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeSavedGameClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeTurnBasedMultiplayerClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\NativeVideoClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\AchievementManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\AndroidPlatformConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\BaseReferenceHolder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\Callbacks.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\CaptureOverlayStateListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\EventManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\GameServices.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\GameServicesBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\IosPlatformConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\LeaderboardManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\MultiplayerInvitation.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\MultiplayerParticipant.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeAchievement.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeAppIdentifier.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeConnectionRequest.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeConnectionResponse.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEndpointDetails.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEndpointDiscoveryListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeEvent.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeLeaderboard.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeMessageListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativePlayer.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativePlayerStats.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeRealTimeRoom.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScore.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScoreEntry.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScorePage.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScorePageToken.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeScoreSummary.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeSnapshotMetadata.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeSnapshotMetadataChange.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeStartAdvertisingResult.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeTurnBasedMatch.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeVideoCapabilities.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NativeVideoCaptureState.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NearbyConnectionsManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\NearbyConnectionsManagerBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\ParticipantResults.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PInvokeUtilities.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlatformConfiguration.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlayerManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\PlayerSelectUIResponse.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealTimeEventListenerHelper.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeRoomConfig.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\RealtimeRoomConfigBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\SnapshotManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\StatsManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedMatchConfig.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\TurnBasedMatchConfigBuilder.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\PInvoke\VideoManager.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\Native\UnsupportedSavedGamesClient.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\NearbyConnectionClientFactory.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\PlayGamesClientFactory.cs" />
- <Compile Include="Assets\GooglePlayGames\Platforms\TokenClient.cs" />
- <Compile Include="Assets\GooglePlayGames\PluginVersion.cs" />
- <Compile Include="Assets\GoogleSignIn\Future.cs" />
- <Compile Include="Assets\GoogleSignIn\GoogleSignIn.cs" />
- <Compile Include="Assets\GoogleSignIn\GoogleSignInConfiguration.cs" />
- <Compile Include="Assets\GoogleSignIn\GoogleSignInStatusCode.cs" />
- <Compile Include="Assets\GoogleSignIn\GoogleSignInUser.cs" />
- <Compile Include="Assets\GoogleSignIn\Impl\BaseObject.cs" />
- <Compile Include="Assets\GoogleSignIn\Impl\GoogleSignInImpl.cs" />
- <Compile Include="Assets\GoogleSignIn\Impl\NativeFuture.cs" />
- <Compile Include="Assets\GoogleSignIn\Impl\SignInHelperObject.cs" />
- <Compile Include="Assets\GPGSIds.cs" />
- <Compile Include="Assets\HeightFixer.cs" />
- <Compile Include="Assets\IronSource\Scripts\AndroidAgent.cs" />
- <Compile Include="Assets\IronSource\Scripts\iOSAgent.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSource.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourceConfig.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourceError.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourceEvents.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourceIAgent.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourceJSON.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourcePlacement.cs" />
- <Compile Include="Assets\IronSource\Scripts\IronSourceSegment.cs" />
- <Compile Include="Assets\IronSource\Scripts\UnsupportedPlatformAgent.cs" />
- <Compile Include="Assets\JMO Assets\MatCap Shaders\Demo\Assets\MC_AutoRotate.cs" />
- <Compile Include="Assets\JMO Assets\MatCap Shaders\Demo\Assets\MC_SwitchTexture.cs" />
- <Compile Include="Assets\MakeShotScript.cs" />
- <Compile Include="Assets\NamePicker.cs" />
- <Compile Include="Assets\NewScripts\Conversation\ButtonAnswer.cs" />
- <Compile Include="Assets\NewScripts\Conversation\Characters.cs" />
- <Compile Include="Assets\NewScripts\Conversation\ConversationManager.cs" />
- <Compile Include="Assets\NewScripts\Conversation\TalkIndicator.cs" />
- <Compile Include="Assets\NewScripts\Display\DisplayNever.cs" />
- <Compile Include="Assets\NewScripts\Generic\AndroidPermissionManager.cs" />
- <Compile Include="Assets\NewScripts\Generic\GameGlobal.cs" />
- <Compile Include="Assets\NewScripts\Generic\GameplayBase.cs" />
- <Compile Include="Assets\NewScripts\Generic\GameplayManager.cs" />
- <Compile Include="Assets\NewScripts\Generic\NPCBackground.cs" />
- <Compile Include="Assets\NewScripts\Generic\PermissionWrapper.cs" />
- <Compile Include="Assets\NewScripts\Navigation\FlyPreloaderController.cs" />
- <Compile Include="Assets\NewScripts\Navigation\LocationsManager.cs" />
- <Compile Include="Assets\NewScripts\Navigation\Navigation.cs" />
- <Compile Include="Assets\NewScripts\UI\AsistanceManager.cs" />
- <Compile Include="Assets\NewScripts\UI\CatWalkFlashEffect.cs" />
- <Compile Include="Assets\NewScripts\UI\FlashEffect.cs" />
- <Compile Include="Assets\NewScripts\UI\GameVersionControl.cs" />
- <Compile Include="Assets\NewScripts\UI\GigButton.cs" />
- <Compile Include="Assets\NewScripts\UI\GigFailedPopup.cs" />
- <Compile Include="Assets\NewScripts\UI\GigPopup.cs" />
- <Compile Include="Assets\NewScripts\UI\GigRewardButton.cs" />
- <Compile Include="Assets\NewScripts\UI\GigsBase.cs" />
- <Compile Include="Assets\NewScripts\UI\GigsPanel.cs" />
- <Compile Include="Assets\NewScripts\UI\GigUIData.cs" />
- <Compile Include="Assets\NewScripts\UI\InstaGigs.cs" />
- <Compile Include="Assets\NewScripts\UI\LevelUpPopUp.cs" />
- <Compile Include="Assets\NewScripts\UI\LoadingScreenText.cs" />
- <Compile Include="Assets\NewScripts\UI\ModeSelection.cs" />
- <Compile Include="Assets\NewScripts\UI\PanelGameplayQuest.cs" />
- <Compile Include="Assets\NewScripts\UI\PortfolioImagePopup.cs" />
- <Compile Include="Assets\NewScripts\UI\PortfolioPoseButton.cs" />
- <Compile Include="Assets\NewScripts\UI\ProgressPanel.cs" />
- <Compile Include="Assets\NewScripts\UI\QuestGigs.cs" />
- <Compile Include="Assets\NewScripts\UI\QuestPanel.cs" />
- <Compile Include="Assets\NewScripts\UI\QuestUIData.cs" />
- <Compile Include="Assets\NewScripts\UI\RandomGigs.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardBase.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardButtonAnim.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardConversation.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardSpin\ButtonDailyReward.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardSpin\PanelDailyReward.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinArrow.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinRewardItem.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardSpin\SpinWheel.cs" />
- <Compile Include="Assets\NewScripts\UI\RewardText.cs" />
- <Compile Include="Assets\NewScripts\UI\TemportalRenderMode.cs" />
- <Compile Include="Assets\NewScripts\UI\TextNotification.cs" />
- <Compile Include="Assets\NewScripts\UI\TextNotificationCenter.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\MilestonesGenerator.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\ModelListItem.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\RankingWrapper.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\RankTopModel.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopMdoelAnimationHandler.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelBorder.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelListPreloader.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelPanel.cs" />
- <Compile Include="Assets\NewScripts\UI\TopModelFeature\TopModelParticipant.cs" />
- <Compile Include="Assets\NewScripts\UI\TweetFollowers.cs" />
- <Compile Include="Assets\NpcFaceShapeChanger.cs" />
- <Compile Include="Assets\NpcTextureChanger.cs" />
- <Compile Include="Assets\PanelCameraControl.cs" />
- <Compile Include="Assets\PanelQuestBehaviour.cs" />
- <Compile Include="Assets\PanelSkipBehaviour.cs" />
- <Compile Include="Assets\PositionKeeper.cs" />
- <Compile Include="Assets\QuestContainerBehaviour.cs" />
- <Compile Include="Assets\RenderTextureControl.cs" />
- <Compile Include="Assets\ReplyKeeper.cs" />
- <Compile Include="Assets\Resources\Fillbar\FillBar.cs" />
- <Compile Include="Assets\Scripts\Achievement System\AchievementList.cs" />
- <Compile Include="Assets\Scripts\Achievement System\Achievements.cs" />
- <Compile Include="Assets\Scripts\Achievement System\AchievementsData.cs" />
- <Compile Include="Assets\Scripts\Achievement System\AchievementsPrefabeManager.cs" />
- <Compile Include="Assets\Scripts\Achievement System\AchievmentManager.cs" />
- <Compile Include="Assets\Scripts\Achievement System\CollectAchievementPrefab.cs" />
- <Compile Include="Assets\Scripts\Achievement System\CompletedAchievementPrefab.cs" />
- <Compile Include="Assets\Scripts\Achievement System\TemplateAchievement.cs" />
- <Compile Include="Assets\Scripts\Achievement\Achievement.cs" />
- <Compile Include="Assets\Scripts\BetaFinishChangeScene.cs" />
- <Compile Include="Assets\Scripts\CameraLocations.cs" />
- <Compile Include="Assets\Scripts\CameraScript.cs" />
- <Compile Include="Assets\Scripts\Character\Character.cs" />
- <Compile Include="Assets\Scripts\Character\MainCharacter.cs" />
- <Compile Include="Assets\Scripts\Character\NPC.cs" />
- <Compile Include="Assets\Scripts\Character\NPCAnimations.cs" />
- <Compile Include="Assets\Scripts\Character\NPCBackgroundAnimation.cs" />
- <Compile Include="Assets\Scripts\Character\StaticNPC.cs" />
- <Compile Include="Assets\Scripts\Character\TyraBehaviour.cs" />
- <Compile Include="Assets\Scripts\Clickable.cs" />
- <Compile Include="Assets\Scripts\ConvIndicator.cs" />
- <Compile Include="Assets\Scripts\Core\Assistance.cs" />
- <Compile Include="Assets\Scripts\Core\AssistanceData.cs" />
- <Compile Include="Assets\Scripts\Core\ChangeDialogueAction.cs" />
- <Compile Include="Assets\Scripts\Core\Chapter.cs" />
- <Compile Include="Assets\Scripts\Core\Chirp.cs" />
- <Compile Include="Assets\Scripts\Core\ExtractCurrentChapterData.cs" />
- <Compile Include="Assets\Scripts\Core\GameAction.cs" />
- <Compile Include="Assets\Scripts\Core\Gig.cs" />
- <Compile Include="Assets\Scripts\Core\GigAction.cs" />
- <Compile Include="Assets\Scripts\Core\Quest.cs" />
- <Compile Include="Assets\Scripts\Core\RectTransformUtils.cs" />
- <Compile Include="Assets\Scripts\Core\Task.cs" />
- <Compile Include="Assets\Scripts\DailyRewardSystem\DailyReward.cs" />
- <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardList.cs" />
- <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardManager.cs" />
- <Compile Include="Assets\Scripts\DailyRewardSystem\DailyRewardUIController.cs" />
- <Compile Include="Assets\Scripts\DailyRewardSystem\RewardUI.cs" />
- <Compile Include="Assets\Scripts\DailyRewardSystem\StopperController.cs" />
- <Compile Include="Assets\Scripts\Data\Conversation\Conversation.cs" />
- <Compile Include="Assets\Scripts\Data\Conversation\Dialog.cs" />
- <Compile Include="Assets\Scripts\Data\Conversation\Reply.cs" />
- <Compile Include="Assets\Scripts\Data\DataObject.cs" />
- <Compile Include="Assets\Scripts\Data\GigData.cs" />
- <Compile Include="Assets\Scripts\Data\NPC\NPCData.cs" />
- <Compile Include="Assets\Scripts\Data\QuestData.cs" />
- <Compile Include="Assets\Scripts\Data\TravelCostData.cs" />
- <Compile Include="Assets\Scripts\FireBase\FirebaseInstance.cs" />
- <Compile Include="Assets\Scripts\Game\GameManager.cs" />
- <Compile Include="Assets\Scripts\GigFinishedPopup.cs" />
- <Compile Include="Assets\Scripts\InGameNotificationManager.cs" />
- <Compile Include="Assets\Scripts\IronSource\Base\BaseIronSourceManager.cs" />
- <Compile Include="Assets\Scripts\IronSource\Enums\AdsType.cs" />
- <Compile Include="Assets\Scripts\IronSource\Enums\RewardTypes.cs" />
- <Compile Include="Assets\Scripts\IronSource\InterstitialManager.cs" />
- <Compile Include="Assets\Scripts\IronSource\IronSourceGlobalController.cs" />
- <Compile Include="Assets\Scripts\IronSource\IronSourceShowController.cs" />
- <Compile Include="Assets\Scripts\IronSource\OfferwallManager.cs" />
- <Compile Include="Assets\Scripts\IronSource\RewardedVideoManager.cs" />
- <Compile Include="Assets\Scripts\Leveling Up\LevelsData.cs" />
- <Compile Include="Assets\Scripts\LocationNames.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\BuildingButton.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\CatwalkNPC.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\CityMapScript.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\Interior.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\Location.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\LocationManager.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\MapButton.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\MapPinScript.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\MapPinUnlock.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\MapsManager.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\ProgressionState.cs" />
- <Compile Include="Assets\Scripts\LocationSystem\StreetScript.cs" />
- <Compile Include="Assets\Scripts\LootScript.cs" />
- <Compile Include="Assets\Scripts\Managers\CharacterManager.cs" />
- <Compile Include="Assets\Scripts\Managers\FacebookManager.cs" />
- <Compile Include="Assets\Scripts\Managers\FadeController.cs" />
- <Compile Include="Assets\Scripts\Managers\FadeScreen.cs" />
- <Compile Include="Assets\Scripts\Managers\InputManager.cs" />
- <Compile Include="Assets\Scripts\MissionsUI.cs" />
- <Compile Include="Assets\Scripts\Notifications\GameNotification.cs" />
- <Compile Include="Assets\Scripts\Notifications\GameNotificationManager.cs" />
- <Compile Include="Assets\Scripts\PhoneUI.cs" />
- <Compile Include="Assets\Scripts\Photos\ScreenshotTaker.cs" />
- <Compile Include="Assets\Scripts\PracticeButton.cs" />
- <Compile Include="Assets\Scripts\Pronouns.cs" />
- <Compile Include="Assets\Scripts\Quests\QuestUINew.cs" />
- <Compile Include="Assets\Scripts\Quests\TaskUINew.cs" />
- <Compile Include="Assets\Scripts\Sender\Sender.cs" />
- <Compile Include="Assets\Scripts\sorttext.cs" />
- <Compile Include="Assets\Scripts\Sound\SFXManagerOld.cs" />
- <Compile Include="Assets\Scripts\TaskUI.cs" />
- <Compile Include="Assets\Scripts\TransportButton.cs" />
- <Compile Include="Assets\Scripts\Tutorial\TutorialBanner.cs" />
- <Compile Include="Assets\Scripts\Tutorial\TutorialManager.cs" />
- <Compile Include="Assets\Scripts\TutorialIndicator.cs" />
- <Compile Include="Assets\Scripts\TutorialScript.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\GigsTweets.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\LoadTweet.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\PushNotification.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\ResourcesXMLReader.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\ScedualedTweetManager.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\Tweet.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\TweetePrefabeControler.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\TwitterFeed.cs" />
- <Compile Include="Assets\Scripts\TwitterSystem\TwitterManager.cs" />
- <Compile Include="Assets\Scripts\Ui\ActionButton.cs" />
- <Compile Include="Assets\Scripts\Ui\LoadingScript.cs" />
- <Compile Include="Assets\Scripts\Ui\MainPanel.cs" />
- <Compile Include="Assets\Scripts\Ui\MenuScene.cs" />
- <Compile Include="Assets\Scripts\Ui\MenusController.cs" />
- <Compile Include="Assets\Scripts\Ui\PopupScripts\GenericPopUp.cs" />
- <Compile Include="Assets\Scripts\Ui\PopupScripts\PopupOld.cs" />
- <Compile Include="Assets\Scripts\UserGenderSelector.cs" />
- <Compile Include="Assets\Scripts\UserInputScript.cs" />
- <Compile Include="Assets\Scripts\Video\MobileVideoController.cs" />
- <Compile Include="Assets\SideQuestsManager.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\ButtonClip.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\ObjectClip.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\PickUpClip.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\SliderClip.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Behaviours\SoundManager.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Datas\SoundDataGlobal.cs" />
- <Compile Include="Assets\Systems\AudioSystem\Scripts\Datas\SoundTypes.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\AuthenticationDataInspector.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\AutoAuthenticate.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\GameInitialValidations.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\HelpLongPressHandler.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\InfoPanelBeheviour.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelAnonymous.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelFacebook.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelGoogle.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLoading.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLogin.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelLoginIndicator.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Behaviours\PanelRegister.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Data\AuthenticationGlobalData.cs" />
- <Compile Include="Assets\Systems\AuthenticationSystem\Scripts\Data\Remember.cs" />
- <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\Catwalk.cs" />
- <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\CatwalkCameras.cs" />
- <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\CatwalkGigManager.cs" />
- <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\Catwalks.cs" />
- <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\DefaultCatwalk.cs" />
- <Compile Include="Assets\Systems\CatWalkSystem\Scripts\Behaviours\PanelCatwalk.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\ChangeGraphicsColors.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\CheatButton.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\CheatsPanelHandler.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PanelCurrenciesBehaviour.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Base\DynamicContainerBase.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\AdsButton.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\ShopBag.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Elements\ShopTabButton.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\PanelCurrenciesCheckOut.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\PurchasePanelBehavior.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\RewardAdsPanel.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopBody.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopFooter.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Panel\ShopTopBar.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\BagShopContent.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\ButtonsFreeContent.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Behaviours\PurchaseSystem\Storages\ContentStorage.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Datas\Currency.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Enums\CurrencyType.cs" />
- <Compile Include="Assets\Systems\CurrencySystem\Scripts\Enums\PurchaseSize.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\BlendMesh.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\BlendShapesData.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeCategoryBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeItemBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ButtonCustomizeSubCategoryBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterAnimations.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterArmature.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CharacterCamera.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorAlphaSlider.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorImage.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorLabel.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPicker.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPickerTester.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPresetDoubleTapEvent.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorPresets.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorSlider.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ColorSliderImage.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CreateGraphicNpcCharacter.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBeardBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBlendClothBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBlendClothBehaviourTrigger.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeBodyArmature.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCapBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCategoryBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCharacterBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeCopyBonesHelper.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFaceShape.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFatness.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFatnessSlider.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeFeetShape.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderCategory.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderCategoryBase.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderFace.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderLookbook.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderMesh.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeGenderMeshCap.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemDoubleTapEvent.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeItemInstantiator.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeRequiredCategory.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeSkinColor.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeSubCategoryBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\CustomizeTextureChanger.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\FaceSkinColor.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\FatnessArmature.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\HexColorField.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\ICustomizeItemColor.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\NpcItem.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCheckItem.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCheckOut.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelColor.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelCustomizeBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\PanelSelectGenderBehaviour.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\SkinColorsData.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\SVBoxSlider.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Behaviours\TiltWindow.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CharacterCustomizationGlobal.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\Customize.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeCategory.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeItem.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeItemData.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeStats.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Datas\CustomizeSubCategory.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Enums\ColorValues.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Enums\CustomizeType.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Events\ColorChangedEvent.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\Events\HSVChangedEvent.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\BoxSlider.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\CopyBonesTransform.cs" />
- <Compile Include="Assets\Systems\CustomizeSystem\Scripts\UtilityScripts\HSVUtil.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\ConvertDataGame.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\EditorDataGame.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\EstructData.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\GetGameDatas.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Menu\DataToolsMenu.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Action\ButtonAction.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Chapters\ButtonChapter.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Gigs\ButtonGig.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Level\PanelLevelEditor.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Loading\PanelLoadingEditor.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Location\ButtonLocation.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Location\PanelLocations.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Rewards\ButtonLevel.cs" />
- <Compile Include="Assets\Systems\DataSystem\EditorANTM\Scripts\Panels\Rewards\PanelRewardsEditor.cs" />
- <Compile Include="Assets\Systems\DataSystem\JobBoard\JobBoardBehaviour.cs" />
- <Compile Include="Assets\Systems\DataSystem\JobBoard\JobCardManager.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\Assistance.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\GigAction.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Assistance\Instruction.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Chapter\Chapter.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Chapter\ChapterElement.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Conversation.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Dialog.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Conversation\Reply.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Currency\Currency.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\Customize.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeCategory.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeItem.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeItemData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeStats.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\CustomizeSubCategory.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Customize\ItemColorCapturer.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\Cryptography\Crc32.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataGame.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataObject.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetSaved.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetsSenders.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataTweetsTemplates.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataUser.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataUserManager.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\DataValidation.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\GameData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\GigsGigActionsData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\PosesData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\General\UserData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\Chirp.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\DataGigTemplates.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Gig\Gig.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Level\LevelData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Location\City.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Country.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Location.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Location\Place.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBook.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookCoverPhotoData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookItem.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\LookBook\LookBookStickerData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\CommentsController.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\CommentsManager.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\OptionalConversations\DataGigComments.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Profile\Profile.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Profile\ProfileData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Progress\Progress.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\GameAction.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\Quest.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Quest\Task.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Time\TimeData.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\CoroutineWindowExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\EditorCoroutineExtensions.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\EditorCoroutines\EditorCoroutines.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\DataSnapshot.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseAuthentication.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseAuthenticationManager.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FireBaseAuthError.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseDatabase.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseError.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseManager.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseObserver.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseParam.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseQueue.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\FirebaseRoot.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\miniJSON.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Firebase\SampleScript.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Angle\AngleAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Angle\AngleExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\AnimatorParameter\AnimatorParameterAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\AnimatorParameter\AnimatorParameterExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Disable\DisableAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Disable\DisableExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\EnumLabel\EnumLabelAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\EnumLabel\EnumLabelExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\LabelSearch\LabelSearchAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\LabelSearch\LabelSearchExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Observe\ObserveAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Observe\ObserveExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Password\PasswordAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Password\PasswordExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Popup\PopupAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\Popup\PopupExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\PreviewTexture\PreviewTextureAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\PreviewTexture\PreviewTextureExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SceneName\SceneNameAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SceneName\SceneNameExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SelectableLabel\SelectableLabelAttribute.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Property\PropertyDrawerCollection\SelectableLabel\SelectableLabelExample.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Singlenton\Singleton.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tools\Singlenton\SingletonScriptableObject.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\Tweet.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\TweetSender.cs" />
- <Compile Include="Assets\Systems\DataSystem\Scripts\Tweet\TweetTemplate.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Achievement.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\AchievementBehaviour.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\Base\BaseAdsPanelBehavior.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\NoCurrencyPopUpBehavior.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Advertisements\RewardPopUpBehavior.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\AnimationPanelMain.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BarGigs.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\BlockerManager.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\GrayScaleBehavior.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\BlockerButtons\UserInput.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\CongratsEndingPopUp.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Contac.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\ContacsBehaviour.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\CustomSceneManager.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\DataManagerBehaviour.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Links.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\NameInputWindow.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\Notifications.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelPhoneBehaviour.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelQuestController.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PanelSelectAge.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PhoneAnimation.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\PhoneUIMessages.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\ProfileBehaviour.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\QuestAnimCont.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\RemoteConfigReceiver.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\RewardMilestoneBehavior.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\SwitchVisability.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\TutorialController.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\TweetBehaviour.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CellSizeController.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CronometroAnim.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\CustAnimController.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UI\MenuOld.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\UserInput.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\VersionDifferencePanel.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Behaviour\WordsBanned.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\ChangeStrings.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementsDatas.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievementsSave.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\AchievemetDatas.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\DataManager.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\DataObject.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\MotivationTime.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\PruebaText.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\QuestGlobalData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\ScheduledTweetGlobalData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TimeData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TimeGlobalData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TweetData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Scripts\Data\TweetGlobalData.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\AnimateModel.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\ConnectionTools.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\Events\OnDisableToUnityEvent.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\Events\OnEnableToUnityEvent.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\Transform\TransformEx.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\PortfolioScrollbar.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\SwipeReceiver.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\TouchAndDragCharacter.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\UI\uGUITools.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\WanzyeeStudio\Scripts\Basic\Extension\TypeExtension.cs" />
- <Compile Include="Assets\Systems\GeneralSystem\Tools\WanzyeeStudio\Scripts\Basic\Utility\IoUtility.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Plugins\NativeShare.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\ButtonLookBook.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCamera.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCategoryBehaviour.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCharacterBehaviour.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookCharacterSelector.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookDataInspector.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookItemBehaviour.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookPortfolioItem.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\LookBookScreenShot.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\PanelLookBook.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Behaviours\StickerDoubleTapEvent.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBook.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookCoverPhotoData.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookGlobal.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookItem.cs" />
- <Compile Include="Assets\Systems\LookBookSystem\Scripts\Datas\LookBookStickerData.cs" />
- <Compile Include="Assets\Systems\NotificationSystem\Scripts\Behaviours\FcmInstance.cs" />
- <Compile Include="Assets\Systems\NotificationSystem\Scripts\Behaviours\Notifications.cs" />
- <Compile Include="Assets\Systems\NotificationSystem\Scripts\Datas\NotificationGlobal.cs" />
- <Compile Include="Assets\Systems\SwipeSystem\Scripts\Behaviours\SwipeSystem.cs" />
- <Compile Include="Assets\TestAreaController.cs" />
- <Compile Include="Assets\TweetAvatar.cs" />
- <Compile Include="Assets\UniClipboard\UniClipboard.cs" />
- <Compile Include="Assets\Unity-Logs-Viewer\Reporter\MultiKeyDictionary.cs" />
- <Compile Include="Assets\Unity-Logs-Viewer\Reporter\Reporter.cs" />
- <Compile Include="Assets\Unity-Logs-Viewer\Reporter\ReporterGUI.cs" />
- <Compile Include="Assets\Unity-Logs-Viewer\Reporter\ReporterMessageReceiver.cs" />
- <Compile Include="Assets\Unity-Logs-Viewer\Reporter\Test\Rotate.cs" />
- <Compile Include="Assets\Unity-Logs-Viewer\Reporter\Test\TestReporter.cs" />
- <Compile Include="Assets\WidthCheckerFixer.cs" />
- <Compile Include="Assets\ZUI\Scripts\Menu.cs" />
- <Compile Include="Assets\ZUI\Scripts\Popup.cs" />
- <Compile Include="Assets\ZUI\Scripts\SFXManager.cs" />
- <Compile Include="Assets\ZUI\Scripts\SideMenu.cs" />
- <Compile Include="Assets\ZUI\Scripts\UIAnimation.cs" />
- <Compile Include="Assets\ZUI\Scripts\UIElement.cs" />
- <Compile Include="Assets\ZUI\Scripts\UIElementsGroup.cs" />
- <Compile Include="Assets\ZUI\Scripts\ZUIElementBase.cs" />
- <Compile Include="Assets\ZUI\Scripts\ZUIEquations.cs" />
- <Compile Include="Assets\ZUI\Scripts\ZUIManager.cs" />
- <None Include="Assets\Resources\versionDisplayed.txt" />
- <None Include="Assets\link.xml" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureAdd_Bumped.shader" />
- <None Include="Assets\NewScripts\UI\TopModelFeature\Bots_names.txt" />
- <None Include="Assets\ZUI\Demos\Witch\UI\Art Rights.txt" />
- <None Include="Assets\JMO Assets\ProceduralMatcap\ProceduralMatcap.shader" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureMult_Bumped.shader" />
- <None Include="Assets\NewScripts\Shaders\Grayscale.shader" />
- <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-instance-id-unity\maven-metadata.xml" />
- <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-app-unity\maven-metadata.xml" />
- <None Include="Assets\Systems\CustomizeSystem\Shaders\ItemShader.shader" />
- <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-config-unity\maven-metadata.xml" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Lit.shader" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_Bumped.shader" />
- <None Include="Assets\GooglePlayGames\Plugins\Android\GooglePlayGamesManifest.plugin\AndroidManifest.xml" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_AdditiveZ.shader" />
- <None Include="Assets\JMO Assets\!JMO Assets Readme.txt" />
- <None Include="Assets\JMO Assets\ProceduralMatcap\ProceduralMatcapFace.shader" />
- <None Include="Assets\JsonDotNet\link.xml" />
- <None Include="Assets\Resources\TextAssets\GigsActionsCharts.txt" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain.shader" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_Plain_Additive.shader" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureMult.shader" />
- <None Include="Assets\Systems\CustomizeSystem\Shaders\FaceShader.shader" />
- <None Include="Assets\NewScripts\Shaders\UIImage_Static_Blur_Advanced.shader" />
- <None Include="Assets\FacebookSDK\link.xml" />
- <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-messaging-unity\maven-metadata.xml" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Shaders\MatCap_TextureAdd.shader" />
- <None Include="Assets\NewScripts\Shaders\ClothesShader.shader" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Textures\MaCrea\MaCrea.txt" />
- <None Include="Assets\Firebase\m2repository\com\google\firebase\firebase-auth-unity\maven-metadata.xml" />
- <None Include="Assets\JMO Assets\MatCap Shaders\Textures\BenSimonds\_Textures Readme.txt" />
- <None Include="Assets\JMO Assets\MatCap Shaders\_MatCap Shaders Readme.txt" />
- <Reference Include="Unity.Timeline.Editor">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
- </Reference>
- <Reference Include="com.unity.multiplayer-hlapi.Editor">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Editor.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Timeline">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
- </Reference>
- <Reference Include="Unity.CollabProxy.Editor">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
- </Reference>
- <Reference Include="com.unity.multiplayer-weaver.Editor">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/com.unity.multiplayer-weaver.Editor.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.XR.LegacyInputHelpers">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEngine.XR.LegacyInputHelpers.dll</HintPath>
- </Reference>
- <Reference Include="UnityEditor.SpatialTracking">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEditor.SpatialTracking.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.SpatialTracking">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEngine.SpatialTracking.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Analytics.DataPrivacy">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/Unity.Analytics.DataPrivacy.dll</HintPath>
- </Reference>
- <Reference Include="UnityEditor.XR.LegacyInputHelpers">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/UnityEditor.XR.LegacyInputHelpers.dll</HintPath>
- </Reference>
- <Reference Include="com.unity.multiplayer-hlapi.Runtime">
- <HintPath>F:/SG/ANTMRepo/Library/ScriptAssemblies/com.unity.multiplayer-hlapi.Runtime.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.AIModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.ARModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.AccessibilityModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.AnimationModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.AssetBundleModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.AudioModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.ClothModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.CoreModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.CrashReportingModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.DirectorModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.FileSystemHttpModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.GameCenterModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.GridModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.HotReloadModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.IMGUIModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.ImageConversionModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.InputModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.JSONSerializeModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.LocalizationModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.ParticleSystemModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.PerformanceReportingModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.PhysicsModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.Physics2DModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.ProfilerModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.ScreenCaptureModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.SharedInternalsModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.SpriteMaskModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.SpriteShapeModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.StreamingModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.StyleSheetsModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.SubstanceModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TLSModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TerrainModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TerrainPhysicsModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TextCoreModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TextRenderingModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TilemapModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UIModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UIElementsModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UNETModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UmbraModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityAnalyticsModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityConnectModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityTestProtocolModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityWebRequestModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityWebRequestAudioModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityWebRequestTextureModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UnityWebRequestWWWModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.VFXModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.VRModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.VehiclesModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.VideoModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.WindModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.XRModule">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Locator">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/Managed/Unity.Locator.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.UI">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.TestRunner">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="Facebook.Unity">
- <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Facebook.Unity.dll</HintPath>
- </Reference>
- <Reference Include="Facebook.Unity.Gameroom">
- <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Gameroom/Facebook.Unity.Gameroom.dll</HintPath>
- </Reference>
- <Reference Include="FacebookNamedPipeClient">
- <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Gameroom/FacebookNamedPipeClient.dll</HintPath>
- </Reference>
- <Reference Include="Facebook.Unity.Settings">
- <HintPath>F:/SG/ANTMRepo/Assets/FacebookSDK/Plugins/Settings/Facebook.Unity.Settings.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.App">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.App.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.Auth">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.Auth.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.InstanceId">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.InstanceId.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.Messaging">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.Messaging.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.Platform">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.Platform.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.RemoteConfig">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.RemoteConfig.dll</HintPath>
- </Reference>
- <Reference Include="Firebase.TaskExtension">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Firebase.TaskExtension.dll</HintPath>
- </Reference>
- <Reference Include="Google.MiniJson">
- <HintPath>F:/SG/ANTMRepo/Assets/Firebase/Plugins/Google.MiniJson.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json">
- <HintPath>F:/SG/ANTMRepo/Assets/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Compat">
- <HintPath>F:/SG/ANTMRepo/Assets/Parse/Plugins/dotNet45/Unity.Compat.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Tasks">
- <HintPath>F:/SG/ANTMRepo/Assets/Parse/Plugins/dotNet45/Unity.Tasks.dll</HintPath>
- </Reference>
- <Reference Include="DOTween">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween.dll</HintPath>
- </Reference>
- <Reference Include="DOTween43">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween43.dll</HintPath>
- </Reference>
- <Reference Include="DOTween46">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween46.dll</HintPath>
- </Reference>
- <Reference Include="DOTween50">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/DOTween/DOTween50.dll</HintPath>
- </Reference>
- <Reference Include="ChannelPurchase">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityChannel/ChannelPurchase.dll</HintPath>
- </Reference>
- <Reference Include="UnityStore">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityChannel/UnityStore.dll</HintPath>
- </Reference>
- <Reference Include="Editor">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Editor.dll</HintPath>
- </Reference>
- <Reference Include="Purchasing.Common">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Purchasing.Common.dll</HintPath>
- </Reference>
- <Reference Include="Stores">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Stores.dll</HintPath>
- </Reference>
- <Reference Include="Apple">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Apple/Apple.dll</HintPath>
- </Reference>
- <Reference Include="FacebookStore">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Facebook/FacebookStore.dll</HintPath>
- </Reference>
- <Reference Include="Security">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Security/live/Security.dll</HintPath>
- </Reference>
- <Reference Include="Tizen">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/Bin/Tizen/Tizen.dll</HintPath>
- </Reference>
- <Reference Include="winrt">
- <HintPath>F:/SG/ANTMRepo/Assets/Plugins/UnityPurchasing/winrt/winrt.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Analytics.Editor">
- <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Editor.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Analytics.StandardEvents">
- <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.StandardEvents.dll</HintPath>
- </Reference>
- <Reference Include="Unity.Analytics.Tracker">
- <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.analytics@3.3.2/Unity.Analytics.Tracker.dll</HintPath>
- </Reference>
- <Reference Include="UnityEngine.Purchasing">
- <HintPath>F:/SG/ANTMRepo/Library/PackageCache/com.unity.purchasing@2.0.6/UnityEngine.Purchasing.dll</HintPath>
- </Reference>
- <Reference Include="mscorlib">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
- </Reference>
- <Reference Include="System.Core">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Serialization">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Numerics">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
- </Reference>
- <Reference Include="System.Numerics.Vectors">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
- </Reference>
- <Reference Include="System.Data">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.Win32.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="netstandard">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
- </Reference>
- <Reference Include="System.AppContext">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
- </Reference>
- <Reference Include="System.Collections.Concurrent">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
- </Reference>
- <Reference Include="System.Collections">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
- </Reference>
- <Reference Include="System.Collections.NonGeneric">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
- </Reference>
- <Reference Include="System.Collections.Specialized">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.Annotations">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.EventBasedAsync">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.ComponentModel.TypeConverter">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
- </Reference>
- <Reference Include="System.Console">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
- </Reference>
- <Reference Include="System.Data.Common">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.Contracts">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.Debug">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.FileVersionInfo">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.Process">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.StackTrace">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.TextWriterTraceListener">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.Tools">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
- </Reference>
- <Reference Include="System.Diagnostics.TraceSource">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
- </Reference>
- <Reference Include="System.Drawing.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Dynamic.Runtime">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
- </Reference>
- <Reference Include="System.Globalization.Calendars">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
- </Reference>
- <Reference Include="System.Globalization">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
- </Reference>
- <Reference Include="System.Globalization.Extensions">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.Compression.ZipFile">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
- </Reference>
- <Reference Include="System.IO">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.FileSystem">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.FileSystem.DriveInfo">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.FileSystem.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.FileSystem.Watcher">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.IsolatedStorage">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.MemoryMappedFiles">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.Pipes">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
- </Reference>
- <Reference Include="System.IO.UnmanagedMemoryStream">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
- </Reference>
- <Reference Include="System.Linq">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
- </Reference>
- <Reference Include="System.Linq.Expressions">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
- </Reference>
- <Reference Include="System.Linq.Parallel">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
- </Reference>
- <Reference Include="System.Linq.Queryable">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.Rtc">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.NameResolution">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.NetworkInformation">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Ping">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Requests">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Security">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Sockets">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.WebHeaderCollection">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.WebSockets.Client">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.WebSockets">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
- </Reference>
- <Reference Include="System.ObjectModel">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection.Emit">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection.Emit.ILGeneration">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection.Emit.Lightweight">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection.Extensions">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Reflection.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Resources.Reader">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
- </Reference>
- <Reference Include="System.Resources.ResourceManager">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
- </Reference>
- <Reference Include="System.Resources.Writer">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.CompilerServices.VisualC">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Extensions">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Handles">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.InteropServices">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Numerics">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Serialization.Formatters">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Serialization.Json">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Serialization.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Runtime.Serialization.Xml">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Claims">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.Algorithms">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.Csp">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.Encoding">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Cryptography.X509Certificates">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.Principal">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
- </Reference>
- <Reference Include="System.Security.SecureString">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
- </Reference>
- <Reference Include="System.ServiceModel.Duplex">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
- </Reference>
- <Reference Include="System.ServiceModel.Http">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
- </Reference>
- <Reference Include="System.ServiceModel.NetTcp">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
- </Reference>
- <Reference Include="System.ServiceModel.Primitives">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.ServiceModel.Security">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.Encoding">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.Encoding.Extensions">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Text.RegularExpressions">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Overlapped">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Tasks">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Tasks.Parallel">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Thread">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.ThreadPool">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
- </Reference>
- <Reference Include="System.Threading.Timer">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
- </Reference>
- <Reference Include="System.ValueTuple">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.ReaderWriter">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.XDocument">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.XmlDocument">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.XmlSerializer">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.XPath">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml.XPath.XDocument">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
- </Reference>
- <Reference Include="UnityScript">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
- </Reference>
- <Reference Include="UnityScript.Lang">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
- </Reference>
- <Reference Include="Boo.Lang">
- <HintPath>D:/Program Files/Unity/2019.1.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
- <Project>{90E6D0C8-2D7C-5DFF-0689-CD09C08A2711}</Project>
- <Name>Assembly-CSharp-firstpass</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Target Name="GenerateTargetFrameworkMonikerAttribute" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|