Assembly-CSharp-Editor.csproj 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>latest</LangVersion>
  5. <CscToolPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Tools/RoslynScripts</CscToolPath>
  6. <CscToolExe>unity_csc.sh</CscToolExe>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  10. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  11. <ProductVersion>10.0.20506</ProductVersion>
  12. <SchemaVersion>2.0</SchemaVersion>
  13. <RootNamespace></RootNamespace>
  14. <ProjectGuid>{DFEC7C25-8493-F63B-6485-35942BB478CA}</ProjectGuid>
  15. <OutputType>Library</OutputType>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <AssemblyName>Assembly-CSharp-Editor</AssemblyName>
  18. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. <BaseDirectory>.</BaseDirectory>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>Temp\Bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE;UNITY_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_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;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_LINUX;UNITY_STANDALONE_LINUX;UNITY_STANDALONE;UNITY_STANDALONE_LINUX_API;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_SPATIALTRACKING;ENABLE_MODULAR_UNITYENGINE_ASSEMBLIES;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_LINUX;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;CROSS_PLATFORM_INPUT;ENABLE_UNITYMESHSIMPLIFIER;IGNORANCE;IGNORANCE_1;IGNORANCE_1_4;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <NoWarn>0169</NoWarn>
  31. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>Temp\bin\Release\</OutputPath>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <NoWarn>0169</NoWarn>
  40. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <NoConfig>true</NoConfig>
  44. <NoStdLib>true</NoStdLib>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  47. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\BitMaskDrawer.cs" />
  51. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\Modules\OffsetModuleDrawer.cs" />
  52. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\ReadOnlyDrawer.cs" />
  53. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\CameraRecoilDrawer.cs" />
  54. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\ClampDrawer.cs" />
  55. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\ReorderableList.cs" />
  56. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\MinMaxDrawer.cs" />
  57. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\Editor\SurfaceManagementWindow.cs" />
  58. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\DatabaseCategoryDrawer.cs" />
  59. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Editor\CopyPasteBase.cs" />
  60. <Compile Include="Assets\HQ FPS Weapons\Scripts\Editor\Inventory Related\Item Management\ItemManagementWindow.cs" />
  61. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Editor\DelayedCamForceDrawer.cs" />
  62. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\DatabaseItemDrawer.cs" />
  63. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Editor\SwingDataDrawer.cs" />
  64. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Editor\ItemRecipeDrawer.cs" />
  65. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Editor\PanelEditor.cs" />
  66. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\Editor\AnimationOverrideClipsDrawer.cs" />
  67. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\Editor\CTI_DetailsEnum.cs" />
  68. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Editor\ItemGeneratorDrawer.cs" />
  69. <Compile Include="Assets\HQ FPS Weapons\Scripts\Probabilities\Editor\ProbabilityListDrawer.cs" />
  70. <Compile Include="Assets\HQ FPS Weapons\Scripts\Destructibles\Editor\DestructibleObjectEditor.cs" />
  71. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\RecoilForceDrawer.cs" />
  72. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\Modules\NoiseModuleDrawer.cs" />
  73. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\ReorderableDrawer.cs" />
  74. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\ShowIfDrawer.cs" />
  75. <Compile Include="Assets\HQ FPS Weapons\Scripts\Surface Management\Editor\SurfaceManagerEditor.cs" />
  76. <Compile Include="Assets\Unity\Info\Scripts\Editor\ReadmeEditor.cs" />
  77. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Editor\ItemDescriptionDrawer.cs" />
  78. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\Editor\CTI_ShaderGUI.cs" />
  79. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\Modules\SwayModuleDrawer.cs" />
  80. <Compile Include="Assets\HQ FPS Weapons\Scripts\Editor\Misc\EditorGUICustom.cs" />
  81. <Compile Include="Assets\HQ FPS Weapons\Scripts\Inventory\Editor\ItemPropertyDrawer.cs" />
  82. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\Modules\BobModuleDrawer.cs" />
  83. <Compile Include="Assets\HQ FPS Weapons\Misc\ConiferBOTD\CTI Runtime Components\Scripts\Editor\CTI_AdvancedEdgeFluttering.cs" />
  84. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Editor\GameManagerEditor.cs" />
  85. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\GroupDrawer.cs" />
  86. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Core\Editor\WorldManagerEditor.cs" />
  87. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\BHeaderDrawer.cs" />
  88. <Compile Include="Assets\HQ FPS Weapons\Scripts\Utility\Editor\USEditorUtility.cs" />
  89. <Compile Include="Assets\HQ FPS Weapons\Scripts\UserInterface\Editor\ItemContainerInterfaceEditor.cs" />
  90. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\IconDrawer.cs" />
  91. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\SpringDataDrawer.cs" />
  92. <Compile Include="Assets\HQ FPS Weapons\Scripts\_Events\Attributes\Editor\DatabasePropertyDrawer.cs" />
  93. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\First Person\Editor\DelayedClipDrawer.cs" />
  94. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\Modules\FallImpactModuleDrawer.cs" />
  95. <Compile Include="Assets\HQ FPS Weapons\Scripts\Editor\Misc\SerializedPropertyExtensions.cs" />
  96. <Compile Include="Assets\HQ FPS Weapons\Scripts\Equipment\Editor\EquipmentMotionDrawer.cs" />
  97. <Reference Include="UnityEngine">
  98. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  99. </Reference>
  100. <Reference Include="UnityEngine.AIModule">
  101. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  102. </Reference>
  103. <Reference Include="UnityEngine.ARModule">
  104. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  105. </Reference>
  106. <Reference Include="UnityEngine.AccessibilityModule">
  107. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  108. </Reference>
  109. <Reference Include="UnityEngine.AndroidJNIModule">
  110. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  111. </Reference>
  112. <Reference Include="UnityEngine.AnimationModule">
  113. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  114. </Reference>
  115. <Reference Include="UnityEngine.AssetBundleModule">
  116. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  117. </Reference>
  118. <Reference Include="UnityEngine.AudioModule">
  119. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  120. </Reference>
  121. <Reference Include="UnityEngine.ClothModule">
  122. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  123. </Reference>
  124. <Reference Include="UnityEngine.ClusterInputModule">
  125. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  126. </Reference>
  127. <Reference Include="UnityEngine.ClusterRendererModule">
  128. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  129. </Reference>
  130. <Reference Include="UnityEngine.CoreModule">
  131. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  132. </Reference>
  133. <Reference Include="UnityEngine.CrashReportingModule">
  134. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  135. </Reference>
  136. <Reference Include="UnityEngine.DSPGraphModule">
  137. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  138. </Reference>
  139. <Reference Include="UnityEngine.DirectorModule">
  140. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  141. </Reference>
  142. <Reference Include="UnityEngine.GIModule">
  143. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
  144. </Reference>
  145. <Reference Include="UnityEngine.GameCenterModule">
  146. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  147. </Reference>
  148. <Reference Include="UnityEngine.GridModule">
  149. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  150. </Reference>
  151. <Reference Include="UnityEngine.HotReloadModule">
  152. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  153. </Reference>
  154. <Reference Include="UnityEngine.IMGUIModule">
  155. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  156. </Reference>
  157. <Reference Include="UnityEngine.ImageConversionModule">
  158. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  159. </Reference>
  160. <Reference Include="UnityEngine.InputModule">
  161. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  162. </Reference>
  163. <Reference Include="UnityEngine.InputLegacyModule">
  164. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  165. </Reference>
  166. <Reference Include="UnityEngine.JSONSerializeModule">
  167. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  168. </Reference>
  169. <Reference Include="UnityEngine.LocalizationModule">
  170. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  171. </Reference>
  172. <Reference Include="UnityEngine.ParticleSystemModule">
  173. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  174. </Reference>
  175. <Reference Include="UnityEngine.PerformanceReportingModule">
  176. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  177. </Reference>
  178. <Reference Include="UnityEngine.PhysicsModule">
  179. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  180. </Reference>
  181. <Reference Include="UnityEngine.Physics2DModule">
  182. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  183. </Reference>
  184. <Reference Include="UnityEngine.ProfilerModule">
  185. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  186. </Reference>
  187. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  188. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  189. </Reference>
  190. <Reference Include="UnityEngine.ScreenCaptureModule">
  191. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  192. </Reference>
  193. <Reference Include="UnityEngine.SharedInternalsModule">
  194. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  195. </Reference>
  196. <Reference Include="UnityEngine.SpriteMaskModule">
  197. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  198. </Reference>
  199. <Reference Include="UnityEngine.SpriteShapeModule">
  200. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  201. </Reference>
  202. <Reference Include="UnityEngine.StreamingModule">
  203. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  204. </Reference>
  205. <Reference Include="UnityEngine.SubstanceModule">
  206. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  207. </Reference>
  208. <Reference Include="UnityEngine.SubsystemsModule">
  209. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  210. </Reference>
  211. <Reference Include="UnityEngine.TLSModule">
  212. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  213. </Reference>
  214. <Reference Include="UnityEngine.TerrainModule">
  215. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  216. </Reference>
  217. <Reference Include="UnityEngine.TerrainPhysicsModule">
  218. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  219. </Reference>
  220. <Reference Include="UnityEngine.TextCoreModule">
  221. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  222. </Reference>
  223. <Reference Include="UnityEngine.TextRenderingModule">
  224. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  225. </Reference>
  226. <Reference Include="UnityEngine.TilemapModule">
  227. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  228. </Reference>
  229. <Reference Include="UnityEngine.UIModule">
  230. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  231. </Reference>
  232. <Reference Include="UnityEngine.UIElementsModule">
  233. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  234. </Reference>
  235. <Reference Include="UnityEngine.UIElementsNativeModule">
  236. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll</HintPath>
  237. </Reference>
  238. <Reference Include="UnityEngine.UNETModule">
  239. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  240. </Reference>
  241. <Reference Include="UnityEngine.UmbraModule">
  242. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  243. </Reference>
  244. <Reference Include="UnityEngine.UnityAnalyticsModule">
  245. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  246. </Reference>
  247. <Reference Include="UnityEngine.UnityConnectModule">
  248. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  249. </Reference>
  250. <Reference Include="UnityEngine.UnityCurlModule">
  251. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
  252. </Reference>
  253. <Reference Include="UnityEngine.UnityTestProtocolModule">
  254. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  255. </Reference>
  256. <Reference Include="UnityEngine.UnityWebRequestModule">
  257. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  258. </Reference>
  259. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  260. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  261. </Reference>
  262. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  263. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  264. </Reference>
  265. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  266. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  267. </Reference>
  268. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  269. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  270. </Reference>
  271. <Reference Include="UnityEngine.VFXModule">
  272. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  273. </Reference>
  274. <Reference Include="UnityEngine.VRModule">
  275. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  276. </Reference>
  277. <Reference Include="UnityEngine.VehiclesModule">
  278. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  279. </Reference>
  280. <Reference Include="UnityEngine.VideoModule">
  281. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  282. </Reference>
  283. <Reference Include="UnityEngine.VirtualTexturingModule">
  284. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath>
  285. </Reference>
  286. <Reference Include="UnityEngine.WindModule">
  287. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  288. </Reference>
  289. <Reference Include="UnityEngine.XRModule">
  290. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  291. </Reference>
  292. <Reference Include="UnityEditor">
  293. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.dll</HintPath>
  294. </Reference>
  295. <Reference Include="UnityEditor.CoreModule">
  296. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
  297. </Reference>
  298. <Reference Include="UnityEditor.GraphViewModule">
  299. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
  300. </Reference>
  301. <Reference Include="UnityEditor.PackageManagerUIModule">
  302. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll</HintPath>
  303. </Reference>
  304. <Reference Include="UnityEditor.SceneTemplateModule">
  305. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
  306. </Reference>
  307. <Reference Include="UnityEditor.UIElementsModule">
  308. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
  309. </Reference>
  310. <Reference Include="UnityEditor.UIElementsSamplesModule">
  311. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
  312. </Reference>
  313. <Reference Include="UnityEditor.UIServiceModule">
  314. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.UIServiceModule.dll</HintPath>
  315. </Reference>
  316. <Reference Include="UnityEditor.UnityConnectModule">
  317. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
  318. </Reference>
  319. <Reference Include="UnityEditor.Graphs">
  320. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
  321. </Reference>
  322. <Reference Include="UnityEditor.Android.Extensions">
  323. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
  324. </Reference>
  325. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  326. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  327. </Reference>
  328. <Reference Include="UnityEditor.LinuxStandalone.Extensions">
  329. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll</HintPath>
  330. </Reference>
  331. <Reference Include="Mono.CecilX.Rocks">
  332. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.Rocks.dll</HintPath>
  333. </Reference>
  334. <Reference Include="Mono.CecilX.Pdb">
  335. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.Pdb.dll</HintPath>
  336. </Reference>
  337. <Reference Include="Unity.Plastic.Antlr3.Runtime">
  338. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Library/PackageCache/com.unity.collab-proxy@1.7.1/Lib/Editor/PlasticSCM/Unity.Plastic.Antlr3.Runtime.dll</HintPath>
  339. </Reference>
  340. <Reference Include="Unity.Burst.Unsafe">
  341. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Library/PackageCache/com.unity.burst@1.3.4/Unity.Burst.Unsafe.dll</HintPath>
  342. </Reference>
  343. <Reference Include="Mono.CecilX">
  344. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.dll</HintPath>
  345. </Reference>
  346. <Reference Include="log4netPlastic">
  347. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Library/PackageCache/com.unity.collab-proxy@1.7.1/Lib/Editor/PlasticSCM/log4netPlastic.dll</HintPath>
  348. </Reference>
  349. <Reference Include="Newtonsoft.Json">
  350. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Runtime/Newtonsoft.Json.dll</HintPath>
  351. </Reference>
  352. <Reference Include="Mono.CecilX.Mdb">
  353. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Assets/Mirror/Plugins/Mono.Cecil/Mono.CecilX.Mdb.dll</HintPath>
  354. </Reference>
  355. <Reference Include="unityplastic">
  356. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Library/PackageCache/com.unity.collab-proxy@1.7.1/Lib/Editor/PlasticSCM/unityplastic.dll</HintPath>
  357. </Reference>
  358. <Reference Include="nunit.framework">
  359. <HintPath>/media/RocketSpeed/Unity_Projects/Zombie_MP/Library/PackageCache/com.unity.ext.nunit@1.0.6/net35/unity-custom/nunit.framework.dll</HintPath>
  360. </Reference>
  361. <Reference Include="mscorlib">
  362. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
  363. </Reference>
  364. <Reference Include="System">
  365. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
  366. </Reference>
  367. <Reference Include="System.Core">
  368. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
  369. </Reference>
  370. <Reference Include="System.Runtime.Serialization">
  371. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
  372. </Reference>
  373. <Reference Include="System.Xml">
  374. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
  375. </Reference>
  376. <Reference Include="System.Xml.Linq">
  377. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
  378. </Reference>
  379. <Reference Include="System.Numerics">
  380. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
  381. </Reference>
  382. <Reference Include="System.Numerics.Vectors">
  383. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
  384. </Reference>
  385. <Reference Include="System.Net.Http">
  386. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
  387. </Reference>
  388. <Reference Include="System.IO.Compression">
  389. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.IO.Compression.dll</HintPath>
  390. </Reference>
  391. <Reference Include="Microsoft.CSharp">
  392. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
  393. </Reference>
  394. <Reference Include="System.Data">
  395. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
  396. </Reference>
  397. <Reference Include="Microsoft.Win32.Primitives">
  398. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
  399. </Reference>
  400. <Reference Include="System.AppContext">
  401. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
  402. </Reference>
  403. <Reference Include="System.Collections.Concurrent">
  404. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
  405. </Reference>
  406. <Reference Include="System.Collections.NonGeneric">
  407. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
  408. </Reference>
  409. <Reference Include="System.Collections.Specialized">
  410. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
  411. </Reference>
  412. <Reference Include="System.Collections">
  413. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
  414. </Reference>
  415. <Reference Include="System.ComponentModel.Annotations">
  416. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
  417. </Reference>
  418. <Reference Include="System.ComponentModel.EventBasedAsync">
  419. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
  420. </Reference>
  421. <Reference Include="System.ComponentModel.Primitives">
  422. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
  423. </Reference>
  424. <Reference Include="System.ComponentModel.TypeConverter">
  425. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
  426. </Reference>
  427. <Reference Include="System.ComponentModel">
  428. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
  429. </Reference>
  430. <Reference Include="System.Console">
  431. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
  432. </Reference>
  433. <Reference Include="System.Data.Common">
  434. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
  435. </Reference>
  436. <Reference Include="System.Diagnostics.Contracts">
  437. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
  438. </Reference>
  439. <Reference Include="System.Diagnostics.Debug">
  440. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
  441. </Reference>
  442. <Reference Include="System.Diagnostics.FileVersionInfo">
  443. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
  444. </Reference>
  445. <Reference Include="System.Diagnostics.Process">
  446. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
  447. </Reference>
  448. <Reference Include="System.Diagnostics.StackTrace">
  449. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
  450. </Reference>
  451. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  452. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  453. </Reference>
  454. <Reference Include="System.Diagnostics.Tools">
  455. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
  456. </Reference>
  457. <Reference Include="System.Diagnostics.TraceSource">
  458. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
  459. </Reference>
  460. <Reference Include="System.Drawing.Primitives">
  461. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
  462. </Reference>
  463. <Reference Include="System.Dynamic.Runtime">
  464. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
  465. </Reference>
  466. <Reference Include="System.Globalization.Calendars">
  467. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
  468. </Reference>
  469. <Reference Include="System.Globalization.Extensions">
  470. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
  471. </Reference>
  472. <Reference Include="System.Globalization">
  473. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
  474. </Reference>
  475. <Reference Include="System.IO.Compression.ZipFile">
  476. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
  477. </Reference>
  478. <Reference Include="System.IO.FileSystem.DriveInfo">
  479. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
  480. </Reference>
  481. <Reference Include="System.IO.FileSystem.Primitives">
  482. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
  483. </Reference>
  484. <Reference Include="System.IO.FileSystem.Watcher">
  485. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
  486. </Reference>
  487. <Reference Include="System.IO.FileSystem">
  488. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
  489. </Reference>
  490. <Reference Include="System.IO.IsolatedStorage">
  491. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
  492. </Reference>
  493. <Reference Include="System.IO.MemoryMappedFiles">
  494. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
  495. </Reference>
  496. <Reference Include="System.IO.Pipes">
  497. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
  498. </Reference>
  499. <Reference Include="System.IO.UnmanagedMemoryStream">
  500. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
  501. </Reference>
  502. <Reference Include="System.IO">
  503. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
  504. </Reference>
  505. <Reference Include="System.Linq.Expressions">
  506. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
  507. </Reference>
  508. <Reference Include="System.Linq.Parallel">
  509. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
  510. </Reference>
  511. <Reference Include="System.Linq.Queryable">
  512. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
  513. </Reference>
  514. <Reference Include="System.Linq">
  515. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
  516. </Reference>
  517. <Reference Include="System.Net.Http.Rtc">
  518. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
  519. </Reference>
  520. <Reference Include="System.Net.NameResolution">
  521. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
  522. </Reference>
  523. <Reference Include="System.Net.NetworkInformation">
  524. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
  525. </Reference>
  526. <Reference Include="System.Net.Ping">
  527. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
  528. </Reference>
  529. <Reference Include="System.Net.Primitives">
  530. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
  531. </Reference>
  532. <Reference Include="System.Net.Requests">
  533. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
  534. </Reference>
  535. <Reference Include="System.Net.Security">
  536. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
  537. </Reference>
  538. <Reference Include="System.Net.Sockets">
  539. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
  540. </Reference>
  541. <Reference Include="System.Net.WebHeaderCollection">
  542. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
  543. </Reference>
  544. <Reference Include="System.Net.WebSockets.Client">
  545. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
  546. </Reference>
  547. <Reference Include="System.Net.WebSockets">
  548. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
  549. </Reference>
  550. <Reference Include="System.ObjectModel">
  551. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
  552. </Reference>
  553. <Reference Include="System.Reflection.Emit.ILGeneration">
  554. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
  555. </Reference>
  556. <Reference Include="System.Reflection.Emit.Lightweight">
  557. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
  558. </Reference>
  559. <Reference Include="System.Reflection.Emit">
  560. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
  561. </Reference>
  562. <Reference Include="System.Reflection.Extensions">
  563. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
  564. </Reference>
  565. <Reference Include="System.Reflection.Primitives">
  566. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
  567. </Reference>
  568. <Reference Include="System.Reflection">
  569. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
  570. </Reference>
  571. <Reference Include="System.Resources.Reader">
  572. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
  573. </Reference>
  574. <Reference Include="System.Resources.ResourceManager">
  575. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
  576. </Reference>
  577. <Reference Include="System.Resources.Writer">
  578. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
  579. </Reference>
  580. <Reference Include="System.Runtime.CompilerServices.VisualC">
  581. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  582. </Reference>
  583. <Reference Include="System.Runtime.Extensions">
  584. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
  585. </Reference>
  586. <Reference Include="System.Runtime.Handles">
  587. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
  588. </Reference>
  589. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  590. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  591. </Reference>
  592. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  593. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  594. </Reference>
  595. <Reference Include="System.Runtime.InteropServices">
  596. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
  597. </Reference>
  598. <Reference Include="System.Runtime.Numerics">
  599. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
  600. </Reference>
  601. <Reference Include="System.Runtime.Serialization.Formatters">
  602. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
  603. </Reference>
  604. <Reference Include="System.Runtime.Serialization.Json">
  605. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
  606. </Reference>
  607. <Reference Include="System.Runtime.Serialization.Primitives">
  608. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
  609. </Reference>
  610. <Reference Include="System.Runtime.Serialization.Xml">
  611. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
  612. </Reference>
  613. <Reference Include="System.Runtime">
  614. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
  615. </Reference>
  616. <Reference Include="System.Security.Claims">
  617. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
  618. </Reference>
  619. <Reference Include="System.Security.Cryptography.Algorithms">
  620. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
  621. </Reference>
  622. <Reference Include="System.Security.Cryptography.Csp">
  623. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
  624. </Reference>
  625. <Reference Include="System.Security.Cryptography.Encoding">
  626. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
  627. </Reference>
  628. <Reference Include="System.Security.Cryptography.Primitives">
  629. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
  630. </Reference>
  631. <Reference Include="System.Security.Cryptography.X509Certificates">
  632. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
  633. </Reference>
  634. <Reference Include="System.Security.Principal">
  635. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
  636. </Reference>
  637. <Reference Include="System.Security.SecureString">
  638. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
  639. </Reference>
  640. <Reference Include="System.ServiceModel.Duplex">
  641. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
  642. </Reference>
  643. <Reference Include="System.ServiceModel.Http">
  644. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
  645. </Reference>
  646. <Reference Include="System.ServiceModel.NetTcp">
  647. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
  648. </Reference>
  649. <Reference Include="System.ServiceModel.Primitives">
  650. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
  651. </Reference>
  652. <Reference Include="System.ServiceModel.Security">
  653. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
  654. </Reference>
  655. <Reference Include="System.Text.Encoding.Extensions">
  656. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
  657. </Reference>
  658. <Reference Include="System.Text.Encoding">
  659. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
  660. </Reference>
  661. <Reference Include="System.Text.RegularExpressions">
  662. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
  663. </Reference>
  664. <Reference Include="System.Threading.Overlapped">
  665. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
  666. </Reference>
  667. <Reference Include="System.Threading.Tasks.Parallel">
  668. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
  669. </Reference>
  670. <Reference Include="System.Threading.Tasks">
  671. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
  672. </Reference>
  673. <Reference Include="System.Threading.Thread">
  674. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
  675. </Reference>
  676. <Reference Include="System.Threading.ThreadPool">
  677. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
  678. </Reference>
  679. <Reference Include="System.Threading.Timer">
  680. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
  681. </Reference>
  682. <Reference Include="System.Threading">
  683. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
  684. </Reference>
  685. <Reference Include="System.ValueTuple">
  686. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
  687. </Reference>
  688. <Reference Include="System.Xml.ReaderWriter">
  689. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
  690. </Reference>
  691. <Reference Include="System.Xml.XDocument">
  692. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
  693. </Reference>
  694. <Reference Include="System.Xml.XPath.XDocument">
  695. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
  696. </Reference>
  697. <Reference Include="System.Xml.XPath">
  698. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
  699. </Reference>
  700. <Reference Include="System.Xml.XmlDocument">
  701. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
  702. </Reference>
  703. <Reference Include="System.Xml.XmlSerializer">
  704. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
  705. </Reference>
  706. <Reference Include="netstandard">
  707. <HintPath>/home/warlock/Unity/Hub/Editor/2020.3.16f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
  708. </Reference>
  709. </ItemGroup>
  710. <ItemGroup>
  711. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  712. <Project>{71991409-D9F6-4A68-8315-60A33DE76F3A}</Project>
  713. <Name>Assembly-CSharp-firstpass</Name>
  714. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  715. </ProjectReference>
  716. <ProjectReference Include="Assembly-CSharp.csproj">
  717. <Project>{0F349A5E-9301-676B-FCC2-8DCAB2DD3B8E}</Project>
  718. <Name>Assembly-CSharp</Name>
  719. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  720. </ProjectReference>
  721. <ProjectReference Include="Assembly-CSharp-Editor-firstpass.csproj">
  722. <Project>{4776DF9A-D1DC-1C18-18D0-DB7164CBA767}</Project>
  723. <Name>Assembly-CSharp-Editor-firstpass</Name>
  724. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  725. </ProjectReference>
  726. <ProjectReference Include="UnityEngine.TestRunner.csproj">
  727. <Project>{6DA5E22F-4640-A24D-2CA6-FFB72CA63C81}</Project>
  728. <Name>UnityEngine.TestRunner</Name>
  729. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  730. </ProjectReference>
  731. <ProjectReference Include="UnityEditor.TestRunner.csproj">
  732. <Project>{96602ED3-822B-7467-8186-760D2CA79337}</Project>
  733. <Name>UnityEditor.TestRunner</Name>
  734. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  735. </ProjectReference>
  736. <ProjectReference Include="EasyButtons.Editor.csproj">
  737. <Project>{8645541B-E863-5D6C-ABCB-4D93474D8D4F}</Project>
  738. <Name>EasyButtons.Editor</Name>
  739. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  740. </ProjectReference>
  741. <ProjectReference Include="Mirror.csproj">
  742. <Project>{2992CA32-7C63-690E-4292-20209D0A79DE}</Project>
  743. <Name>Mirror</Name>
  744. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  745. </ProjectReference>
  746. <ProjectReference Include="kcp2k.csproj">
  747. <Project>{0B70AC3F-E640-9FC3-22FD-95B240B25E58}</Project>
  748. <Name>kcp2k</Name>
  749. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  750. </ProjectReference>
  751. <ProjectReference Include="Unity.VSCode.Editor.csproj">
  752. <Project>{B5F7EF20-BC33-A5A5-1F00-E8323143D19D}</Project>
  753. <Name>Unity.VSCode.Editor</Name>
  754. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  755. </ProjectReference>
  756. <ProjectReference Include="Unity.AutoLOD.csproj">
  757. <Project>{2E8EE3A7-53B7-E042-DF3A-774DFD1F432E}</Project>
  758. <Name>Unity.AutoLOD</Name>
  759. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  760. </ProjectReference>
  761. <ProjectReference Include="EasyButtons.csproj">
  762. <Project>{772FD94E-D820-9E94-1A31-DC46175BA63E}</Project>
  763. <Name>EasyButtons</Name>
  764. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  765. </ProjectReference>
  766. <ProjectReference Include="Unity.TextMeshPro.Editor.csproj">
  767. <Project>{009FA2F6-E653-1844-F7A2-848735085D41}</Project>
  768. <Name>Unity.TextMeshPro.Editor</Name>
  769. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  770. </ProjectReference>
  771. <ProjectReference Include="Unity.VisualStudio.Editor.csproj">
  772. <Project>{751C1557-95D3-2B2C-C424-FF511FCF2E87}</Project>
  773. <Name>Unity.VisualStudio.Editor</Name>
  774. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  775. </ProjectReference>
  776. <ProjectReference Include="Unity.Performance.Profile-Analyzer.Editor.csproj">
  777. <Project>{BB96DE3A-2F32-4E0C-4153-F3EA5B7E5E5B}</Project>
  778. <Name>Unity.Performance.Profile-Analyzer.Editor</Name>
  779. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  780. </ProjectReference>
  781. <ProjectReference Include="Unity.Sysroot.Linux_x86_64.csproj">
  782. <Project>{574CBCEE-B64D-1D6A-A4D3-834CE761F62A}</Project>
  783. <Name>Unity.Sysroot.Linux_x86_64</Name>
  784. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  785. </ProjectReference>
  786. <ProjectReference Include="LRM.csproj">
  787. <Project>{CF66EF3D-4050-DF05-DA77-CF9AE4A7A73F}</Project>
  788. <Name>LRM</Name>
  789. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  790. </ProjectReference>
  791. <ProjectReference Include="Mirror.Examples.csproj">
  792. <Project>{8DDBC216-C26B-5BFD-713C-0991301A952A}</Project>
  793. <Name>Mirror.Examples</Name>
  794. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  795. </ProjectReference>
  796. <ProjectReference Include="Unity.Timeline.csproj">
  797. <Project>{FB568387-D717-D5E8-2098-F3223853049D}</Project>
  798. <Name>Unity.Timeline</Name>
  799. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  800. </ProjectReference>
  801. <ProjectReference Include="Unity.TextMeshPro.csproj">
  802. <Project>{6420D3E2-C4BF-4A24-2C94-437F029E4AB5}</Project>
  803. <Name>Unity.TextMeshPro</Name>
  804. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  805. </ProjectReference>
  806. <ProjectReference Include="Unity.Burst.Editor.csproj">
  807. <Project>{D4FE8E52-3C22-7AB1-1B84-DF2929737A57}</Project>
  808. <Name>Unity.Burst.Editor</Name>
  809. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  810. </ProjectReference>
  811. <ProjectReference Include="Unity.AutoLOD.Editor.Simplygon.csproj">
  812. <Project>{DC54DC86-7589-AB58-FD52-2878D5E9BFFE}</Project>
  813. <Name>Unity.AutoLOD.Editor.Simplygon</Name>
  814. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  815. </ProjectReference>
  816. <ProjectReference Include="Unity.Toolchain.Linux-x86_64.csproj">
  817. <Project>{EBFBA787-A5C6-8189-6868-5A3034047E01}</Project>
  818. <Name>Unity.Toolchain.Linux-x86_64</Name>
  819. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  820. </ProjectReference>
  821. <ProjectReference Include="Unity.Postprocessing.Editor.csproj">
  822. <Project>{93EB8B4D-C2EE-A7BF-681C-08487E4B7265}</Project>
  823. <Name>Unity.Postprocessing.Editor</Name>
  824. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  825. </ProjectReference>
  826. <ProjectReference Include="UnityEditor.UI.csproj">
  827. <Project>{6AC39ED6-8729-A612-420A-73082B61162B}</Project>
  828. <Name>UnityEditor.UI</Name>
  829. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  830. </ProjectReference>
  831. <ProjectReference Include="Unity.PlasticSCM.Editor.csproj">
  832. <Project>{848B6059-06AE-1767-ADA0-F1FF8E40FBA2}</Project>
  833. <Name>Unity.PlasticSCM.Editor</Name>
  834. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  835. </ProjectReference>
  836. <ProjectReference Include="Unity.Rider.Editor.csproj">
  837. <Project>{EF2CB6AE-95C5-F634-42FC-8CF03B11C344}</Project>
  838. <Name>Unity.Rider.Editor</Name>
  839. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  840. </ProjectReference>
  841. <ProjectReference Include="Unity.AutoLOD.Editor.csproj">
  842. <Project>{23946E67-5B7A-6468-E407-29563E077B53}</Project>
  843. <Name>Unity.AutoLOD.Editor</Name>
  844. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  845. </ProjectReference>
  846. <ProjectReference Include="UnityEngine.UI.csproj">
  847. <Project>{91AC4B7B-A1F5-D0DE-B6D6-D53C7E186962}</Project>
  848. <Name>UnityEngine.UI</Name>
  849. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  850. </ProjectReference>
  851. <ProjectReference Include="Mirror.Weaver.csproj">
  852. <Project>{D639CD22-E662-5096-33B8-576EA857E63B}</Project>
  853. <Name>Mirror.Weaver</Name>
  854. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  855. </ProjectReference>
  856. <ProjectReference Include="Unity.Animation.Rigging.csproj">
  857. <Project>{76BA3241-8341-9E90-6212-09192EA6B371}</Project>
  858. <Name>Unity.Animation.Rigging</Name>
  859. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  860. </ProjectReference>
  861. <ProjectReference Include="Unity.Mathematics.csproj">
  862. <Project>{FF94BF29-AC9B-6984-373E-3662912F2483}</Project>
  863. <Name>Unity.Mathematics</Name>
  864. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  865. </ProjectReference>
  866. <ProjectReference Include="Unity.Burst.csproj">
  867. <Project>{0F4A4681-830B-D920-ACC2-EA9282F250C6}</Project>
  868. <Name>Unity.Burst</Name>
  869. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  870. </ProjectReference>
  871. <ProjectReference Include="Whinarn.UnityMeshSimplifier.Editor.csproj">
  872. <Project>{4CB7E13B-C8A6-D02E-5BBA-00F6D7BCB715}</Project>
  873. <Name>Whinarn.UnityMeshSimplifier.Editor</Name>
  874. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  875. </ProjectReference>
  876. <ProjectReference Include="Unity.Postprocessing.Runtime.csproj">
  877. <Project>{1B81005F-3935-54F7-95AC-3E536EA12ABD}</Project>
  878. <Name>Unity.Postprocessing.Runtime</Name>
  879. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  880. </ProjectReference>
  881. <ProjectReference Include="Unity.Toolchain.Win-x86_64-Linux-x86_64.csproj">
  882. <Project>{5D13587E-86DB-6264-DFFC-AD8332211F0C}</Project>
  883. <Name>Unity.Toolchain.Win-x86_64-Linux-x86_64</Name>
  884. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  885. </ProjectReference>
  886. <ProjectReference Include="Unity.Timeline.Editor.csproj">
  887. <Project>{FE83C546-6826-0E0A-C393-5B24BF30CF19}</Project>
  888. <Name>Unity.Timeline.Editor</Name>
  889. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  890. </ProjectReference>
  891. <ProjectReference Include="Mirror.Editor.csproj">
  892. <Project>{BD06F4CB-C01D-D9F7-1D2D-812FD17BD988}</Project>
  893. <Name>Mirror.Editor</Name>
  894. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  895. </ProjectReference>
  896. <ProjectReference Include="Unity.Mathematics.Editor.csproj">
  897. <Project>{0EDCB2CD-FF3D-960B-B3B1-049F4A5E3B29}</Project>
  898. <Name>Unity.Mathematics.Editor</Name>
  899. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  900. </ProjectReference>
  901. <ProjectReference Include="Mirror.CompilerSymbols.csproj">
  902. <Project>{CD01E3D9-D3DC-CE03-2E48-655BBE8F4933}</Project>
  903. <Name>Mirror.CompilerSymbols</Name>
  904. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  905. </ProjectReference>
  906. <ProjectReference Include="Mirror.Authenticators.csproj">
  907. <Project>{CFFD2559-D364-F429-1CA3-CE28B4E11445}</Project>
  908. <Name>Mirror.Authenticators</Name>
  909. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  910. </ProjectReference>
  911. <ProjectReference Include="Telepathy.csproj">
  912. <Project>{B91D1ED3-81A5-5CB6-E1F4-A5C4B037C799}</Project>
  913. <Name>Telepathy</Name>
  914. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  915. </ProjectReference>
  916. <ProjectReference Include="where-allocations.csproj">
  917. <Project>{B5928AE6-084C-BDE4-A222-674EBF3DB10C}</Project>
  918. <Name>where-allocations</Name>
  919. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  920. </ProjectReference>
  921. <ProjectReference Include="Unity.Animation.Rigging.Editor.csproj">
  922. <Project>{F97A6671-FD00-1057-0167-2CD23A20CBCA}</Project>
  923. <Name>Unity.Animation.Rigging.Editor</Name>
  924. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  925. </ProjectReference>
  926. <ProjectReference Include="SimpleWebTransport.csproj">
  927. <Project>{39433B92-01FF-4243-BA2B-F6024189BF15}</Project>
  928. <Name>SimpleWebTransport</Name>
  929. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  930. </ProjectReference>
  931. <ProjectReference Include="Whinarn.UnityMeshSimplifier.Runtime.csproj">
  932. <Project>{359F422D-7E91-B8AB-1DF7-5B3455238EFA}</Project>
  933. <Name>Whinarn.UnityMeshSimplifier.Runtime</Name>
  934. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  935. </ProjectReference>
  936. <ProjectReference Include="Mirror.Components.csproj">
  937. <Project>{643F5ACF-BF4F-67E3-6550-ACE1AAF654F8}</Project>
  938. <Name>Mirror.Components</Name>
  939. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  940. </ProjectReference>
  941. <ProjectReference Include="Unity.SysrootPackage.Editor.csproj">
  942. <Project>{F17A674C-318E-86B4-EA96-68506E961B39}</Project>
  943. <Name>Unity.SysrootPackage.Editor</Name>
  944. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  945. </ProjectReference>
  946. </ItemGroup>
  947. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  948. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  949. Other similar extension points exist, see Microsoft.Common.targets.
  950. <Target Name="BeforeBuild">
  951. </Target>
  952. <Target Name="AfterBuild">
  953. </Target>
  954. -->
  955. </Project>