Assembly-CSharp.csproj 89 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>latest</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>10.0.20506</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace></RootNamespace>
  12. <ProjectGuid>{1cf1b443-6d83-c3a2-568c-4cd2d1109c66}</ProjectGuid>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <AssemblyName>Assembly-CSharp</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <BaseDirectory>.</BaseDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <<<<<<< HEAD
  25. <OutputPath>Temp\bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;UNITY_2020_3_16;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;MIRROR;MIRROR_17_0_OR_NEWER;MIRROR_18_0_OR_NEWER;MIRROR_24_0_OR_NEWER;MIRROR_26_0_OR_NEWER;MIRROR_27_0_OR_NEWER;MIRROR_28_0_OR_NEWER;MIRROR_29_0_OR_NEWER;MIRROR_30_0_OR_NEWER;MIRROR_30_5_2_OR_NEWER;MIRROR_32_1_2_OR_NEWER;MIRROR_32_1_4_OR_NEWER;MIRROR_35_0_OR_NEWER;MIRROR_35_1_OR_NEWER;MIRROR_37_0_OR_NEWER;MIRROR_38_0_OR_NEWER;MIRROR_39_0_OR_NEWER;MIRROR_40_0_OR_NEWER;MIRROR_41_0_OR_NEWER;MIRROR_42_0_OR_NEWER;MIRROR_43_0_OR_NEWER;MIRROR_44_0_OR_NEWER;IGNORANCE;IGNORANCE_1;IGNORANCE_1_4;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  27. =======
  28. <OutputPath>Temp\Bin\Debug\</OutputPath>
  29. <DefineConstants>UNITY_2020_3_16;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;MIRROR;MIRROR_17_0_OR_NEWER;MIRROR_18_0_OR_NEWER;MIRROR_24_0_OR_NEWER;MIRROR_26_0_OR_NEWER;MIRROR_27_0_OR_NEWER;MIRROR_28_0_OR_NEWER;MIRROR_29_0_OR_NEWER;MIRROR_30_0_OR_NEWER;MIRROR_30_5_2_OR_NEWER;MIRROR_32_1_2_OR_NEWER;MIRROR_32_1_4_OR_NEWER;MIRROR_35_0_OR_NEWER;MIRROR_35_1_OR_NEWER;MIRROR_37_0_OR_NEWER;MIRROR_38_0_OR_NEWER;MIRROR_39_0_OR_NEWER;MIRROR_40_0_OR_NEWER;MIRROR_41_0_OR_NEWER;MIRROR_42_0_OR_NEWER;MIRROR_43_0_OR_NEWER;MIRROR_44_0_OR_NEWER;IGNORANCE;IGNORANCE_1;IGNORANCE_1_4;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <NoWarn>0169</NoWarn>
  33. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>Temp\bin\Release\</OutputPath>
  39. >>>>>>> 458ba77a2f48211a08fd5d8fdb6d693d32b40f67
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <NoWarn>0169</NoWarn>
  43. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <NoConfig>true</NoConfig>
  47. <NoStdLib>true</NoStdLib>
  48. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  49. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  50. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  51. </PropertyGroup>
  52. <<<<<<< HEAD
  53. =======
  54. <PropertyGroup>
  55. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  56. <UnityProjectGenerator>Package</UnityProjectGenerator>
  57. <UnityProjectGeneratorVersion>2.0.11</UnityProjectGeneratorVersion>
  58. <UnityProjectType>Game:1</UnityProjectType>
  59. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  60. <UnityVersion>2020.3.16f1</UnityVersion>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Activity.cs" />
  64. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Icon.cs" />
  65. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentManager.cs" />
  66. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Handlers\EquipmentHandler.cs" />
  67. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\Firelight.cs" />
  68. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_BloodDecalLayers.cs" />
  69. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\ShakeManager.cs" />
  70. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\CTI_CustomWind.cs" />
  71. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemSlot.cs" />
  72. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerMovement.cs" />
  73. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\HealingItem.cs" />
  74. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\MovingTarget.cs" />
  75. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interaction\RaycastData.cs" />
  76. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\EnumExtensions.cs" />
  77. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interaction\InteractiveObject.cs" />
  78. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Value.cs" />
  79. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\DamageGUI.cs" />
  80. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\ItemPickup.cs" />
  81. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceManager.cs" />
  82. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerDeath.cs" />
  83. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\SoundPlayer.cs" />
  84. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_BloodSettings.cs" />
  85. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\ShowIf.cs" />
  86. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Components\FPEquipmentComponent.cs" />
  87. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ContainerGenerator.cs" />
  88. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\DemoInstructions.cs" />
  89. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\ISurface.cs" />
  90. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\Extensions.cs" />
  91. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\MATH_UTILS.cs" />
  92. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\HealthEventData.cs" />
  93. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\WorldManager.cs" />
  94. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\UIManager.cs" />
  95. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\DatabaseItem.cs" />
  96. <Compile Include="Assets\HQ FPS Weapons\Scripts\Object Pooling\ObjectPool.cs" />
  97. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemDescription.cs" />
  98. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\Slot.cs" />
  99. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Handlers\Player.cs" />
  100. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\IgnoreAutoFont.cs" />
  101. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\IDamageable.cs" />
  102. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\Animation\EquipmentAnimation.cs" />
  103. <Compile Include="Assets\8K Skybox Pack Free\Example Scenes\Script\RotateCamera.cs" />
  104. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\GameManager.cs" />
  105. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Inventory.cs" />
  106. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\SaveableItem.cs" />
  107. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\ItemSelection.cs" />
  108. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentItem.cs" />
  109. <Compile Include="Assets\Scripts\zombies\zombieManager.cs" />
  110. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\RecoilForce.cs" />
  111. <Compile Include="Assets\HQ FPS Weapons\Scripts\Tweening\Easer.cs" />
  112. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ItemWheel.cs" />
  113. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceIdentity.cs" />
  114. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Misc\FirstPersonArms.cs" />
  115. <Compile Include="Assets\Unity\Info\Scripts\Readme.cs" />
  116. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\RootHeightHandler.cs" />
  117. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\DisableAtStart.cs" />
  118. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\SpringForce.cs" />
  119. <Compile Include="Assets\Ignorance\Demo\PongChamp\Scripts\OnlineTimer.cs" />
  120. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Message.cs" />
  121. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\SlotGroup.cs" />
  122. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemContainer.cs" />
  123. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\AudioUtils.cs" />
  124. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Attempt.cs" />
  125. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\UserInterfaceBehaviour.cs" />
  126. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\FirstPersonCamera.cs" />
  127. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\Spring.cs" />
  128. <Compile Include="Assets\Ignorance\Demo\PongChamp\Scripts\AtariPongBall.cs" />
  129. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Gun.cs" />
  130. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceInfo.cs" />
  131. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\MinMaxAttribute.cs" />
  132. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\ItemSpawner.cs" />
  133. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\ReorderableArray.cs" />
  134. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\ReorderableLists.cs" />
  135. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\EffectAudio.cs" />
  136. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Unarmed.cs" />
  137. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\ProjectileBasedWeapon.cs" />
  138. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\ClampAttribute.cs" />
  139. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\Explosive.cs" />
  140. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceEffects.cs" />
  141. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\UI_WheelSlot.cs" />
  142. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\PlayerSpawnPoints.cs" />
  143. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemGenerator.cs" />
  144. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\Vector3Utils.cs" />
  145. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\DemoScene\BFX_DemoTest.cs" />
  146. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_DecalSettings.cs" />
  147. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Misc\CartridgeObject.cs" />
  148. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\RevolverCyllinderCorrector.cs" />
  149. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\ProbabilityUtils.cs" />
  150. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentSelection.cs" />
  151. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\HUD_DisplayerActivateFlag.cs" />
  152. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemContainerFlags.cs" />
  153. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Enumerations.cs" />
  154. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Compass.cs" />
  155. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\CameraShakes.cs" />
  156. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_DecaGizmo.cs" />
  157. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\GunVisualEffects.cs" />
  158. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\HealsDisplayer.cs" />
  159. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Database\FPItem.cs" />
  160. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceEffect.cs" />
  161. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_ShaderProperies.cs" />
  162. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\DestructibleObject.cs" />
  163. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\MouseLook.cs" />
  164. <Compile Include="Assets\Scripts\tpsGunData.cs" />
  165. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Tags.cs" />
  166. <Compile Include="Assets\HQ FPS Weapons\Scripts\Probabilities\ProbabilityList.cs" />
  167. <Compile Include="Assets\Unity\ConstraintSamples\Scripts\mParent.cs" />
  168. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\Crosshairs.cs" />
  169. <Compile Include="Assets\HQ FPS Weapons\Scripts\Tweening\Easings.cs" />
  170. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\SceneField.cs" />
  171. <Compile Include="Assets\HQ FPS Weapons\Scripts\Tweening\EasingOptions.cs" />
  172. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\GenericVitals.cs" />
  173. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\LauncherWeapon.cs" />
  174. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\Panel.cs" />
  175. <Compile Include="Assets\Scripts\zombies\zombie_hitbox.cs" />
  176. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Flashlight.cs" />
  177. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\EntityVitals.cs" />
  178. <Compile Include="Assets\HQ FPS Weapons\Scripts\PostProcessing\PostProcessingManager.cs" />
  179. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Handlers\LivingEntity.cs" />
  180. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\PivotDisplayer.cs" />
  181. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\Hitbox.cs" />
  182. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemDatabase.cs" />
  183. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Components\LivingEntityComponent.cs" />
  184. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\ShaftedProjectile.cs" />
  185. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\LingeringFire.cs" />
  186. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemProperty.cs" />
  187. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_ManualAnimationUpdate.cs" />
  188. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Handlers\EquipmentPhysicsHandler.cs" />
  189. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\DynamicCrosshair.cs" />
  190. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ItemSlotInterface.cs" />
  191. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\DatabaseCategory.cs" />
  192. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\MeleeWeapon.cs" />
  193. <Compile Include="Assets\HQ FPS Weapons\Scripts\Object Pooling\PoolingManager.cs" />
  194. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\EquipmentCorrector.cs" />
  195. <Compile Include="Assets\Scripts\netPlayer.cs" />
  196. <Compile Include="Assets\Scripts\console.cs" />
  197. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_MouseOrbit.cs" />
  198. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Reorderable.cs" />
  199. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\AnimationOverrideClips.cs" />
  200. <Compile Include="Assets\EffectExamples\Misc Effects\Scripts\SpawnEffect.cs" />
  201. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\WeaponRecoil.cs" />
  202. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\CTI_Utils.cs" />
  203. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\ReadOnly.cs" />
  204. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\CrosshairManager.cs" />
  205. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\HealsManager.cs" />
  206. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ContainerInterface.cs" />
  207. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\InteractionInterface.cs" />
  208. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Database\FPItemDatabase.cs" />
  209. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\GroupAttribute.cs" />
  210. <Compile Include="Assets\Scripts\player_hitbox.cs" />
  211. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\HUD_DisplayerBehaviour.cs" />
  212. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\MessageDisplayer.cs" />
  213. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\LightEffect.cs" />
  214. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\WeaponPropertiesDisplayer.cs" />
  215. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ItemContainerInterface.cs" />
  216. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentPhysics.cs" />
  217. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\EntityDeathHandler.cs" />
  218. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\DatabaseProperty.cs" />
  219. <Compile Include="Assets\HQ FPS Weapons\Scripts\Object Pooling\PoolableObject.cs" />
  220. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Menu\PauseMenu.cs" />
  221. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\CameraHeadBob.cs" />
  222. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\ScreenFader.cs" />
  223. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\CloneableObject.cs" />
  224. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\EquipmentMotionState.cs" />
  225. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interaction\PlayerInteraction.cs" />
  226. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\PlayerVitalsGUI.cs" />
  227. <Compile Include="Assets\Ignorance\Demo\PongChamp\Scripts\AtariPongRacket.cs" />
  228. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\WaterBarrel.cs" />
  229. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Singleton.cs" />
  230. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\PlayerVitals.cs" />
  231. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\Explosion.cs" />
  232. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerFootsteps.cs" />
  233. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerInput_PC.cs" />
  234. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\DebrisFader.cs" />
  235. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\Projectile.cs" />
  236. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_RenderDepth.cs" />
  237. <Compile Include="Assets\Scripts\zombies\zombieBehaviour.cs" />
  238. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\BHeader.cs" />
  239. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Components\PlayerComponent.cs" />
  240. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\ColorUtils.cs" />
  241. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\ThrowingWeapon.cs" />
  242. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Misc\GunSettings.cs" />
  243. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Item.cs" />
  244. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\BitMask.cs" />
  245. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\FPSCounter.cs" />
  246. <Compile Include="Assets\Scripts\Menu\menuController.cs" />
  247. <Compile Include="Assets\Scripts\Menu\modSelector.cs" />
  248. </ItemGroup>
  249. <ItemGroup>
  250. <None Include="Assets\UX\blur.shader" />
  251. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Bark_Array_301.shader" />
  252. <None Include="Assets\Mirror\Plugins\Mono.Cecil\Mono.CecilX.dll" />
  253. <None Include="Assets\Mirror\Plugins\Mono.Cecil\Mono.CecilX.Mdb.dll" />
  254. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Billboard_301.shader" />
  255. <None Include="Assets\Fences\Readme.txt" />
  256. <None Include="Assets\HQ FPS Weapons\Shaders\TransparentWeaponShader.shader" />
  257. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Resources\CTI_Camera-DepthNormalTexture_301.shader" />
  258. <None Include="Assets\ScriptTemplates\51-Mirror__Network Authenticator-NewNetworkAuthenticator.cs.txt" />
  259. <None Include="Assets\ScriptTemplates\53-Mirror__Network Observer-NewNetworkObserver.cs.txt" />
  260. <None Include="Assets\Mirror\Plugins\Mono.Cecil\Mono.CecilX.Pdb.dll" />
  261. <None Include="Assets\HQ FPS Weapons\Shaders\StandardWeaponShader.shader" />
  262. <None Include="Assets\ScriptTemplates\56-Mirror__Network Discovery-NewNetworkDiscovery.cs.txt" />
  263. <None Include="Assets\EffectExamples\Misc Effects\Prefabs\Readme_Dissolve_Respawn_.txt" />
  264. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Resources\CTI_Internal-DeferredShading.shader" />
  265. <None Include="Assets\HQ FPS Weapons\Shaders\DistortionParticlesCutout.shader" />
  266. <None Include="Assets\Mirror\Plugins\Mono.Cecil\Mono.CecilX.Rocks.dll" />
  267. <None Include="Assets\Mirror\Version.txt" />
  268. <None Include="Assets\EffectExamples\Magic Effects\Shaders\Ice.shader" />
  269. <None Include="Assets\Mirror\Readme.txt" />
  270. <None Include="Assets\KriptoFX\VolumetricBloodFX\Shaders\BFX_Blood.shader" />
  271. <None Include="Assets\HQ FPS Weapons\Shaders\StandardCrossfade (Specular).shader" />
  272. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_BillboardVertex_301.cginc" />
  273. <None Include="Assets\EffectExamples\Misc Effects\Shaders\Respawn.shader" />
  274. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_TranslucentLighting_301.cginc" />
  275. <None Include="Assets\ScriptTemplates\52-Mirror__Network Behaviour-NewNetworkBehaviour.cs.txt" />
  276. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Bark_301.shader" />
  277. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Resources\CTI_Internal-DeferredReflections.shader" />
  278. <None Include="Assets\HQ FPS Weapons\Shaders\GlowAdditiveTwoColor.shader" />
  279. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_indirect.cginc" />
  280. <None Include="Assets\Mirror\Notice.txt" />
  281. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Leaves_301.shader" />
  282. <None Include="Assets\Mirror\Plugins\Mono.Cecil\License.txt" />
  283. <None Include="Assets\ScriptTemplates\55-Mirror__Network Room Player-NewNetworkRoomPlayer.cs.txt" />
  284. <None Include="Assets\KriptoFX\VolumetricBloodFX\Readme.txt" />
  285. <None Include="Assets\EffectExamples\Misc Effects\Shaders\FireFly.shader" />
  286. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_Builtin4xTreeLibraryTumbling_301.cginc" />
  287. <None Include="Assets\KriptoFX\VolumetricBloodFX\Shaders\BFX_Decal.shader" />
  288. <None Include="Assets\HQ FPS Weapons\Shaders\StandardCrossfade.shader" />
  289. <None Include="Assets\ScriptTemplates\50-Mirror__Network Manager-NewNetworkManager.cs.txt" />
  290. <None Include="Assets\ScriptTemplates\54-Mirror__Network Room Manager-NewNetworkRoomManager.cs.txt" />
  291. <None Include="Assets\HQ FPS Weapons\Shaders\SurfaceShader_VC.shader" />
  292. <None Include="Assets\EffectExamples\Misc Effects\Shaders\Dissolve.shader" />
  293. </ItemGroup>
  294. >>>>>>> 458ba77a2f48211a08fd5d8fdb6d693d32b40f67
  295. <ItemGroup>
  296. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Activity.cs" />
  297. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Icon.cs" />
  298. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentManager.cs" />
  299. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Handlers\EquipmentHandler.cs" />
  300. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\Firelight.cs" />
  301. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_BloodDecalLayers.cs" />
  302. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\ShakeManager.cs" />
  303. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\CTI_CustomWind.cs" />
  304. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemSlot.cs" />
  305. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerMovement.cs" />
  306. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\HealingItem.cs" />
  307. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\MovingTarget.cs" />
  308. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interaction\RaycastData.cs" />
  309. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\EnumExtensions.cs" />
  310. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interaction\InteractiveObject.cs" />
  311. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Value.cs" />
  312. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\DamageGUI.cs" />
  313. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\ItemPickup.cs" />
  314. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceManager.cs" />
  315. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerDeath.cs" />
  316. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\SoundPlayer.cs" />
  317. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_BloodSettings.cs" />
  318. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\ShowIf.cs" />
  319. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Components\FPEquipmentComponent.cs" />
  320. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ContainerGenerator.cs" />
  321. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\DemoInstructions.cs" />
  322. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\ISurface.cs" />
  323. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\Extensions.cs" />
  324. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\MATH_UTILS.cs" />
  325. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\HealthEventData.cs" />
  326. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\WorldManager.cs" />
  327. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\UIManager.cs" />
  328. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\DatabaseItem.cs" />
  329. <Compile Include="Assets\HQ FPS Weapons\Scripts\Object Pooling\ObjectPool.cs" />
  330. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemDescription.cs" />
  331. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\Slot.cs" />
  332. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Handlers\Player.cs" />
  333. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\IgnoreAutoFont.cs" />
  334. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\IDamageable.cs" />
  335. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\Animation\EquipmentAnimation.cs" />
  336. <Compile Include="Assets\8K Skybox Pack Free\Example Scenes\Script\RotateCamera.cs" />
  337. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\GameManager.cs" />
  338. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Inventory.cs" />
  339. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\SaveableItem.cs" />
  340. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\ItemSelection.cs" />
  341. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentItem.cs" />
  342. <Compile Include="Assets\Scripts\zombies\zombieManager.cs" />
  343. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\RecoilForce.cs" />
  344. <Compile Include="Assets\HQ FPS Weapons\Scripts\Tweening\Easer.cs" />
  345. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ItemWheel.cs" />
  346. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceIdentity.cs" />
  347. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Misc\FirstPersonArms.cs" />
  348. <Compile Include="Assets\Unity\Info\Scripts\Readme.cs" />
  349. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\RootHeightHandler.cs" />
  350. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\DisableAtStart.cs" />
  351. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\SpringForce.cs" />
  352. <Compile Include="Assets\Ignorance\Demo\PongChamp\Scripts\OnlineTimer.cs" />
  353. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Message.cs" />
  354. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\SlotGroup.cs" />
  355. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemContainer.cs" />
  356. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\AudioUtils.cs" />
  357. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Types\Attempt.cs" />
  358. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\UserInterfaceBehaviour.cs" />
  359. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\FirstPersonCamera.cs" />
  360. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\Spring.cs" />
  361. <Compile Include="Assets\Ignorance\Demo\PongChamp\Scripts\AtariPongBall.cs" />
  362. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Gun.cs" />
  363. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceInfo.cs" />
  364. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\MinMaxAttribute.cs" />
  365. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\ItemSpawner.cs" />
  366. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\ReorderableArray.cs" />
  367. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\ReorderableLists.cs" />
  368. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\EffectAudio.cs" />
  369. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Unarmed.cs" />
  370. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\ProjectileBasedWeapon.cs" />
  371. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\ClampAttribute.cs" />
  372. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\Explosive.cs" />
  373. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceEffects.cs" />
  374. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\UI_WheelSlot.cs" />
  375. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\PlayerSpawnPoints.cs" />
  376. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemGenerator.cs" />
  377. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\Vector3Utils.cs" />
  378. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\DemoScene\BFX_DemoTest.cs" />
  379. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_DecalSettings.cs" />
  380. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Misc\CartridgeObject.cs" />
  381. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\RevolverCyllinderCorrector.cs" />
  382. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\ProbabilityUtils.cs" />
  383. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentSelection.cs" />
  384. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\HUD_DisplayerActivateFlag.cs" />
  385. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemContainerFlags.cs" />
  386. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Enumerations.cs" />
  387. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Compass.cs" />
  388. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\CameraShakes.cs" />
  389. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_DecaGizmo.cs" />
  390. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\GunVisualEffects.cs" />
  391. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\HealsDisplayer.cs" />
  392. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Database\FPItem.cs" />
  393. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\SurfaceEffect.cs" />
  394. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_ShaderProperies.cs" />
  395. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\DestructibleObject.cs" />
  396. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\MouseLook.cs" />
  397. <Compile Include="Assets\Scripts\tpsGunData.cs" />
  398. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Tags.cs" />
  399. <Compile Include="Assets\HQ FPS Weapons\Scripts\Probabilities\ProbabilityList.cs" />
  400. <Compile Include="Assets\Unity\ConstraintSamples\Scripts\mParent.cs" />
  401. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\Crosshairs.cs" />
  402. <Compile Include="Assets\HQ FPS Weapons\Scripts\Tweening\Easings.cs" />
  403. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\SceneField.cs" />
  404. <Compile Include="Assets\HQ FPS Weapons\Scripts\Tweening\EasingOptions.cs" />
  405. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\GenericVitals.cs" />
  406. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\LauncherWeapon.cs" />
  407. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\Panel.cs" />
  408. <Compile Include="Assets\Scripts\zombies\zombie_hitbox.cs" />
  409. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\Flashlight.cs" />
  410. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\EntityVitals.cs" />
  411. <Compile Include="Assets\HQ FPS Weapons\Scripts\PostProcessing\PostProcessingManager.cs" />
  412. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Handlers\LivingEntity.cs" />
  413. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\PivotDisplayer.cs" />
  414. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\Hitbox.cs" />
  415. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemDatabase.cs" />
  416. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Components\LivingEntityComponent.cs" />
  417. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\ShaftedProjectile.cs" />
  418. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\LingeringFire.cs" />
  419. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\ItemProperty.cs" />
  420. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_ManualAnimationUpdate.cs" />
  421. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Handlers\EquipmentPhysicsHandler.cs" />
  422. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\DynamicCrosshair.cs" />
  423. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ItemSlotInterface.cs" />
  424. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\DatabaseCategory.cs" />
  425. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\MeleeWeapon.cs" />
  426. <Compile Include="Assets\HQ FPS Weapons\Scripts\Object Pooling\PoolingManager.cs" />
  427. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\EquipmentCorrector.cs" />
  428. <Compile Include="Assets\Scripts\netPlayer.cs" />
  429. <Compile Include="Assets\Scripts\console.cs" />
  430. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_MouseOrbit.cs" />
  431. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Reorderable.cs" />
  432. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\AnimationOverrideClips.cs" />
  433. <Compile Include="Assets\EffectExamples\Misc Effects\Scripts\SpawnEffect.cs" />
  434. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Modules\WeaponRecoil.cs" />
  435. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\CTI_Utils.cs" />
  436. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\ReadOnly.cs" />
  437. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\CrosshairManager.cs" />
  438. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\HealsManager.cs" />
  439. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ContainerInterface.cs" />
  440. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\InteractionInterface.cs" />
  441. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\Database\FPItemDatabase.cs" />
  442. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\GroupAttribute.cs" />
  443. <Compile Include="Assets\Scripts\player_hitbox.cs" />
  444. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\HUD_DisplayerBehaviour.cs" />
  445. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\_Core\MessageDisplayer.cs" />
  446. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\LightEffect.cs" />
  447. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\Equipment\WeaponPropertiesDisplayer.cs" />
  448. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Inventory\ItemContainerInterface.cs" />
  449. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\_Core\EquipmentPhysics.cs" />
  450. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\EntityDeathHandler.cs" />
  451. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\DatabaseProperty.cs" />
  452. <Compile Include="Assets\HQ FPS Weapons\Scripts\Object Pooling\PoolableObject.cs" />
  453. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Menu\PauseMenu.cs" />
  454. <Compile Include="Assets\HQ FPS Weapons\Scripts\Camera\CameraHeadBob.cs" />
  455. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\ScreenFader.cs" />
  456. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\CloneableObject.cs" />
  457. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Physics\EquipmentMotionState.cs" />
  458. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interaction\PlayerInteraction.cs" />
  459. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\HUD\PlayerVitalsGUI.cs" />
  460. <Compile Include="Assets\Ignorance\Demo\PongChamp\Scripts\AtariPongRacket.cs" />
  461. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\WaterBarrel.cs" />
  462. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Singleton.cs" />
  463. <Compile Include="Assets\HQ FPS Weapons\Scripts\Damage\PlayerVitals.cs" />
  464. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\Explosion.cs" />
  465. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerFootsteps.cs" />
  466. <Compile Include="Assets\HQ FPS Weapons\Scripts\Player\PlayerInput_PC.cs" />
  467. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\DebrisFader.cs" />
  468. <Compile Include="Assets\HQ FPS Weapons\Scripts\Interactables\Projectile.cs" />
  469. <Compile Include="Assets\KriptoFX\VolumetricBloodFX\Scripts\BFX_RenderDepth.cs" />
  470. <Compile Include="Assets\Scripts\zombies\zombieBehaviour.cs" />
  471. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\BHeader.cs" />
  472. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Components\PlayerComponent.cs" />
  473. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\ColorUtils.cs" />
  474. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Equipment\Types\ThrowingWeapon.cs" />
  475. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Misc\GunSettings.cs" />
  476. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Item.cs" />
  477. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\BitMask.cs" />
  478. <Compile Include="Assets\HQ FPS Weapons\Scripts\Demo\FPSCounter.cs" />
  479. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Bark_Array_301.shader" />
  480. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Billboard_301.shader" />
  481. <None Include="Assets\Fences\Readme.txt" />
  482. <None Include="Assets\HQ FPS Weapons\Shaders\TransparentWeaponShader.shader" />
  483. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Resources\CTI_Camera-DepthNormalTexture_301.shader" />
  484. <None Include="Assets\ScriptTemplates\51-Mirror__Network Authenticator-NewNetworkAuthenticator.cs.txt" />
  485. <None Include="Assets\ScriptTemplates\53-Mirror__Network Observer-NewNetworkObserver.cs.txt" />
  486. <None Include="Assets\HQ FPS Weapons\Shaders\StandardWeaponShader.shader" />
  487. <None Include="Assets\ScriptTemplates\56-Mirror__Network Discovery-NewNetworkDiscovery.cs.txt" />
  488. <None Include="Assets\EffectExamples\Misc Effects\Prefabs\Readme_Dissolve_Respawn_.txt" />
  489. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Resources\CTI_Internal-DeferredShading.shader" />
  490. <None Include="Assets\HQ FPS Weapons\Shaders\DistortionParticlesCutout.shader" />
  491. <None Include="Assets\Mirror\Version.txt" />
  492. <None Include="Assets\EffectExamples\Magic Effects\Shaders\Ice.shader" />
  493. <None Include="Assets\Mirror\Readme.txt" />
  494. <None Include="Assets\KriptoFX\VolumetricBloodFX\Shaders\BFX_Blood.shader" />
  495. <None Include="Assets\HQ FPS Weapons\Shaders\StandardCrossfade (Specular).shader" />
  496. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_BillboardVertex_301.cginc" />
  497. <None Include="Assets\EffectExamples\Misc Effects\Shaders\Respawn.shader" />
  498. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_TranslucentLighting_301.cginc" />
  499. <None Include="Assets\ScriptTemplates\52-Mirror__Network Behaviour-NewNetworkBehaviour.cs.txt" />
  500. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Bark_301.shader" />
  501. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Resources\CTI_Internal-DeferredReflections.shader" />
  502. <None Include="Assets\HQ FPS Weapons\Shaders\GlowAdditiveTwoColor.shader" />
  503. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_indirect.cginc" />
  504. <None Include="Assets\Mirror\Notice.txt" />
  505. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\CTI_LOD_Leaves_301.shader" />
  506. <None Include="Assets\Mirror\Plugins\Mono.Cecil\License.txt" />
  507. <None Include="Assets\ScriptTemplates\55-Mirror__Network Room Player-NewNetworkRoomPlayer.cs.txt" />
  508. <None Include="Assets\KriptoFX\VolumetricBloodFX\Readme.txt" />
  509. <None Include="Assets\EffectExamples\Misc Effects\Shaders\FireFly.shader" />
  510. <None Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Shaders\Includes\CTI_Builtin4xTreeLibraryTumbling_301.cginc" />
  511. <None Include="Assets\KriptoFX\VolumetricBloodFX\Shaders\BFX_Decal.shader" />
  512. <None Include="Assets\HQ FPS Weapons\Shaders\StandardCrossfade.shader" />
  513. <None Include="Assets\ScriptTemplates\50-Mirror__Network Manager-NewNetworkManager.cs.txt" />
  514. <None Include="Assets\ScriptTemplates\54-Mirror__Network Room Manager-NewNetworkRoomManager.cs.txt" />
  515. <None Include="Assets\HQ FPS Weapons\Shaders\SurfaceShader_VC.shader" />
  516. <None Include="Assets\EffectExamples\Misc Effects\Shaders\Dissolve.shader" />
  517. <Reference Include="UnityEngine">
  518. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  519. </Reference>
  520. <Reference Include="UnityEngine.AIModule">
  521. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  522. </Reference>
  523. <Reference Include="UnityEngine.ARModule">
  524. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  525. </Reference>
  526. <Reference Include="UnityEngine.ARModule">
  527. <HintPath>E:\Unity\2020.3.16f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  528. </Reference>
  529. <Reference Include="UnityEngine.AccessibilityModule">
  530. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  531. </Reference>
  532. <Reference Include="UnityEngine.AndroidJNIModule">
  533. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  534. </Reference>
  535. <Reference Include="UnityEngine.AnimationModule">
  536. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  537. </Reference>
  538. <Reference Include="UnityEngine.AssetBundleModule">
  539. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  540. </Reference>
  541. <Reference Include="UnityEngine.AudioModule">
  542. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  543. </Reference>
  544. <Reference Include="UnityEngine.ClothModule">
  545. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  546. </Reference>
  547. <Reference Include="UnityEngine.ClusterInputModule">
  548. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  549. </Reference>
  550. <Reference Include="UnityEngine.ClusterRendererModule">
  551. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  552. </Reference>
  553. <Reference Include="UnityEngine.CoreModule">
  554. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  555. </Reference>
  556. <Reference Include="UnityEngine.CrashReportingModule">
  557. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  558. </Reference>
  559. <Reference Include="UnityEngine.DSPGraphModule">
  560. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  561. </Reference>
  562. <Reference Include="UnityEngine.DirectorModule">
  563. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  564. </Reference>
  565. <Reference Include="UnityEngine.GIModule">
  566. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
  567. </Reference>
  568. <Reference Include="UnityEngine.GameCenterModule">
  569. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  570. </Reference>
  571. <Reference Include="UnityEngine.GridModule">
  572. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  573. </Reference>
  574. <Reference Include="UnityEngine.HotReloadModule">
  575. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  576. </Reference>
  577. <Reference Include="UnityEngine.IMGUIModule">
  578. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  579. </Reference>
  580. <Reference Include="UnityEngine.ImageConversionModule">
  581. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  582. </Reference>
  583. <Reference Include="UnityEngine.InputModule">
  584. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  585. </Reference>
  586. <Reference Include="UnityEngine.InputLegacyModule">
  587. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  588. </Reference>
  589. <Reference Include="UnityEngine.JSONSerializeModule">
  590. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  591. </Reference>
  592. <Reference Include="UnityEngine.LocalizationModule">
  593. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  594. </Reference>
  595. <Reference Include="UnityEngine.ParticleSystemModule">
  596. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  597. </Reference>
  598. <Reference Include="UnityEngine.PerformanceReportingModule">
  599. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  600. </Reference>
  601. <Reference Include="UnityEngine.PhysicsModule">
  602. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  603. </Reference>
  604. <Reference Include="UnityEngine.Physics2DModule">
  605. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  606. </Reference>
  607. <Reference Include="UnityEngine.ProfilerModule">
  608. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  609. </Reference>
  610. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  611. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  612. </Reference>
  613. <Reference Include="UnityEngine.ScreenCaptureModule">
  614. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  615. </Reference>
  616. <Reference Include="UnityEngine.SharedInternalsModule">
  617. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  618. </Reference>
  619. <Reference Include="UnityEngine.SpriteMaskModule">
  620. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  621. </Reference>
  622. <Reference Include="UnityEngine.SpriteShapeModule">
  623. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  624. </Reference>
  625. <Reference Include="UnityEngine.StreamingModule">
  626. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  627. </Reference>
  628. <Reference Include="UnityEngine.SubstanceModule">
  629. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  630. </Reference>
  631. <Reference Include="UnityEngine.SubsystemsModule">
  632. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  633. </Reference>
  634. <Reference Include="UnityEngine.TLSModule">
  635. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  636. </Reference>
  637. <Reference Include="UnityEngine.TerrainModule">
  638. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  639. </Reference>
  640. <Reference Include="UnityEngine.TerrainPhysicsModule">
  641. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  642. </Reference>
  643. <Reference Include="UnityEngine.TextCoreModule">
  644. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  645. </Reference>
  646. <Reference Include="UnityEngine.TextRenderingModule">
  647. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  648. </Reference>
  649. <Reference Include="UnityEngine.TilemapModule">
  650. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  651. </Reference>
  652. <Reference Include="UnityEngine.UIModule">
  653. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  654. </Reference>
  655. <Reference Include="UnityEngine.UIElementsModule">
  656. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  657. </Reference>
  658. <Reference Include="UnityEngine.UIElementsNativeModule">
  659. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll</HintPath>
  660. </Reference>
  661. <Reference Include="UnityEngine.UNETModule">
  662. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  663. </Reference>
  664. <Reference Include="UnityEngine.UmbraModule">
  665. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  666. </Reference>
  667. <Reference Include="UnityEngine.UnityAnalyticsModule">
  668. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  669. </Reference>
  670. <Reference Include="UnityEngine.UnityConnectModule">
  671. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  672. </Reference>
  673. <Reference Include="UnityEngine.UnityCurlModule">
  674. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
  675. </Reference>
  676. <Reference Include="UnityEngine.UnityTestProtocolModule">
  677. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  678. </Reference>
  679. <Reference Include="UnityEngine.UnityWebRequestModule">
  680. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  681. </Reference>
  682. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  683. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  684. </Reference>
  685. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  686. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  687. </Reference>
  688. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  689. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  690. </Reference>
  691. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  692. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  693. </Reference>
  694. <Reference Include="UnityEngine.VFXModule">
  695. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  696. </Reference>
  697. <Reference Include="UnityEngine.VRModule">
  698. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  699. </Reference>
  700. <Reference Include="UnityEngine.VehiclesModule">
  701. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  702. </Reference>
  703. <Reference Include="UnityEngine.VideoModule">
  704. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  705. </Reference>
  706. <Reference Include="UnityEngine.VirtualTexturingModule">
  707. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath>
  708. </Reference>
  709. <Reference Include="UnityEngine.WindModule">
  710. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  711. </Reference>
  712. <Reference Include="UnityEngine.XRModule">
  713. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  714. </Reference>
  715. <Reference Include="UnityEditor">
  716. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.dll</HintPath>
  717. </Reference>
  718. <Reference Include="UnityEditor.CoreModule">
  719. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
  720. </Reference>
  721. <Reference Include="UnityEditor.GraphViewModule">
  722. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
  723. </Reference>
  724. <Reference Include="UnityEditor.PackageManagerUIModule">
  725. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll</HintPath>
  726. </Reference>
  727. <Reference Include="UnityEditor.SceneTemplateModule">
  728. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
  729. </Reference>
  730. <Reference Include="UnityEditor.UIElementsModule">
  731. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
  732. </Reference>
  733. <Reference Include="UnityEditor.UIElementsSamplesModule">
  734. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
  735. </Reference>
  736. <Reference Include="UnityEditor.UIServiceModule">
  737. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.UIServiceModule.dll</HintPath>
  738. </Reference>
  739. <Reference Include="UnityEditor.UnityConnectModule">
  740. <HintPath>G:/Unity/Editor/Data/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
  741. </Reference>
  742. <Reference Include="Mono.CecilX.Rocks">
  743. <HintPath>H:/Game Dev/Games/zombiemp/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.Rocks.dll</HintPath>
  744. </Reference>
  745. <Reference Include="Mono.CecilX.Pdb">
  746. <HintPath>H:/Game Dev/Games/zombiemp/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.Pdb.dll</HintPath>
  747. </Reference>
  748. <Reference Include="Unity.Burst.Unsafe">
  749. <HintPath>H:/Game Dev/Games/zombiemp/Library/PackageCache/com.unity.burst@1.3.4/Unity.Burst.Unsafe.dll</HintPath>
  750. </Reference>
  751. <Reference Include="Mono.CecilX">
  752. <HintPath>H:/Game Dev/Games/zombiemp/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.dll</HintPath>
  753. </Reference>
  754. <Reference Include="Newtonsoft.Json">
  755. <HintPath>H:/Game Dev/Games/zombiemp/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Runtime/Newtonsoft.Json.dll</HintPath>
  756. </Reference>
  757. <Reference Include="Mono.CecilX.Mdb">
  758. <HintPath>H:/Game Dev/Games/zombiemp/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.Mdb.dll</HintPath>
  759. </Reference>
  760. <Reference Include="netstandard">
  761. <HintPath>G:/Unity/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath>
  762. </Reference>
  763. <Reference Include="Microsoft.Win32.Primitives">
  764. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
  765. </Reference>
  766. <Reference Include="System.AppContext">
  767. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll</HintPath>
  768. </Reference>
  769. <Reference Include="System.Collections.Concurrent">
  770. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
  771. </Reference>
  772. <Reference Include="System.Collections">
  773. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll</HintPath>
  774. </Reference>
  775. <Reference Include="System.Collections.NonGeneric">
  776. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
  777. </Reference>
  778. <Reference Include="System.Collections.Specialized">
  779. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
  780. </Reference>
  781. <Reference Include="System.ComponentModel">
  782. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll</HintPath>
  783. </Reference>
  784. <Reference Include="System.ComponentModel.EventBasedAsync">
  785. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
  786. </Reference>
  787. <Reference Include="System.ComponentModel.Primitives">
  788. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
  789. </Reference>
  790. <Reference Include="System.ComponentModel.TypeConverter">
  791. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
  792. </Reference>
  793. <Reference Include="System.Console">
  794. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll</HintPath>
  795. </Reference>
  796. <Reference Include="System.Data.Common">
  797. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll</HintPath>
  798. </Reference>
  799. <Reference Include="System.Diagnostics.Contracts">
  800. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
  801. </Reference>
  802. <Reference Include="System.Diagnostics.Debug">
  803. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
  804. </Reference>
  805. <Reference Include="System.Diagnostics.FileVersionInfo">
  806. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
  807. </Reference>
  808. <Reference Include="System.Diagnostics.Process">
  809. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
  810. </Reference>
  811. <Reference Include="System.Diagnostics.StackTrace">
  812. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
  813. </Reference>
  814. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  815. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  816. </Reference>
  817. <Reference Include="System.Diagnostics.Tools">
  818. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
  819. </Reference>
  820. <Reference Include="System.Diagnostics.TraceSource">
  821. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
  822. </Reference>
  823. <Reference Include="System.Diagnostics.Tracing">
  824. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
  825. </Reference>
  826. <Reference Include="System.Drawing.Primitives">
  827. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
  828. </Reference>
  829. <Reference Include="System.Dynamic.Runtime">
  830. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
  831. </Reference>
  832. <Reference Include="System.Globalization.Calendars">
  833. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
  834. </Reference>
  835. <Reference Include="System.Globalization">
  836. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll</HintPath>
  837. </Reference>
  838. <Reference Include="System.Globalization.Extensions">
  839. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
  840. </Reference>
  841. <Reference Include="System.IO.Compression">
  842. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll</HintPath>
  843. </Reference>
  844. <Reference Include="System.IO.Compression.ZipFile">
  845. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
  846. </Reference>
  847. <Reference Include="System.IO">
  848. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll</HintPath>
  849. </Reference>
  850. <Reference Include="System.IO.FileSystem">
  851. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
  852. </Reference>
  853. <Reference Include="System.IO.FileSystem.DriveInfo">
  854. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
  855. </Reference>
  856. <Reference Include="System.IO.FileSystem.Primitives">
  857. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
  858. </Reference>
  859. <Reference Include="System.IO.FileSystem.Watcher">
  860. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
  861. </Reference>
  862. <Reference Include="System.IO.IsolatedStorage">
  863. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
  864. </Reference>
  865. <Reference Include="System.IO.MemoryMappedFiles">
  866. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
  867. </Reference>
  868. <Reference Include="System.IO.Pipes">
  869. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
  870. </Reference>
  871. <Reference Include="System.IO.UnmanagedMemoryStream">
  872. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
  873. </Reference>
  874. <Reference Include="System.Linq">
  875. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll</HintPath>
  876. </Reference>
  877. <Reference Include="System.Linq.Expressions">
  878. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
  879. </Reference>
  880. <Reference Include="System.Linq.Parallel">
  881. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
  882. </Reference>
  883. <Reference Include="System.Linq.Queryable">
  884. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
  885. </Reference>
  886. <Reference Include="System.Net.Http">
  887. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll</HintPath>
  888. </Reference>
  889. <Reference Include="System.Net.NameResolution">
  890. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
  891. </Reference>
  892. <Reference Include="System.Net.NetworkInformation">
  893. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
  894. </Reference>
  895. <Reference Include="System.Net.Ping">
  896. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll</HintPath>
  897. </Reference>
  898. <Reference Include="System.Net.Primitives">
  899. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
  900. </Reference>
  901. <Reference Include="System.Net.Requests">
  902. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll</HintPath>
  903. </Reference>
  904. <Reference Include="System.Net.Security">
  905. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll</HintPath>
  906. </Reference>
  907. <Reference Include="System.Net.Sockets">
  908. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
  909. </Reference>
  910. <Reference Include="System.Net.WebHeaderCollection">
  911. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
  912. </Reference>
  913. <Reference Include="System.Net.WebSockets.Client">
  914. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
  915. </Reference>
  916. <Reference Include="System.Net.WebSockets">
  917. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
  918. </Reference>
  919. <Reference Include="System.ObjectModel">
  920. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll</HintPath>
  921. </Reference>
  922. <Reference Include="System.Reflection">
  923. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll</HintPath>
  924. </Reference>
  925. <Reference Include="System.Reflection.Extensions">
  926. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
  927. </Reference>
  928. <Reference Include="System.Reflection.Primitives">
  929. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
  930. </Reference>
  931. <Reference Include="System.Resources.Reader">
  932. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
  933. </Reference>
  934. <Reference Include="System.Resources.ResourceManager">
  935. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
  936. </Reference>
  937. <Reference Include="System.Resources.Writer">
  938. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
  939. </Reference>
  940. <Reference Include="System.Runtime.CompilerServices.VisualC">
  941. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  942. </Reference>
  943. <Reference Include="System.Runtime">
  944. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll</HintPath>
  945. </Reference>
  946. <Reference Include="System.Runtime.Extensions">
  947. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
  948. </Reference>
  949. <Reference Include="System.Runtime.Handles">
  950. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
  951. </Reference>
  952. <Reference Include="System.Runtime.InteropServices">
  953. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
  954. </Reference>
  955. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  956. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  957. </Reference>
  958. <Reference Include="System.Runtime.Numerics">
  959. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
  960. </Reference>
  961. <Reference Include="System.Runtime.Serialization.Formatters">
  962. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
  963. </Reference>
  964. <Reference Include="System.Runtime.Serialization.Json">
  965. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
  966. </Reference>
  967. <Reference Include="System.Runtime.Serialization.Primitives">
  968. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
  969. </Reference>
  970. <Reference Include="System.Runtime.Serialization.Xml">
  971. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
  972. </Reference>
  973. <Reference Include="System.Security.Claims">
  974. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll</HintPath>
  975. </Reference>
  976. <Reference Include="System.Security.Cryptography.Algorithms">
  977. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
  978. </Reference>
  979. <Reference Include="System.Security.Cryptography.Csp">
  980. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
  981. </Reference>
  982. <Reference Include="System.Security.Cryptography.Encoding">
  983. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
  984. </Reference>
  985. <Reference Include="System.Security.Cryptography.Primitives">
  986. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
  987. </Reference>
  988. <Reference Include="System.Security.Cryptography.X509Certificates">
  989. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
  990. </Reference>
  991. <Reference Include="System.Security.Principal">
  992. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll</HintPath>
  993. </Reference>
  994. <Reference Include="System.Security.SecureString">
  995. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
  996. </Reference>
  997. <Reference Include="System.Text.Encoding">
  998. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
  999. </Reference>
  1000. <Reference Include="System.Text.Encoding.Extensions">
  1001. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
  1002. </Reference>
  1003. <Reference Include="System.Text.RegularExpressions">
  1004. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
  1005. </Reference>
  1006. <Reference Include="System.Threading">
  1007. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll</HintPath>
  1008. </Reference>
  1009. <Reference Include="System.Threading.Overlapped">
  1010. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
  1011. </Reference>
  1012. <Reference Include="System.Threading.Tasks">
  1013. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
  1014. </Reference>
  1015. <Reference Include="System.Threading.Tasks.Parallel">
  1016. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
  1017. </Reference>
  1018. <Reference Include="System.Threading.Thread">
  1019. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
  1020. </Reference>
  1021. <Reference Include="System.Threading.ThreadPool">
  1022. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
  1023. </Reference>
  1024. <Reference Include="System.Threading.Timer">
  1025. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
  1026. </Reference>
  1027. <Reference Include="System.ValueTuple">
  1028. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll</HintPath>
  1029. </Reference>
  1030. <Reference Include="System.Xml.ReaderWriter">
  1031. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
  1032. </Reference>
  1033. <Reference Include="System.Xml.XDocument">
  1034. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
  1035. </Reference>
  1036. <Reference Include="System.Xml.XmlDocument">
  1037. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
  1038. </Reference>
  1039. <Reference Include="System.Xml.XmlSerializer">
  1040. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
  1041. </Reference>
  1042. <Reference Include="System.Xml.XPath">
  1043. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
  1044. </Reference>
  1045. <Reference Include="System.Xml.XPath.XDocument">
  1046. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
  1047. </Reference>
  1048. <Reference Include="System.Numerics.Vectors">
  1049. <HintPath>G:/Unity/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll</HintPath>
  1050. </Reference>
  1051. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1052. <HintPath>G:/Unity/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1053. </Reference>
  1054. <Reference Include="mscorlib">
  1055. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll</HintPath>
  1056. </Reference>
  1057. <Reference Include="System.ComponentModel.Composition">
  1058. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
  1059. </Reference>
  1060. <Reference Include="System.Core">
  1061. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll</HintPath>
  1062. </Reference>
  1063. <Reference Include="System.Data">
  1064. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll</HintPath>
  1065. </Reference>
  1066. <Reference Include="System">
  1067. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll</HintPath>
  1068. </Reference>
  1069. <Reference Include="System.Drawing">
  1070. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll</HintPath>
  1071. </Reference>
  1072. <Reference Include="System.IO.Compression.FileSystem">
  1073. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
  1074. </Reference>
  1075. <Reference Include="System.Net">
  1076. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll</HintPath>
  1077. </Reference>
  1078. <Reference Include="System.Numerics">
  1079. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll</HintPath>
  1080. </Reference>
  1081. <Reference Include="System.Runtime.Serialization">
  1082. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
  1083. </Reference>
  1084. <Reference Include="System.ServiceModel.Web">
  1085. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
  1086. </Reference>
  1087. <Reference Include="System.Transactions">
  1088. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll</HintPath>
  1089. </Reference>
  1090. <Reference Include="System.Web">
  1091. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll</HintPath>
  1092. </Reference>
  1093. <Reference Include="System.Windows">
  1094. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll</HintPath>
  1095. </Reference>
  1096. <Reference Include="System.Xml">
  1097. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll</HintPath>
  1098. </Reference>
  1099. <Reference Include="System.Xml.Linq">
  1100. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll</HintPath>
  1101. </Reference>
  1102. <Reference Include="System.Xml.Serialization">
  1103. <HintPath>G:/Unity/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
  1104. </Reference>
  1105. <Reference Include="Unity.VSCode.Editor">
  1106. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
  1107. </Reference>
  1108. <Reference Include="Unity.TextMeshPro.Editor">
  1109. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  1110. </Reference>
  1111. <Reference Include="Unity.VisualStudio.Editor">
  1112. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll</HintPath>
  1113. </Reference>
  1114. <Reference Include="Unity.Sysroot.Linux_x86_64">
  1115. <HintPath>Library\ScriptAssemblies\Unity.Sysroot.Linux_x86_64.dll</HintPath>
  1116. </Reference>
  1117. <Reference Include="Unity.Timeline">
  1118. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  1119. </Reference>
  1120. <Reference Include="Unity.TextMeshPro">
  1121. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  1122. </Reference>
  1123. <Reference Include="Unity.Burst.Editor">
  1124. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Burst.Editor.dll</HintPath>
  1125. </Reference>
  1126. <Reference Include="Unity.Postprocessing.Editor">
  1127. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Postprocessing.Editor.dll</HintPath>
  1128. </Reference>
  1129. <Reference Include="UnityEditor.UI">
  1130. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  1131. </Reference>
  1132. <Reference Include="Unity.PlasticSCM.Editor">
  1133. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll</HintPath>
  1134. </Reference>
  1135. <Reference Include="Unity.Rider.Editor">
  1136. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
  1137. </Reference>
  1138. <Reference Include="UnityEngine.UI">
  1139. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  1140. </Reference>
  1141. <Reference Include="Unity.Animation.Rigging">
  1142. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Animation.Rigging.dll</HintPath>
  1143. </Reference>
  1144. <Reference Include="Unity.Mathematics">
  1145. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Mathematics.dll</HintPath>
  1146. </Reference>
  1147. <Reference Include="Unity.Burst">
  1148. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Burst.dll</HintPath>
  1149. </Reference>
  1150. <Reference Include="Unity.Postprocessing.Runtime">
  1151. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Postprocessing.Runtime.dll</HintPath>
  1152. </Reference>
  1153. <Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64">
  1154. <HintPath>Library\ScriptAssemblies\Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath>
  1155. </Reference>
  1156. <Reference Include="Unity.Timeline.Editor">
  1157. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  1158. </Reference>
  1159. <Reference Include="Unity.Mathematics.Editor">
  1160. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll</HintPath>
  1161. </Reference>
  1162. <Reference Include="Unity.Animation.Rigging.Editor">
  1163. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Animation.Rigging.Editor.dll</HintPath>
  1164. </Reference>
  1165. <<<<<<< HEAD
  1166. <Reference Include="Unity.Sysroot.Linux_x86_64">
  1167. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Sysroot.Linux_x86_64.dll</HintPath>
  1168. </Reference>
  1169. <Reference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64">
  1170. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.Toolchain.Win-x86_64-Linux-x86_64.dll</HintPath>
  1171. </Reference>
  1172. =======
  1173. >>>>>>> 458ba77a2f48211a08fd5d8fdb6d693d32b40f67
  1174. <Reference Include="Unity.SysrootPackage.Editor">
  1175. <HintPath>H:/Game Dev/Games/zombiemp/Library/ScriptAssemblies/Unity.SysrootPackage.Editor.dll</HintPath>
  1176. </Reference>
  1177. </ItemGroup>
  1178. <ItemGroup>
  1179. <ProjectReference Include="Mirror.csproj">
  1180. <Project>{44cf62c5-51b5-be55-f7c0-cfe735eb70a4}</Project>
  1181. <Name>Mirror</Name>
  1182. </ProjectReference>
  1183. <ProjectReference Include="kcp2k.csproj">
  1184. <Project>{2bc836e6-058c-95e7-2f2f-e6530ccc554d}</Project>
  1185. <Name>kcp2k</Name>
  1186. </ProjectReference>
  1187. <ProjectReference Include="Mirror.Examples.csproj">
  1188. <Project>{d47be4f1-1f3a-fed5-06eb-b114821f0af0}</Project>
  1189. <Name>Mirror.Examples</Name>
  1190. </ProjectReference>
  1191. <ProjectReference Include="Mirror.Weaver.csproj">
  1192. <Project>{81b33897-7188-b871-6a42-dd01afe9973f}</Project>
  1193. <Name>Mirror.Weaver</Name>
  1194. </ProjectReference>
  1195. <ProjectReference Include="Mirror.Editor.csproj">
  1196. <Project>{6523c266-ed7c-449a-8070-27d6efde9393}</Project>
  1197. <Name>Mirror.Editor</Name>
  1198. </ProjectReference>
  1199. <ProjectReference Include="Mirror.CompilerSymbols.csproj">
  1200. <Project>{b6e69ee4-adba-52f2-449d-a8e7e51bc220}</Project>
  1201. <Name>Mirror.CompilerSymbols</Name>
  1202. </ProjectReference>
  1203. <ProjectReference Include="Mirror.Authenticators.csproj">
  1204. <Project>{21742398-5e2b-be5d-c464-667691bcebda}</Project>
  1205. <Name>Mirror.Authenticators</Name>
  1206. </ProjectReference>
  1207. <ProjectReference Include="Telepathy.csproj">
  1208. <Project>{442c8088-f267-671c-4af3-9a243c6ebd38}</Project>
  1209. <Name>Telepathy</Name>
  1210. </ProjectReference>
  1211. <ProjectReference Include="where-allocations.csproj">
  1212. <Project>{5b850f62-6f5c-195e-9568-ba83b824fd7c}</Project>
  1213. <Name>where-allocations</Name>
  1214. </ProjectReference>
  1215. <ProjectReference Include="SimpleWebTransport.csproj">
  1216. <Project>{16ac6186-47b6-72f0-78e6-7305e5a0e21e}</Project>
  1217. <Name>SimpleWebTransport</Name>
  1218. </ProjectReference>
  1219. <ProjectReference Include="Mirror.Components.csproj">
  1220. <Project>{fc15fe99-b16e-bec8-bbff-87e477b87480}</Project>
  1221. <Name>Mirror.Components</Name>
  1222. </ProjectReference>
  1223. <ProjectReference Include="LRM.csproj">
  1224. <Project>{CF66EF3D-4050-DF05-DA77-CF9AE4A7A73F}</Project>
  1225. <Name>LRM</Name>
  1226. </ProjectReference>
  1227. </ItemGroup>
  1228. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1229. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1230. Other similar extension points exist, see Microsoft.Common.targets.
  1231. <Target Name="BeforeBuild">
  1232. </Target>
  1233. <Target Name="AfterBuild">
  1234. </Target>
  1235. -->
  1236. </Project>