Assembly-CSharp.csproj 80 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>9.0</LangVersion>
  5. <_TargetFrameworkDirectories>non_empty_path_generated_by_unity.rider.package</_TargetFrameworkDirectories>
  6. <_FullFrameworkReferenceAssemblyPaths>non_empty_path_generated_by_unity.rider.package</_FullFrameworkReferenceAssemblyPaths>
  7. <DisableHandlePackageFileConflicts>true</DisableHandlePackageFileConflicts>
  8. </PropertyGroup>
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  12. <ProductVersion>10.0.20506</ProductVersion>
  13. <SchemaVersion>2.0</SchemaVersion>
  14. <RootNamespace></RootNamespace>
  15. <ProjectGuid>{eed19863-2a24-2fa2-5144-e0e369763bd5}</ProjectGuid>
  16. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <OutputType>Library</OutputType>
  18. <AppDesignerFolder>Properties</AppDesignerFolder>
  19. <AssemblyName>Assembly-CSharp</AssemblyName>
  20. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. <BaseDirectory>.</BaseDirectory>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>Temp\Bin\Debug\Assembly-CSharp\</OutputPath>
  29. <DefineConstants>UNITY_2022_3_38;UNITY_2022_3;UNITY_2022;TUANJIE_1_3_2;TUANJIE_1_3;TUANJIE_1;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;TUANJIE_2022_3_OR_NEWER;TUANJIE_1_0_OR_NEWER;TUANJIE_1_1_OR_NEWER;TUANJIE_1_2_OR_NEWER;TUANJIE_1_3_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_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;ENABLE_NAVIGATION_PACKAGE_DEBUG_VISUALIZATION;ENABLE_NAVIGATION_HEIGHTMESH_RUNTIME_SUPPORT;ENABLE_NAVIGATION_UI_REQUIRES_PACKAGE;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_OSX;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_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_LEGACY_INPUT_MANAGER;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <NoWarn>0169,0649</NoWarn>
  33. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  34. <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <NoConfig>true</NoConfig>
  38. <NoStdLib>true</NoStdLib>
  39. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  40. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  41. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Analyzer Include="/Applications/Tuanjie/Tuanjie.app/Contents/Tools/Unity.SourceGenerators/Unity.SourceGenerators.dll" />
  45. <Analyzer Include="/Applications/Tuanjie/Tuanjie.app/Contents/Tools/Unity.SourceGenerators/Unity.Properties.SourceGenerator.dll" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_TextEventHandler.cs" />
  49. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/VertexShakeA.cs" />
  50. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/EnvMapAnimator.cs" />
  51. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_TextSelector_A.cs" />
  52. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/Benchmark01_UGUI.cs" />
  53. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/SimpleScript.cs" />
  54. <Compile Include="Assets/Layer Lab/Scripts/PanelControl.cs" />
  55. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/Benchmark04.cs" />
  56. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/ChatController.cs" />
  57. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_DigitValidator.cs" />
  58. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_FrameRateCounter.cs" />
  59. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/Benchmark01.cs" />
  60. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TextMeshSpawner.cs" />
  61. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/Benchmark02.cs" />
  62. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/CameraController.cs" />
  63. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/Benchmark03.cs" />
  64. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_ExampleScript_01.cs" />
  65. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMPro_InstructionOverlay.cs" />
  66. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/VertexShakeB.cs" />
  67. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/DropdownSample.cs" />
  68. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/VertexColorCycler.cs" />
  69. <Compile Include="Assets/Scenes/DrawParabola.cs" />
  70. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/ObjectSpin.cs" />
  71. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_PhoneNumberValidator.cs" />
  72. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/VertexJitter.cs" />
  73. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TextConsoleSimulator.cs" />
  74. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TeleType.cs" />
  75. <Compile Include="Assets/Layer Lab/Scripts/PanelView.cs" />
  76. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_TextEventCheck.cs" />
  77. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_UiFrameRateCounter.cs" />
  78. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/VertexZoom.cs" />
  79. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_TextSelector_B.cs" />
  80. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/SkewTextExample.cs" />
  81. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/WarpTextExample.cs" />
  82. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TextMeshProFloatingText.cs" />
  83. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/ShaderPropAnimator.cs" />
  84. <Compile Include="Assets/TextMesh Pro/Examples &amp; Extras/Scripts/TMP_TextInfoDebugTool.cs" />
  85. <None Include="Assets/Art/UIAssets/TextrueJson/jiandanxinxi.txt" />
  86. <None Include="Assets/Art/UIAssets/TextrueJson/shaixuan.txt" />
  87. <None Include="Assets/TextMesh Pro/Shaders/TMPro.cginc" />
  88. <None Include="Assets/Res/Config/LanguageEnglishConfig.json" />
  89. <None Include="Assets/Art/UIAssets/TextrueJson/renwuwancheng.txt" />
  90. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader" />
  91. <None Include="Assets/Art/UIAssets/TextrueJson/tj_guaiwutupian.txt" />
  92. <None Include="Assets/Res/Config/LanguageRUConfig.json" />
  93. <None Include="Assets/Art/UIAssets/TextrueJson/daohanglan.txt" />
  94. <None Include="Assets/Art/UIAssets/TextrueJson/beibaoqietu.txt" />
  95. <None Include="Assets/WX-WASM-SDK-V2/Runtime/Plugins/link.xml" />
  96. <None Include="Assets/Art/UIAssets/TextrueJson/bb.txt" />
  97. <None Include="Assets/Art/UIAssets/TextrueJson/gkxz.txt" />
  98. <None Include="Assets/Art/UIAssets/TextrueJson/judianxinxi.txt" />
  99. <None Include="Assets/Art/UIAssets/TextrueJson/chenghao.txt" />
  100. <None Include="Assets/Art/UIAssets/TextrueJson/qianghuazhuangbei.txt" />
  101. <None Include="Assets/Res/Config/BuffConfig.json" />
  102. <None Include="Assets/Art/UIAssets/TextrueJson/c2m1.txt" />
  103. <None Include="Assets/Art/UIAssets/TextrueJson/heroweapon.txt" />
  104. <None Include="Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader" />
  105. <None Include="Assets/Art/UIAssets/TextrueJson/ywzb.txt" />
  106. <None Include="Assets/Art/UIAssets/TextrueJson/jjd.txt" />
  107. <None Include="Assets/Art/UIAssets/TextrueJson/wuqi_qiangxie.txt" />
  108. <None Include="Assets/Art/UIAssets/TextrueJson/texture.txt" />
  109. <None Include="Assets/TextMesh Pro/Examples &amp; Extras/Fonts/Oswald-Bold - OFL.txt" />
  110. <None Include="Assets/Art/UIAssets/TextrueJson/zhangjiexuanze.txt" />
  111. <None Include="Assets/Art/UIAssets/TextrueJson/zhujiemian.txt" />
  112. <None Include="Assets/Res/Config/HeroBasicEquipConfig.json" />
  113. <None Include="Assets/link.xml" />
  114. <None Include="Assets/Art/UIAssets/TextrueJson/xuanzehexiaoditu.txt" />
  115. <None Include="Assets/Res/Config/HeroPromoteConfig.json" />
  116. <None Include="Assets/Art/UIAssets/TextrueJson/c4m1.txt" />
  117. <None Include="Assets/Art/UIAssets/TextrueJson/xialacaidan.txt" />
  118. <None Include="Assets/Art/UIAssets/TextrueJson/gfchilun.txt" />
  119. <None Include="Assets/TextMesh Pro/Examples &amp; Extras/Fonts/Anton OFL.txt" />
  120. <None Include="Assets/Res/Config/SkillConfig.json" />
  121. <None Include="Assets/Art/UIAssets/TextrueJson/mishiyufuwen.txt" />
  122. <None Include="Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc" />
  123. <None Include="Assets/Art/UIAssets/TextrueJson/dcsq.txt" />
  124. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader" />
  125. <None Include="Assets/Art/UIAssets/TextrueJson/tanxianshibai.txt" />
  126. <None Include="Assets/Art/UIAssets/TextrueJson/loadingtuji.txt" />
  127. <None Include="Assets/Res/Config/LanguageTHConfig.json" />
  128. <None Include="Assets/Art/UIAssets/TextrueJson/buzhen.txt" />
  129. <None Include="Assets/Art/UIAssets/TextrueJson/cbt.txt" />
  130. <None Include="Assets/Art/UIAssets/TextrueJson/lihui.txt" />
  131. <None Include="Assets/StreamingAssets/Bundle/MD5.txt" />
  132. <None Include="Assets/Art/UIAssets/TextrueJson/rcfb.txt" />
  133. <None Include="Assets/Art/UIAssets/TextrueJson/biaoqingicon.txt" />
  134. <None Include="Assets/Art/UIAssets/TextrueJson/wuqi_duanbing.txt" />
  135. <None Include="Assets/Art/UIAssets/TextrueJson/zhanling.txt" />
  136. <None Include="Assets/Art/UIAssets/TextrueJson/rczc.txt" />
  137. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader" />
  138. <None Include="Assets/Res/TimeLineAssets/Hero04_TD.txt" />
  139. <None Include="Assets/Art/UIAssets/TextrueJson/daoju.txt" />
  140. <None Include="Assets/Art/UIAssets/TextrueJson/suishenzhuangbei.txt" />
  141. <None Include="Assets/Art/UIAssets/TextrueJson/qjbuff.txt" />
  142. <None Include="Assets/Art/UIAssets/TextrueJson/yk.txt" />
  143. <None Include="Assets/Art/UIAssets/TextrueJson/tj.txt" />
  144. <None Include="Assets/Art/UIAssets/TextrueJson/djjs.txt" />
  145. <None Include="Assets/Res/Config/HeroPowerConfig.json" />
  146. <None Include="Assets/Art/UIAssets/TextrueJson/wuqiicon.txt" />
  147. <None Include="Assets/Art/UIAssets/TextrueJson/qd.txt" />
  148. <None Include="Assets/Art/UIAssets/TextrueJson/rim.txt" />
  149. <None Include="Assets/Art/UIAssets/TextrueJson/MonsterSkillIcon.txt" />
  150. <None Include="Assets/Art/UIAssets/TextrueJson/huodewupin.txt" />
  151. <None Include="Assets/Art/UIAssets/TextrueJson/yw.txt" />
  152. <None Include="Assets/Art/UIAssets/TextrueJson/yingxiongtouxiang.txt" />
  153. <None Include="Assets/Art/UIAssets/TextrueJson/c3m1.txt" />
  154. <None Include="Assets/Art/UIAssets/TextrueJson/tongyong_icon.txt" />
  155. <None Include="Assets/Layer Lab/GUI Pro-SuperCasual/+README+/LayerLab_UserAssetGuide.txt" />
  156. <None Include="Assets/Art/UIAssets/TextrueJson/yongshixuanbasai.txt" />
  157. <None Include="Assets/Art/UIAssets/TextrueJson/zhuangbeiicon.txt" />
  158. <None Include="Assets/Res/TimeLineAssets/Guaiwu01_TD.txt" />
  159. <None Include="Assets/Art/UIAssets/TextrueJson/hd2.txt" />
  160. <None Include="Assets/Art/UIAssets/TextrueJson/liaotianjiemian.txt" />
  161. <None Include="Assets/Art/UIAssets/TextrueJson/tj_yingxiongtupian.txt" />
  162. <None Include="Assets/Art/UIAssets/TextrueJson/yindao.txt" />
  163. <None Include="Packages/com.kybernetik.animancer/package.json" />
  164. <None Include="Assets/Art/UIAssets/TextrueJson/hylb.txt" />
  165. <None Include="Assets/Art/UIAssets/TextrueJson/gd.txt" />
  166. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader" />
  167. <None Include="Assets/Res/TimeLineAssets/GuaiwuBoss01_TD.txt" />
  168. <None Include="Assets/Art/UIAssets/TextrueJson/cangbaotu.txt" />
  169. <None Include="Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt" />
  170. <None Include="Assets/Art/UIAssets/TextrueJson/shangdianjie.txt" />
  171. <None Include="Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader" />
  172. <None Include="Assets/Art/UIAssets/TextrueJson/xiaoditu.txt" />
  173. <None Include="Assets/Art/UIAssets/TextrueJson/hd1.txt" />
  174. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF.shader" />
  175. <None Include="Assets/Art/UIAssets/TextrueJson/feitingqietu.txt" />
  176. <None Include="Assets/Art/UIAssets/TextrueJson/icon.txt" />
  177. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader" />
  178. <None Include="Assets/Art/UIAssets/TextrueJson/loop.txt" />
  179. <None Include="Assets/Art/UIAssets/TextrueJson/jinrujiemian.txt" />
  180. <None Include="Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt" />
  181. <None Include="Assets/Art/UIAssets/TextrueJson/pt.txt" />
  182. <None Include="Assets/Art/UIAssets/TextrueJson/yaoganjiemian.txt" />
  183. <None Include="Assets/Art/UIAssets/TextrueJson/decorate.txt" />
  184. <None Include="Assets/Art/UIAssets/TextrueJson/c1m1.txt" />
  185. <None Include="Assets/Res/TimeLineAssets/Hero03_TD.txt" />
  186. <None Include="Assets/Res/Config/HeroModelConfig.json" />
  187. <None Include="Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc" />
  188. <None Include="Assets/Art/UIAssets/TextrueJson/weituozhandou.txt" />
  189. <None Include="Assets/Art/UIAssets/TextrueJson/shangcheng.txt" />
  190. <None Include="Assets/Art/UIAssets/TextrueJson/richangfuben.txt" />
  191. <None Include="Assets/Art/UIAssets/TextrueJson/yingxiongjiban.txt" />
  192. <None Include="Assets/Art/UIAssets/TextrueJson/yxxx.txt" />
  193. <None Include="Assets/Art/UIAssets/TextrueJson/yiwuxianshi.txt" />
  194. <None Include="Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc" />
  195. <None Include="Assets/Art/UIAssets/TextrueJson/hd3.txt" />
  196. <None Include="Assets/Res/Font/arlishugbmd_test/Readme.txt" />
  197. <None Include="Assets/Res/Config/BuffPoolConfig.json" />
  198. <None Include="Assets/Art/UIAssets/TextrueJson/tongyong_btn.txt" />
  199. <None Include="Assets/Art/UIAssets/TextrueJson/yj.txt" />
  200. <None Include="Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt" />
  201. <None Include="Assets/Art/UIAssets/TextrueJson/Button.txt" />
  202. <None Include="Assets/Art/UIAssets/TextrueJson/appicon.txt" />
  203. <None Include="Assets/Art/UIAssets/TextrueJson/cbtgkxz.txt" />
  204. <None Include="Assets/Art/UIAssets/TextrueJson/maoxiandaojutubiao.txt" />
  205. <None Include="Assets/Art/UIAssets/TextrueJson/cangbaotuicon.txt" />
  206. <None Include="Assets/Art/UIAssets/TextrueJson/bg.txt" />
  207. <None Include="Assets/Res/TimeLineAssets/Hero01_TD.txt" />
  208. <None Include="Assets/Art/UIAssets/TextrueJson/Combat.txt" />
  209. <None Include="Assets/Art/UIAssets/TextrueJson/guild.txt" />
  210. <None Include="Assets/Art/UIAssets/TextrueJson/zhixianrenwu.txt" />
  211. <None Include="Assets/Art/UIAssets/TextrueJson/kaoyan.txt" />
  212. <None Include="Assets/Art/UIAssets/TextrueJson/jineng.txt" />
  213. <None Include="Assets/Art/UIAssets/TextrueJson/buff.txt" />
  214. <None Include="Packages/com.unity.ai.navigation@1.1.5/package.json" />
  215. <None Include="Assets/Art/UIAssets/TextrueJson/yingxiongzhuangbei.txt" />
  216. <None Include="Assets/Art/UIAssets/TextrueJson/mxrw.txt" />
  217. <None Include="Assets/Art/UIAssets/TextrueJson/beijing.txt" />
  218. <None Include="Assets/Art/UIAssets/TextrueJson/tongguanguanqia.txt" />
  219. <None Include="Assets/Art/UIAssets/TextrueJson/TextrueJson.txt" />
  220. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader" />
  221. <None Include="Assets/Art/UIAssets/TextrueJson/taozhuangtubiao.txt" />
  222. <None Include="Assets/Art/UIAssets/TextrueJson/zhangjiedaditu.txt" />
  223. <None Include="Assets/Res/Config/ItemConfig.json" />
  224. <None Include="Assets/Art/UIAssets/TextrueJson/mp.txt" />
  225. <None Include="Assets/Art/UIAssets/TextrueJson/gf.txt" />
  226. <None Include="Assets/Res/TimeLineAssets/Hero02_TD.txt" />
  227. <None Include="Assets/Art/UIAssets/TextrueJson/tongyong_kuang.txt" />
  228. <None Include="Assets/Art/UIAssets/TextrueJson/cbtbuff.txt" />
  229. <None Include="Assets/Res/TimeLineAssets/Hero1_TD.txt" />
  230. <None Include="Assets/Art/UIAssets/TextrueJson/gg.txt" />
  231. <None Include="Assets/Art/UIAssets/TextrueJson/buzhenjiemian.txt" />
  232. <None Include="Assets/StreamingAssets/assetConfig.txt" />
  233. <None Include="Assets/Res/Config/LanguageDEConfig.json" />
  234. <None Include="Assets/Art/UIAssets/TextrueJson/zhandou.txt" />
  235. <None Include="Assets/Art/UIAssets/TextrueJson/js.txt" />
  236. <None Include="Assets/Art/UIAssets/TextrueJson/haoyou.txt" />
  237. <None Include="Assets/Art/UIAssets/TextrueJson/shangdian.txt" />
  238. <None Include="Assets/Art/UIAssets/TextrueJson/monster.txt" />
  239. <None Include="Assets/Art/UIAssets/TextrueJson/gonghui.txt" />
  240. <None Include="Assets/Art/UIAssets/TextrueJson/zhaomu.txt" />
  241. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader" />
  242. <None Include="Assets/Art/UIAssets/TextrueJson/juexing.txt" />
  243. <None Include="Assets/Art/UIAssets/TextrueJson/dixiachengxinximianban.txt" />
  244. <None Include="Assets/Art/UIAssets/TextrueJson/xinshoujianglirenwu.txt" />
  245. <None Include="Assets/Art/UIAssets/TextrueJson/dagong.txt" />
  246. <None Include="Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader" />
  247. <None Include="Assets/Art/UIAssets/TextrueJson/sqkp.txt" />
  248. <None Include="Assets/Art/UIAssets/TextrueJson/roge.txt" />
  249. <None Include="Assets/StreamingAssets/Bundle/assetConfig.txt" />
  250. <None Include="Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt" />
  251. <None Include="Packages/com.kybernetik.animancer/License.txt" />
  252. <None Include="Assets/Art/UIAssets/TextrueJson/yingxiongjueixng.txt" />
  253. <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader" />
  254. <None Include="Assets/Art/UIAssets/TextrueJson/loading.txt" />
  255. <None Include="Assets/Art/UIAssets/TextrueJson/xuanshang.txt" />
  256. <None Include="Assets/Art/UIAssets/TextrueJson/czjj.txt" />
  257. <None Include="Assets/Res/Config/LanguageFRConfig.json" />
  258. <None Include="Assets/Art/UIAssets/TextrueJson/ftsj.txt" />
  259. <None Include="Assets/TextMesh Pro/Sprites/EmojiOne.json" />
  260. <None Include="Assets/Art/UIAssets/TextrueJson/shezhi.txt" />
  261. <None Include="Assets/Art/UIAssets/TextrueJson/yingxiongxinxi.txt" />
  262. <None Include="Assets/Art/UIAssets/TextrueJson/kaifuchongci.txt" />
  263. <None Include="Assets/TextMesh Pro/Shaders/TMP_Sprite.shader" />
  264. <None Include="Assets/Art/UIAssets/TextrueJson/chengjiuxitong.txt" />
  265. <None Include="Assets/TextMesh Pro/Examples &amp; Extras/Fonts/Bangers - OFL.txt" />
  266. <None Include="Assets/Art/UIAssets/TextrueJson/yd.txt" />
  267. <None Include="Assets/Art/UIAssets/TextrueJson/gonghuibiaozi.txt" />
  268. <Reference Include="UnityEngine">
  269. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath>
  270. </Reference>
  271. <Reference Include="UnityEngine.AIModule">
  272. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  273. </Reference>
  274. <Reference Include="UnityEngine.ARModule">
  275. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  276. </Reference>
  277. <Reference Include="UnityEngine.AccessibilityModule">
  278. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  279. </Reference>
  280. <Reference Include="UnityEngine.AndroidJNIModule">
  281. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  282. </Reference>
  283. <Reference Include="UnityEngine.AnimationModule">
  284. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  285. </Reference>
  286. <Reference Include="UnityEngine.AssetBundleModule">
  287. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  288. </Reference>
  289. <Reference Include="UnityEngine.AudioModule">
  290. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  291. </Reference>
  292. <Reference Include="UnityEngine.ClothModule">
  293. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  294. </Reference>
  295. <Reference Include="UnityEngine.ClusterInputModule">
  296. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  297. </Reference>
  298. <Reference Include="UnityEngine.ClusterRendererModule">
  299. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  300. </Reference>
  301. <Reference Include="UnityEngine.ContentLoadModule">
  302. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ContentLoadModule.dll</HintPath>
  303. </Reference>
  304. <Reference Include="UnityEngine.CoreModule">
  305. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  306. </Reference>
  307. <Reference Include="UnityEngine.CrashReportingModule">
  308. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  309. </Reference>
  310. <Reference Include="UnityEngine.DSPGraphModule">
  311. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  312. </Reference>
  313. <Reference Include="UnityEngine.DirectorModule">
  314. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  315. </Reference>
  316. <Reference Include="UnityEngine.GIModule">
  317. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
  318. </Reference>
  319. <Reference Include="UnityEngine.GameCenterModule">
  320. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  321. </Reference>
  322. <Reference Include="UnityEngine.GridModule">
  323. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  324. </Reference>
  325. <Reference Include="UnityEngine.HotReloadModule">
  326. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  327. </Reference>
  328. <Reference Include="UnityEngine.IMGUIModule">
  329. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  330. </Reference>
  331. <Reference Include="UnityEngine.ImageConversionModule">
  332. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  333. </Reference>
  334. <Reference Include="UnityEngine.InputModule">
  335. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  336. </Reference>
  337. <Reference Include="UnityEngine.InputLegacyModule">
  338. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  339. </Reference>
  340. <Reference Include="UnityEngine.JSONSerializeModule">
  341. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  342. </Reference>
  343. <Reference Include="UnityEngine.LocalizationModule">
  344. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  345. </Reference>
  346. <Reference Include="UnityEngine.OpenHarmonyJSModule">
  347. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.OpenHarmonyJSModule.dll</HintPath>
  348. </Reference>
  349. <Reference Include="UnityEngine.ParticleSystemModule">
  350. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  351. </Reference>
  352. <Reference Include="UnityEngine.PerformanceReportingModule">
  353. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  354. </Reference>
  355. <Reference Include="UnityEngine.PhysicsModule">
  356. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  357. </Reference>
  358. <Reference Include="UnityEngine.Physics2DModule">
  359. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  360. </Reference>
  361. <Reference Include="UnityEngine.ProfilerModule">
  362. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  363. </Reference>
  364. <Reference Include="UnityEngine.PropertiesModule">
  365. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.PropertiesModule.dll</HintPath>
  366. </Reference>
  367. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  368. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  369. </Reference>
  370. <Reference Include="UnityEngine.ScreenCaptureModule">
  371. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  372. </Reference>
  373. <Reference Include="UnityEngine.SharedInternalsModule">
  374. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  375. </Reference>
  376. <Reference Include="UnityEngine.SpriteMaskModule">
  377. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  378. </Reference>
  379. <Reference Include="UnityEngine.SpriteShapeModule">
  380. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  381. </Reference>
  382. <Reference Include="UnityEngine.StreamingModule">
  383. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  384. </Reference>
  385. <Reference Include="UnityEngine.SubstanceModule">
  386. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  387. </Reference>
  388. <Reference Include="UnityEngine.SubsystemsModule">
  389. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  390. </Reference>
  391. <Reference Include="UnityEngine.TLSModule">
  392. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  393. </Reference>
  394. <Reference Include="UnityEngine.TerrainModule">
  395. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  396. </Reference>
  397. <Reference Include="UnityEngine.TerrainPhysicsModule">
  398. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  399. </Reference>
  400. <Reference Include="UnityEngine.TextCoreFontEngineModule">
  401. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll</HintPath>
  402. </Reference>
  403. <Reference Include="UnityEngine.TextCoreTextEngineModule">
  404. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll</HintPath>
  405. </Reference>
  406. <Reference Include="UnityEngine.TextRenderingModule">
  407. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  408. </Reference>
  409. <Reference Include="UnityEngine.TilemapModule">
  410. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  411. </Reference>
  412. <Reference Include="UnityEngine.UIModule">
  413. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  414. </Reference>
  415. <Reference Include="UnityEngine.UIElementsModule">
  416. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  417. </Reference>
  418. <Reference Include="UnityEngine.UnityAnalyticsModule">
  419. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  420. </Reference>
  421. <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
  422. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
  423. </Reference>
  424. <Reference Include="UnityEngine.UnityConnectModule">
  425. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  426. </Reference>
  427. <Reference Include="UnityEngine.UnityCurlModule">
  428. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
  429. </Reference>
  430. <Reference Include="UnityEngine.UnityTestProtocolModule">
  431. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  432. </Reference>
  433. <Reference Include="UnityEngine.UnityWebRequestModule">
  434. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  435. </Reference>
  436. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  437. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  438. </Reference>
  439. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  440. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  441. </Reference>
  442. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  443. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  444. </Reference>
  445. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  446. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  447. </Reference>
  448. <Reference Include="UnityEngine.VFXModule">
  449. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  450. </Reference>
  451. <Reference Include="UnityEngine.VRModule">
  452. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  453. </Reference>
  454. <Reference Include="UnityEngine.VehiclesModule">
  455. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  456. </Reference>
  457. <Reference Include="UnityEngine.VideoModule">
  458. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  459. </Reference>
  460. <Reference Include="UnityEngine.VirtualTexturingModule">
  461. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath>
  462. </Reference>
  463. <Reference Include="UnityEngine.WindModule">
  464. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  465. </Reference>
  466. <Reference Include="UnityEngine.XRModule">
  467. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  468. </Reference>
  469. <Reference Include="UnityEditor">
  470. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.dll</HintPath>
  471. </Reference>
  472. <Reference Include="UnityEditor.CoreModule">
  473. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
  474. </Reference>
  475. <Reference Include="UnityEditor.DeviceSimulatorModule">
  476. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll</HintPath>
  477. </Reference>
  478. <Reference Include="UnityEditor.DiagnosticsModule">
  479. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll</HintPath>
  480. </Reference>
  481. <Reference Include="UnityEditor.EditorToolbarModule">
  482. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.EditorToolbarModule.dll</HintPath>
  483. </Reference>
  484. <Reference Include="UnityEditor.GraphViewModule">
  485. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
  486. </Reference>
  487. <Reference Include="UnityEditor.HMISimulatorModule">
  488. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.HMISimulatorModule.dll</HintPath>
  489. </Reference>
  490. <Reference Include="UnityEditor.PresetsUIModule">
  491. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.PresetsUIModule.dll</HintPath>
  492. </Reference>
  493. <Reference Include="UnityEditor.QuickSearchModule">
  494. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll</HintPath>
  495. </Reference>
  496. <Reference Include="UnityEditor.SceneTemplateModule">
  497. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
  498. </Reference>
  499. <Reference Include="UnityEditor.SceneViewModule">
  500. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.SceneViewModule.dll</HintPath>
  501. </Reference>
  502. <Reference Include="UnityEditor.TextCoreFontEngineModule">
  503. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll</HintPath>
  504. </Reference>
  505. <Reference Include="UnityEditor.TextCoreTextEngineModule">
  506. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll</HintPath>
  507. </Reference>
  508. <Reference Include="UnityEditor.UIBuilderModule">
  509. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll</HintPath>
  510. </Reference>
  511. <Reference Include="UnityEditor.UIElementsModule">
  512. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
  513. </Reference>
  514. <Reference Include="UnityEditor.UIElementsSamplesModule">
  515. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
  516. </Reference>
  517. <Reference Include="UnityEditor.UnityConnectModule">
  518. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
  519. </Reference>
  520. <Reference Include="wx-runtime-editor">
  521. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/PackageCache/com.qq.weixin.minigame@3d141a9620/Runtime/Plugins/wx-runtime-editor.dll</HintPath>
  522. </Reference>
  523. <Reference Include="wx-perf">
  524. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/PackageCache/com.qq.weixin.minigame@3d141a9620/Runtime/Plugins/wx-perf.dll</HintPath>
  525. </Reference>
  526. <Reference Include="Unity.Collections.LowLevel.ILSupport">
  527. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/PackageCache/com.unity.collections@1.2.4/Unity.Collections.LowLevel.ILSupport/Unity.Collections.LowLevel.ILSupport.dll</HintPath>
  528. </Reference>
  529. <Reference Include="Unity.FontABTool">
  530. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/PackageCache/com.qq.weixin.minigame@3d141a9620/Runtime/Plugins/Unity.FontABTool.dll</HintPath>
  531. </Reference>
  532. <Reference Include="LitJson">
  533. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/PackageCache/com.qq.weixin.minigame@3d141a9620/Runtime/Plugins/LitJson.dll</HintPath>
  534. </Reference>
  535. <Reference Include="EPPlus">
  536. <HintPath>/Users/lcn/0Fort23Projects/XY001/Assets/Scripts/ThirdParty/EPP/EPPlus.dll</HintPath>
  537. </Reference>
  538. <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
  539. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/PackageCache/com.unity.visualscripting@1.9.4/Runtime/VisualScripting.Flow/Dependencies/NCalc/Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
  540. </Reference>
  541. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  542. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/PlaybackEngines/MacStandaloneSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  543. </Reference>
  544. <Reference Include="netstandard">
  545. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/ref/2.1.0/netstandard.dll</HintPath>
  546. </Reference>
  547. <Reference Include="Microsoft.Win32.Primitives">
  548. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
  549. </Reference>
  550. <Reference Include="System.AppContext">
  551. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.AppContext.dll</HintPath>
  552. </Reference>
  553. <Reference Include="System.Buffers">
  554. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Buffers.dll</HintPath>
  555. </Reference>
  556. <Reference Include="System.Collections.Concurrent">
  557. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
  558. </Reference>
  559. <Reference Include="System.Collections.NonGeneric">
  560. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
  561. </Reference>
  562. <Reference Include="System.Collections.Specialized">
  563. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
  564. </Reference>
  565. <Reference Include="System.Collections">
  566. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll</HintPath>
  567. </Reference>
  568. <Reference Include="System.ComponentModel.EventBasedAsync">
  569. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
  570. </Reference>
  571. <Reference Include="System.ComponentModel.Primitives">
  572. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
  573. </Reference>
  574. <Reference Include="System.ComponentModel.TypeConverter">
  575. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
  576. </Reference>
  577. <Reference Include="System.ComponentModel">
  578. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll</HintPath>
  579. </Reference>
  580. <Reference Include="System.Console">
  581. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Console.dll</HintPath>
  582. </Reference>
  583. <Reference Include="System.Data.Common">
  584. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Data.Common.dll</HintPath>
  585. </Reference>
  586. <Reference Include="System.Diagnostics.Contracts">
  587. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
  588. </Reference>
  589. <Reference Include="System.Diagnostics.Debug">
  590. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
  591. </Reference>
  592. <Reference Include="System.Diagnostics.FileVersionInfo">
  593. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
  594. </Reference>
  595. <Reference Include="System.Diagnostics.Process">
  596. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
  597. </Reference>
  598. <Reference Include="System.Diagnostics.StackTrace">
  599. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
  600. </Reference>
  601. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  602. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  603. </Reference>
  604. <Reference Include="System.Diagnostics.Tools">
  605. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
  606. </Reference>
  607. <Reference Include="System.Diagnostics.TraceSource">
  608. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
  609. </Reference>
  610. <Reference Include="System.Diagnostics.Tracing">
  611. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
  612. </Reference>
  613. <Reference Include="System.Drawing.Primitives">
  614. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
  615. </Reference>
  616. <Reference Include="System.Dynamic.Runtime">
  617. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
  618. </Reference>
  619. <Reference Include="System.Globalization.Calendars">
  620. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
  621. </Reference>
  622. <Reference Include="System.Globalization.Extensions">
  623. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
  624. </Reference>
  625. <Reference Include="System.Globalization">
  626. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll</HintPath>
  627. </Reference>
  628. <Reference Include="System.IO.Compression.ZipFile">
  629. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
  630. </Reference>
  631. <Reference Include="System.IO.Compression">
  632. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll</HintPath>
  633. </Reference>
  634. <Reference Include="System.IO.FileSystem.DriveInfo">
  635. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
  636. </Reference>
  637. <Reference Include="System.IO.FileSystem.Primitives">
  638. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
  639. </Reference>
  640. <Reference Include="System.IO.FileSystem.Watcher">
  641. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
  642. </Reference>
  643. <Reference Include="System.IO.FileSystem">
  644. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
  645. </Reference>
  646. <Reference Include="System.IO.IsolatedStorage">
  647. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
  648. </Reference>
  649. <Reference Include="System.IO.MemoryMappedFiles">
  650. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
  651. </Reference>
  652. <Reference Include="System.IO.Pipes">
  653. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
  654. </Reference>
  655. <Reference Include="System.IO.UnmanagedMemoryStream">
  656. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
  657. </Reference>
  658. <Reference Include="System.IO">
  659. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll</HintPath>
  660. </Reference>
  661. <Reference Include="System.Linq.Expressions">
  662. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
  663. </Reference>
  664. <Reference Include="System.Linq.Parallel">
  665. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
  666. </Reference>
  667. <Reference Include="System.Linq.Queryable">
  668. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
  669. </Reference>
  670. <Reference Include="System.Linq">
  671. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll</HintPath>
  672. </Reference>
  673. <Reference Include="System.Memory">
  674. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Memory.dll</HintPath>
  675. </Reference>
  676. <Reference Include="System.Net.Http">
  677. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Http.dll</HintPath>
  678. </Reference>
  679. <Reference Include="System.Net.NameResolution">
  680. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
  681. </Reference>
  682. <Reference Include="System.Net.NetworkInformation">
  683. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
  684. </Reference>
  685. <Reference Include="System.Net.Ping">
  686. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Ping.dll</HintPath>
  687. </Reference>
  688. <Reference Include="System.Net.Primitives">
  689. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
  690. </Reference>
  691. <Reference Include="System.Net.Requests">
  692. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Requests.dll</HintPath>
  693. </Reference>
  694. <Reference Include="System.Net.Security">
  695. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Security.dll</HintPath>
  696. </Reference>
  697. <Reference Include="System.Net.Sockets">
  698. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
  699. </Reference>
  700. <Reference Include="System.Net.WebHeaderCollection">
  701. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
  702. </Reference>
  703. <Reference Include="System.Net.WebSockets.Client">
  704. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
  705. </Reference>
  706. <Reference Include="System.Net.WebSockets">
  707. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
  708. </Reference>
  709. <Reference Include="System.Numerics.Vectors">
  710. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Numerics.Vectors.dll</HintPath>
  711. </Reference>
  712. <Reference Include="System.ObjectModel">
  713. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ObjectModel.dll</HintPath>
  714. </Reference>
  715. <Reference Include="System.Reflection.DispatchProxy">
  716. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.DispatchProxy.dll</HintPath>
  717. </Reference>
  718. <Reference Include="System.Reflection.Emit.ILGeneration">
  719. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.ILGeneration.dll</HintPath>
  720. </Reference>
  721. <Reference Include="System.Reflection.Emit.Lightweight">
  722. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.Lightweight.dll</HintPath>
  723. </Reference>
  724. <Reference Include="System.Reflection.Emit">
  725. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll</HintPath>
  726. </Reference>
  727. <Reference Include="System.Reflection.Extensions">
  728. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
  729. </Reference>
  730. <Reference Include="System.Reflection.Primitives">
  731. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
  732. </Reference>
  733. <Reference Include="System.Reflection">
  734. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll</HintPath>
  735. </Reference>
  736. <Reference Include="System.Resources.Reader">
  737. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
  738. </Reference>
  739. <Reference Include="System.Resources.ResourceManager">
  740. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
  741. </Reference>
  742. <Reference Include="System.Resources.Writer">
  743. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
  744. </Reference>
  745. <Reference Include="System.Runtime.CompilerServices.VisualC">
  746. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  747. </Reference>
  748. <Reference Include="System.Runtime.Extensions">
  749. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
  750. </Reference>
  751. <Reference Include="System.Runtime.Handles">
  752. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
  753. </Reference>
  754. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  755. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  756. </Reference>
  757. <Reference Include="System.Runtime.InteropServices">
  758. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
  759. </Reference>
  760. <Reference Include="System.Runtime.Numerics">
  761. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
  762. </Reference>
  763. <Reference Include="System.Runtime.Serialization.Formatters">
  764. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
  765. </Reference>
  766. <Reference Include="System.Runtime.Serialization.Json">
  767. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
  768. </Reference>
  769. <Reference Include="System.Runtime.Serialization.Primitives">
  770. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
  771. </Reference>
  772. <Reference Include="System.Runtime.Serialization.Xml">
  773. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
  774. </Reference>
  775. <Reference Include="System.Runtime">
  776. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll</HintPath>
  777. </Reference>
  778. <Reference Include="System.Security.Claims">
  779. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Claims.dll</HintPath>
  780. </Reference>
  781. <Reference Include="System.Security.Cryptography.Algorithms">
  782. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
  783. </Reference>
  784. <Reference Include="System.Security.Cryptography.Csp">
  785. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
  786. </Reference>
  787. <Reference Include="System.Security.Cryptography.Encoding">
  788. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
  789. </Reference>
  790. <Reference Include="System.Security.Cryptography.Primitives">
  791. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
  792. </Reference>
  793. <Reference Include="System.Security.Cryptography.X509Certificates">
  794. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
  795. </Reference>
  796. <Reference Include="System.Security.Principal">
  797. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Principal.dll</HintPath>
  798. </Reference>
  799. <Reference Include="System.Security.SecureString">
  800. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
  801. </Reference>
  802. <Reference Include="System.Text.Encoding.Extensions">
  803. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
  804. </Reference>
  805. <Reference Include="System.Text.Encoding">
  806. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
  807. </Reference>
  808. <Reference Include="System.Text.RegularExpressions">
  809. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
  810. </Reference>
  811. <Reference Include="System.Threading.Overlapped">
  812. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
  813. </Reference>
  814. <Reference Include="System.Threading.Tasks.Extensions">
  815. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Extensions.dll</HintPath>
  816. </Reference>
  817. <Reference Include="System.Threading.Tasks.Parallel">
  818. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
  819. </Reference>
  820. <Reference Include="System.Threading.Tasks">
  821. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
  822. </Reference>
  823. <Reference Include="System.Threading.Thread">
  824. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
  825. </Reference>
  826. <Reference Include="System.Threading.ThreadPool">
  827. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
  828. </Reference>
  829. <Reference Include="System.Threading.Timer">
  830. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
  831. </Reference>
  832. <Reference Include="System.Threading">
  833. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll</HintPath>
  834. </Reference>
  835. <Reference Include="System.ValueTuple">
  836. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ValueTuple.dll</HintPath>
  837. </Reference>
  838. <Reference Include="System.Xml.ReaderWriter">
  839. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
  840. </Reference>
  841. <Reference Include="System.Xml.XDocument">
  842. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
  843. </Reference>
  844. <Reference Include="System.Xml.XPath.XDocument">
  845. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
  846. </Reference>
  847. <Reference Include="System.Xml.XPath">
  848. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
  849. </Reference>
  850. <Reference Include="System.Xml.XmlDocument">
  851. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
  852. </Reference>
  853. <Reference Include="System.Xml.XmlSerializer">
  854. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
  855. </Reference>
  856. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  857. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  858. </Reference>
  859. <Reference Include="System.ComponentModel.Composition">
  860. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
  861. </Reference>
  862. <Reference Include="System.Core">
  863. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Core.dll</HintPath>
  864. </Reference>
  865. <Reference Include="System.Data">
  866. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Data.dll</HintPath>
  867. </Reference>
  868. <Reference Include="System.Drawing">
  869. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Drawing.dll</HintPath>
  870. </Reference>
  871. <Reference Include="System.IO.Compression.FileSystem">
  872. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
  873. </Reference>
  874. <Reference Include="System.Net">
  875. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Net.dll</HintPath>
  876. </Reference>
  877. <Reference Include="System.Numerics">
  878. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Numerics.dll</HintPath>
  879. </Reference>
  880. <Reference Include="System.Runtime.Serialization">
  881. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
  882. </Reference>
  883. <Reference Include="System.ServiceModel.Web">
  884. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
  885. </Reference>
  886. <Reference Include="System.Transactions">
  887. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Transactions.dll</HintPath>
  888. </Reference>
  889. <Reference Include="System.Web">
  890. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Web.dll</HintPath>
  891. </Reference>
  892. <Reference Include="System.Windows">
  893. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Windows.dll</HintPath>
  894. </Reference>
  895. <Reference Include="System.Xml.Linq">
  896. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Linq.dll</HintPath>
  897. </Reference>
  898. <Reference Include="System.Xml.Serialization">
  899. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
  900. </Reference>
  901. <Reference Include="System.Xml">
  902. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll</HintPath>
  903. </Reference>
  904. <Reference Include="System">
  905. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll</HintPath>
  906. </Reference>
  907. <Reference Include="mscorlib">
  908. <HintPath>/Applications/Tuanjie/Tuanjie.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll</HintPath>
  909. </Reference>
  910. <Reference Include="Unity.2D.IK.Runtime">
  911. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.IK.Runtime.dll</HintPath>
  912. </Reference>
  913. <Reference Include="Unity.RenderPipelines.Core.Runtime">
  914. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.dll</HintPath>
  915. </Reference>
  916. <Reference Include="Unity.Burst.Editor">
  917. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Burst.Editor.dll</HintPath>
  918. </Reference>
  919. <Reference Include="Unity.2D.Common.Path.Editor">
  920. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Common.Path.Editor.dll</HintPath>
  921. </Reference>
  922. <Reference Include="Wx">
  923. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Wx.dll</HintPath>
  924. </Reference>
  925. <Reference Include="WxEditor">
  926. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/WxEditor.dll</HintPath>
  927. </Reference>
  928. <Reference Include="Unity.2D.PixelPerfect.Editor">
  929. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.PixelPerfect.Editor.dll</HintPath>
  930. </Reference>
  931. <Reference Include="Unity.Rider.Editor">
  932. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
  933. </Reference>
  934. <Reference Include="Unity.2D.Aseprite.Common">
  935. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Aseprite.Common.dll</HintPath>
  936. </Reference>
  937. <Reference Include="Unity.2D.Sprite.Editor">
  938. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll</HintPath>
  939. </Reference>
  940. <Reference Include="Unity.RenderPipelines.Universal.Config.Runtime">
  941. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Config.Runtime.dll</HintPath>
  942. </Reference>
  943. <Reference Include="MiniGameHost.Editor">
  944. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/MiniGameHost.Editor.dll</HintPath>
  945. </Reference>
  946. <Reference Include="Unity.RenderPipelines.Core.Editor">
  947. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Core.Editor.dll</HintPath>
  948. </Reference>
  949. <Reference Include="Unity.VisualScripting.Flow">
  950. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll</HintPath>
  951. </Reference>
  952. <Reference Include="Unity.Mathematics.Editor">
  953. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Mathematics.Editor.dll</HintPath>
  954. </Reference>
  955. <Reference Include="Unity.2D.Tilemap.Extras.Editor">
  956. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Tilemap.Extras.Editor.dll</HintPath>
  957. </Reference>
  958. <Reference Include="Unity.RenderPipelines.Core.ShaderLibrary">
  959. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll</HintPath>
  960. </Reference>
  961. <Reference Include="Unity.Collections">
  962. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Collections.dll</HintPath>
  963. </Reference>
  964. <Reference Include="Unity.2D.SpriteShape.Runtime">
  965. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.SpriteShape.Runtime.dll</HintPath>
  966. </Reference>
  967. <Reference Include="Unity.2D.PixelPerfect">
  968. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.PixelPerfect.dll</HintPath>
  969. </Reference>
  970. <Reference Include="PPv2URPConverters">
  971. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/PPv2URPConverters.dll</HintPath>
  972. </Reference>
  973. <Reference Include="Unity.TextMeshPro">
  974. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  975. </Reference>
  976. <Reference Include="Unity.2D.Aseprite.Editor">
  977. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Aseprite.Editor.dll</HintPath>
  978. </Reference>
  979. <Reference Include="Unity.RenderPipelines.Universal.Editor">
  980. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Editor.dll</HintPath>
  981. </Reference>
  982. <Reference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary">
  983. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll</HintPath>
  984. </Reference>
  985. <Reference Include="PsdPlugin">
  986. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/PsdPlugin.dll</HintPath>
  987. </Reference>
  988. <Reference Include="Unity.RenderPipelines.Universal.Runtime">
  989. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll</HintPath>
  990. </Reference>
  991. <Reference Include="Unity.PlasticSCM.Editor">
  992. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll</HintPath>
  993. </Reference>
  994. <Reference Include="Unity.Burst">
  995. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Burst.dll</HintPath>
  996. </Reference>
  997. <Reference Include="Unity.Timeline.Editor">
  998. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  999. </Reference>
  1000. <Reference Include="Unity.VisualScripting.Shared.Editor">
  1001. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.Shared.Editor.dll</HintPath>
  1002. </Reference>
  1003. <Reference Include="Unity.ShaderGraph.Editor">
  1004. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.ShaderGraph.Editor.dll</HintPath>
  1005. </Reference>
  1006. <Reference Include="UnityEditor.UI">
  1007. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  1008. </Reference>
  1009. <Reference Include="Unity.VisualScripting.Core">
  1010. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.Core.dll</HintPath>
  1011. </Reference>
  1012. <Reference Include="Unity.2D.Animation.Runtime">
  1013. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Animation.Runtime.dll</HintPath>
  1014. </Reference>
  1015. <Reference Include="Unity.2D.Tilemap.Extras">
  1016. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Tilemap.Extras.dll</HintPath>
  1017. </Reference>
  1018. <Reference Include="Unity.VisualScripting.Core.Editor">
  1019. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll</HintPath>
  1020. </Reference>
  1021. <Reference Include="UnityEngine.UI">
  1022. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  1023. </Reference>
  1024. <Reference Include="Unity.VisualScripting.Flow.Editor">
  1025. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll</HintPath>
  1026. </Reference>
  1027. <Reference Include="Unity.InternalAPIEngineBridge.001">
  1028. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.InternalAPIEngineBridge.001.dll</HintPath>
  1029. </Reference>
  1030. <Reference Include="Unity.2D.Common.Runtime">
  1031. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Common.Runtime.dll</HintPath>
  1032. </Reference>
  1033. <Reference Include="Unity.RenderPipeline.Universal.ShaderLibrary">
  1034. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll</HintPath>
  1035. </Reference>
  1036. <Reference Include="Unity.Timeline">
  1037. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  1038. </Reference>
  1039. <Reference Include="Unity.VisualScripting.SettingsProvider.Editor">
  1040. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.dll</HintPath>
  1041. </Reference>
  1042. <Reference Include="Unity.InternalAPIEditorBridge.001">
  1043. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.InternalAPIEditorBridge.001.dll</HintPath>
  1044. </Reference>
  1045. <Reference Include="Unity.2D.Psdimporter.Editor">
  1046. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Psdimporter.Editor.dll</HintPath>
  1047. </Reference>
  1048. <Reference Include="Unity.VisualScripting.State.Editor">
  1049. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll</HintPath>
  1050. </Reference>
  1051. <Reference Include="Unity.Mathematics">
  1052. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Mathematics.dll</HintPath>
  1053. </Reference>
  1054. <Reference Include="Unity.2D.Common.Editor">
  1055. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Common.Editor.dll</HintPath>
  1056. </Reference>
  1057. <Reference Include="Unity.RenderPipelines.Universal.Shaders">
  1058. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Shaders.dll</HintPath>
  1059. </Reference>
  1060. <Reference Include="Unity.TextMeshPro.Editor">
  1061. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  1062. </Reference>
  1063. <Reference Include="Unity.Searcher.Editor">
  1064. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.Searcher.Editor.dll</HintPath>
  1065. </Reference>
  1066. <Reference Include="Unity.VisualScripting.State">
  1067. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.VisualScripting.State.dll</HintPath>
  1068. </Reference>
  1069. <Reference Include="Unity.2D.Tilemap.Editor">
  1070. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Tilemap.Editor.dll</HintPath>
  1071. </Reference>
  1072. <Reference Include="Unity.2D.Animation.Editor">
  1073. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.Animation.Editor.dll</HintPath>
  1074. </Reference>
  1075. <Reference Include="Unity.2D.IK.Editor">
  1076. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.IK.Editor.dll</HintPath>
  1077. </Reference>
  1078. <Reference Include="Unity.2D.SpriteShape.Editor">
  1079. <HintPath>/Users/lcn/0Fort23Projects/XY001/Library/ScriptAssemblies/Unity.2D.SpriteShape.Editor.dll</HintPath>
  1080. </Reference>
  1081. </ItemGroup>
  1082. <ItemGroup>
  1083. <ProjectReference Include="UniRx.csproj">
  1084. <Project>{56f5be7b-33d9-e2a8-e913-507fd486ed71}</Project>
  1085. <Name>UniRx</Name>
  1086. </ProjectReference>
  1087. <ProjectReference Include="Kybernetik.Animancer.FSM.csproj">
  1088. <Project>{0ed4af61-7c5b-31d3-6459-8a6239a57f9a}</Project>
  1089. <Name>Kybernetik.Animancer.FSM</Name>
  1090. </ProjectReference>
  1091. <ProjectReference Include="Fort23.Core.csproj">
  1092. <Project>{445e7699-1039-047b-4806-470bcc01c6b3}</Project>
  1093. <Name>Fort23.Core</Name>
  1094. </ProjectReference>
  1095. <ProjectReference Include="NewAssembly.csproj">
  1096. <Project>{ef8f7edb-e142-c812-09c9-1efd42e75660}</Project>
  1097. <Name>NewAssembly</Name>
  1098. </ProjectReference>
  1099. <ProjectReference Include="Unity.AI.Navigation.csproj">
  1100. <Project>{6ec9c639-b54b-a18e-c822-0caa72f912e9}</Project>
  1101. <Name>Unity.AI.Navigation</Name>
  1102. </ProjectReference>
  1103. <ProjectReference Include="Kybernetik.Animancer.Editor.csproj">
  1104. <Project>{7ff57b24-3cdc-f1f3-965d-b7f88f25eba7}</Project>
  1105. <Name>Kybernetik.Animancer.Editor</Name>
  1106. </ProjectReference>
  1107. <ProjectReference Include="StompyRobot.SRF.csproj">
  1108. <Project>{6850a903-38e5-319b-70e9-1bbebfabf730}</Project>
  1109. <Name>StompyRobot.SRF</Name>
  1110. </ProjectReference>
  1111. <ProjectReference Include="Coffee.SoftMaskForUGUI.Editor.csproj">
  1112. <Project>{cd1af635-37eb-1cc6-6459-3ed9c8f144e1}</Project>
  1113. <Name>Coffee.SoftMaskForUGUI.Editor</Name>
  1114. </ProjectReference>
  1115. <ProjectReference Include="StompyRobot.SRDebugger.csproj">
  1116. <Project>{f946f7c1-cd07-ad3a-9de2-12a6d2b59331}</Project>
  1117. <Name>StompyRobot.SRDebugger</Name>
  1118. </ProjectReference>
  1119. <ProjectReference Include="UniEaseCopy.csproj">
  1120. <Project>{f947198d-8fd2-45c3-a60e-7d256eefb3ea}</Project>
  1121. <Name>UniEaseCopy</Name>
  1122. </ProjectReference>
  1123. <ProjectReference Include="ThirdParty.csproj">
  1124. <Project>{fc3937b9-998a-f022-8329-db40273a9d7b}</Project>
  1125. <Name>ThirdParty</Name>
  1126. </ProjectReference>
  1127. <ProjectReference Include="Fort23.GameLogic.csproj">
  1128. <Project>{aa8b3008-7748-fe09-d0e8-e77da33c4943}</Project>
  1129. <Name>Fort23.GameLogic</Name>
  1130. </ProjectReference>
  1131. <ProjectReference Include="Coffee.SoftMaskForUGUI.csproj">
  1132. <Project>{1760b1d6-ee73-6a95-4a17-24bc21f6e8f8}</Project>
  1133. <Name>Coffee.SoftMaskForUGUI</Name>
  1134. </ProjectReference>
  1135. <ProjectReference Include="CodeStage.AFPSCounter.Editor.csproj">
  1136. <Project>{b2cf76b8-ee1d-c452-8c93-3c88f47c785b}</Project>
  1137. <Name>CodeStage.AFPSCounter.Editor</Name>
  1138. </ProjectReference>
  1139. <ProjectReference Include="Unity.AI.Navigation.Samples.csproj">
  1140. <Project>{c2199000-def0-facf-890c-7b0559fa37a3}</Project>
  1141. <Name>Unity.AI.Navigation.Samples</Name>
  1142. </ProjectReference>
  1143. <ProjectReference Include="Unity.AI.Navigation.Editor.ConversionSystem.csproj">
  1144. <Project>{f6528f8b-dbb4-84ed-ee55-12bcabff9780}</Project>
  1145. <Name>Unity.AI.Navigation.Editor.ConversionSystem</Name>
  1146. </ProjectReference>
  1147. <ProjectReference Include="CoreEditor.csproj">
  1148. <Project>{f10734e3-11fb-7644-3560-693b65970297}</Project>
  1149. <Name>CoreEditor</Name>
  1150. </ProjectReference>
  1151. <ProjectReference Include="XNode.csproj">
  1152. <Project>{27ef691a-f071-a1b3-5e1b-0e594da865c5}</Project>
  1153. <Name>XNode</Name>
  1154. </ProjectReference>
  1155. <ProjectReference Include="StompyRobot.SRF.Editor.csproj">
  1156. <Project>{b43ac9ca-f04a-47d3-da3c-4a7cafc99b1a}</Project>
  1157. <Name>StompyRobot.SRF.Editor</Name>
  1158. </ProjectReference>
  1159. <ProjectReference Include="CodeStage.AFPSCounter.Examples.csproj">
  1160. <Project>{925cd110-e687-6929-ee3f-881f42ce5c7f}</Project>
  1161. <Name>CodeStage.AFPSCounter.Examples</Name>
  1162. </ProjectReference>
  1163. <ProjectReference Include="GameTimeLine.csproj">
  1164. <Project>{5f5b9cfa-a408-6622-a470-75aea4790283}</Project>
  1165. <Name>GameTimeLine</Name>
  1166. </ProjectReference>
  1167. <ProjectReference Include="Unity.AI.Navigation.Samples.Initialization.Editor.csproj">
  1168. <Project>{220ede78-a995-1459-7c1e-d90e5cad0c9c}</Project>
  1169. <Name>Unity.AI.Navigation.Samples.Initialization.Editor</Name>
  1170. </ProjectReference>
  1171. <ProjectReference Include="StompyRobot.SRDebugger.Editor.csproj">
  1172. <Project>{4bd3b4ad-3b2c-a228-df65-5c58f3aacf30}</Project>
  1173. <Name>StompyRobot.SRDebugger.Editor</Name>
  1174. </ProjectReference>
  1175. <ProjectReference Include="Fort23.Mono.csproj">
  1176. <Project>{8922979a-7100-3ac2-8b6d-b37f70a05dc5}</Project>
  1177. <Name>Fort23.Mono</Name>
  1178. </ProjectReference>
  1179. <ProjectReference Include="xNodeExamples.csproj">
  1180. <Project>{680b76b3-82a4-ae6a-fad1-68243a1033fe}</Project>
  1181. <Name>xNodeExamples</Name>
  1182. </ProjectReference>
  1183. <ProjectReference Include="Unity.AI.Navigation.Updater.csproj">
  1184. <Project>{bb6d7d87-5992-bbe7-32c8-d9ccf735479e}</Project>
  1185. <Name>Unity.AI.Navigation.Updater</Name>
  1186. </ProjectReference>
  1187. <ProjectReference Include="Fort23.GameData.csproj">
  1188. <Project>{37f1f42e-8ca9-390b-4277-426936703ada}</Project>
  1189. <Name>Fort23.GameData</Name>
  1190. </ProjectReference>
  1191. <ProjectReference Include="CodeStage.AFPSCounter.Runtime.csproj">
  1192. <Project>{e69dd175-3705-64b7-6de3-d7bad627f6f5}</Project>
  1193. <Name>CodeStage.AFPSCounter.Runtime</Name>
  1194. </ProjectReference>
  1195. <ProjectReference Include="Kybernetik.Animancer.csproj">
  1196. <Project>{efb3aa66-4279-eaf4-280d-79e6d8ad1f40}</Project>
  1197. <Name>Kybernetik.Animancer</Name>
  1198. </ProjectReference>
  1199. <ProjectReference Include="Unity.AI.Navigation.Editor.csproj">
  1200. <Project>{52511e11-1e89-469b-1914-4eb8f363019f}</Project>
  1201. <Name>Unity.AI.Navigation.Editor</Name>
  1202. </ProjectReference>
  1203. <ProjectReference Include="EnhancedHierarchyEditor.csproj">
  1204. <Project>{82e3b869-9260-65b9-ff66-1cff0654fc3d}</Project>
  1205. <Name>EnhancedHierarchyEditor</Name>
  1206. </ProjectReference>
  1207. <ProjectReference Include="DownloadSystem.csproj">
  1208. <Project>{bcbcbf0b-c587-3257-d934-4f5bafbff086}</Project>
  1209. <Name>DownloadSystem</Name>
  1210. </ProjectReference>
  1211. </ItemGroup>
  1212. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1213. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1214. Other similar extension points exist, see Microsoft.Common.targets.
  1215. <Target Name="BeforeBuild">
  1216. </Target>
  1217. <Target Name="AfterBuild">
  1218. </Target>
  1219. -->
  1220. </Project>