Assembly-CSharp.csproj 86 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389
  1. <Project ToolsVersion="Current">
  2. <!-- Generated file, do not modify, your changes will be overwritten (use AssetPostprocessor.OnGeneratedCSProject) -->
  3. <PropertyGroup>
  4. <BaseIntermediateOutputPath>Temp/obj/$(Configuration)/$(MSBuildProjectName)</BaseIntermediateOutputPath>
  5. <IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath>
  6. </PropertyGroup>
  7. <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
  8. <ItemGroup>
  9. <ProjectCapability Include="Unity" />
  10. </ItemGroup>
  11. <PropertyGroup>
  12. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  13. <EnableDefaultItems>false</EnableDefaultItems>
  14. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  15. <LangVersion>9.0</LangVersion>
  16. <Configurations>Debug;Release</Configurations>
  17. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  18. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  19. <RootNamespace></RootNamespace>
  20. <OutputType>Library</OutputType>
  21. <AppDesignerFolder>Properties</AppDesignerFolder>
  22. <AssemblyName>Assembly-CSharp</AssemblyName>
  23. <TargetFramework>netstandard2.1</TargetFramework>
  24. <BaseDirectory>.</BaseDirectory>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>Temp/bin/Debug/</OutputPath>
  31. <DefineConstants>UNITY_6000_0_44;UNITY_6000_0;UNITY_6000;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;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_2022_1_OR_NEWER;UNITY_2022_2_OR_NEWER;UNITY_2022_3_OR_NEWER;UNITY_2023_1_OR_NEWER;UNITY_2023_2_OR_NEWER;UNITY_2023_3_OR_NEWER;UNITY_6000_0_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_EDITOR_GAME_SERVICES;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_GENERATE_NATIVE_PLUGINS_FOR_ASSEMBLIES_API;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_MARSHALLING_TESTS;ENABLE_VIDEO;ENABLE_NAVIGATION_OFFMESHLINK_TO_NAVMESHLINK;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;TEXTCORE_1_0_OR_NEWER;EDITOR_ONLY_NAVMESH_BUILDER_DEPRECATED;PLATFORM_STANDALONE_OSX;PLATFORM_STANDALONE;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_GAMECENTER;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_SPATIALTRACKING;PLATFORM_HAS_CUSTOM_MUTEX;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;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_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;TEXTCORE_TEXT_ENGINE_1_5_OR_NEWER;UNITY_POST_PROCESSING_STACK_V2;DOTWEEN;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <NoWarn>0169;USG0001</NoWarn>
  35. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>Temp/bin/Release/</OutputPath>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoWarn>0169;USG0001</NoWarn>
  44. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <NoStandardLibraries>true</NoStandardLibraries>
  48. <NoStdLib>true</NoStdLib>
  49. <NoConfig>true</NoConfig>
  50. <DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
  51. <MSBuildWarningsAsMessages>MSB3277</MSBuildWarningsAsMessages>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <UnityProjectGenerator>Package</UnityProjectGenerator>
  55. <UnityProjectGeneratorVersion>2.0.22</UnityProjectGeneratorVersion>
  56. <UnityProjectGeneratorStyle>SDK</UnityProjectGeneratorStyle>
  57. <UnityProjectType>Game:1</UnityProjectType>
  58. <UnityBuildTarget>StandaloneOSX:2</UnityBuildTarget>
  59. <UnityVersion>6000.0.44f1</UnityVersion>
  60. </PropertyGroup>
  61. <ItemGroup>
  62. <Analyzer Include="/Users/kennychen/.vscode/extensions/visualstudiotoolsforunity.vstuc-1.1.1/Analyzers/Microsoft.Unity.Analyzers.dll" />
  63. <Analyzer Include="/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Tools/Unity.SourceGenerators/Unity.SourceGenerators.dll" />
  64. <Analyzer Include="/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Tools/Unity.SourceGenerators/Unity.Properties.SourceGenerator.dll" />
  65. <Analyzer Include="/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Tools/Unity.SourceGenerators/Unity.UIToolkit.SourceGenerator.dll" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Compile Include="Assets/Scripts/Login/LoginLangController.cs" />
  69. <Compile Include="Assets/Resources/UserInfo/UserInfoController.cs" />
  70. <Compile Include="Assets/Scripts/Playground/DogCatchDetection.cs" />
  71. <Compile Include="Assets/Scripts/Home/PlayerColliderController.cs" />
  72. <Compile Include="Assets/Resources/VoiceAndManu/MenuController.cs" />
  73. <Compile Include="Assets/Packages/Loading Games/Toon City Pack/Demo/Scripts/Helicopter.cs" />
  74. <Compile Include="Assets/Resources/Warehouse/ItemUseController.cs" />
  75. <Compile Include="Assets/Scripts/Home/ItemUseWebCommController.cs" />
  76. <Compile Include="Assets/Scripts/Home/HomeController.cs" />
  77. <Compile Include="Assets/Nearmint Studios/Mask Transitions/Scripts/CutoutMaskUI.cs" />
  78. <Compile Include="Assets/Scripts/Develop Script/TestSetup.cs" />
  79. <Compile Include="Assets/Scripts/Login/InitDogUIController.cs" />
  80. <Compile Include="Assets/Resources/Shopping/ShoppingController.cs" />
  81. <Compile Include="Assets/Scripts/GameControllers/DogInitialize.cs" />
  82. <Compile Include="Assets/Scripts/Functions/SceneSwitcher.cs" />
  83. <Compile Include="Assets/Scripts/Login/StartGameUIController.cs" />
  84. <Compile Include="Assets/Resources/DogSelector/DogSelectorController.cs" />
  85. <Compile Include="Assets/Scripts/Functions/WebController.cs" />
  86. <Compile Include="Assets/Scripts/GameControllers/GameData.cs" />
  87. <Compile Include="Assets/Nearmint Studios/Mask Transitions/Scripts/TransitionManager.cs" />
  88. <Compile Include="Assets/Scripts/Login/LoginController.cs" />
  89. <Compile Include="Assets/Scripts/Playground/PlaygroundLightControl.cs" />
  90. <Compile Include="Assets/Packages/Loading Games/Toon City Pack/Demo/Scripts/StreetLight.cs" />
  91. <Compile Include="Assets/Scripts/Home/HomeSoundEffectController.cs" />
  92. <Compile Include="Assets/Scripts/EnviromentSetting.cs" />
  93. <Compile Include="Assets/Scripts/ProgressBar/ProgressBar.cs" />
  94. <Compile Include="Assets/Packages/Loading Games/Toon City Pack/Demo/Scripts/BuildingLights.cs" />
  95. <Compile Include="Assets/Scripts/Playground/PlayToyController.cs" />
  96. <Compile Include="Assets/Resources/Status/StatusController.cs" />
  97. <Compile Include="Assets/Resources/MessageBox/MessageBoxController.cs" />
  98. <Compile Include="Assets/Scripts/Functions/ZipFileController.cs" />
  99. <Compile Include="Assets/Scripts/Login/SunMovement.cs" />
  100. <Compile Include="Assets/Scripts/Home/DogInScene.cs" />
  101. <Compile Include="Assets/Scripts/EnviromentController.cs" />
  102. <Compile Include="Assets/Resources/VoiceAndManu/VoiceController.cs" />
  103. <Compile Include="Assets/Scripts/Home/BowlColliderController.cs" />
  104. <Compile Include="Assets/Packages/Loading Games/Toon City Pack/Demo/Scripts/PoliceSiren.cs" />
  105. <Compile Include="Assets/Scripts/Login/RegisterUIController.cs" />
  106. <Compile Include="Assets/Scripts/Bathroom/BathroomDogComponentInstaller.cs" />
  107. <Compile Include="Assets/Scripts/GameControllers/GameTool.cs" />
  108. <Compile Include="Assets/Scripts/Login/CreateOrAdopt.cs" />
  109. <Compile Include="Assets/Scripts/Bathroom/BathroomController.cs" />
  110. <Compile Include="Assets/Scripts/Login/ResetUIController.cs" />
  111. <Compile Include="Assets/Scripts/Playground/DogPlaygroundComponentInstall.cs" />
  112. <Compile Include="Assets/Scripts/Home/HomeSunLight.cs" />
  113. <Compile Include="Assets/Scripts/GameControllers/DogProperty.cs" />
  114. <Compile Include="Assets/Packages/Loading Games/Toon City Pack/Demo/Scripts/TrafficLights.cs" />
  115. <Compile Include="Assets/Scripts/Playground/AirWallDetection.cs" />
  116. <Compile Include="Assets/Resources/Warehouse/WarehouseController.cs" />
  117. <Compile Include="Assets/Scripts/GameControllers/UserProperty.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="Assets/Resources/VoiceAndManu/VoiceAndMenu.uxml" />
  121. <None Include="Assets/Resources/Shopping/ShoppingUI.uss" />
  122. <None Include="Assets/TextMesh Pro/Shaders/TMPro.cginc" />
  123. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader" />
  124. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile-2-Pass.shader" />
  125. <None Include="Assets/Resources/Status/StatusStyle.uss" />
  126. <None Include="Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader" />
  127. <None Include="Assets/UI Toolkit/UI template/confirmArea.uxml" />
  128. <None Include="Assets/Scenes/Login/CreateOrAdopt.uxml" />
  129. <None Include="Assets/Packages/Fantasy Skybox FREE/Readme.txt" />
  130. <None Include="Assets/Resources/UserInfo/UserInfo.uxml" />
  131. <None Include="Assets/UI Toolkit/Style/rootStyle.uss" />
  132. <None Include="Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc" />
  133. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader" />
  134. <None Include="Assets/Resources/Shopping/ShoppingUI.uxml" />
  135. <None Include="Assets/Packages/Fantasy Skybox FREE/ReleaseNotes.txt" />
  136. <None Include="Assets/Scenes/Login/LoginStyleSheet.uss" />
  137. <None Include="Assets/Scenes/Login/Reset UI.uxml" />
  138. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader" />
  139. <None Include="Assets/TextMesh Pro/Shaders/SDFFunctions.hlsl" />
  140. <None Include="Assets/Resources/DogSelector/DogSelector.uxml" />
  141. <None Include="Assets/Packages/Nicrom/Shaders/Wind/Documentation/LPW_Log.txt" />
  142. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader" />
  143. <None Include="Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt" />
  144. <None Include="Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader" />
  145. <None Include="Assets/Packages/Day-Night Skyboxes/Textures/Readme for Assigning.txt" />
  146. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF.shader" />
  147. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader" />
  148. <None Include="Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt" />
  149. <None Include="Assets/Resources/Status/StatusUI.uxml" />
  150. <None Include="Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc" />
  151. <None Include="Assets/Resources/Warehouse/WarehouseUI.uxml" />
  152. <None Include="Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc" />
  153. <None Include="Assets/Packages/Nicrom/Shaders/Wind/Assets/Shaders/ASE/LPW_Vegetation.shader" />
  154. <None Include="Assets/Packages/DogBarks 1.0/format.txt" />
  155. <None Include="Assets/Resources/MessageBox/GlassBlur.shader" />
  156. <None Include="Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt" />
  157. <None Include="Assets/Packages/Day-Night Skyboxes/readme.txt" />
  158. <None Include="Assets/Scenes/Playground/playgroundUI.uxml" />
  159. <None Include="Assets/Scenes/Login/RegisterUI.uxml" />
  160. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader" />
  161. <None Include="Assets/Scenes/Login/StartGameUI.uxml" />
  162. <None Include="Assets/Resources/Status/backButton.uxml" />
  163. <None Include="Assets/Packages/Nicrom/Shaders/Wind/Assets/Shaders/ASE/LPW_Vegetation_Transparent.shader" />
  164. <None Include="Assets/Resources/Shopping/Item.uxml" />
  165. <None Include="Assets/Scenes/Login/InitDogUI.uxml" />
  166. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader" />
  167. <None Include="Assets/Resources/MessageBox/readme.txt" />
  168. <None Include="Assets/Packages/Red_Deer/Cartoon_Animals/Cartoon_Dogs/Cartoon_ShibaInu/Readme.txt" />
  169. <None Include="Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader" />
  170. <None Include="Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt" />
  171. <None Include="Assets/Resources/Shopping/ShoppingUI develop.uxml" />
  172. <None Include="Assets/Resources/VoiceAndManu/VoiceAndMenu.uss" />
  173. <None Include="Assets/Resources/Shopping/msgRoot.uxml" />
  174. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader" />
  175. <None Include="Assets/Resources/Status/selectBall.uxml" />
  176. <None Include="Assets/Scenes/Bathroom/SoapBubbleShader.shader" />
  177. <None Include="Assets/TextMesh Pro/Shaders/TMP_Sprite.shader" />
  178. <None Include="Assets/Resources/Status/selectElement.uxml" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <Reference Include="UnityEngine">
  182. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath>
  183. <Private>False</Private>
  184. </Reference>
  185. <Reference Include="UnityEngine.AIModule">
  186. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  187. <Private>False</Private>
  188. </Reference>
  189. <Reference Include="UnityEngine.ARModule">
  190. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  191. <Private>False</Private>
  192. </Reference>
  193. <Reference Include="UnityEngine.AccessibilityModule">
  194. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  195. <Private>False</Private>
  196. </Reference>
  197. <Reference Include="UnityEngine.AndroidJNIModule">
  198. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  199. <Private>False</Private>
  200. </Reference>
  201. <Reference Include="UnityEngine.AnimationModule">
  202. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  203. <Private>False</Private>
  204. </Reference>
  205. <Reference Include="UnityEngine.AssetBundleModule">
  206. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  207. <Private>False</Private>
  208. </Reference>
  209. <Reference Include="UnityEngine.AudioModule">
  210. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  211. <Private>False</Private>
  212. </Reference>
  213. <Reference Include="UnityEngine.ClothModule">
  214. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  215. <Private>False</Private>
  216. </Reference>
  217. <Reference Include="UnityEngine.ClusterInputModule">
  218. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  219. <Private>False</Private>
  220. </Reference>
  221. <Reference Include="UnityEngine.ClusterRendererModule">
  222. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  223. <Private>False</Private>
  224. </Reference>
  225. <Reference Include="UnityEngine.ContentLoadModule">
  226. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ContentLoadModule.dll</HintPath>
  227. <Private>False</Private>
  228. </Reference>
  229. <Reference Include="UnityEngine.CoreModule">
  230. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  231. <Private>False</Private>
  232. </Reference>
  233. <Reference Include="UnityEngine.CrashReportingModule">
  234. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  235. <Private>False</Private>
  236. </Reference>
  237. <Reference Include="UnityEngine.DSPGraphModule">
  238. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  239. <Private>False</Private>
  240. </Reference>
  241. <Reference Include="UnityEngine.DirectorModule">
  242. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  243. <Private>False</Private>
  244. </Reference>
  245. <Reference Include="UnityEngine.GIModule">
  246. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
  247. <Private>False</Private>
  248. </Reference>
  249. <Reference Include="UnityEngine.GameCenterModule">
  250. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  251. <Private>False</Private>
  252. </Reference>
  253. <Reference Include="UnityEngine.GraphicsStateCollectionSerializerModule">
  254. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GraphicsStateCollectionSerializerModule.dll</HintPath>
  255. <Private>False</Private>
  256. </Reference>
  257. <Reference Include="UnityEngine.GridModule">
  258. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  259. <Private>False</Private>
  260. </Reference>
  261. <Reference Include="UnityEngine.HierarchyCoreModule">
  262. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HierarchyCoreModule.dll</HintPath>
  263. <Private>False</Private>
  264. </Reference>
  265. <Reference Include="UnityEngine.HotReloadModule">
  266. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  267. <Private>False</Private>
  268. </Reference>
  269. <Reference Include="UnityEngine.IMGUIModule">
  270. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  271. <Private>False</Private>
  272. </Reference>
  273. <Reference Include="UnityEngine.ImageConversionModule">
  274. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  275. <Private>False</Private>
  276. </Reference>
  277. <Reference Include="UnityEngine.InputModule">
  278. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  279. <Private>False</Private>
  280. </Reference>
  281. <Reference Include="UnityEngine.InputForUIModule">
  282. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputForUIModule.dll</HintPath>
  283. <Private>False</Private>
  284. </Reference>
  285. <Reference Include="UnityEngine.InputLegacyModule">
  286. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  287. <Private>False</Private>
  288. </Reference>
  289. <Reference Include="UnityEngine.JSONSerializeModule">
  290. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  291. <Private>False</Private>
  292. </Reference>
  293. <Reference Include="UnityEngine.LocalizationModule">
  294. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  295. <Private>False</Private>
  296. </Reference>
  297. <Reference Include="UnityEngine.MarshallingModule">
  298. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.MarshallingModule.dll</HintPath>
  299. <Private>False</Private>
  300. </Reference>
  301. <Reference Include="UnityEngine.MultiplayerModule">
  302. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.MultiplayerModule.dll</HintPath>
  303. <Private>False</Private>
  304. </Reference>
  305. <Reference Include="UnityEngine.ParticleSystemModule">
  306. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  307. <Private>False</Private>
  308. </Reference>
  309. <Reference Include="UnityEngine.PerformanceReportingModule">
  310. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  311. <Private>False</Private>
  312. </Reference>
  313. <Reference Include="UnityEngine.PhysicsModule">
  314. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  315. <Private>False</Private>
  316. </Reference>
  317. <Reference Include="UnityEngine.Physics2DModule">
  318. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  319. <Private>False</Private>
  320. </Reference>
  321. <Reference Include="UnityEngine.PropertiesModule">
  322. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PropertiesModule.dll</HintPath>
  323. <Private>False</Private>
  324. </Reference>
  325. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  326. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  327. <Private>False</Private>
  328. </Reference>
  329. <Reference Include="UnityEngine.ScreenCaptureModule">
  330. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  331. <Private>False</Private>
  332. </Reference>
  333. <Reference Include="UnityEngine.ShaderVariantAnalyticsModule">
  334. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ShaderVariantAnalyticsModule.dll</HintPath>
  335. <Private>False</Private>
  336. </Reference>
  337. <Reference Include="UnityEngine.SharedInternalsModule">
  338. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  339. <Private>False</Private>
  340. </Reference>
  341. <Reference Include="UnityEngine.SpriteMaskModule">
  342. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  343. <Private>False</Private>
  344. </Reference>
  345. <Reference Include="UnityEngine.SpriteShapeModule">
  346. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  347. <Private>False</Private>
  348. </Reference>
  349. <Reference Include="UnityEngine.StreamingModule">
  350. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  351. <Private>False</Private>
  352. </Reference>
  353. <Reference Include="UnityEngine.SubstanceModule">
  354. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  355. <Private>False</Private>
  356. </Reference>
  357. <Reference Include="UnityEngine.SubsystemsModule">
  358. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  359. <Private>False</Private>
  360. </Reference>
  361. <Reference Include="UnityEngine.TLSModule">
  362. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  363. <Private>False</Private>
  364. </Reference>
  365. <Reference Include="UnityEngine.TerrainModule">
  366. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  367. <Private>False</Private>
  368. </Reference>
  369. <Reference Include="UnityEngine.TerrainPhysicsModule">
  370. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  371. <Private>False</Private>
  372. </Reference>
  373. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  374. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  375. <Private>False</Private>
  376. </Reference>
  377. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  378. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  379. <Private>False</Private>
  380. </Reference>
  381. <Reference Include="UnityEngine.TextRenderingModule">
  382. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  383. <Private>False</Private>
  384. </Reference>
  385. <Reference Include="UnityEngine.TilemapModule">
  386. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  387. <Private>False</Private>
  388. </Reference>
  389. <Reference Include="UnityEngine.UIModule">
  390. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  391. <Private>False</Private>
  392. </Reference>
  393. <Reference Include="UnityEngine.UIElementsModule">
  394. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  395. <Private>False</Private>
  396. </Reference>
  397. <Reference Include="UnityEngine.UmbraModule">
  398. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  399. <Private>False</Private>
  400. </Reference>
  401. <Reference Include="UnityEngine.UnityAnalyticsModule">
  402. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  403. <Private>False</Private>
  404. </Reference>
  405. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  406. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  407. <Private>False</Private>
  408. </Reference>
  409. <Reference Include="UnityEngine.UnityConnectModule">
  410. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  411. <Private>False</Private>
  412. </Reference>
  413. <Reference Include="UnityEngine.UnityCurlModule">
  414. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
  415. <Private>False</Private>
  416. </Reference>
  417. <Reference Include="UnityEngine.UnityTestProtocolModule">
  418. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  419. <Private>False</Private>
  420. </Reference>
  421. <Reference Include="UnityEngine.UnityWebRequestModule">
  422. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  423. <Private>False</Private>
  424. </Reference>
  425. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  426. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  427. <Private>False</Private>
  428. </Reference>
  429. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  430. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  431. <Private>False</Private>
  432. </Reference>
  433. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  434. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  435. <Private>False</Private>
  436. </Reference>
  437. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  438. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  439. <Private>False</Private>
  440. </Reference>
  441. <Reference Include="UnityEngine.VFXModule">
  442. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  443. <Private>False</Private>
  444. </Reference>
  445. <Reference Include="UnityEngine.VRModule">
  446. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  447. <Private>False</Private>
  448. </Reference>
  449. <Reference Include="UnityEngine.VehiclesModule">
  450. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  451. <Private>False</Private>
  452. </Reference>
  453. <Reference Include="UnityEngine.VideoModule">
  454. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  455. <Private>False</Private>
  456. </Reference>
  457. <Reference Include="UnityEngine.VirtualTexturingModule">
  458. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath>
  459. <Private>False</Private>
  460. </Reference>
  461. <Reference Include="UnityEngine.WindModule">
  462. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  463. <Private>False</Private>
  464. </Reference>
  465. <Reference Include="UnityEngine.XRModule">
  466. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  467. <Private>False</Private>
  468. </Reference>
  469. <Reference Include="UnityEditor">
  470. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll</HintPath>
  471. <Private>False</Private>
  472. </Reference>
  473. <Reference Include="UnityEditor.AccessibilityModule">
  474. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.AccessibilityModule.dll</HintPath>
  475. <Private>False</Private>
  476. </Reference>
  477. <Reference Include="UnityEditor.AdaptivePerformanceModule">
  478. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.AdaptivePerformanceModule.dll</HintPath>
  479. <Private>False</Private>
  480. </Reference>
  481. <Reference Include="UnityEditor.BuildProfileModule">
  482. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.BuildProfileModule.dll</HintPath>
  483. <Private>False</Private>
  484. </Reference>
  485. <Reference Include="UnityEditor.CoreBusinessMetricsModule">
  486. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreBusinessMetricsModule.dll</HintPath>
  487. <Private>False</Private>
  488. </Reference>
  489. <Reference Include="UnityEditor.CoreModule">
  490. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
  491. <Private>False</Private>
  492. </Reference>
  493. <Reference Include="UnityEditor.DeviceSimulatorModule">
  494. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll</HintPath>
  495. <Private>False</Private>
  496. </Reference>
  497. <Reference Include="UnityEditor.DiagnosticsModule">
  498. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll</HintPath>
  499. <Private>False</Private>
  500. </Reference>
  501. <Reference Include="UnityEditor.EditorToolbarModule">
  502. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.EditorToolbarModule.dll</HintPath>
  503. <Private>False</Private>
  504. </Reference>
  505. <Reference Include="UnityEditor.EmbreeModule">
  506. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.EmbreeModule.dll</HintPath>
  507. <Private>False</Private>
  508. </Reference>
  509. <Reference Include="UnityEditor.GIModule">
  510. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GIModule.dll</HintPath>
  511. <Private>False</Private>
  512. </Reference>
  513. <Reference Include="UnityEditor.GraphViewModule">
  514. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
  515. <Private>False</Private>
  516. </Reference>
  517. <Reference Include="UnityEditor.GraphicsStateCollectionSerializerModule">
  518. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphicsStateCollectionSerializerModule.dll</HintPath>
  519. <Private>False</Private>
  520. </Reference>
  521. <Reference Include="UnityEditor.GridAndSnapModule">
  522. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GridAndSnapModule.dll</HintPath>
  523. <Private>False</Private>
  524. </Reference>
  525. <Reference Include="UnityEditor.GridModule">
  526. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GridModule.dll</HintPath>
  527. <Private>False</Private>
  528. </Reference>
  529. <Reference Include="UnityEditor.MultiplayerModule">
  530. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.MultiplayerModule.dll</HintPath>
  531. <Private>False</Private>
  532. </Reference>
  533. <Reference Include="UnityEditor.Physics2DModule">
  534. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.Physics2DModule.dll</HintPath>
  535. <Private>False</Private>
  536. </Reference>
  537. <Reference Include="UnityEditor.PhysicsModule">
  538. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PhysicsModule.dll</HintPath>
  539. <Private>False</Private>
  540. </Reference>
  541. <Reference Include="UnityEditor.PresetsUIModule">
  542. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll</HintPath>
  543. <Private>False</Private>
  544. </Reference>
  545. <Reference Include="UnityEditor.PropertiesModule">
  546. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PropertiesModule.dll</HintPath>
  547. <Private>False</Private>
  548. </Reference>
  549. <Reference Include="UnityEditor.QuickSearchModule">
  550. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll</HintPath>
  551. <Private>False</Private>
  552. </Reference>
  553. <Reference Include="UnityEditor.SafeModeModule">
  554. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SafeModeModule.dll</HintPath>
  555. <Private>False</Private>
  556. </Reference>
  557. <Reference Include="UnityEditor.SceneTemplateModule">
  558. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
  559. <Private>False</Private>
  560. </Reference>
  561. <Reference Include="UnityEditor.SceneViewModule">
  562. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneViewModule.dll</HintPath>
  563. <Private>False</Private>
  564. </Reference>
  565. <Reference Include="UnityEditor.ShaderFoundryModule">
  566. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.ShaderFoundryModule.dll</HintPath>
  567. <Private>False</Private>
  568. </Reference>
  569. <Reference Include="UnityEditor.SketchUpModule">
  570. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SketchUpModule.dll</HintPath>
  571. <Private>False</Private>
  572. </Reference>
  573. <Reference Include="UnityEditor.SpriteMaskModule">
  574. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SpriteMaskModule.dll</HintPath>
  575. <Private>False</Private>
  576. </Reference>
  577. <Reference Include="UnityEditor.SpriteShapeModule">
  578. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SpriteShapeModule.dll</HintPath>
  579. <Private>False</Private>
  580. </Reference>
  581. <Reference Include="UnityEditor.SubstanceModule">
  582. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SubstanceModule.dll</HintPath>
  583. <Private>False</Private>
  584. </Reference>
  585. <Reference Include="UnityEditor.TerrainModule">
  586. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TerrainModule.dll</HintPath>
  587. <Private>False</Private>
  588. </Reference>
  589. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  590. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  591. <Private>False</Private>
  592. </Reference>
  593. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  594. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  595. <Private>False</Private>
  596. </Reference>
  597. <Reference Include="UnityEditor.TextRenderingModule">
  598. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextRenderingModule.dll</HintPath>
  599. <Private>False</Private>
  600. </Reference>
  601. <Reference Include="UnityEditor.TilemapModule">
  602. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TilemapModule.dll</HintPath>
  603. <Private>False</Private>
  604. </Reference>
  605. <Reference Include="UnityEditor.TreeModule">
  606. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TreeModule.dll</HintPath>
  607. <Private>False</Private>
  608. </Reference>
  609. <Reference Include="UnityEditor.UIAutomationModule">
  610. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIAutomationModule.dll</HintPath>
  611. <Private>False</Private>
  612. </Reference>
  613. <Reference Include="UnityEditor.UIBuilderModule">
  614. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll</HintPath>
  615. <Private>False</Private>
  616. </Reference>
  617. <Reference Include="UnityEditor.UIElementsModule">
  618. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
  619. <Private>False</Private>
  620. </Reference>
  621. <Reference Include="UnityEditor.UIElementsSamplesModule">
  622. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
  623. <Private>False</Private>
  624. </Reference>
  625. <Reference Include="UnityEditor.UmbraModule">
  626. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UmbraModule.dll</HintPath>
  627. <Private>False</Private>
  628. </Reference>
  629. <Reference Include="UnityEditor.UnityConnectModule">
  630. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
  631. <Private>False</Private>
  632. </Reference>
  633. <Reference Include="UnityEditor.VFXModule">
  634. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.VFXModule.dll</HintPath>
  635. <Private>False</Private>
  636. </Reference>
  637. <Reference Include="UnityEditor.VideoModule">
  638. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.VideoModule.dll</HintPath>
  639. <Private>False</Private>
  640. </Reference>
  641. <Reference Include="UnityEditor.XRModule">
  642. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.XRModule.dll</HintPath>
  643. <Private>False</Private>
  644. </Reference>
  645. <Reference Include="Unity.Collections.LowLevel.ILSupport">
  646. <HintPath>Library/PackageCache/com.unity.collections@56bff8827a7e/Unity.Collections.LowLevel.ILSupport/Unity.Collections.LowLevel.ILSupport.dll</HintPath>
  647. <Private>False</Private>
  648. </Reference>
  649. <Reference Include="nunit.framework">
  650. <HintPath>Library/PackageCache/com.unity.ext.nunit@031a54704bff/net40/unity-custom/nunit.framework.dll</HintPath>
  651. <Private>False</Private>
  652. </Reference>
  653. <Reference Include="ReportGeneratorMerged">
  654. <HintPath>Library/PackageCache/com.unity.testtools.codecoverage@205a02cbcb39/lib/ReportGenerator/ReportGeneratorMerged.dll</HintPath>
  655. <Private>False</Private>
  656. </Reference>
  657. <Reference Include="zxing.unity">
  658. <HintPath>Assets/Plugins/zxing.unity.dll</HintPath>
  659. <Private>False</Private>
  660. </Reference>
  661. <Reference Include="DOTween">
  662. <HintPath>Assets/Plugins/Demigiant/DOTween/DOTween.dll</HintPath>
  663. <Private>False</Private>
  664. </Reference>
  665. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  666. <HintPath>Library/PackageCache/com.unity.visualscripting@1b53f46e931b/Runtime/VisualScripting.Flow/Dependencies/NCalc/Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  667. <Private>False</Private>
  668. </Reference>
  669. <Reference Include="Newtonsoft.Json">
  670. <HintPath>Library/PackageCache/com.unity.nuget.newtonsoft-json@74deb55db2a0/Runtime/Newtonsoft.Json.dll</HintPath>
  671. <Private>False</Private>
  672. </Reference>
  673. <Reference Include="Mono.Cecil">
  674. <HintPath>Library/PackageCache/com.unity.nuget.mono-cecil@d6f9955a5d5f/Mono.Cecil.dll</HintPath>
  675. <Private>False</Private>
  676. </Reference>
  677. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  678. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  679. <Private>False</Private>
  680. </Reference>
  681. <Reference Include="UnityEditor.iOS.Extensions.Common">
  682. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll</HintPath>
  683. <Private>False</Private>
  684. </Reference>
  685. <Reference Include="UnityEditor.Apple.Extensions.Common">
  686. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/PlaybackEngines/iOSSupport/UnityEditor.Apple.Extensions.Common.dll</HintPath>
  687. <Private>False</Private>
  688. </Reference>
  689. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  690. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  691. <Private>False</Private>
  692. </Reference>
  693. <Reference Include="netstandard">
  694. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/ref/2.1.0/netstandard.dll</HintPath>
  695. <Private>False</Private>
  696. </Reference>
  697. <Reference Include="Microsoft.Win32.Primitives">
  698. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
  699. <Private>False</Private>
  700. </Reference>
  701. <Reference Include="System.AppContext">
  702. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.AppContext.dll</HintPath>
  703. <Private>False</Private>
  704. </Reference>
  705. <Reference Include="System.Buffers">
  706. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Buffers.dll</HintPath>
  707. <Private>False</Private>
  708. </Reference>
  709. <Reference Include="System.Collections.Concurrent">
  710. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
  711. <Private>False</Private>
  712. </Reference>
  713. <Reference Include="System.Collections.NonGeneric">
  714. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
  715. <Private>False</Private>
  716. </Reference>
  717. <Reference Include="System.Collections.Specialized">
  718. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
  719. <Private>False</Private>
  720. </Reference>
  721. <Reference Include="System.Collections">
  722. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll</HintPath>
  723. <Private>False</Private>
  724. </Reference>
  725. <Reference Include="System.ComponentModel.EventBasedAsync">
  726. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
  727. <Private>False</Private>
  728. </Reference>
  729. <Reference Include="System.ComponentModel.Primitives">
  730. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
  731. <Private>False</Private>
  732. </Reference>
  733. <Reference Include="System.ComponentModel.TypeConverter">
  734. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
  735. <Private>False</Private>
  736. </Reference>
  737. <Reference Include="System.ComponentModel">
  738. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll</HintPath>
  739. <Private>False</Private>
  740. </Reference>
  741. <Reference Include="System.Console">
  742. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Console.dll</HintPath>
  743. <Private>False</Private>
  744. </Reference>
  745. <Reference Include="System.Data.Common">
  746. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Data.Common.dll</HintPath>
  747. <Private>False</Private>
  748. </Reference>
  749. <Reference Include="System.Diagnostics.Contracts">
  750. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
  751. <Private>False</Private>
  752. </Reference>
  753. <Reference Include="System.Diagnostics.Debug">
  754. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
  755. <Private>False</Private>
  756. </Reference>
  757. <Reference Include="System.Diagnostics.FileVersionInfo">
  758. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
  759. <Private>False</Private>
  760. </Reference>
  761. <Reference Include="System.Diagnostics.Process">
  762. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
  763. <Private>False</Private>
  764. </Reference>
  765. <Reference Include="System.Diagnostics.StackTrace">
  766. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
  767. <Private>False</Private>
  768. </Reference>
  769. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  770. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  771. <Private>False</Private>
  772. </Reference>
  773. <Reference Include="System.Diagnostics.Tools">
  774. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
  775. <Private>False</Private>
  776. </Reference>
  777. <Reference Include="System.Diagnostics.TraceSource">
  778. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
  779. <Private>False</Private>
  780. </Reference>
  781. <Reference Include="System.Diagnostics.Tracing">
  782. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
  783. <Private>False</Private>
  784. </Reference>
  785. <Reference Include="System.Drawing.Primitives">
  786. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
  787. <Private>False</Private>
  788. </Reference>
  789. <Reference Include="System.Dynamic.Runtime">
  790. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
  791. <Private>False</Private>
  792. </Reference>
  793. <Reference Include="System.Globalization.Calendars">
  794. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
  795. <Private>False</Private>
  796. </Reference>
  797. <Reference Include="System.Globalization.Extensions">
  798. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
  799. <Private>False</Private>
  800. </Reference>
  801. <Reference Include="System.Globalization">
  802. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll</HintPath>
  803. <Private>False</Private>
  804. </Reference>
  805. <Reference Include="System.IO.Compression.ZipFile">
  806. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
  807. <Private>False</Private>
  808. </Reference>
  809. <Reference Include="System.IO.Compression">
  810. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll</HintPath>
  811. <Private>False</Private>
  812. </Reference>
  813. <Reference Include="System.IO.FileSystem.DriveInfo">
  814. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
  815. <Private>False</Private>
  816. </Reference>
  817. <Reference Include="System.IO.FileSystem.Primitives">
  818. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
  819. <Private>False</Private>
  820. </Reference>
  821. <Reference Include="System.IO.FileSystem.Watcher">
  822. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
  823. <Private>False</Private>
  824. </Reference>
  825. <Reference Include="System.IO.FileSystem">
  826. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
  827. <Private>False</Private>
  828. </Reference>
  829. <Reference Include="System.IO.IsolatedStorage">
  830. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
  831. <Private>False</Private>
  832. </Reference>
  833. <Reference Include="System.IO.MemoryMappedFiles">
  834. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
  835. <Private>False</Private>
  836. </Reference>
  837. <Reference Include="System.IO.Pipes">
  838. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
  839. <Private>False</Private>
  840. </Reference>
  841. <Reference Include="System.IO.UnmanagedMemoryStream">
  842. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
  843. <Private>False</Private>
  844. </Reference>
  845. <Reference Include="System.IO">
  846. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll</HintPath>
  847. <Private>False</Private>
  848. </Reference>
  849. <Reference Include="System.Linq.Expressions">
  850. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
  851. <Private>False</Private>
  852. </Reference>
  853. <Reference Include="System.Linq.Parallel">
  854. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
  855. <Private>False</Private>
  856. </Reference>
  857. <Reference Include="System.Linq.Queryable">
  858. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
  859. <Private>False</Private>
  860. </Reference>
  861. <Reference Include="System.Linq">
  862. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll</HintPath>
  863. <Private>False</Private>
  864. </Reference>
  865. <Reference Include="System.Memory">
  866. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Memory.dll</HintPath>
  867. <Private>False</Private>
  868. </Reference>
  869. <Reference Include="System.Net.Http">
  870. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Http.dll</HintPath>
  871. <Private>False</Private>
  872. </Reference>
  873. <Reference Include="System.Net.NameResolution">
  874. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
  875. <Private>False</Private>
  876. </Reference>
  877. <Reference Include="System.Net.NetworkInformation">
  878. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
  879. <Private>False</Private>
  880. </Reference>
  881. <Reference Include="System.Net.Ping">
  882. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Ping.dll</HintPath>
  883. <Private>False</Private>
  884. </Reference>
  885. <Reference Include="System.Net.Primitives">
  886. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
  887. <Private>False</Private>
  888. </Reference>
  889. <Reference Include="System.Net.Requests">
  890. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Requests.dll</HintPath>
  891. <Private>False</Private>
  892. </Reference>
  893. <Reference Include="System.Net.Security">
  894. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Security.dll</HintPath>
  895. <Private>False</Private>
  896. </Reference>
  897. <Reference Include="System.Net.Sockets">
  898. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
  899. <Private>False</Private>
  900. </Reference>
  901. <Reference Include="System.Net.WebHeaderCollection">
  902. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
  903. <Private>False</Private>
  904. </Reference>
  905. <Reference Include="System.Net.WebSockets.Client">
  906. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
  907. <Private>False</Private>
  908. </Reference>
  909. <Reference Include="System.Net.WebSockets">
  910. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
  911. <Private>False</Private>
  912. </Reference>
  913. <Reference Include="System.Numerics.Vectors">
  914. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Numerics.Vectors.dll</HintPath>
  915. <Private>False</Private>
  916. </Reference>
  917. <Reference Include="System.ObjectModel">
  918. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ObjectModel.dll</HintPath>
  919. <Private>False</Private>
  920. </Reference>
  921. <Reference Include="System.Reflection.DispatchProxy">
  922. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.DispatchProxy.dll</HintPath>
  923. <Private>False</Private>
  924. </Reference>
  925. <Reference Include="System.Reflection.Emit.ILGeneration">
  926. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.ILGeneration.dll</HintPath>
  927. <Private>False</Private>
  928. </Reference>
  929. <Reference Include="System.Reflection.Emit.Lightweight">
  930. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.Lightweight.dll</HintPath>
  931. <Private>False</Private>
  932. </Reference>
  933. <Reference Include="System.Reflection.Emit">
  934. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll</HintPath>
  935. <Private>False</Private>
  936. </Reference>
  937. <Reference Include="System.Reflection.Extensions">
  938. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
  939. <Private>False</Private>
  940. </Reference>
  941. <Reference Include="System.Reflection.Primitives">
  942. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
  943. <Private>False</Private>
  944. </Reference>
  945. <Reference Include="System.Reflection">
  946. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll</HintPath>
  947. <Private>False</Private>
  948. </Reference>
  949. <Reference Include="System.Resources.Reader">
  950. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
  951. <Private>False</Private>
  952. </Reference>
  953. <Reference Include="System.Resources.ResourceManager">
  954. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
  955. <Private>False</Private>
  956. </Reference>
  957. <Reference Include="System.Resources.Writer">
  958. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
  959. <Private>False</Private>
  960. </Reference>
  961. <Reference Include="System.Runtime.CompilerServices.VisualC">
  962. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  963. <Private>False</Private>
  964. </Reference>
  965. <Reference Include="System.Runtime.Extensions">
  966. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
  967. <Private>False</Private>
  968. </Reference>
  969. <Reference Include="System.Runtime.Handles">
  970. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
  971. <Private>False</Private>
  972. </Reference>
  973. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  974. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  975. <Private>False</Private>
  976. </Reference>
  977. <Reference Include="System.Runtime.InteropServices">
  978. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
  979. <Private>False</Private>
  980. </Reference>
  981. <Reference Include="System.Runtime.Numerics">
  982. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
  983. <Private>False</Private>
  984. </Reference>
  985. <Reference Include="System.Runtime.Serialization.Formatters">
  986. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
  987. <Private>False</Private>
  988. </Reference>
  989. <Reference Include="System.Runtime.Serialization.Json">
  990. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
  991. <Private>False</Private>
  992. </Reference>
  993. <Reference Include="System.Runtime.Serialization.Primitives">
  994. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
  995. <Private>False</Private>
  996. </Reference>
  997. <Reference Include="System.Runtime.Serialization.Xml">
  998. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
  999. <Private>False</Private>
  1000. </Reference>
  1001. <Reference Include="System.Runtime">
  1002. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll</HintPath>
  1003. <Private>False</Private>
  1004. </Reference>
  1005. <Reference Include="System.Security.Claims">
  1006. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Claims.dll</HintPath>
  1007. <Private>False</Private>
  1008. </Reference>
  1009. <Reference Include="System.Security.Cryptography.Algorithms">
  1010. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
  1011. <Private>False</Private>
  1012. </Reference>
  1013. <Reference Include="System.Security.Cryptography.Csp">
  1014. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
  1015. <Private>False</Private>
  1016. </Reference>
  1017. <Reference Include="System.Security.Cryptography.Encoding">
  1018. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
  1019. <Private>False</Private>
  1020. </Reference>
  1021. <Reference Include="System.Security.Cryptography.Primitives">
  1022. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
  1023. <Private>False</Private>
  1024. </Reference>
  1025. <Reference Include="System.Security.Cryptography.X509Certificates">
  1026. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
  1027. <Private>False</Private>
  1028. </Reference>
  1029. <Reference Include="System.Security.Principal">
  1030. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Principal.dll</HintPath>
  1031. <Private>False</Private>
  1032. </Reference>
  1033. <Reference Include="System.Security.SecureString">
  1034. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
  1035. <Private>False</Private>
  1036. </Reference>
  1037. <Reference Include="System.Text.Encoding.Extensions">
  1038. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
  1039. <Private>False</Private>
  1040. </Reference>
  1041. <Reference Include="System.Text.Encoding">
  1042. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
  1043. <Private>False</Private>
  1044. </Reference>
  1045. <Reference Include="System.Text.RegularExpressions">
  1046. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
  1047. <Private>False</Private>
  1048. </Reference>
  1049. <Reference Include="System.Threading.Overlapped">
  1050. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
  1051. <Private>False</Private>
  1052. </Reference>
  1053. <Reference Include="System.Threading.Tasks.Extensions">
  1054. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Extensions.dll</HintPath>
  1055. <Private>False</Private>
  1056. </Reference>
  1057. <Reference Include="System.Threading.Tasks.Parallel">
  1058. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
  1059. <Private>False</Private>
  1060. </Reference>
  1061. <Reference Include="System.Threading.Tasks">
  1062. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
  1063. <Private>False</Private>
  1064. </Reference>
  1065. <Reference Include="System.Threading.Thread">
  1066. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
  1067. <Private>False</Private>
  1068. </Reference>
  1069. <Reference Include="System.Threading.ThreadPool">
  1070. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
  1071. <Private>False</Private>
  1072. </Reference>
  1073. <Reference Include="System.Threading.Timer">
  1074. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
  1075. <Private>False</Private>
  1076. </Reference>
  1077. <Reference Include="System.Threading">
  1078. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll</HintPath>
  1079. <Private>False</Private>
  1080. </Reference>
  1081. <Reference Include="System.ValueTuple">
  1082. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ValueTuple.dll</HintPath>
  1083. <Private>False</Private>
  1084. </Reference>
  1085. <Reference Include="System.Xml.ReaderWriter">
  1086. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
  1087. <Private>False</Private>
  1088. </Reference>
  1089. <Reference Include="System.Xml.XDocument">
  1090. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
  1091. <Private>False</Private>
  1092. </Reference>
  1093. <Reference Include="System.Xml.XPath.XDocument">
  1094. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
  1095. <Private>False</Private>
  1096. </Reference>
  1097. <Reference Include="System.Xml.XPath">
  1098. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
  1099. <Private>False</Private>
  1100. </Reference>
  1101. <Reference Include="System.Xml.XmlDocument">
  1102. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
  1103. <Private>False</Private>
  1104. </Reference>
  1105. <Reference Include="System.Xml.XmlSerializer">
  1106. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
  1107. <Private>False</Private>
  1108. </Reference>
  1109. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1110. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1111. <Private>False</Private>
  1112. </Reference>
  1113. <Reference Include="System.ComponentModel.Composition">
  1114. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
  1115. <Private>False</Private>
  1116. </Reference>
  1117. <Reference Include="System.Core">
  1118. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Core.dll</HintPath>
  1119. <Private>False</Private>
  1120. </Reference>
  1121. <Reference Include="System.Data">
  1122. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Data.dll</HintPath>
  1123. <Private>False</Private>
  1124. </Reference>
  1125. <Reference Include="System.Drawing">
  1126. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Drawing.dll</HintPath>
  1127. <Private>False</Private>
  1128. </Reference>
  1129. <Reference Include="System.IO.Compression.FileSystem">
  1130. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
  1131. <Private>False</Private>
  1132. </Reference>
  1133. <Reference Include="System.Net">
  1134. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Net.dll</HintPath>
  1135. <Private>False</Private>
  1136. </Reference>
  1137. <Reference Include="System.Numerics">
  1138. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Numerics.dll</HintPath>
  1139. <Private>False</Private>
  1140. </Reference>
  1141. <Reference Include="System.Runtime.Serialization">
  1142. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
  1143. <Private>False</Private>
  1144. </Reference>
  1145. <Reference Include="System.ServiceModel.Web">
  1146. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
  1147. <Private>False</Private>
  1148. </Reference>
  1149. <Reference Include="System.Transactions">
  1150. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Transactions.dll</HintPath>
  1151. <Private>False</Private>
  1152. </Reference>
  1153. <Reference Include="System.Web">
  1154. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Web.dll</HintPath>
  1155. <Private>False</Private>
  1156. </Reference>
  1157. <Reference Include="System.Windows">
  1158. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Windows.dll</HintPath>
  1159. <Private>False</Private>
  1160. </Reference>
  1161. <Reference Include="System.Xml.Linq">
  1162. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Linq.dll</HintPath>
  1163. <Private>False</Private>
  1164. </Reference>
  1165. <Reference Include="System.Xml.Serialization">
  1166. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
  1167. <Private>False</Private>
  1168. </Reference>
  1169. <Reference Include="System.Xml">
  1170. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll</HintPath>
  1171. <Private>False</Private>
  1172. </Reference>
  1173. <Reference Include="System">
  1174. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll</HintPath>
  1175. <Private>False</Private>
  1176. </Reference>
  1177. <Reference Include="mscorlib">
  1178. <HintPath>/Applications/Unity/Hub/Editor/6000.0.44f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll</HintPath>
  1179. <Private>False</Private>
  1180. </Reference>
  1181. <Reference Include="com.unity.cinemachine.editor">
  1182. <HintPath>Library/ScriptAssemblies/com.unity.cinemachine.editor.dll</HintPath>
  1183. <Private>False</Private>
  1184. </Reference>
  1185. <Reference Include="Unity.InputSystem.ForUI">
  1186. <HintPath>Library/ScriptAssemblies/Unity.InputSystem.ForUI.dll</HintPath>
  1187. <Private>False</Private>
  1188. </Reference>
  1189. <Reference Include="UnityEditor.UI">
  1190. <HintPath>Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  1191. <Private>False</Private>
  1192. </Reference>
  1193. <Reference Include="Unity.Searcher.Editor">
  1194. <HintPath>Library/ScriptAssemblies/Unity.Searcher.Editor.dll</HintPath>
  1195. <Private>False</Private>
  1196. </Reference>
  1197. <Reference Include="Unity.Rider.Editor">
  1198. <HintPath>Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
  1199. <Private>False</Private>
  1200. </Reference>
  1201. <Reference Include="Unity.RenderPipelines.Core.Runtime.Shared">
  1202. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.Shared.dll</HintPath>
  1203. <Private>False</Private>
  1204. </Reference>
  1205. <Reference Include="Unity.Timeline.Editor">
  1206. <HintPath>Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  1207. <Private>False</Private>
  1208. </Reference>
  1209. <Reference Include="Unity.ShaderGraph.Editor">
  1210. <HintPath>Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll</HintPath>
  1211. <Private>False</Private>
  1212. </Reference>
  1213. <Reference Include="Unity.Timeline">
  1214. <HintPath>Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  1215. <Private>False</Private>
  1216. </Reference>
  1217. <Reference Include="Unity.TestTools.CodeCoverage.Editor.OpenCover.Model">
  1218. <HintPath>Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.OpenCover.Model.dll</HintPath>
  1219. <Private>False</Private>
  1220. </Reference>
  1221. <Reference Include="UnityEngine.UI">
  1222. <HintPath>Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  1223. <Private>False</Private>
  1224. </Reference>
  1225. <Reference Include="Unity.RenderPipelines.Core.Editor.Shared">
  1226. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.Shared.dll</HintPath>
  1227. <Private>False</Private>
  1228. </Reference>
  1229. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  1230. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  1231. <Private>False</Private>
  1232. </Reference>
  1233. <Reference Include="Unity.TestTools.CodeCoverage.Editor">
  1234. <HintPath>Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.dll</HintPath>
  1235. <Private>False</Private>
  1236. </Reference>
  1237. <Reference Include="Unity.Multiplayer.Center.Editor">
  1238. <HintPath>Library/ScriptAssemblies/Unity.Multiplayer.Center.Editor.dll</HintPath>
  1239. <Private>False</Private>
  1240. </Reference>
  1241. <Reference Include="Unity.PlasticSCM.Editor">
  1242. <HintPath>Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll</HintPath>
  1243. <Private>False</Private>
  1244. </Reference>
  1245. <Reference Include="Unity.Mathematics.Editor">
  1246. <HintPath>Library/ScriptAssemblies/Unity.Mathematics.Editor.dll</HintPath>
  1247. <Private>False</Private>
  1248. </Reference>
  1249. <Reference Include="Unity.Performance.Profile-Analyzer.Editor">
  1250. <HintPath>Library/ScriptAssemblies/Unity.Performance.Profile-Analyzer.Editor.dll</HintPath>
  1251. <Private>False</Private>
  1252. </Reference>
  1253. <Reference Include="Unity.RenderPipelines.GPUDriven.Runtime">
  1254. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.GPUDriven.Runtime.dll</HintPath>
  1255. <Private>False</Private>
  1256. </Reference>
  1257. <Reference Include="Unity.Collections">
  1258. <HintPath>Library/ScriptAssemblies/Unity.Collections.dll</HintPath>
  1259. <Private>False</Private>
  1260. </Reference>
  1261. <Reference Include="Unity.Rendering.LightTransport.Editor">
  1262. <HintPath>Library/ScriptAssemblies/Unity.Rendering.LightTransport.Editor.dll</HintPath>
  1263. <Private>False</Private>
  1264. </Reference>
  1265. <Reference Include="Unity.VisualScripting.Core">
  1266. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Core.dll</HintPath>
  1267. <Private>False</Private>
  1268. </Reference>
  1269. <Reference Include="Unity.Collections.Editor">
  1270. <HintPath>Library/ScriptAssemblies/Unity.Collections.Editor.dll</HintPath>
  1271. <Private>False</Private>
  1272. </Reference>
  1273. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  1274. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  1275. <Private>False</Private>
  1276. </Reference>
  1277. <Reference Include="Unity.VisualScripting.Shared.Editor">
  1278. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Shared.Editor.dll</HintPath>
  1279. <Private>False</Private>
  1280. </Reference>
  1281. <Reference Include="Unity.VisualScripting.Core.Editor">
  1282. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll</HintPath>
  1283. <Private>False</Private>
  1284. </Reference>
  1285. <Reference Include="Unity.Multiplayer.Center.Common">
  1286. <HintPath>Library/ScriptAssemblies/Unity.Multiplayer.Center.Common.dll</HintPath>
  1287. <Private>False</Private>
  1288. </Reference>
  1289. <Reference Include="Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection">
  1290. <HintPath>Library/ScriptAssemblies/Unity.TestTools.CodeCoverage.Editor.OpenCover.Mono.Reflection.dll</HintPath>
  1291. <Private>False</Private>
  1292. </Reference>
  1293. <Reference Include="Unity.VisualScripting.Flow.Editor">
  1294. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll</HintPath>
  1295. <Private>False</Private>
  1296. </Reference>
  1297. <Reference Include="Unity.Postprocessing.Editor">
  1298. <HintPath>Library/ScriptAssemblies/Unity.Postprocessing.Editor.dll</HintPath>
  1299. <Private>False</Private>
  1300. </Reference>
  1301. <Reference Include="Unity.TextMeshPro">
  1302. <HintPath>Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  1303. <Private>False</Private>
  1304. </Reference>
  1305. <Reference Include="Unity.EditorCoroutines.Editor">
  1306. <HintPath>Library/ScriptAssemblies/Unity.EditorCoroutines.Editor.dll</HintPath>
  1307. <Private>False</Private>
  1308. </Reference>
  1309. <Reference Include="Unity.VisualScripting.SettingsProvider.Editor">
  1310. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.dll</HintPath>
  1311. <Private>False</Private>
  1312. </Reference>
  1313. <Reference Include="Unity.VisualScripting.State.Editor">
  1314. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll</HintPath>
  1315. <Private>False</Private>
  1316. </Reference>
  1317. <Reference Include="Unity.Mathematics">
  1318. <HintPath>Library/ScriptAssemblies/Unity.Mathematics.dll</HintPath>
  1319. <Private>False</Private>
  1320. </Reference>
  1321. <Reference Include="Cinemachine">
  1322. <HintPath>Library/ScriptAssemblies/Cinemachine.dll</HintPath>
  1323. <Private>False</Private>
  1324. </Reference>
  1325. <Reference Include="Unity.RenderPipelines.Core.Editor">
  1326. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll</HintPath>
  1327. <Private>False</Private>
  1328. </Reference>
  1329. <Reference Include="Unity.VisualScripting.State">
  1330. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.State.dll</HintPath>
  1331. <Private>False</Private>
  1332. </Reference>
  1333. <Reference Include="Unity.Postprocessing.Runtime">
  1334. <HintPath>Library/ScriptAssemblies/Unity.Postprocessing.Runtime.dll</HintPath>
  1335. <Private>False</Private>
  1336. </Reference>
  1337. <Reference Include="Unity.2D.Sprite.Editor">
  1338. <HintPath>Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll</HintPath>
  1339. <Private>False</Private>
  1340. </Reference>
  1341. <Reference Include="Unity.TextMeshPro.Editor">
  1342. <HintPath>Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  1343. <Private>False</Private>
  1344. </Reference>
  1345. <Reference Include="Unity.Burst.Editor">
  1346. <HintPath>Library/ScriptAssemblies/Unity.Burst.Editor.dll</HintPath>
  1347. <Private>False</Private>
  1348. </Reference>
  1349. <Reference Include="Unity.Burst">
  1350. <HintPath>Library/ScriptAssemblies/Unity.Burst.dll</HintPath>
  1351. <Private>False</Private>
  1352. </Reference>
  1353. <Reference Include="Unity.VisualStudio.Editor">
  1354. <HintPath>Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll</HintPath>
  1355. <Private>False</Private>
  1356. </Reference>
  1357. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  1358. <HintPath>Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  1359. <Private>False</Private>
  1360. </Reference>
  1361. <Reference Include="Unity.VisualScripting.Flow">
  1362. <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll</HintPath>
  1363. <Private>False</Private>
  1364. </Reference>
  1365. <Reference Include="Unity.Rendering.LightTransport.Runtime">
  1366. <HintPath>Library/ScriptAssemblies/Unity.Rendering.LightTransport.Runtime.dll</HintPath>
  1367. <Private>False</Private>
  1368. </Reference>
  1369. <Reference Include="Unity.InputSystem">
  1370. <HintPath>Library/ScriptAssemblies/Unity.InputSystem.dll</HintPath>
  1371. <Private>False</Private>
  1372. </Reference>
  1373. </ItemGroup>
  1374. <ItemGroup>
  1375. <ProjectReference Include="Assembly-CSharp-firstpass.csproj" />
  1376. </ItemGroup>
  1377. <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
  1378. <ItemGroup>
  1379. <ProjectCapability Remove="LaunchProfiles" />
  1380. <ProjectCapability Remove="SharedProjectReferences" />
  1381. <ProjectCapability Remove="ReferenceManagerSharedProjects" />
  1382. <ProjectCapability Remove="ProjectReferences" />
  1383. <ProjectCapability Remove="ReferenceManagerProjects" />
  1384. <ProjectCapability Remove="COMReferences" />
  1385. <ProjectCapability Remove="ReferenceManagerCOM" />
  1386. <ProjectCapability Remove="AssemblyReferences" />
  1387. <ProjectCapability Remove="ReferenceManagerAssemblies" />
  1388. </ItemGroup>
  1389. </Project>