Assembly-CSharp.csproj 106 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543
  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>8.0</LangVersion>
  5. </PropertyGroup>
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProductVersion>10.0.20506</ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <RootNamespace></RootNamespace>
  12. <ProjectGuid>{E424134E-EF82-0103-3462-199B674FEFC2}</ProjectGuid>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <AssemblyName>Assembly-CSharp</AssemblyName>
  16. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <BaseDirectory>.</BaseDirectory>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>Temp\Bin\Debug\</OutputPath>
  25. <DefineConstants>UNITY_2020_3_20;UNITY_2020_3;UNITY_2020;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;UNITY_2019_4_OR_NEWER;UNITY_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_INCLUDE_TESTS;USE_SEARCH_ENGINE_API;SCENE_TEMPLATE_MODULE;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;PLATFORM_EXTENDS_VULKAN_DEVICE;PLATFORM_HAS_MULTIPLE_SWAPCHAINS;UNITY_ANDROID_SUPPORTS_SHADOWFILES;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <NoWarn>0169</NoWarn>
  29. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>Temp\bin\Release\</OutputPath>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <NoWarn>0169</NoWarn>
  38. <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <NoConfig>true</NoConfig>
  42. <NoStdLib>true</NoStdLib>
  43. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  44. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  45. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  49. <UnityProjectGenerator>Package</UnityProjectGenerator>
  50. <UnityProjectGeneratorVersion>2.0.14</UnityProjectGeneratorVersion>
  51. <UnityProjectType>Game:1</UnityProjectType>
  52. <UnityBuildTarget>Android:13</UnityBuildTarget>
  53. <UnityVersion>2020.3.20f1</UnityVersion>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Analyzer Include="D:\VS\Microsoft Visual Studio2019Community\Common7\IDE\Extensions\Microsoft\Visual Studio Tools for Unity\Analyzers\Microsoft.Unity.Analyzers.dll" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForSecondsRealtimeWrap.cs" />
  60. <Compile Include="Assets\XLua\Gen\UnityEngine_FlareWrap.cs" />
  61. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector2Wrap.cs" />
  62. <Compile Include="Assets\XLua\Gen\UnityEngine_SkeletonBoneWrap.cs" />
  63. <Compile Include="Assets\XLua\Gen\UnityEngine_RaycastHitWrap.cs" />
  64. <Compile Include="Assets\XLua\Gen\UnityEngine_LightProbeProxyVolumeWrap.cs" />
  65. <Compile Include="Assets\XLua\Gen\UnityEngine_CharacterInfoWrap.cs" />
  66. <Compile Include="Assets\XLua\Src\ObjectTranslatorPool.cs" />
  67. <Compile Include="Assets\XLua\Gen\UnityEngine_GyroscopeWrap.cs" />
  68. <Compile Include="Assets\XLua\Gen\humancostWrap.cs" />
  69. <Compile Include="Assets\TestXLua\Scripts\TestXLua.cs" />
  70. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModulePhysics.cs" />
  71. <Compile Include="Assets\XLua\Src\LuaTable.cs" />
  72. <Compile Include="Assets\XLua\util\Xxtea.cs" />
  73. <Compile Include="Assets\XLua\Examples\01_Helloworld\Helloworld.cs" />
  74. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\ActioneManager\CleverHand.cs" />
  75. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Button_ButtonClickedEventWrap.cs" />
  76. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_LightsModuleWrap.cs" />
  77. <Compile Include="Assets\XLua\Gen\UnityEngine_SoftJointLimitSpringWrap.cs" />
  78. <Compile Include="Assets\ZLog\NLogger.cs" />
  79. <Compile Include="Assets\XLua\Gen\SocketClientWrap.cs" />
  80. <Compile Include="Assets\XLua\Gen\Tutorial_BaseClassWrap.cs" />
  81. <Compile Include="Assets\ZwnSDKProject\AmlogicInterface\ZwnAmlogicPose.cs" />
  82. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationWrap.cs" />
  83. <Compile Include="Assets\XLua\Gen\XLuaTest_NoGcWrap.cs" />
  84. <Compile Include="Assets\XLua\Examples\08_Hotfix\HotfixTest.cs" />
  85. <Compile Include="Assets\XLua\Gen\TestXLuaWrap.cs" />
  86. <Compile Include="Assets\XLua\Gen\UnityEngine_PropertyNameWrap.cs" />
  87. <Compile Include="Assets\ZwnSDKProject\Readjson\JsonExample.cs" />
  88. <Compile Include="Assets\XLua\Gen\System_ObjectWrap.cs" />
  89. <Compile Include="Assets\XLua\Gen\UnityEngine_LocalizationAssetWrap.cs" />
  90. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\FloatList.cs" />
  91. <Compile Include="Assets\XLua\Gen\MultiLoggerWrap.cs" />
  92. <Compile Include="Assets\XLua\Gen\UnityEngine_MicrophoneWrap.cs" />
  93. <Compile Include="Assets\XLua\Src\LuaDLL.cs" />
  94. <Compile Include="Assets\XLua\Gen\System_Collections_Generic_List_1_System_Int32_Wrap.cs" />
  95. <Compile Include="Assets\Public\PublicScript\fps\FPS.cs" />
  96. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsWrap.cs" />
  97. <Compile Include="Assets\XLua\Gen\UnityEngine_OcclusionPortalWrap.cs" />
  98. <Compile Include="Assets\XLua\Gen\ReadJosnWrap.cs" />
  99. <Compile Include="Assets\XLua\Gen\UnityEngine_ConfigurableJointWrap.cs" />
  100. <Compile Include="Assets\XLua\Gen\UnityEngine_LensFlareWrap.cs" />
  101. <Compile Include="Assets\XLua\Gen\UnityEngine_MissingReferenceExceptionWrap.cs" />
  102. <Compile Include="Assets\ZwnSDKProject\ToolClass\humancosts\humancostsprits\human_area.cs" />
  103. <Compile Include="Assets\XLua\Gen\UINavigatorWrap.cs" />
  104. <Compile Include="Assets\XLua\Gen\UnityEngine_ResolutionWrap.cs" />
  105. <Compile Include="Assets\XLua\Gen\UnityEngine_GradientColorKeyWrap.cs" />
  106. <Compile Include="Assets\XLua\Gen\GetEmpowerManagerWrap.cs" />
  107. <Compile Include="Assets\XLua\Gen\UnityEngine_Camera_GateFitParametersWrap.cs" />
  108. <Compile Include="Assets\XLua\Gen\UnityEngine_AsyncOperationWrap.cs" />
  109. <Compile Include="Assets\XLua\Gen\UnityEngine_BillboardAssetWrap.cs" />
  110. <Compile Include="Assets\XLua\Gen\ArmDownResultWrap.cs" />
  111. <Compile Include="Assets\XLua\Gen\UnityEngine_JointMotor2DWrap.cs" />
  112. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanPoseWrap.cs" />
  113. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\GestureDetector.cs" />
  114. <Compile Include="Assets\ZwnSDKProject\ToolClass\empowers\GetEmpowerManager.cs" />
  115. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanPoseHandlerWrap.cs" />
  116. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TrailsWrap.cs" />
  117. <Compile Include="Assets\XLua\Tutorial\LoadLuaScript\ByFile\ByFile.cs" />
  118. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Dropdown_DropdownEventWrap.cs" />
  119. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo2ChildWrap.cs" />
  120. <Compile Include="Assets\XLua\Gen\ZwnAmlogicDoublePoseWrap.cs" />
  121. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_SelectableWrap.cs" />
  122. <Compile Include="Assets\XLua\Gen\DetectorWrap.cs" />
  123. <Compile Include="Assets\XLua\Gen\UnityEngine_GridWrap.cs" />
  124. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point3fList.cs" />
  125. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsSceneExtensions2DWrap.cs" />
  126. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_StencilMaterialWrap.cs" />
  127. <Compile Include="Assets\XLua\Gen\UILoginPanelWrap.cs" />
  128. <Compile Include="Assets\XLua\Gen\UnityEngine_SleepTimeoutWrap.cs" />
  129. <Compile Include="Assets\XLua\Gen\UnityEngine_TouchWrap.cs" />
  130. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_VerticalLayoutGroupWrap.cs" />
  131. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorWrap.cs" />
  132. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ScrollRect_ScrollRectEventWrap.cs" />
  133. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleAudioWrap.cs" />
  134. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorStateInfoWrap.cs" />
  135. <Compile Include="Assets\ZwnSDKProject\Readjson\ReadJsons.cs" />
  136. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ElbowToLeft.cs" />
  137. <Compile Include="Assets\XLua\Gen\UnityEngine_GridBrushBaseWrap.cs" />
  138. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_RawImageWrap.cs" />
  139. <Compile Include="Assets\XLua\Gen\UnityEngine_Random_StateWrap.cs" />
  140. <Compile Include="Assets\XLua\Gen\UnityEngine_OcclusionAreaWrap.cs" />
  141. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_EmitParamsWrap.cs" />
  142. <Compile Include="Assets\XLua\Gen\ZwnAmlogicHolisticWrap.cs" />
  143. <Compile Include="Assets\XLua\Gen\UnityEngine_FixedJoint2DWrap.cs" />
  144. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ImageWrap.cs" />
  145. <Compile Include="Assets\XLua\Gen\UnityEngine_ContactFilter2DWrap.cs" />
  146. <Compile Include="Assets\XLua\Gen\UnityEngine_SpringJointWrap.cs" />
  147. <Compile Include="Assets\XLua\Tutorial\LoadLuaScript\Loader\CustomLoader.cs" />
  148. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleRequestWrap.cs" />
  149. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_PositionAsUV1Wrap.cs" />
  150. <Compile Include="Assets\XLua\Gen\Point2iWrap.cs" />
  151. <Compile Include="Assets\XLua\Gen\UnityEngine_FixedJointWrap.cs" />
  152. <Compile Include="Assets\XLua\Gen\Point2fWrap.cs" />
  153. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_PlaybackStateWrap.cs" />
  154. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ShadowWrap.cs" />
  155. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectAfterScaleWrap.cs" />
  156. <Compile Include="Assets\XLua\Gen\GestureDetectorWrap.cs" />
  157. <Compile Include="Assets\XLua\Gen\UnityEngine_PreferBinarySerializationWrap.cs" />
  158. <Compile Include="Assets\XLua\Gen\UnityEngine_WebCamTextureWrap.cs" />
  159. <Compile Include="Assets\XLua\Gen\UnityEngine_BehaviourWrap.cs" />
  160. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutUtilityWrap.cs" />
  161. <Compile Include="Assets\XLua\Src\Utils.cs" />
  162. <Compile Include="Assets\XLua\Gen\UnityEngine_UISystemProfilerApiWrap.cs" />
  163. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\MotionCallback.cs" />
  164. <Compile Include="Assets\ZwnSDKProject\JarJson\AmlogicJarSend.cs" />
  165. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutElementWrap.cs" />
  166. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutGroupWrap.cs" />
  167. <Compile Include="Assets\XLua\Gen\UnityEngine_GradientWrap.cs" />
  168. <Compile Include="Assets\Public\PublicScript\handfollow\JointFollow.cs" />
  169. <Compile Include="Assets\Public\PublicScript\Socket\SocketManager.cs" />
  170. <Compile Include="Assets\XLua\Gen\XLuaTest_BaseTestWrap.cs" />
  171. <Compile Include="Assets\XLua\Gen\UnityEngine_CrashReportWrap.cs" />
  172. <Compile Include="Assets\XLua\Gen\UnityEngine_CubemapArrayWrap.cs" />
  173. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioBehaviourWrap.cs" />
  174. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForPositionWrap.cs" />
  175. <Compile Include="Assets\XLua\Gen\UnityEngine_TrailRendererWrap.cs" />
  176. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo2ParentWrap.cs" />
  177. <Compile Include="Assets\XLua\Gen\UnityEngine_CircleCollider2DWrap.cs" />
  178. <Compile Include="Assets\XLua\Gen\UnityEngine_ColorUtilityWrap.cs" />
  179. <Compile Include="Assets\XLua\Gen\UnityEngine_Networking_UnityWebRequestWrap.cs" />
  180. <Compile Include="Assets\XLua\Gen\UnityEngine_JointSuspension2DWrap.cs" />
  181. <Compile Include="Assets\XLua\Gen\UnityEngine_TextGenerationSettingsWrap.cs" />
  182. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ElbowToRight.cs" />
  183. <Compile Include="Assets\XLua\Gen\UnityEngine_GameObjectWrap.cs" />
  184. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ActionPoseDesc.cs" />
  185. <Compile Include="Assets\XLua\Gen\XLuaTest_LuaBehaviourWrap.cs" />
  186. <Compile Include="Assets\XLua\Gen\UnityEngine_ArticulationReducedSpaceWrap.cs" />
  187. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_LimitVelocityOverLifetimeModuleWrap.cs" />
  188. <Compile Include="Assets\XLua\Examples\09_GenericMethod\Foo.cs" />
  189. <Compile Include="Assets\XLua\Src\RawObject.cs" />
  190. <Compile Include="Assets\XLua\Gen\UnityEngine_Rigidbody2DWrap.cs" />
  191. <Compile Include="Assets\XLua\Gen\UnityEngine_Ray2DWrap.cs" />
  192. <Compile Include="Assets\XLua\Gen\UnityEngine_MissingComponentExceptionWrap.cs" />
  193. <Compile Include="Assets\XLua\Gen\Reporter_LogWrap.cs" />
  194. <Compile Include="Assets\ZLog\FileLogger.cs" />
  195. <Compile Include="Assets\XLua\Gen\Tutorial_ICalcWrap.cs" />
  196. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Hand.cs" />
  197. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskableGraphic_CullStateChangedEventWrap.cs" />
  198. <Compile Include="Assets\XLua\Gen\UnityEngine_SurfaceEffector2DWrap.cs" />
  199. <Compile Include="Assets\XLua\Gen\UnityEngine_MathfWrap.cs" />
  200. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitWhileWrap.cs" />
  201. <Compile Include="Assets\XLua\Gen\WrapPusher.cs" />
  202. <Compile Include="Assets\XLua\Examples\11_RawObject\RawObjectTest.cs" />
  203. <Compile Include="Assets\XLua\Gen\UnityEngine_CoroutineWrap.cs" />
  204. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioSettingsWrap.cs" />
  205. <Compile Include="Assets\XLua\Gen\UnityEngine_RaycastCommandWrap.cs" />
  206. <Compile Include="Assets\XLua\Src\TemplateEngine\TemplateEngine.cs" />
  207. <Compile Include="Assets\XLua\Gen\UnityEngine_HashUnsafeUtilitiesWrap.cs" />
  208. <Compile Include="Assets\XLua\Gen\UnityEngine_PatchExtentsWrap.cs" />
  209. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorControllerParameterWrap.cs" />
  210. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_DefaultControls_ResourcesWrap.cs" />
  211. <Compile Include="Assets\XLua\Gen\UnityEngine_TargetJoint2DWrap.cs" />
  212. <Compile Include="Assets\XLua\Gen\UnityEngine_LODGroupWrap.cs" />
  213. <Compile Include="Assets\XLua\Gen\UnityEngine_AreaEffector2DWrap.cs" />
  214. <Compile Include="Assets\XLua\Gen\UnityEngine_ComputeBufferWrap.cs" />
  215. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_SpriteStateWrap.cs" />
  216. <Compile Include="Assets\XLua\Gen\Point3iList_Point3iListEnumeratorWrap.cs" />
  217. <Compile Include="Assets\XLua\Gen\UnityEngine_HingeJointWrap.cs" />
  218. <Compile Include="Assets\XLua\Gen\FollowBoxManagerWrap.cs" />
  219. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_VelocityOverLifetimeModuleWrap.cs" />
  220. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_SliderWrap.cs" />
  221. <Compile Include="Assets\XLua\Gen\UnityEngine_RuntimeAnimatorControllerWrap.cs" />
  222. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\squat_down.cs" />
  223. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForCompletionWrap.cs" />
  224. <Compile Include="Assets\XLua\Gen\UnityEngine_CullingGroupEventWrap.cs" />
  225. <Compile Include="Assets\SFramework\XLua\SLuaComponent.cs" />
  226. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_NavigationWrap.cs" />
  227. <Compile Include="Assets\XLua\Gen\LandmarkSetWrap.cs" />
  228. <Compile Include="Assets\XLua\Gen\Tutorial_ByStringWrap.cs" />
  229. <Compile Include="Assets\XLua\Gen\UnityEngine_MonoBehaviourWrap.cs" />
  230. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectUsesCommandBufferWrap.cs" />
  231. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_CollisionModuleWrap.cs" />
  232. <Compile Include="Assets\XLua\Gen\RootWrap.cs" />
  233. <Compile Include="Assets\ZwnSDKProject\ToolClass\empowers\WebRequestData.cs" />
  234. <Compile Include="Assets\XLua\Gen\UnityEngine_ContactPointWrap.cs" />
  235. <Compile Include="Assets\XLua\Gen\UnityEngine_UnityExceptionWrap.cs" />
  236. <Compile Include="Assets\XLua\Gen\Security_XXTEAWrap.cs" />
  237. <Compile Include="Assets\XLua\Gen\UnityEngine_SkyboxWrap.cs" />
  238. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\action_run.cs" />
  239. <Compile Include="Assets\XLua\Examples\06_Coroutine\CoroutineTest.cs" />
  240. <Compile Include="Assets\XLua\Gen\ReporterWrap.cs" />
  241. <Compile Include="Assets\XLua\Gen\UnityEngine_GeometryUtilityWrap.cs" />
  242. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\GestureEstimate.cs" />
  243. <Compile Include="Assets\XLua\Gen\UnityEngine_RemoteSettingsWrap.cs" />
  244. <Compile Include="Assets\XLua\Gen\UnityEngine_UnityEventQueueSystemWrap.cs" />
  245. <Compile Include="Assets\XLua\Examples\12_ReImplementInLua\ReImplementInLua.cs" />
  246. <Compile Include="Assets\XLua\Gen\UnityEngine_PlayerPrefsWrap.cs" />
  247. <Compile Include="Assets\XLua\Gen\ReporterGUIWrap.cs" />
  248. <Compile Include="Assets\XLua\Gen\UnityEngine_JointWrap.cs" />
  249. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderTextureDescriptorWrap.cs" />
  250. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point3f.cs" />
  251. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo1ChildWrap.cs" />
  252. <Compile Include="Assets\XLua\Gen\UnityEngine_BoundingSphereWrap.cs" />
  253. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleCollisionEventWrap.cs" />
  254. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ClippingWrap.cs" />
  255. <Compile Include="Assets\XLua\Examples\06_Coroutine\Coroutine_Runner.cs" />
  256. <Compile Include="Assets\XLua\Gen\IDWrap.cs" />
  257. <Compile Include="Assets\XLua\Gen\UnityEngine_ObjectWrap.cs" />
  258. <Compile Include="Assets\TestXLua\Scripts\UILoginPanel.cs" />
  259. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\KptVersion.cs" />
  260. <Compile Include="Assets\XLua\Src\MethodWarpsCache.cs" />
  261. <Compile Include="Assets\XLua\Gen\UnityEngine_PlaneWrap.cs" />
  262. <Compile Include="Assets\XLua\Gen\WebRequestBackgroundPrefixWrap.cs" />
  263. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelColliderWrap.cs" />
  264. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ToggleGroupWrap.cs" />
  265. <Compile Include="Assets\XLua\Gen\UnityEngine_RectTransformWrap.cs" />
  266. <Compile Include="Assets\XLua\Gen\UnityEngine_ConstantForceWrap.cs" />
  267. <Compile Include="Assets\SFramework\XLua\SCoroutineRunner.cs" />
  268. <Compile Include="Assets\XLua\Examples\08_Hotfix\StatefullTest.cs" />
  269. <Compile Include="Assets\XLua\Gen\UnityEngine_SubsystemDescriptorWrap.cs" />
  270. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ColorBlockWrap.cs" />
  271. <Compile Include="Assets\XLua\Gen\JsonBackgroundFlowDataWrap.cs" />
  272. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenWrap.cs" />
  273. <Compile Include="Assets\XLua\Gen\UnityEngine_ApplicationWrap.cs" />
  274. <Compile Include="Assets\XLua\Gen\UnityEngine_BoxcastCommandWrap.cs" />
  275. <Compile Include="Assets\XLua\Gen\UnityEngine_RelativeJoint2DWrap.cs" />
  276. <Compile Include="Assets\XLua\Gen\UnityEngine_RemoteConfigSettingsWrap.cs" />
  277. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ArmDownResult.cs" />
  278. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_RotationOverLifetimeModuleWrap.cs" />
  279. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GraphicRegistryWrap.cs" />
  280. <Compile Include="Assets\XLua\Gen\Point3iWrap.cs" />
  281. <Compile Include="Assets\XLua\Gen\SFramework_SLuaEnvWrap.cs" />
  282. <Compile Include="Assets\XLua\Gen\UnityEngine_DisplayWrap.cs" />
  283. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsScene2DWrap.cs" />
  284. <Compile Include="Assets\XLua\Gen\UnityEngine_BoundsWrap.cs" />
  285. <Compile Include="Assets\Public\PublicScript\shakecamera\ShakeCamera.cs" />
  286. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_AnimationTriggersWrap.cs" />
  287. <Compile Include="Assets\XLua\Gen\UnityEngine_TextureWrap.cs" />
  288. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_DefaultControlsWrap.cs" />
  289. <Compile Include="Assets\XLua\Examples\08_Hotfix\HotfixTest2.cs" />
  290. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForSecondsWrap.cs" />
  291. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\TopRightKnee.cs" />
  292. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\LandmarkSet.cs" />
  293. <Compile Include="Assets\XLua\Gen\UnityEngine_CanvasRendererWrap.cs" />
  294. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorClipInfoWrap.cs" />
  295. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point2f.cs" />
  296. <Compile Include="Assets\XLua\Gen\UnityEngine_JsonUtilityWrap.cs" />
  297. <Compile Include="Assets\XLua\Gen\AmlogicJarSendWrap.cs" />
  298. <Compile Include="Assets\XLua\Gen\XLuaTest_MyStructWrap.cs" />
  299. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ColorOverLifetimeModuleWrap.cs" />
  300. <Compile Include="Assets\Public\PublicScript\Socket\SocketClient.cs" />
  301. <Compile Include="Assets\XLua\Gen\UnityEngine_SubsystemWrap.cs" />
  302. <Compile Include="Assets\XLua\Gen\PalmHandManagerWrap.cs" />
  303. <Compile Include="Assets\XLua\Gen\HttpTextDataWrap.cs" />
  304. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsSceneExtensionsWrap.cs" />
  305. <Compile Include="Assets\XLua\Gen\UnityEngine_CompositeCollider2DWrap.cs" />
  306. <Compile Include="Assets\ZLog\MultiLogger.cs" />
  307. <Compile Include="Assets\XLua\Src\ObjectPool.cs" />
  308. <Compile Include="Assets\Public\PublicScript\drawparabola\draw_parabola.cs" />
  309. <Compile Include="Assets\XLua\Gen\UnityEngine_BoundsIntWrap.cs" />
  310. <Compile Include="Assets\XLua\Gen\UnityEngine_QuaternionWrap.cs" />
  311. <Compile Include="Assets\XLua\Gen\UnityEngine_SpherecastCommandWrap.cs" />
  312. <Compile Include="Assets\XLua\Gen\UnityEngine_LightBakingOutputWrap.cs" />
  313. <Compile Include="Assets\XLua\Gen\JsonExampleWrap.cs" />
  314. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectAllowedInSceneViewWrap.cs" />
  315. <Compile Include="Assets\Public\PublicScript\Http\HttpReturnDataTest.cs" />
  316. <Compile Include="Assets\XLua\Gen\UnityEngine_BoxCollider2DWrap.cs" />
  317. <Compile Include="Assets\Public\PublicScript\changescene\Load_Scene.cs" />
  318. <Compile Include="Assets\BundleEditing\Plugins\Reporter\ReporterGUI.cs" />
  319. <Compile Include="Assets\XLua\Gen\UnityEngine_RangeIntWrap.cs" />
  320. <Compile Include="Assets\XLua\Gen\UnityEngine_SerializeReferenceWrap.cs" />
  321. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_InputField_OnChangeEventWrap.cs" />
  322. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point3iList.cs" />
  323. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshColliderWrap.cs" />
  324. <Compile Include="Assets\XLua\Gen\UnityEngine_LineRendererWrap.cs" />
  325. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_CustomDataModuleWrap.cs" />
  326. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_InputFieldWrap.cs" />
  327. <Compile Include="Assets\XLua\Gen\common_dataWrap.cs" />
  328. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOVirtualWrap.cs" />
  329. <Compile Include="Assets\XLua\Gen\UnityEngine_LocationInfoWrap.cs" />
  330. <Compile Include="Assets\XLua\Gen\UnityEngine_AvatarWrap.cs" />
  331. <Compile Include="Assets\XLua\Gen\UnityEngine_StreamingControllerWrap.cs" />
  332. <Compile Include="Assets\XLua\Gen\Point3iListWrap.cs" />
  333. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo1ParentWrap.cs" />
  334. <Compile Include="Assets\XLua\Gen\UnityEngine_ClothWrap.cs" />
  335. <Compile Include="Assets\XLua\Gen\UnityEngine_StaticBatchingUtilityWrap.cs" />
  336. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\ActioneManager\PalmHandManager.cs" />
  337. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GraphicWrap.cs" />
  338. <Compile Include="Assets\XLua\Gen\Point2iListWrap.cs" />
  339. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitUntilWrap.cs" />
  340. <Compile Include="Assets\XLua\Gen\UnityEngine_UICharInfoWrap.cs" />
  341. <Compile Include="Assets\ZwnSDKProject\AmlogicInterface\ZwnAmlogicFace.cs" />
  342. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\ActionTest\PalmHandTest.cs" />
  343. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomRenderTextureWrap.cs" />
  344. <Compile Include="Assets\Public\PublicScript\Http\HttpRequest.cs" />
  345. <Compile Include="Assets\XLua\Gen\UnityEngine_ContactPoint2DWrap.cs" />
  346. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point2fList.cs" />
  347. <Compile Include="Assets\XLua\Gen\UnityEngine_LightProbeGroupWrap.cs" />
  348. <Compile Include="Assets\XLua\Gen\UnityEngine_ReflectionProbeWrap.cs" />
  349. <Compile Include="Assets\ZwnSDKProject\JarJson\json\AmlogicResolverJson.cs" />
  350. <Compile Include="Assets\XLua\Gen\UnityEngine_CombineInstanceWrap.cs" />
  351. <Compile Include="Assets\XLua\Gen\UnityEngine_CacheWrap.cs" />
  352. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ButtonWrap.cs" />
  353. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector4Wrap.cs" />
  354. <Compile Include="Assets\XLua\Gen\FPSWrap.cs" />
  355. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_HorizontalOrVerticalLayoutGroupWrap.cs" />
  356. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_RectMask2DWrap.cs" />
  357. <Compile Include="Assets\XLua\Gen\ET_FileLoggerWrap.cs" />
  358. <Compile Include="Assets\XLua\Gen\UnityEngine_DebugWrap.cs" />
  359. <Compile Include="Assets\XLua\Gen\UnityEngine_UIVertexWrap.cs" />
  360. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleUI.cs" />
  361. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystemWrap.cs" />
  362. <Compile Include="Assets\XLua\Gen\UnityEngine_UnassignedReferenceExceptionWrap.cs" />
  363. <Compile Include="Assets\XLua\Gen\ElbowToRightWrap.cs" />
  364. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleUtils.cs" />
  365. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioHighPassFilterWrap.cs" />
  366. <Compile Include="Assets\XLua\Gen\Point3dList_Point3dListEnumeratorWrap.cs" />
  367. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point3i.cs" />
  368. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomRenderTextureManagerWrap.cs" />
  369. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUIWrap.cs" />
  370. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskWrap.cs" />
  371. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskableGraphicWrap.cs" />
  372. <Compile Include="Assets\SFramework\XLua\SLuaBehaviour.cs" />
  373. <Compile Include="Assets\ZwnSDKProject\AmlogicInterface\ZwnAmlogicManyPose.cs" />
  374. <Compile Include="Assets\XLua\Gen\SUIPanelStartWrap.cs" />
  375. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ParticleWrap.cs" />
  376. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_LifetimeByEmitterSpeedModuleWrap.cs" />
  377. <Compile Include="Assets\XLua\Examples\02_U3DScripting\LuaBehaviour.cs" />
  378. <Compile Include="Assets\XLua\Gen\DG_Tweening_ShortcutExtensionsWrap.cs" />
  379. <Compile Include="Assets\XLua\Gen\UnityEngine_LineUtilityWrap.cs" />
  380. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstructionWrap.cs" />
  381. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\ActionTest\CurrencyTest.cs" />
  382. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Dropdown_OptionDataListWrap.cs" />
  383. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanLimitWrap.cs" />
  384. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_CanvasScalerWrap.cs" />
  385. <Compile Include="Assets\XLua\Gen\Point2dWrap.cs" />
  386. <Compile Include="Assets\XLua\Src\LuaBase.cs" />
  387. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ForceOverLifetimeModuleWrap.cs" />
  388. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioReverbZoneWrap.cs" />
  389. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_RotationBySpeedModuleWrap.cs" />
  390. <Compile Include="Assets\XLua\Examples\10_SignatureLoader\SignatureLoaderTest.cs" />
  391. <Compile Include="Assets\XLua\Gen\ReadJsonsWrap.cs" />
  392. <Compile Include="Assets\XLua\Gen\UnityEngine_ResourcesWrap.cs" />
  393. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Cutdownward.cs" />
  394. <Compile Include="Assets\XLua\Gen\UnityEngine_RectTransformUtilityWrap.cs" />
  395. <Compile Include="Assets\XLua\Gen\EnumWrap.cs" />
  396. <Compile Include="Assets\ZwnSDKProject\ToolClass\empowers\HttpWebRequsetManger.cs" />
  397. <Compile Include="Assets\XLua\Gen\zwn_common_dataWrap.cs" />
  398. <Compile Include="Assets\XLua\Gen\DG_Tweening_SequenceWrap.cs" />
  399. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderSettingsWrap.cs" />
  400. <Compile Include="Assets\XLua\Gen\LuaCallCsWrap.cs" />
  401. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_DropdownWrap.cs" />
  402. <Compile Include="Assets\XLua\Gen\UnityEngine_Camera_RenderRequestWrap.cs" />
  403. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Detector.cs" />
  404. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectOpaqueWrap.cs" />
  405. <Compile Include="Assets\XLua\Gen\Point3dListWrap.cs" />
  406. <Compile Include="Assets\XLua\Gen\UnityEngine_RandomWrap.cs" />
  407. <Compile Include="Assets\XLua\Gen\UnityEngine_Texture3DWrap.cs" />
  408. <Compile Include="Assets\XLua\Gen\ZWN_DontDestroyWrap.cs" />
  409. <Compile Include="Assets\XLua\Gen\ArmsRaisedToLeftWrap.cs" />
  410. <Compile Include="Assets\XLua\Gen\UnityEngine_ScreenWrap.cs" />
  411. <Compile Include="Assets\XLua\Gen\UnityEngine_BillboardRendererWrap.cs" />
  412. <Compile Include="Assets\XLua\Gen\UnityEngine_GradientAlphaKeyWrap.cs" />
  413. <Compile Include="Assets\XLua\Gen\UnityEngine_ColliderWrap.cs" />
  414. <Compile Include="Assets\XLua\Gen\TopLeftKneeWrap.cs" />
  415. <Compile Include="Assets\XLua\Gen\Point3fListWrap.cs" />
  416. <Compile Include="Assets\XLua\Gen\UnityEngine_CollisionWrap.cs" />
  417. <Compile Include="Assets\XLua\Gen\UnityEngine_RectOffsetWrap.cs" />
  418. <Compile Include="Assets\XLua\Gen\UnityEngine_HDROutputSettingsWrap.cs" />
  419. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioDistortionFilterWrap.cs" />
  420. <Compile Include="Assets\Public\PublicWebRequest\JsonBackgroundData.cs" />
  421. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Slider_SliderEventWrap.cs" />
  422. <Compile Include="Assets\ZwnSDKProject\ToolClass\empowers\JsonEmpowerData.cs" />
  423. <Compile Include="Assets\XLua\Gen\UnityEngine_PlatformEffector2DWrap.cs" />
  424. <Compile Include="Assets\XLua\Gen\Tutorial_ByFileWrap.cs" />
  425. <Compile Include="Assets\XLua\Gen\UnityEngine_Texture2DArrayWrap.cs" />
  426. <Compile Include="Assets\Public\PublicScript\changescene\ZWN_DontDestroy.cs" />
  427. <Compile Include="Assets\XLua\Gen\UnityEngine_AvatarMaskWrap.cs" />
  428. <Compile Include="Assets\XLua\Gen\UnityEngine_StateMachineBehaviourWrap.cs" />
  429. <Compile Include="Assets\XLua\Gen\UnityEngine_ConstantForce2DWrap.cs" />
  430. <Compile Include="Assets\XLua\Gen\UnityEngine_CharacterControllerWrap.cs" />
  431. <Compile Include="Assets\XLua\Gen\UnityEngine_Hash128Wrap.cs" />
  432. <Compile Include="Assets\ZLog\Log.cs" />
  433. <Compile Include="Assets\ZwnSDKProject\AmlogicInterface\ZwnAmlogicHolistic.cs" />
  434. <Compile Include="Assets\XLua\Gen\UnityEngine_CubemapWrap.cs" />
  435. <Compile Include="Assets\XLua\Gen\UnityEngine_TimeWrap.cs" />
  436. <Compile Include="Assets\XLua\Tutorial\LuaCallCSharp\LuaCallCs.cs" />
  437. <Compile Include="Assets\XLua\Gen\draw_parabolaWrap.cs" />
  438. <Compile Include="Assets\XLua\Gen\CurrencyActionManagerWrap.cs" />
  439. <Compile Include="Assets\XLua\Gen\UnityEngine_FrictionJoint2DWrap.cs" />
  440. <Compile Include="Assets\XLua\Gen\read_excleWrap.cs" />
  441. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\GestureEstimatePINVOKE.cs" />
  442. <Compile Include="Assets\XLua\Gen\UnityEngine_LightProbesWrap.cs" />
  443. <Compile Include="Assets\Public\PublicWebRequest\WebRequestBackgroundData.cs" />
  444. <Compile Include="Assets\BundleEditing\Plugins\Reporter\Reporter.cs" />
  445. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_CanvasUpdateRegistryWrap.cs" />
  446. <Compile Include="Assets\XLua\Gen\UnityEngine_BoneWeight1Wrap.cs" />
  447. <Compile Include="Assets\XLua\Gen\UnityEngine_ScreenCaptureWrap.cs" />
  448. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioLowPassFilterWrap.cs" />
  449. <Compile Include="Assets\XLua\Gen\UIGamePanelWrap.cs" />
  450. <Compile Include="Assets\XLua\Gen\RightCutdownwardWrap.cs" />
  451. <Compile Include="Assets\XLua\Gen\UnityEngine_EdgeCollider2DWrap.cs" />
  452. <Compile Include="Assets\XLua\Gen\UnityEngine_ArticulationJacobianWrap.cs" />
  453. <Compile Include="Assets\XLua\Gen\UnityEngine_ShaderWrap.cs" />
  454. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshWrap.cs" />
  455. <Compile Include="Assets\XLua\Gen\PackUnpack.cs" />
  456. <Compile Include="Assets\XLua\Gen\UnityEngine_InputWrap.cs" />
  457. <Compile Include="Assets\XLua\Gen\UnityEngine_ResourcesAPIWrap.cs" />
  458. <Compile Include="Assets\XLua\Gen\UnityEngine_CapsulecastCommandWrap.cs" />
  459. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioRendererWrap.cs" />
  460. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Dropdown_OptionDataWrap.cs" />
  461. <Compile Include="Assets\XLua\Gen\JsonEmpowerDataWrap.cs" />
  462. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ClipperRegistryWrap.cs" />
  463. <Compile Include="Assets\XLua\Examples\04_LuaObjectOrented\InvokeLua.cs" />
  464. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelJoint2DWrap.cs" />
  465. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\LeftCutdownward.cs" />
  466. <Compile Include="Assets\XLua\Gen\UnityEngine_SystemInfoWrap.cs" />
  467. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_VertexHelperWrap.cs" />
  468. <Compile Include="Assets\XLua\Gen\UnityEngine_ProjectorWrap.cs" />
  469. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_MinMaxGradientWrap.cs" />
  470. <Compile Include="Assets\XLua\Gen\ET_UnityLoggerWrap.cs" />
  471. <Compile Include="Assets\XLua\Examples\07_AsyncTest\MessageBox.cs" />
  472. <Compile Include="Assets\XLua\Gen\ZwnAmlogicPoseWrap.cs" />
  473. <Compile Include="Assets\XLua\Gen\CutdownwardWrap.cs" />
  474. <Compile Include="Assets\XLua\Gen\UnityEngine_StackTraceUtilityWrap.cs" />
  475. <Compile Include="Assets\XLua\Gen\UnityEngine_KeyframeWrap.cs" />
  476. <Compile Include="Assets\XLua\Gen\System_Collections_IEnumeratorBridge.cs" />
  477. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystemRendererWrap.cs" />
  478. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleAudio.cs" />
  479. <Compile Include="Assets\XLua\Gen\UnityEngine_LoggerWrap.cs" />
  480. <Compile Include="Assets\Scripts\SUIPanelStart.cs" />
  481. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationCurveWrap.cs" />
  482. <Compile Include="Assets\Public\PublicScript\readexcle\read_excle.cs" />
  483. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystemForceFieldWrap.cs" />
  484. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationEventWrap.cs" />
  485. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioSourceWrap.cs" />
  486. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TrailModuleWrap.cs" />
  487. <Compile Include="Assets\XLua\Gen\ZwnAmlogicFaceWrap.cs" />
  488. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenSettingsExtensionsWrap.cs" />
  489. <Compile Include="Assets\XLua\Gen\UnityEngine_CharacterJointWrap.cs" />
  490. <Compile Include="Assets\XLua\Gen\SFramework_SLuaBehaviourWrap.cs" />
  491. <Compile Include="Assets\XLua\Src\GenAttributes.cs" />
  492. <Compile Include="Assets\XLua\Gen\ZwnAmlogicHelperDataWrap.cs" />
  493. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point2i.cs" />
  494. <Compile Include="Assets\ZwnSDKProject\AmlogicInterface\ZwnAmlogicHand.cs" />
  495. <Compile Include="Assets\XLua\Src\LuaFunction.cs" />
  496. <Compile Include="Assets\XLua\Tutorial\LoadLuaScript\ByString\ByString.cs" />
  497. <Compile Include="Assets\XLua\Gen\Tutorial_CustomLoaderWrap.cs" />
  498. <Compile Include="Assets\XLua\Gen\ActionPoseDescWrap.cs" />
  499. <Compile Include="Assets\ZLog\SplitFileLogger.cs" />
  500. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_NoiseModuleWrap.cs" />
  501. <Compile Include="Assets\ZwnSDKProject\ToolClass\selfshowPoints\SelfShowPoint.cs" />
  502. <Compile Include="Assets\XLua\Gen\UnityEngine_MatchTargetWeightMaskWrap.cs" />
  503. <Compile Include="Assets\XLua\Gen\XLuaTest_FooWrap.cs" />
  504. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsJobOptions2DWrap.cs" />
  505. <Compile Include="Assets\XLua\Gen\UnityEngine_SecurityWrap.cs" />
  506. <Compile Include="Assets\XLua\Examples\05_NoGc\NoGc.cs" />
  507. <Compile Include="Assets\XLua\Gen\UnityEngine_RendererWrap.cs" />
  508. <Compile Include="Assets\XLua\Gen\UnityEngine_JointTranslationLimits2DWrap.cs" />
  509. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsMaterial2DWrap.cs" />
  510. <Compile Include="Assets\XLua\Gen\UnityEngine_BuoyancyEffector2DWrap.cs" />
  511. <Compile Include="Assets\XLua\Gen\UnityEngine_JointLimitsWrap.cs" />
  512. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TriggerModuleWrap.cs" />
  513. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point3d.cs" />
  514. <Compile Include="Assets\ZLog\NullLogger.cs" />
  515. <Compile Include="Assets\XLua\Src\ObjectCasters.cs" />
  516. <Compile Include="Assets\XLua\Gen\UnityEngine_Collider2DWrap.cs" />
  517. <Compile Include="Assets\XLua\Gen\AmlogicReceiveWrap.cs" />
  518. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\HandPoseEnum.cs" />
  519. <Compile Include="Assets\XLua\Gen\BackgroundDDataWrap.cs" />
  520. <Compile Include="Assets\XLua\Gen\UnityEngine_SpriteMaskWrap.cs" />
  521. <Compile Include="Assets\XLua\Gen\UnityEngine_LocationServiceWrap.cs" />
  522. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\RightCutdownward.cs" />
  523. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector2IntWrap.cs" />
  524. <Compile Include="Assets\XLua\Gen\UnityEngine_JointDriveWrap.cs" />
  525. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ArmsRaisedToRight.cs" />
  526. <Compile Include="Assets\XLua\Gen\UnityEngine_AvatarBuilderWrap.cs" />
  527. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenWrap.cs" />
  528. <Compile Include="Assets\XLua\Gen\UnityEngine_DefaultExecutionOrderWrap.cs" />
  529. <Compile Include="Assets\XLua\Gen\FloatList_FloatListEnumeratorWrap.cs" />
  530. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsSceneWrap.cs" />
  531. <Compile Include="Assets\XLua\Gen\UnityEngine_RectWrap.cs" />
  532. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForFixedUpdateWrap.cs" />
  533. <Compile Include="Assets\XLua\Src\SignatureLoader.cs" />
  534. <Compile Include="Assets\SFramework\XLua\SLuaEnv.cs" />
  535. <Compile Include="Assets\XLua\Gen\UnityEngine_SpriteWrap.cs" />
  536. <Compile Include="Assets\XLua\Gen\UnityEngine_SnappingWrap.cs" />
  537. <Compile Include="Assets\XLua\Gen\UnityEngine_RayWrap.cs" />
  538. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_HorizontalLayoutGroupWrap.cs" />
  539. <Compile Include="Assets\XLua\Gen\UnityEngine_IntegratedSubsystemDescriptorWrap.cs" />
  540. <Compile Include="Assets\XLua\Gen\UnityEngine_Mesh_MeshDataArrayWrap.cs" />
  541. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelFrictionCurveWrap.cs" />
  542. <Compile Include="Assets\XLua\Gen\HttpRequestWrap.cs" />
  543. <Compile Include="Assets\XLua\Gen\CleverHandTestWrap.cs" />
  544. <Compile Include="Assets\XLua\Gen\UnityEngine_ComponentWrap.cs" />
  545. <Compile Include="Assets\XLua\Gen\UnityEngine_MaterialPropertyBlockWrap.cs" />
  546. <Compile Include="Assets\XLua\Gen\UnityEngine_MaterialWrap.cs" />
  547. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GridLayoutGroupWrap.cs" />
  548. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_BurstWrap.cs" />
  549. <Compile Include="Assets\XLua\Gen\UnityEngine_CanvasWrap.cs" />
  550. <Compile Include="Assets\XLua\Gen\UnityEngine_BuildCompressionWrap.cs" />
  551. <Compile Include="Assets\XLua\Gen\Point3dWrap.cs" />
  552. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\common_data.cs" />
  553. <Compile Include="Assets\BundleEditing\Plugins\Reporter\MultiKeyDictionary.cs" />
  554. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleSprite.cs" />
  555. <Compile Include="Assets\XLua\Gen\GestureEstimateWrap.cs" />
  556. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\TopLeftKnee.cs" />
  557. <Compile Include="Assets\XLua\Gen\FloatListWrap.cs" />
  558. <Compile Include="Assets\XLua\Gen\PalmHandTestWrap.cs" />
  559. <Compile Include="Assets\XLua\Gen\Point2dList_Point2dListEnumeratorWrap.cs" />
  560. <Compile Include="Assets\XLua\Gen\UnityEngine_WindZoneWrap.cs" />
  561. <Compile Include="Assets\XLua\Gen\SelfShowPointWrap.cs" />
  562. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_MainModuleWrap.cs" />
  563. <Compile Include="Assets\XLua\Gen\HttpWebRequsetMangerWrap.cs" />
  564. <Compile Include="Assets\XLua\Gen\Tutorial_DerivedClassWrap.cs" />
  565. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorUtilityWrap.cs" />
  566. <Compile Include="Assets\XLua\Gen\UnityEngine_ScriptableObjectWrap.cs" />
  567. <Compile Include="Assets\XLua\Gen\XLuaTest_IExchangerBridge.cs" />
  568. <Compile Include="Assets\XLua\Src\TypeExtensions.cs" />
  569. <Compile Include="Assets\ZLog\ILog.cs" />
  570. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ColliderDataWrap.cs" />
  571. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_SubEmittersModuleWrap.cs" />
  572. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\wavingaround.cs" />
  573. <Compile Include="Assets\XLua\Gen\SFramework_SLuaComponentWrap.cs" />
  574. <Compile Include="Assets\ZwnSDKProject\zwn_common_data.cs" />
  575. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageConversionWrap.cs" />
  576. <Compile Include="Assets\Public\PublicWebRequest\WebRequestBackgroundPrefix.cs" />
  577. <Compile Include="Assets\XLua\Gen\raise_handWrap.cs" />
  578. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationClipWrap.cs" />
  579. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelHitWrap.cs" />
  580. <Compile Include="Assets\BundleEditing\Plugins\Reporter\ReporterMessageReceiver.cs" />
  581. <Compile Include="Assets\XLua\Gen\CleverHandWrap.cs" />
  582. <Compile Include="Assets\XLua\Gen\UnityEngine_DistanceJoint2DWrap.cs" />
  583. <Compile Include="Assets\XLua\Gen\UnityEngine_SliderJoint2DWrap.cs" />
  584. <Compile Include="Assets\XLua\Gen\UnityEngine_FrameTimingManagerWrap.cs" />
  585. <Compile Include="Assets\XLua\Gen\Tutorial_DerivedClassExtensionsWrap.cs" />
  586. <Compile Include="Assets\XLua\Gen\UnityEngine_FrustumPlanesWrap.cs" />
  587. <Compile Include="Assets\XLua\Gen\UnityEngine_TextMeshWrap.cs" />
  588. <Compile Include="Assets\XLua\Gen\UnityEngine_SkinnedMeshRendererWrap.cs" />
  589. <Compile Include="Assets\XLua\Gen\UnityEngine_CachedAssetBundleWrap.cs" />
  590. <Compile Include="Assets\XLua\Gen\UnityEngine_FontWrap.cs" />
  591. <Compile Include="Assets\ZwnSDKProject\Readjson\ReadJosn.cs" />
  592. <Compile Include="Assets\XLua\Gen\UnityEngine_YieldInstructionWrap.cs" />
  593. <Compile Include="Assets\XLua\Gen\HttpReturnDataTestWrap.cs" />
  594. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ExternalForcesModuleWrap.cs" />
  595. <Compile Include="Assets\XLua\Gen\UnityEngine_ExposedPropertyResolverWrap.cs" />
  596. <Compile Include="Assets\XLua\Src\ObjectTranslator.cs" />
  597. <Compile Include="Assets\XLua\Gen\SFramework_InjectionWrap.cs" />
  598. <Compile Include="Assets\XLua\Gen\HandPoseDescWrap.cs" />
  599. <Compile Include="Assets\XLua\Gen\ZwnAmlogicHandWrap.cs" />
  600. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModulePhysics2DWrap.cs" />
  601. <Compile Include="Assets\XLua\Gen\UnityEngine_CachingWrap.cs" />
  602. <Compile Include="Assets\XLua\Gen\UnityEngine_WebCamDeviceWrap.cs" />
  603. <Compile Include="Assets\XLua\Gen\XLuaGenAutoRegister.cs" />
  604. <Compile Include="Assets\XLua\Gen\UnityEngine_Texture2DWrap.cs" />
  605. <Compile Include="Assets\XLua\Gen\UnityEngine_LightmapSettingsWrap.cs" />
  606. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\raise_hand.cs" />
  607. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioConfigurationWrap.cs" />
  608. <Compile Include="Assets\TestXLua\Scripts\UIGamePanel.cs" />
  609. <Compile Include="Assets\ZwnSDKProject\ToolClass\empowers\WebRequestPrefix.cs" />
  610. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUnityVersionWrap.cs" />
  611. <Compile Include="Assets\XLua\Gen\UnityEngine_LightmapDataWrap.cs" />
  612. <Compile Include="Assets\XLua\Gen\UnityEngine_GridLayoutWrap.cs" />
  613. <Compile Include="Assets\XLua\Gen\JointFollowWrap.cs" />
  614. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\ActionTest\CleverHandTest.cs" />
  615. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleSpriteWrap.cs" />
  616. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModulePhysicsWrap.cs" />
  617. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector3Wrap.cs" />
  618. <Compile Include="Assets\ZwnSDKProject\UINavigator.cs" />
  619. <Compile Include="Assets\XLua\Gen\UnityEngine_GLWrap.cs" />
  620. <Compile Include="Assets\XLua\Gen\UnityEngine_PolygonCollider2DWrap.cs" />
  621. <Compile Include="Assets\XLua\Gen\WebRequestBackgroundDataWrap.cs" />
  622. <Compile Include="Assets\XLua\Gen\MotionCallbackWrap.cs" />
  623. <Compile Include="Assets\XLua\Gen\ElbowToLeftWrap.cs" />
  624. <Compile Include="Assets\XLua\Gen\EmpowerDataWrap.cs" />
  625. <Compile Include="Assets\XLua\Gen\UnityEngine_UILineInfoWrap.cs" />
  626. <Compile Include="Assets\XLua\Gen\squat_downWrap.cs" />
  627. <Compile Include="Assets\XLua\Gen\SWIGTYPE_p_std__shared_ptrT_zwn__gesture__Detector_tWrap.cs" />
  628. <Compile Include="Assets\XLua\Gen\action_runWrap.cs" />
  629. <Compile Include="Assets\XLua\Gen\UnityEngine_ArticulationDriveWrap.cs" />
  630. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ColorBySpeedModuleWrap.cs" />
  631. <Compile Include="Assets\XLua\Src\LuaEnv.cs" />
  632. <Compile Include="Assets\XLua\Gen\LeftCutdownwardWrap.cs" />
  633. <Compile Include="Assets\XLua\Gen\UnityEngine_PointEffector2DWrap.cs" />
  634. <Compile Include="Assets\XLua\Gen\WebRequestDataWrap.cs" />
  635. <Compile Include="Assets\XLua\Gen\ZwnAmlogicManyPoseWrap.cs" />
  636. <Compile Include="Assets\XLua\Gen\UnityEngine_DynamicGIWrap.cs" />
  637. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioChorusFilterWrap.cs" />
  638. <Compile Include="Assets\XLua\Gen\SWIGTYPE_p_std__shared_ptrT_zwn__gesture__MotionCallback_tWrap.cs" />
  639. <Compile Include="Assets\XLua\Gen\UnityEngine_JointSpringWrap.cs" />
  640. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\SWIGTYPE_p_std__shared_ptrT_zwn__gesture__Detector_t.cs" />
  641. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\ActioneManager\CurrencyActionManager.cs" />
  642. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshRendererWrap.cs" />
  643. <Compile Include="Assets\XLua\Gen\UnityEngine_WWWFormWrap.cs" />
  644. <Compile Include="Assets\XLua\Gen\UnityEngine_FrameTimingWrap.cs" />
  645. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenExtensionsWrap.cs" />
  646. <Compile Include="Assets\XLua\Gen\UnityEngine_JointAngleLimits2DWrap.cs" />
  647. <Compile Include="Assets\XLua\Gen\UnityEngine_ScalableBufferManagerWrap.cs" />
  648. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioListenerWrap.cs" />
  649. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForKillWrap.cs" />
  650. <Compile Include="Assets\XLua\Gen\UnityEngine_Effector2DWrap.cs" />
  651. <Compile Include="Assets\XLua\Gen\UnityEngine_EventWrap.cs" />
  652. <Compile Include="Assets\ZwnSDKProject\Readjson\JsonDataFormat.cs" />
  653. <Compile Include="Assets\XLua\Gen\UnityEngine_CompassWrap.cs" />
  654. <Compile Include="Assets\ZwnSDKProject\AmlogicHelper\ZwnAmlogicHelperData.cs" />
  655. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point2iList.cs" />
  656. <Compile Include="Assets\XLua\Gen\SWIGTYPE_p_cv__Point3fWrap.cs" />
  657. <Compile Include="Assets\XLua\Gen\UnityEngine_RendererExtensionsWrap.cs" />
  658. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ShapeModuleWrap.cs" />
  659. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUI_UtilsWrap.cs" />
  660. <Compile Include="Assets\XLua\Gen\UnityEngine_QualitySettingsWrap.cs" />
  661. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleUnityVersion.cs" />
  662. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_MinMaxCurveWrap.cs" />
  663. <Compile Include="Assets\XLua\Tutorial\CSharpCallLua\CSCallLua.cs" />
  664. <Compile Include="Assets\XLua\Src\CodeEmit.cs" />
  665. <Compile Include="Assets\XLua\Gen\UnityEngine_Collision2DWrap.cs" />
  666. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorTransitionInfoWrap.cs" />
  667. <Compile Include="Assets\XLua\Gen\Tutorial_CSCallLua_DClassWrap.cs" />
  668. <Compile Include="Assets\XLua\Gen\UnityEngine_ClothSphereColliderPairWrap.cs" />
  669. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleWrap.cs" />
  670. <Compile Include="Assets\XLua\Gen\Tutorial_CSCallLuaWrap.cs" />
  671. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Scrollbar_ScrollEventWrap.cs" />
  672. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Toggle_ToggleEventWrap.cs" />
  673. <Compile Include="Assets\XLua\Examples\ExampleGenConfig.cs" />
  674. <Compile Include="Assets\XLua\Gen\UnityEngine_BoneWeightWrap.cs" />
  675. <Compile Include="Assets\XLua\Gen\UnityEngine_Color32Wrap.cs" />
  676. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_SizeOverLifetimeModuleWrap.cs" />
  677. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleRecompressOperationWrap.cs" />
  678. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanBoneWrap.cs" />
  679. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderTextureWrap.cs" />
  680. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectTransformsToLDRWrap.cs" />
  681. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskUtilitiesWrap.cs" />
  682. <Compile Include="Assets\XLua\Gen\UnityEngine_SparseTextureWrap.cs" />
  683. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ToggleWrap.cs" />
  684. <Compile Include="Assets\XLua\Gen\UnityEngine_TransformWrap.cs" />
  685. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point2d.cs" />
  686. <Compile Include="Assets\XLua\Gen\OptionsWrap.cs" />
  687. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForRewindWrap.cs" />
  688. <Compile Include="Assets\XLua\Gen\UnityEngine_ComputeShaderWrap.cs" />
  689. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUtilsWrap.cs" />
  690. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModulePhysics2D.cs" />
  691. <Compile Include="Assets\XLua\Gen\UnityEngine_SubsystemManagerWrap.cs" />
  692. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsUpdateBehaviour2DWrap.cs" />
  693. <Compile Include="Assets\XLua\Gen\UnityEngine_DrivenRectTransformTrackerWrap.cs" />
  694. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanDescriptionWrap.cs" />
  695. <Compile Include="Assets\XLua\Examples\07_AsyncTest\AsyncTest.cs" />
  696. <Compile Include="Assets\XLua\Gen\DataWrap.cs" />
  697. <Compile Include="Assets\XLua\Gen\UnityEngine_ClothSkinningCoefficientWrap.cs" />
  698. <Compile Include="Assets\XLua\Gen\UnityEngine_LightWrap.cs" />
  699. <Compile Include="Assets\XLua\Gen\UnityEngine_SphereColliderWrap.cs" />
  700. <Compile Include="Assets\XLua\Gen\SStartSceneLoaderWrap.cs" />
  701. <Compile Include="Assets\XLua\Gen\BodyWrap.cs" />
  702. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderBufferWrap.cs" />
  703. <Compile Include="Assets\XLua\Gen\XLuaTest_FooExtensionWrap.cs" />
  704. <Compile Include="Assets\XLua\Gen\UnityEngine_PoseWrap.cs" />
  705. <Compile Include="Assets\XLua\Gen\UnityEngine_SecondarySpriteTextureWrap.cs" />
  706. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ScrollbarWrap.cs" />
  707. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUtils_PhysicsWrap.cs" />
  708. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioClipWrap.cs" />
  709. <Compile Include="Assets\XLua\Src\LuaException.cs" />
  710. <Compile Include="Assets\XLua\Gen\XLuaTest_InvokeLua_ICalcBridge.cs" />
  711. <Compile Include="Assets\XLua\Src\DelegateBridge.cs" />
  712. <Compile Include="Assets\XLua\Gen\AmlogicResolverJsonWrap.cs" />
  713. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point2dList.cs" />
  714. <Compile Include="Assets\XLua\Gen\UnityEngine_AnchoredJoint2DWrap.cs" />
  715. <Compile Include="Assets\XLua\Gen\UnityEngine_LayerMaskWrap.cs" />
  716. <Compile Include="Assets\XLua\Gen\Tutorial_CSCallLua_ItfDBridge.cs" />
  717. <Compile Include="Assets\XLua\Gen\IconPreviewWrap.cs" />
  718. <Compile Include="Assets\Public\PublicScript\humancost02\humancost.cs" />
  719. <Compile Include="Assets\XLua\Gen\UnityEngine_CapsuleCollider2DWrap.cs" />
  720. <Compile Include="Assets\XLua\Examples\09_GenericMethod\GenericMethodExample.cs" />
  721. <Compile Include="Assets\ZLog\UnityLogger.cs" />
  722. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutRebuilderWrap.cs" />
  723. <Compile Include="Assets\XLua\Gen\UnityEngine_CameraWrap.cs" />
  724. <Compile Include="Assets\XLua\Gen\UnityEngine_GraphicsWrap.cs" />
  725. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_EmissionModuleWrap.cs" />
  726. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_OutlineWrap.cs" />
  727. <Compile Include="Assets\XLua\Gen\UnityEngine_HashUtilitiesWrap.cs" />
  728. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_FontUpdateTrackerWrap.cs" />
  729. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomYieldInstructionWrap.cs" />
  730. <Compile Include="Assets\XLua\Gen\SFramework_SCoroutineRunnerWrap.cs" />
  731. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_FontDataWrap.cs" />
  732. <Compile Include="Assets\XLua\Gen\UnityEngine_CanvasGroupWrap.cs" />
  733. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshFilterWrap.cs" />
  734. <Compile Include="Assets\XLua\Src\GenericDelegateBridge.cs" />
  735. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_AspectRatioFitterWrap.cs" />
  736. <Compile Include="Assets\XLua\Gen\UnityEngine_ArticulationBodyWrap.cs" />
  737. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleCreateRequestWrap.cs" />
  738. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanTraitWrap.cs" />
  739. <Compile Include="Assets\XLua\Gen\UnityEngine_ResourceRequestWrap.cs" />
  740. <Compile Include="Assets\XLua\Gen\XLuaTest_PeddingWrap.cs" />
  741. <Compile Include="Assets\XLua\Gen\Point2fListWrap.cs" />
  742. <Compile Include="Assets\XLua\Gen\UnityEngine_CapsuleColliderWrap.cs" />
  743. <Compile Include="Assets\XLua\Gen\UnityEngine_HingeJoint2DWrap.cs" />
  744. <Compile Include="Assets\XLua\Gen\UnityEngine_Physics2DWrap.cs" />
  745. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_InheritVelocityModuleWrap.cs" />
  746. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderTargetSetupWrap.cs" />
  747. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ScrollRectWrap.cs" />
  748. <Compile Include="Assets\XLua\Gen\NullLoggerWrap.cs" />
  749. <Compile Include="Assets\XLua\Gen\UnityEngine_CullingGroupWrap.cs" />
  750. <Compile Include="Assets\Scripts\SStartSceneLoader.cs" />
  751. <Compile Include="Assets\XLua\Gen\UnityEngine_ExecuteAlwaysWrap.cs" />
  752. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticlePhysicsExtensionsWrap.cs" />
  753. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\SWIGTYPE_p_cv__Point3f.cs" />
  754. <Compile Include="Assets\XLua\Gen\SocketManagerWrap.cs" />
  755. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector3IntWrap.cs" />
  756. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ContentSizeFitterWrap.cs" />
  757. <Compile Include="Assets\XLua\Src\CopyByValue.cs" />
  758. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_InputField_SubmitEventWrap.cs" />
  759. <Compile Include="Assets\XLua\Gen\DG_Tweening_Color2Wrap.cs" />
  760. <Compile Include="Assets\XLua\Src\LuaAsset.cs" />
  761. <Compile Include="Assets\XLua\Gen\wavingaroundWrap.cs" />
  762. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ActionPoseEnum.cs" />
  763. <Compile Include="Assets\XLua\Src\StaticLuaCallbacks.cs" />
  764. <Compile Include="Assets\XLua\Gen\UnityEngine_RectIntWrap.cs" />
  765. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_BaseMeshEffectWrap.cs" />
  766. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenerWrap.cs" />
  767. <Compile Include="Assets\XLua\Gen\Point2dListWrap.cs" />
  768. <Compile Include="Assets\XLua\Gen\UnityEngine_FlareLayerWrap.cs" />
  769. <Compile Include="Assets\XLua\Gen\UnityEngine_Joint2DWrap.cs" />
  770. <Compile Include="Assets\XLua\Gen\UnityEngine_RaycastHit2DWrap.cs" />
  771. <Compile Include="Assets\XLua\Gen\ReporterMessageReceiverWrap.cs" />
  772. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicMaterialWrap.cs" />
  773. <Compile Include="Assets\XLua\Gen\SplitFilesLoggerWrap.cs" />
  774. <Compile Include="Assets\XLua\Gen\ArmsRaisedToRightWrap.cs" />
  775. <Compile Include="Assets\XLua\Gen\CurrencyTestWrap.cs" />
  776. <Compile Include="Assets\XLua\Gen\UnityEngine_Mesh_MeshDataWrap.cs" />
  777. <Compile Include="Assets\XLua\Gen\Load_SceneWrap.cs" />
  778. <Compile Include="Assets\ZwnSDKProject\ToolClass\humancosts\humancostsprits\FollowBoxManager.cs" />
  779. <Compile Include="Assets\XLua\Gen\UnityEngine_GraphicsBufferWrap.cs" />
  780. <Compile Include="Assets\XLua\Gen\WebRequestPrefixWrap.cs" />
  781. <Compile Include="Assets\XLua\Gen\LuaAssetWrap.cs" />
  782. <Compile Include="Assets\BundleEditing\Plugins\Simple UI\Samples\IconPreview.cs" />
  783. <Compile Include="Assets\XLua\Gen\ShakeCameraWrap.cs" />
  784. <Compile Include="Assets\XLua\Gen\UnityEngine_SpriteRendererWrap.cs" />
  785. <Compile Include="Assets\ZwnSDKProject\AmlogicInterface\ZwnAmlogicDoublePose.cs" />
  786. <Compile Include="Assets\XLua\Gen\Point3fWrap.cs" />
  787. <Compile Include="Assets\XLua\Gen\DelegatesGensBridge.cs" />
  788. <Compile Include="Assets\XLua\Src\InternalGlobals.cs" />
  789. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_TextWrap.cs" />
  790. <Compile Include="Assets\XLua\Gen\UnityEngine_SpringJoint2DWrap.cs" />
  791. <Compile Include="Assets\XLua\Gen\Tutorial_Param1Wrap.cs" />
  792. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenParamsWrap.cs" />
  793. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\SWIGTYPE_p_std__shared_ptrT_zwn__gesture__MotionCallback_t.cs" />
  794. <Compile Include="Assets\XLua\Gen\Point3fList_Point3fListEnumeratorWrap.cs" />
  795. <Compile Include="Assets\XLua\Gen\UnityEngine_RigidbodyWrap.cs" />
  796. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\Point3dList.cs" />
  797. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\HandPoseDesc.cs" />
  798. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationStateWrap.cs" />
  799. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleManifestWrap.cs" />
  800. <Compile Include="Assets\XLua\Gen\UnityEngine_AccelerationEventWrap.cs" />
  801. <Compile Include="Assets\ZLog\Options.cs" />
  802. <Compile Include="Assets\XLua\Gen\UnityEngine_SoftJointLimitWrap.cs" />
  803. <Compile Include="Assets\XLua\Gen\UnityEngine_JointMotorWrap.cs" />
  804. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioReverbFilterWrap.cs" />
  805. <Compile Include="Assets\XLua\Gen\Point2fList_Point2fListEnumeratorWrap.cs" />
  806. <Compile Include="Assets\XLua\Gen\UnityEngine_PlayerPrefsExceptionWrap.cs" />
  807. <Compile Include="Assets\ZwnSDKProject\ToolClass\actions\Actioness\ArmsRaisedToLeft.cs" />
  808. <Compile Include="Assets\XLua\Gen\Reporter_SampleWrap.cs" />
  809. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForEndOfFrameWrap.cs" />
  810. <Compile Include="Assets\XLua\Gen\UnityEngine_IntegratedSubsystemWrap.cs" />
  811. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForStartWrap.cs" />
  812. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioSettings_MobileWrap.cs" />
  813. <Compile Include="Assets\XLua\Gen\UnityEngine_SortingLayerWrap.cs" />
  814. <Compile Include="Assets\XLua\Gen\UnityEngine_TextAssetWrap.cs" />
  815. <Compile Include="Assets\XLua\Gen\UnityEngine_Matrix4x4Wrap.cs" />
  816. <Compile Include="Assets\XLua\Gen\UnityEngine_ColliderDistance2DWrap.cs" />
  817. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GraphicRaycasterWrap.cs" />
  818. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomRenderTextureUpdateZoneWrap.cs" />
  819. <Compile Include="Assets\XLua\Gen\HttpInquiryDataWrap.cs" />
  820. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForElapsedLoopsWrap.cs" />
  821. <Compile Include="Assets\XLua\Gen\UnityEngine_ColorWrap.cs" />
  822. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_SizeBySpeedModuleWrap.cs" />
  823. <Compile Include="Assets\XLua\Gen\UnityEngine_ControllerColliderHitWrap.cs" />
  824. <Compile Include="Assets\XLua\Gen\UnityEngine_LODWrap.cs" />
  825. <Compile Include="Assets\ZwnSDKProject\JarJson\AmlogicReceive.cs" />
  826. <Compile Include="Assets\XLua\Gen\ET_LogWrap.cs" />
  827. <Compile Include="Assets\XLua\Gen\ExampleGenConfigWrap.cs" />
  828. <Compile Include="Assets\XLua\Gen\TopRightKneeWrap.cs" />
  829. <Compile Include="Assets\XLua\Gen\human_areaWrap.cs" />
  830. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorOverrideControllerWrap.cs" />
  831. <Compile Include="Assets\XLua\Gen\Point2iList_Point2iListEnumeratorWrap.cs" />
  832. <Compile Include="Assets\XLua\Gen\UnityEngine_BoxColliderWrap.cs" />
  833. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TextureSheetAnimationModuleWrap.cs" />
  834. <Compile Include="Assets\XLua\Gen\DG_Tweening_EaseFactoryWrap.cs" />
  835. <Compile Include="Assets\XLua\Gen\ImagesWrap.cs" />
  836. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioEchoFilterWrap.cs" />
  837. </ItemGroup>
  838. <ItemGroup>
  839. <None Include="Assets\XLua\Examples\07_AsyncTest\Resources\async_test.lua.txt" />
  840. <None Include="Assets\XLua\Tutorial\LoadLuaScript\ByFile\Resources\byfile.lua.txt" />
  841. <None Include="Assets\StreamingAssets\build_info.txt" />
  842. <None Include="Assets\BundleResource\LuaScripts\UI\SUIHandFollow.lua.txt" />
  843. <None Include="Assets\BundleResource\LuaScripts\UI\SUILoginPanel.lua.txt" />
  844. <None Include="Assets\BundleResource\LuaScripts\UI\SUIPreparePanel.lua.txt" />
  845. <None Include="Assets\BundleResource\LuaScripts\Base\CoroutineHelper.lua.txt" />
  846. <None Include="Assets\XLua\Examples\06_Coroutine\Resources\coruntine_test.lua.txt" />
  847. <None Include="Assets\XLua\Resources\xlua\util.lua.txt" />
  848. <None Include="Assets\XLua\Plugins\WSA\ARM64\xlua.dll" />
  849. <None Include="Assets\BundleResource\LuaScripts\UI\SUITeachPanel.lua.txt" />
  850. <None Include="Assets\BundleResource\LuaScripts\Start\existed.lua.txt" />
  851. <None Include="Assets\ZwnSDKProject\read_me.txt" />
  852. <None Include="Assets\BundleResource\LuaScripts\Base\json.lua.txt" />
  853. <None Include="Assets\BundleResource\LuaScripts\Base\Utils.lua.txt" />
  854. <None Include="Assets\BundleResource\LuaScripts\Update\SUpdateManager.lua.txt" />
  855. <None Include="Assets\BundleResource\main.lua.txt" />
  856. <None Include="Assets\BundleEditing\Plugins\DOTween\DOTween.XML" />
  857. <None Include="Assets\BundleResource\LuaScripts\Base\SEventDispatchCenter.lua.txt" />
  858. <None Include="Assets\BundleResource\Shaders\Blend_CenterGlow.shader" />
  859. <None Include="Assets\TestXLua\Lua\first.lua.txt" />
  860. <None Include="Assets\BundleEditing\Plugins\DOTween\readme.txt" />
  861. <None Include="Assets\BundleResource\LuaScripts\Config\SConfigManager.lua.txt" />
  862. <None Include="Assets\XLua\Plugins\WSA\x64\xlua.dll" />
  863. <None Include="Assets\BundleResource\LuaScripts\XLua\util.lua.txt" />
  864. <None Include="Assets\BundleResource\LuaScripts\UI\Public\SUIRawImagePanel.lua.txt" />
  865. <None Include="Assets\XLua\Resources\perf\profiler.lua.txt" />
  866. <None Include="Assets\BundleResource\LuaScripts\Start\existed2.lua.txt" />
  867. <None Include="Assets\BundleResource\LuaScripts\Test\ZUIPanelTest.lua.txt" />
  868. <None Include="Assets\BundleResource\LuaScripts\Base\SMusicManager.lua.txt" />
  869. <None Include="Assets\XLua\Plugins\x86\xlua.dll" />
  870. <None Include="Assets\TestXLua\Lua\hotfix.lua.txt" />
  871. <None Include="Assets\BundleResource\LuaScripts\UI\Public\SUIFPS.lua.txt" />
  872. <None Include="Assets\XLua\Resources\perf\memory.lua.txt" />
  873. <None Include="Assets\BundleResource\LuaScripts\UI\SUIAlignPanel.lua.txt" />
  874. <None Include="Assets\XLua\CHANGELOG.txt" />
  875. <None Include="Assets\BundleResource\LuaScripts\Base\DataRelay.lua.txt" />
  876. <None Include="Assets\BundleEditing\Plugins\Simple UI\Fonts\OFL.txt" />
  877. <None Include="Assets\XLua\Examples\03_UIEvent\ButtonInteraction.lua.txt" />
  878. <None Include="Assets\XLua\Plugins\x86_64\xlua.dll" />
  879. <None Include="Assets\XLua\Plugins\WSA\ARM\xlua.dll" />
  880. <None Include="Assets\BundleResource\LuaScripts\Base\SkillIndicator.lua.txt" />
  881. <None Include="Assets\XLua\Examples\02_U3DScripting\LuaTestScript.lua.txt" />
  882. <None Include="Assets\XLua\Examples\07_AsyncTest\Resources\message_box.lua.txt" />
  883. <None Include="Assets\BundleResource\LuaScripts\Start\main.lua.txt" />
  884. <None Include="Assets\XLua\Gen\link.xml" />
  885. <None Include="Assets\BundleResource\Shaders\Add_CenterGlow.shader" />
  886. <None Include="Assets\BundleResource\LuaScripts\UI\SUIGamingPanel.lua.txt" />
  887. <None Include="Assets\BundleEditing\Plugins\DOTween\DOTween.dll" />
  888. <None Include="Assets\XLua\Resources\tdr\tdr.lua.txt" />
  889. <None Include="Assets\XLua\Plugins\WSA\x86\xlua.dll" />
  890. <None Include="Assets\XLua\Examples\06_Coroutine\Resources\cs_coroutine.lua.txt" />
  891. <None Include="Assets\BundleResource\LuaScripts\Base\UIHelper.lua.txt" />
  892. <None Include="Assets\BundleResource\LuaScripts\Update\SUIPanelUpdate.lua.txt" />
  893. <None Include="Assets\BundleResource\LuaScripts\Base\GlobalFunctions.lua.txt" />
  894. <None Include="Assets\BundleResource\LuaScripts\UI\SUIEndPanel.lua.txt" />
  895. </ItemGroup>
  896. <ItemGroup>
  897. <Reference Include="UnityEngine">
  898. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  899. </Reference>
  900. <Reference Include="UnityEngine.AIModule">
  901. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  902. </Reference>
  903. <Reference Include="UnityEngine.ARModule">
  904. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  905. </Reference>
  906. <Reference Include="UnityEngine.AccessibilityModule">
  907. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  908. </Reference>
  909. <Reference Include="UnityEngine.AndroidJNIModule">
  910. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  911. </Reference>
  912. <Reference Include="UnityEngine.AnimationModule">
  913. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  914. </Reference>
  915. <Reference Include="UnityEngine.AssetBundleModule">
  916. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  917. </Reference>
  918. <Reference Include="UnityEngine.AudioModule">
  919. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  920. </Reference>
  921. <Reference Include="UnityEngine.ClothModule">
  922. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  923. </Reference>
  924. <Reference Include="UnityEngine.CoreModule">
  925. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  926. </Reference>
  927. <Reference Include="UnityEngine.CrashReportingModule">
  928. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  929. </Reference>
  930. <Reference Include="UnityEngine.DSPGraphModule">
  931. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  932. </Reference>
  933. <Reference Include="UnityEngine.DirectorModule">
  934. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  935. </Reference>
  936. <Reference Include="UnityEngine.GIModule">
  937. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  938. </Reference>
  939. <Reference Include="UnityEngine.GameCenterModule">
  940. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  941. </Reference>
  942. <Reference Include="UnityEngine.GridModule">
  943. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  944. </Reference>
  945. <Reference Include="UnityEngine.HotReloadModule">
  946. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  947. </Reference>
  948. <Reference Include="UnityEngine.IMGUIModule">
  949. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  950. </Reference>
  951. <Reference Include="UnityEngine.ImageConversionModule">
  952. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  953. </Reference>
  954. <Reference Include="UnityEngine.InputModule">
  955. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  956. </Reference>
  957. <Reference Include="UnityEngine.InputLegacyModule">
  958. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  959. </Reference>
  960. <Reference Include="UnityEngine.JSONSerializeModule">
  961. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  962. </Reference>
  963. <Reference Include="UnityEngine.LocalizationModule">
  964. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  965. </Reference>
  966. <Reference Include="UnityEngine.ParticleSystemModule">
  967. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  968. </Reference>
  969. <Reference Include="UnityEngine.PerformanceReportingModule">
  970. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  971. </Reference>
  972. <Reference Include="UnityEngine.PhysicsModule">
  973. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  974. </Reference>
  975. <Reference Include="UnityEngine.Physics2DModule">
  976. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  977. </Reference>
  978. <Reference Include="UnityEngine.ProfilerModule">
  979. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  980. </Reference>
  981. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  982. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  983. </Reference>
  984. <Reference Include="UnityEngine.ScreenCaptureModule">
  985. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  986. </Reference>
  987. <Reference Include="UnityEngine.SharedInternalsModule">
  988. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  989. </Reference>
  990. <Reference Include="UnityEngine.SpriteMaskModule">
  991. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  992. </Reference>
  993. <Reference Include="UnityEngine.SpriteShapeModule">
  994. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  995. </Reference>
  996. <Reference Include="UnityEngine.StreamingModule">
  997. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  998. </Reference>
  999. <Reference Include="UnityEngine.SubstanceModule">
  1000. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  1001. </Reference>
  1002. <Reference Include="UnityEngine.SubsystemsModule">
  1003. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  1004. </Reference>
  1005. <Reference Include="UnityEngine.TLSModule">
  1006. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  1007. </Reference>
  1008. <Reference Include="UnityEngine.TerrainModule">
  1009. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  1010. </Reference>
  1011. <Reference Include="UnityEngine.TerrainPhysicsModule">
  1012. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  1013. </Reference>
  1014. <Reference Include="UnityEngine.TextCoreModule">
  1015. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath>
  1016. </Reference>
  1017. <Reference Include="UnityEngine.TextRenderingModule">
  1018. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  1019. </Reference>
  1020. <Reference Include="UnityEngine.TilemapModule">
  1021. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  1022. </Reference>
  1023. <Reference Include="UnityEngine.UIModule">
  1024. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  1025. </Reference>
  1026. <Reference Include="UnityEngine.UIElementsModule">
  1027. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  1028. </Reference>
  1029. <Reference Include="UnityEngine.UIElementsNativeModule">
  1030. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
  1031. </Reference>
  1032. <Reference Include="UnityEngine.UNETModule">
  1033. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
  1034. </Reference>
  1035. <Reference Include="UnityEngine.UmbraModule">
  1036. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  1037. </Reference>
  1038. <Reference Include="UnityEngine.UnityAnalyticsModule">
  1039. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  1040. </Reference>
  1041. <Reference Include="UnityEngine.UnityConnectModule">
  1042. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  1043. </Reference>
  1044. <Reference Include="UnityEngine.UnityCurlModule">
  1045. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  1046. </Reference>
  1047. <Reference Include="UnityEngine.UnityTestProtocolModule">
  1048. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  1049. </Reference>
  1050. <Reference Include="UnityEngine.UnityWebRequestModule">
  1051. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  1052. </Reference>
  1053. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  1054. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  1055. </Reference>
  1056. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  1057. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  1058. </Reference>
  1059. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  1060. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  1061. </Reference>
  1062. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  1063. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  1064. </Reference>
  1065. <Reference Include="UnityEngine.VFXModule">
  1066. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  1067. </Reference>
  1068. <Reference Include="UnityEngine.VRModule">
  1069. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  1070. </Reference>
  1071. <Reference Include="UnityEngine.VehiclesModule">
  1072. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  1073. </Reference>
  1074. <Reference Include="UnityEngine.VideoModule">
  1075. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  1076. </Reference>
  1077. <Reference Include="UnityEngine.WindModule">
  1078. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  1079. </Reference>
  1080. <Reference Include="UnityEngine.XRModule">
  1081. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  1082. </Reference>
  1083. <Reference Include="UnityEditor">
  1084. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  1085. </Reference>
  1086. <Reference Include="UnityEditor.CoreModule">
  1087. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  1088. </Reference>
  1089. <Reference Include="UnityEditor.GraphViewModule">
  1090. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  1091. </Reference>
  1092. <Reference Include="UnityEditor.PackageManagerUIModule">
  1093. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath>
  1094. </Reference>
  1095. <Reference Include="UnityEditor.SceneTemplateModule">
  1096. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  1097. </Reference>
  1098. <Reference Include="UnityEditor.UIElementsModule">
  1099. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  1100. </Reference>
  1101. <Reference Include="UnityEditor.UIElementsSamplesModule">
  1102. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  1103. </Reference>
  1104. <Reference Include="UnityEditor.UIServiceModule">
  1105. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath>
  1106. </Reference>
  1107. <Reference Include="UnityEditor.UnityConnectModule">
  1108. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  1109. </Reference>
  1110. <Reference Include="ICSharpCode.SharpZipLib">
  1111. <HintPath>Assets\plugins\module_excel\plugins\Excel\ICSharpCode.SharpZipLib.dll</HintPath>
  1112. </Reference>
  1113. <Reference Include="I18N.West">
  1114. <HintPath>Assets\plugins\module_excel\plugins\Excel\I18N.West.dll</HintPath>
  1115. </Reference>
  1116. <Reference Include="I18N.CJK">
  1117. <HintPath>Assets\plugins\module_excel\plugins\Excel\I18N.CJK.dll</HintPath>
  1118. </Reference>
  1119. <Reference Include="Excel">
  1120. <HintPath>Assets\plugins\module_excel\plugins\Excel\Excel.dll</HintPath>
  1121. </Reference>
  1122. <Reference Include="DOTween">
  1123. <HintPath>Assets\BundleEditing\Plugins\DOTween\DOTween.dll</HintPath>
  1124. </Reference>
  1125. <Reference Include="LitJson">
  1126. <HintPath>Assets\plugins\Json\LitJson.dll</HintPath>
  1127. </Reference>
  1128. <Reference Include="EPPlus">
  1129. <HintPath>Assets\plugins\module_excel\plugins\Excel\EPPlus.dll</HintPath>
  1130. </Reference>
  1131. <Reference Include="AmLogicSDK">
  1132. <HintPath>Assets\plugins\AmLogicSDK.dll</HintPath>
  1133. </Reference>
  1134. <Reference Include="I18N">
  1135. <HintPath>Assets\plugins\module_excel\plugins\Excel\I18N.dll</HintPath>
  1136. </Reference>
  1137. <Reference Include="SFrameworkE">
  1138. <HintPath>Assets\plugins\SFrameworkE.dll</HintPath>
  1139. </Reference>
  1140. <Reference Include="SFrameworkR">
  1141. <HintPath>Assets\plugins\SFrameworkR.dll</HintPath>
  1142. </Reference>
  1143. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  1144. <HintPath>D:\unity\2020.3.20f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  1145. </Reference>
  1146. <Reference Include="UnityEditor.iOS.Extensions.Common">
  1147. <HintPath>D:\unity\2020.3.20f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  1148. </Reference>
  1149. <Reference Include="mscorlib">
  1150. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\mscorlib.dll</HintPath>
  1151. </Reference>
  1152. <Reference Include="System">
  1153. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.dll</HintPath>
  1154. </Reference>
  1155. <Reference Include="System.Core">
  1156. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Core.dll</HintPath>
  1157. </Reference>
  1158. <Reference Include="System.Runtime.Serialization">
  1159. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Runtime.Serialization.dll</HintPath>
  1160. </Reference>
  1161. <Reference Include="System.Xml">
  1162. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.dll</HintPath>
  1163. </Reference>
  1164. <Reference Include="System.Xml.Linq">
  1165. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.Linq.dll</HintPath>
  1166. </Reference>
  1167. <Reference Include="System.Numerics">
  1168. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.dll</HintPath>
  1169. </Reference>
  1170. <Reference Include="System.Numerics.Vectors">
  1171. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.Vectors.dll</HintPath>
  1172. </Reference>
  1173. <Reference Include="System.Net.Http">
  1174. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Net.Http.dll</HintPath>
  1175. </Reference>
  1176. <Reference Include="System.IO.Compression">
  1177. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.IO.Compression.dll</HintPath>
  1178. </Reference>
  1179. <Reference Include="Microsoft.CSharp">
  1180. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
  1181. </Reference>
  1182. <Reference Include="System.Data">
  1183. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Data.dll</HintPath>
  1184. </Reference>
  1185. <Reference Include="Microsoft.Win32.Primitives">
  1186. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  1187. </Reference>
  1188. <Reference Include="netstandard">
  1189. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\netstandard.dll</HintPath>
  1190. </Reference>
  1191. <Reference Include="System.AppContext">
  1192. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.AppContext.dll</HintPath>
  1193. </Reference>
  1194. <Reference Include="System.Collections.Concurrent">
  1195. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Concurrent.dll</HintPath>
  1196. </Reference>
  1197. <Reference Include="System.Collections">
  1198. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.dll</HintPath>
  1199. </Reference>
  1200. <Reference Include="System.Collections.NonGeneric">
  1201. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  1202. </Reference>
  1203. <Reference Include="System.Collections.Specialized">
  1204. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Specialized.dll</HintPath>
  1205. </Reference>
  1206. <Reference Include="System.ComponentModel.Annotations">
  1207. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  1208. </Reference>
  1209. <Reference Include="System.ComponentModel">
  1210. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.dll</HintPath>
  1211. </Reference>
  1212. <Reference Include="System.ComponentModel.EventBasedAsync">
  1213. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  1214. </Reference>
  1215. <Reference Include="System.ComponentModel.Primitives">
  1216. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  1217. </Reference>
  1218. <Reference Include="System.ComponentModel.TypeConverter">
  1219. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  1220. </Reference>
  1221. <Reference Include="System.Console">
  1222. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Console.dll</HintPath>
  1223. </Reference>
  1224. <Reference Include="System.Data.Common">
  1225. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Data.Common.dll</HintPath>
  1226. </Reference>
  1227. <Reference Include="System.Diagnostics.Contracts">
  1228. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  1229. </Reference>
  1230. <Reference Include="System.Diagnostics.Debug">
  1231. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  1232. </Reference>
  1233. <Reference Include="System.Diagnostics.FileVersionInfo">
  1234. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  1235. </Reference>
  1236. <Reference Include="System.Diagnostics.Process">
  1237. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Process.dll</HintPath>
  1238. </Reference>
  1239. <Reference Include="System.Diagnostics.StackTrace">
  1240. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  1241. </Reference>
  1242. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  1243. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  1244. </Reference>
  1245. <Reference Include="System.Diagnostics.Tools">
  1246. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  1247. </Reference>
  1248. <Reference Include="System.Diagnostics.TraceSource">
  1249. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  1250. </Reference>
  1251. <Reference Include="System.Drawing.Primitives">
  1252. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Drawing.Primitives.dll</HintPath>
  1253. </Reference>
  1254. <Reference Include="System.Dynamic.Runtime">
  1255. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  1256. </Reference>
  1257. <Reference Include="System.Globalization.Calendars">
  1258. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Calendars.dll</HintPath>
  1259. </Reference>
  1260. <Reference Include="System.Globalization">
  1261. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.dll</HintPath>
  1262. </Reference>
  1263. <Reference Include="System.Globalization.Extensions">
  1264. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Extensions.dll</HintPath>
  1265. </Reference>
  1266. <Reference Include="System.IO.Compression.ZipFile">
  1267. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  1268. </Reference>
  1269. <Reference Include="System.IO">
  1270. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.dll</HintPath>
  1271. </Reference>
  1272. <Reference Include="System.IO.FileSystem">
  1273. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.dll</HintPath>
  1274. </Reference>
  1275. <Reference Include="System.IO.FileSystem.DriveInfo">
  1276. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  1277. </Reference>
  1278. <Reference Include="System.IO.FileSystem.Primitives">
  1279. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  1280. </Reference>
  1281. <Reference Include="System.IO.FileSystem.Watcher">
  1282. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  1283. </Reference>
  1284. <Reference Include="System.IO.IsolatedStorage">
  1285. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  1286. </Reference>
  1287. <Reference Include="System.IO.MemoryMappedFiles">
  1288. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  1289. </Reference>
  1290. <Reference Include="System.IO.Pipes">
  1291. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Pipes.dll</HintPath>
  1292. </Reference>
  1293. <Reference Include="System.IO.UnmanagedMemoryStream">
  1294. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  1295. </Reference>
  1296. <Reference Include="System.Linq">
  1297. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.dll</HintPath>
  1298. </Reference>
  1299. <Reference Include="System.Linq.Expressions">
  1300. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Expressions.dll</HintPath>
  1301. </Reference>
  1302. <Reference Include="System.Linq.Parallel">
  1303. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Parallel.dll</HintPath>
  1304. </Reference>
  1305. <Reference Include="System.Linq.Queryable">
  1306. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Queryable.dll</HintPath>
  1307. </Reference>
  1308. <Reference Include="System.Net.Http.Rtc">
  1309. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  1310. </Reference>
  1311. <Reference Include="System.Net.NameResolution">
  1312. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NameResolution.dll</HintPath>
  1313. </Reference>
  1314. <Reference Include="System.Net.NetworkInformation">
  1315. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  1316. </Reference>
  1317. <Reference Include="System.Net.Ping">
  1318. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Ping.dll</HintPath>
  1319. </Reference>
  1320. <Reference Include="System.Net.Primitives">
  1321. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Primitives.dll</HintPath>
  1322. </Reference>
  1323. <Reference Include="System.Net.Requests">
  1324. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Requests.dll</HintPath>
  1325. </Reference>
  1326. <Reference Include="System.Net.Security">
  1327. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Security.dll</HintPath>
  1328. </Reference>
  1329. <Reference Include="System.Net.Sockets">
  1330. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Sockets.dll</HintPath>
  1331. </Reference>
  1332. <Reference Include="System.Net.WebHeaderCollection">
  1333. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  1334. </Reference>
  1335. <Reference Include="System.Net.WebSockets.Client">
  1336. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  1337. </Reference>
  1338. <Reference Include="System.Net.WebSockets">
  1339. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.dll</HintPath>
  1340. </Reference>
  1341. <Reference Include="System.ObjectModel">
  1342. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ObjectModel.dll</HintPath>
  1343. </Reference>
  1344. <Reference Include="System.Reflection">
  1345. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.dll</HintPath>
  1346. </Reference>
  1347. <Reference Include="System.Reflection.Emit">
  1348. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.dll</HintPath>
  1349. </Reference>
  1350. <Reference Include="System.Reflection.Emit.ILGeneration">
  1351. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1352. </Reference>
  1353. <Reference Include="System.Reflection.Emit.Lightweight">
  1354. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  1355. </Reference>
  1356. <Reference Include="System.Reflection.Extensions">
  1357. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Extensions.dll</HintPath>
  1358. </Reference>
  1359. <Reference Include="System.Reflection.Primitives">
  1360. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Primitives.dll</HintPath>
  1361. </Reference>
  1362. <Reference Include="System.Resources.Reader">
  1363. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Reader.dll</HintPath>
  1364. </Reference>
  1365. <Reference Include="System.Resources.ResourceManager">
  1366. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  1367. </Reference>
  1368. <Reference Include="System.Resources.Writer">
  1369. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Writer.dll</HintPath>
  1370. </Reference>
  1371. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1372. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1373. </Reference>
  1374. <Reference Include="System.Runtime">
  1375. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.dll</HintPath>
  1376. </Reference>
  1377. <Reference Include="System.Runtime.Extensions">
  1378. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Extensions.dll</HintPath>
  1379. </Reference>
  1380. <Reference Include="System.Runtime.Handles">
  1381. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Handles.dll</HintPath>
  1382. </Reference>
  1383. <Reference Include="System.Runtime.InteropServices">
  1384. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1385. </Reference>
  1386. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1387. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1388. </Reference>
  1389. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1390. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1391. </Reference>
  1392. <Reference Include="System.Runtime.Numerics">
  1393. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1394. </Reference>
  1395. <Reference Include="System.Runtime.Serialization.Formatters">
  1396. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1397. </Reference>
  1398. <Reference Include="System.Runtime.Serialization.Json">
  1399. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1400. </Reference>
  1401. <Reference Include="System.Runtime.Serialization.Primitives">
  1402. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1403. </Reference>
  1404. <Reference Include="System.Runtime.Serialization.Xml">
  1405. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1406. </Reference>
  1407. <Reference Include="System.Security.Claims">
  1408. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Claims.dll</HintPath>
  1409. </Reference>
  1410. <Reference Include="System.Security.Cryptography.Algorithms">
  1411. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1412. </Reference>
  1413. <Reference Include="System.Security.Cryptography.Csp">
  1414. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1415. </Reference>
  1416. <Reference Include="System.Security.Cryptography.Encoding">
  1417. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1418. </Reference>
  1419. <Reference Include="System.Security.Cryptography.Primitives">
  1420. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1421. </Reference>
  1422. <Reference Include="System.Security.Cryptography.X509Certificates">
  1423. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1424. </Reference>
  1425. <Reference Include="System.Security.Principal">
  1426. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Principal.dll</HintPath>
  1427. </Reference>
  1428. <Reference Include="System.Security.SecureString">
  1429. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.SecureString.dll</HintPath>
  1430. </Reference>
  1431. <Reference Include="System.ServiceModel.Duplex">
  1432. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1433. </Reference>
  1434. <Reference Include="System.ServiceModel.Http">
  1435. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1436. </Reference>
  1437. <Reference Include="System.ServiceModel.NetTcp">
  1438. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1439. </Reference>
  1440. <Reference Include="System.ServiceModel.Primitives">
  1441. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1442. </Reference>
  1443. <Reference Include="System.ServiceModel.Security">
  1444. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1445. </Reference>
  1446. <Reference Include="System.Text.Encoding">
  1447. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.dll</HintPath>
  1448. </Reference>
  1449. <Reference Include="System.Text.Encoding.Extensions">
  1450. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1451. </Reference>
  1452. <Reference Include="System.Text.RegularExpressions">
  1453. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1454. </Reference>
  1455. <Reference Include="System.Threading">
  1456. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.dll</HintPath>
  1457. </Reference>
  1458. <Reference Include="System.Threading.Overlapped">
  1459. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1460. </Reference>
  1461. <Reference Include="System.Threading.Tasks">
  1462. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.dll</HintPath>
  1463. </Reference>
  1464. <Reference Include="System.Threading.Tasks.Parallel">
  1465. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1466. </Reference>
  1467. <Reference Include="System.Threading.Thread">
  1468. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Thread.dll</HintPath>
  1469. </Reference>
  1470. <Reference Include="System.Threading.ThreadPool">
  1471. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1472. </Reference>
  1473. <Reference Include="System.Threading.Timer">
  1474. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Timer.dll</HintPath>
  1475. </Reference>
  1476. <Reference Include="System.ValueTuple">
  1477. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ValueTuple.dll</HintPath>
  1478. </Reference>
  1479. <Reference Include="System.Xml.ReaderWriter">
  1480. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1481. </Reference>
  1482. <Reference Include="System.Xml.XDocument">
  1483. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XDocument.dll</HintPath>
  1484. </Reference>
  1485. <Reference Include="System.Xml.XmlDocument">
  1486. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1487. </Reference>
  1488. <Reference Include="System.Xml.XmlSerializer">
  1489. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1490. </Reference>
  1491. <Reference Include="System.Xml.XPath">
  1492. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.dll</HintPath>
  1493. </Reference>
  1494. <Reference Include="System.Xml.XPath.XDocument">
  1495. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1496. </Reference>
  1497. <Reference Include="Unity.VSCode.Editor">
  1498. <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
  1499. </Reference>
  1500. <Reference Include="Unity.TextMeshPro.Editor">
  1501. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath>
  1502. </Reference>
  1503. <Reference Include="Unity.VisualStudio.Editor">
  1504. <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
  1505. </Reference>
  1506. <Reference Include="Unity.Timeline.Editor">
  1507. <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
  1508. </Reference>
  1509. <Reference Include="Unity.Timeline">
  1510. <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath>
  1511. </Reference>
  1512. <Reference Include="Unity.TextMeshPro">
  1513. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
  1514. </Reference>
  1515. <Reference Include="UnityEditor.UI">
  1516. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1517. </Reference>
  1518. <Reference Include="Unity.PlasticSCM.Editor">
  1519. <HintPath>Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll</HintPath>
  1520. </Reference>
  1521. <Reference Include="Unity.Rider.Editor">
  1522. <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath>
  1523. </Reference>
  1524. <Reference Include="UnityEngine.UI">
  1525. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1526. </Reference>
  1527. </ItemGroup>
  1528. <ItemGroup>
  1529. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  1530. <Project>{3C1FE37E-CB0B-1825-1A01-349FF031729E}</Project>
  1531. <Name>Assembly-CSharp-firstpass</Name>
  1532. </ProjectReference>
  1533. </ItemGroup>
  1534. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1535. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1536. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1537. Other similar extension points exist, see Microsoft.Common.targets.
  1538. <Target Name="BeforeBuild">
  1539. </Target>
  1540. <Target Name="AfterBuild">
  1541. </Target>
  1542. -->
  1543. </Project>