Assembly-CSharp.csproj 106 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545
  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\SFramework\SFrameworkR.dll" />
  859. <None Include="Assets\BundleResource\Shaders\Blend_CenterGlow.shader" />
  860. <None Include="Assets\TestXLua\Lua\first.lua.txt" />
  861. <None Include="Assets\BundleEditing\Plugins\DOTween\readme.txt" />
  862. <None Include="Assets\BundleResource\LuaScripts\Config\SConfigManager.lua.txt" />
  863. <None Include="Assets\XLua\Plugins\WSA\x64\xlua.dll" />
  864. <None Include="Assets\BundleResource\LuaScripts\XLua\util.lua.txt" />
  865. <None Include="Assets\BundleResource\LuaScripts\UI\Public\SUIRawImagePanel.lua.txt" />
  866. <None Include="Assets\XLua\Resources\perf\profiler.lua.txt" />
  867. <None Include="Assets\BundleResource\LuaScripts\Start\existed2.lua.txt" />
  868. <None Include="Assets\BundleResource\LuaScripts\Test\ZUIPanelTest.lua.txt" />
  869. <None Include="Assets\BundleResource\LuaScripts\Base\SMusicManager.lua.txt" />
  870. <None Include="Assets\XLua\Plugins\x86\xlua.dll" />
  871. <None Include="Assets\TestXLua\Lua\hotfix.lua.txt" />
  872. <None Include="Assets\SFramework\SFrameworkE.dll" />
  873. <None Include="Assets\BundleResource\LuaScripts\UI\Public\SUIFPS.lua.txt" />
  874. <None Include="Assets\XLua\Resources\perf\memory.lua.txt" />
  875. <None Include="Assets\BundleResource\LuaScripts\UI\SUIAlignPanel.lua.txt" />
  876. <None Include="Assets\XLua\CHANGELOG.txt" />
  877. <None Include="Assets\BundleResource\LuaScripts\Base\DataRelay.lua.txt" />
  878. <None Include="Assets\BundleEditing\Plugins\Simple UI\Fonts\OFL.txt" />
  879. <None Include="Assets\XLua\Examples\03_UIEvent\ButtonInteraction.lua.txt" />
  880. <None Include="Assets\XLua\Plugins\x86_64\xlua.dll" />
  881. <None Include="Assets\XLua\Plugins\WSA\ARM\xlua.dll" />
  882. <None Include="Assets\BundleResource\LuaScripts\Base\SkillIndicator.lua.txt" />
  883. <None Include="Assets\XLua\Examples\02_U3DScripting\LuaTestScript.lua.txt" />
  884. <None Include="Assets\XLua\Examples\07_AsyncTest\Resources\message_box.lua.txt" />
  885. <None Include="Assets\BundleResource\LuaScripts\Start\main.lua.txt" />
  886. <None Include="Assets\XLua\Gen\link.xml" />
  887. <None Include="Assets\BundleResource\Shaders\Add_CenterGlow.shader" />
  888. <None Include="Assets\BundleResource\LuaScripts\UI\SUIGamingPanel.lua.txt" />
  889. <None Include="Assets\BundleEditing\Plugins\DOTween\DOTween.dll" />
  890. <None Include="Assets\XLua\Resources\tdr\tdr.lua.txt" />
  891. <None Include="Assets\XLua\Plugins\WSA\x86\xlua.dll" />
  892. <None Include="Assets\XLua\Examples\06_Coroutine\Resources\cs_coroutine.lua.txt" />
  893. <None Include="Assets\BundleResource\LuaScripts\Base\UIHelper.lua.txt" />
  894. <None Include="Assets\BundleResource\LuaScripts\Update\SUIPanelUpdate.lua.txt" />
  895. <None Include="Assets\BundleResource\LuaScripts\Base\GlobalFunctions.lua.txt" />
  896. <None Include="Assets\BundleResource\LuaScripts\UI\SUIEndPanel.lua.txt" />
  897. </ItemGroup>
  898. <ItemGroup>
  899. <Reference Include="UnityEngine">
  900. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.dll</HintPath>
  901. </Reference>
  902. <Reference Include="UnityEngine.AIModule">
  903. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AIModule.dll</HintPath>
  904. </Reference>
  905. <Reference Include="UnityEngine.ARModule">
  906. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ARModule.dll</HintPath>
  907. </Reference>
  908. <Reference Include="UnityEngine.AccessibilityModule">
  909. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AccessibilityModule.dll</HintPath>
  910. </Reference>
  911. <Reference Include="UnityEngine.AndroidJNIModule">
  912. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AndroidJNIModule.dll</HintPath>
  913. </Reference>
  914. <Reference Include="UnityEngine.AnimationModule">
  915. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AnimationModule.dll</HintPath>
  916. </Reference>
  917. <Reference Include="UnityEngine.AssetBundleModule">
  918. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AssetBundleModule.dll</HintPath>
  919. </Reference>
  920. <Reference Include="UnityEngine.AudioModule">
  921. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.AudioModule.dll</HintPath>
  922. </Reference>
  923. <Reference Include="UnityEngine.ClothModule">
  924. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ClothModule.dll</HintPath>
  925. </Reference>
  926. <Reference Include="UnityEngine.CoreModule">
  927. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.CoreModule.dll</HintPath>
  928. </Reference>
  929. <Reference Include="UnityEngine.CrashReportingModule">
  930. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.CrashReportingModule.dll</HintPath>
  931. </Reference>
  932. <Reference Include="UnityEngine.DSPGraphModule">
  933. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.DSPGraphModule.dll</HintPath>
  934. </Reference>
  935. <Reference Include="UnityEngine.DirectorModule">
  936. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.DirectorModule.dll</HintPath>
  937. </Reference>
  938. <Reference Include="UnityEngine.GIModule">
  939. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.GIModule.dll</HintPath>
  940. </Reference>
  941. <Reference Include="UnityEngine.GameCenterModule">
  942. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.GameCenterModule.dll</HintPath>
  943. </Reference>
  944. <Reference Include="UnityEngine.GridModule">
  945. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.GridModule.dll</HintPath>
  946. </Reference>
  947. <Reference Include="UnityEngine.HotReloadModule">
  948. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.HotReloadModule.dll</HintPath>
  949. </Reference>
  950. <Reference Include="UnityEngine.IMGUIModule">
  951. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.IMGUIModule.dll</HintPath>
  952. </Reference>
  953. <Reference Include="UnityEngine.ImageConversionModule">
  954. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ImageConversionModule.dll</HintPath>
  955. </Reference>
  956. <Reference Include="UnityEngine.InputModule">
  957. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputModule.dll</HintPath>
  958. </Reference>
  959. <Reference Include="UnityEngine.InputLegacyModule">
  960. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.InputLegacyModule.dll</HintPath>
  961. </Reference>
  962. <Reference Include="UnityEngine.JSONSerializeModule">
  963. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.JSONSerializeModule.dll</HintPath>
  964. </Reference>
  965. <Reference Include="UnityEngine.LocalizationModule">
  966. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.LocalizationModule.dll</HintPath>
  967. </Reference>
  968. <Reference Include="UnityEngine.ParticleSystemModule">
  969. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ParticleSystemModule.dll</HintPath>
  970. </Reference>
  971. <Reference Include="UnityEngine.PerformanceReportingModule">
  972. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.PerformanceReportingModule.dll</HintPath>
  973. </Reference>
  974. <Reference Include="UnityEngine.PhysicsModule">
  975. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.PhysicsModule.dll</HintPath>
  976. </Reference>
  977. <Reference Include="UnityEngine.Physics2DModule">
  978. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.Physics2DModule.dll</HintPath>
  979. </Reference>
  980. <Reference Include="UnityEngine.ProfilerModule">
  981. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ProfilerModule.dll</HintPath>
  982. </Reference>
  983. <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
  984. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
  985. </Reference>
  986. <Reference Include="UnityEngine.ScreenCaptureModule">
  987. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.ScreenCaptureModule.dll</HintPath>
  988. </Reference>
  989. <Reference Include="UnityEngine.SharedInternalsModule">
  990. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SharedInternalsModule.dll</HintPath>
  991. </Reference>
  992. <Reference Include="UnityEngine.SpriteMaskModule">
  993. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteMaskModule.dll</HintPath>
  994. </Reference>
  995. <Reference Include="UnityEngine.SpriteShapeModule">
  996. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SpriteShapeModule.dll</HintPath>
  997. </Reference>
  998. <Reference Include="UnityEngine.StreamingModule">
  999. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.StreamingModule.dll</HintPath>
  1000. </Reference>
  1001. <Reference Include="UnityEngine.SubstanceModule">
  1002. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubstanceModule.dll</HintPath>
  1003. </Reference>
  1004. <Reference Include="UnityEngine.SubsystemsModule">
  1005. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.SubsystemsModule.dll</HintPath>
  1006. </Reference>
  1007. <Reference Include="UnityEngine.TLSModule">
  1008. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TLSModule.dll</HintPath>
  1009. </Reference>
  1010. <Reference Include="UnityEngine.TerrainModule">
  1011. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainModule.dll</HintPath>
  1012. </Reference>
  1013. <Reference Include="UnityEngine.TerrainPhysicsModule">
  1014. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TerrainPhysicsModule.dll</HintPath>
  1015. </Reference>
  1016. <Reference Include="UnityEngine.TextCoreModule">
  1017. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextCoreModule.dll</HintPath>
  1018. </Reference>
  1019. <Reference Include="UnityEngine.TextRenderingModule">
  1020. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TextRenderingModule.dll</HintPath>
  1021. </Reference>
  1022. <Reference Include="UnityEngine.TilemapModule">
  1023. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.TilemapModule.dll</HintPath>
  1024. </Reference>
  1025. <Reference Include="UnityEngine.UIModule">
  1026. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIModule.dll</HintPath>
  1027. </Reference>
  1028. <Reference Include="UnityEngine.UIElementsModule">
  1029. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsModule.dll</HintPath>
  1030. </Reference>
  1031. <Reference Include="UnityEngine.UIElementsNativeModule">
  1032. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UIElementsNativeModule.dll</HintPath>
  1033. </Reference>
  1034. <Reference Include="UnityEngine.UNETModule">
  1035. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UNETModule.dll</HintPath>
  1036. </Reference>
  1037. <Reference Include="UnityEngine.UmbraModule">
  1038. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UmbraModule.dll</HintPath>
  1039. </Reference>
  1040. <Reference Include="UnityEngine.UnityAnalyticsModule">
  1041. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityAnalyticsModule.dll</HintPath>
  1042. </Reference>
  1043. <Reference Include="UnityEngine.UnityConnectModule">
  1044. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityConnectModule.dll</HintPath>
  1045. </Reference>
  1046. <Reference Include="UnityEngine.UnityCurlModule">
  1047. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityCurlModule.dll</HintPath>
  1048. </Reference>
  1049. <Reference Include="UnityEngine.UnityTestProtocolModule">
  1050. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityTestProtocolModule.dll</HintPath>
  1051. </Reference>
  1052. <Reference Include="UnityEngine.UnityWebRequestModule">
  1053. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestModule.dll</HintPath>
  1054. </Reference>
  1055. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  1056. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  1057. </Reference>
  1058. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  1059. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  1060. </Reference>
  1061. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  1062. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  1063. </Reference>
  1064. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  1065. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  1066. </Reference>
  1067. <Reference Include="UnityEngine.VFXModule">
  1068. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VFXModule.dll</HintPath>
  1069. </Reference>
  1070. <Reference Include="UnityEngine.VRModule">
  1071. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VRModule.dll</HintPath>
  1072. </Reference>
  1073. <Reference Include="UnityEngine.VehiclesModule">
  1074. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VehiclesModule.dll</HintPath>
  1075. </Reference>
  1076. <Reference Include="UnityEngine.VideoModule">
  1077. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.VideoModule.dll</HintPath>
  1078. </Reference>
  1079. <Reference Include="UnityEngine.WindModule">
  1080. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.WindModule.dll</HintPath>
  1081. </Reference>
  1082. <Reference Include="UnityEngine.XRModule">
  1083. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEngine.XRModule.dll</HintPath>
  1084. </Reference>
  1085. <Reference Include="UnityEditor">
  1086. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.dll</HintPath>
  1087. </Reference>
  1088. <Reference Include="UnityEditor.CoreModule">
  1089. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.CoreModule.dll</HintPath>
  1090. </Reference>
  1091. <Reference Include="UnityEditor.GraphViewModule">
  1092. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.GraphViewModule.dll</HintPath>
  1093. </Reference>
  1094. <Reference Include="UnityEditor.PackageManagerUIModule">
  1095. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.PackageManagerUIModule.dll</HintPath>
  1096. </Reference>
  1097. <Reference Include="UnityEditor.SceneTemplateModule">
  1098. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.SceneTemplateModule.dll</HintPath>
  1099. </Reference>
  1100. <Reference Include="UnityEditor.UIElementsModule">
  1101. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsModule.dll</HintPath>
  1102. </Reference>
  1103. <Reference Include="UnityEditor.UIElementsSamplesModule">
  1104. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIElementsSamplesModule.dll</HintPath>
  1105. </Reference>
  1106. <Reference Include="UnityEditor.UIServiceModule">
  1107. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UIServiceModule.dll</HintPath>
  1108. </Reference>
  1109. <Reference Include="UnityEditor.UnityConnectModule">
  1110. <HintPath>D:\unity\2020.3.20f1\Editor\Data\Managed\UnityEngine\UnityEditor.UnityConnectModule.dll</HintPath>
  1111. </Reference>
  1112. <Reference Include="ICSharpCode.SharpZipLib">
  1113. <HintPath>Assets\plugins\module_excel\plugins\Excel\ICSharpCode.SharpZipLib.dll</HintPath>
  1114. </Reference>
  1115. <Reference Include="SFrameworkE">
  1116. <HintPath>Assets\SFramework\SFrameworkE.dll</HintPath>
  1117. </Reference>
  1118. <Reference Include="SFrameworkR">
  1119. <HintPath>Assets\SFramework\SFrameworkR.dll</HintPath>
  1120. </Reference>
  1121. <Reference Include="I18N.West">
  1122. <HintPath>Assets\plugins\module_excel\plugins\Excel\I18N.West.dll</HintPath>
  1123. </Reference>
  1124. <Reference Include="I18N.CJK">
  1125. <HintPath>Assets\plugins\module_excel\plugins\Excel\I18N.CJK.dll</HintPath>
  1126. </Reference>
  1127. <Reference Include="Excel">
  1128. <HintPath>Assets\plugins\module_excel\plugins\Excel\Excel.dll</HintPath>
  1129. </Reference>
  1130. <Reference Include="DOTween">
  1131. <HintPath>Assets\BundleEditing\Plugins\DOTween\DOTween.dll</HintPath>
  1132. </Reference>
  1133. <Reference Include="LitJson">
  1134. <HintPath>Assets\plugins\Json\LitJson.dll</HintPath>
  1135. </Reference>
  1136. <Reference Include="EPPlus">
  1137. <HintPath>Assets\plugins\module_excel\plugins\Excel\EPPlus.dll</HintPath>
  1138. </Reference>
  1139. <Reference Include="AmLogicSDK">
  1140. <HintPath>Assets\plugins\AmLogicSDK.dll</HintPath>
  1141. </Reference>
  1142. <Reference Include="I18N">
  1143. <HintPath>Assets\plugins\module_excel\plugins\Excel\I18N.dll</HintPath>
  1144. </Reference>
  1145. <Reference Include="UnityEditor.iOS.Extensions.Xcode">
  1146. <HintPath>D:\unity\2020.3.20f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
  1147. </Reference>
  1148. <Reference Include="UnityEditor.iOS.Extensions.Common">
  1149. <HintPath>D:\unity\2020.3.20f1\Editor\Data\PlaybackEngines\iOSSupport\UnityEditor.iOS.Extensions.Common.dll</HintPath>
  1150. </Reference>
  1151. <Reference Include="mscorlib">
  1152. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\mscorlib.dll</HintPath>
  1153. </Reference>
  1154. <Reference Include="System">
  1155. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.dll</HintPath>
  1156. </Reference>
  1157. <Reference Include="System.Core">
  1158. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Core.dll</HintPath>
  1159. </Reference>
  1160. <Reference Include="System.Runtime.Serialization">
  1161. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Runtime.Serialization.dll</HintPath>
  1162. </Reference>
  1163. <Reference Include="System.Xml">
  1164. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.dll</HintPath>
  1165. </Reference>
  1166. <Reference Include="System.Xml.Linq">
  1167. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Xml.Linq.dll</HintPath>
  1168. </Reference>
  1169. <Reference Include="System.Numerics">
  1170. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.dll</HintPath>
  1171. </Reference>
  1172. <Reference Include="System.Numerics.Vectors">
  1173. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Numerics.Vectors.dll</HintPath>
  1174. </Reference>
  1175. <Reference Include="System.Net.Http">
  1176. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Net.Http.dll</HintPath>
  1177. </Reference>
  1178. <Reference Include="System.IO.Compression">
  1179. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.IO.Compression.dll</HintPath>
  1180. </Reference>
  1181. <Reference Include="Microsoft.CSharp">
  1182. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
  1183. </Reference>
  1184. <Reference Include="System.Data">
  1185. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\System.Data.dll</HintPath>
  1186. </Reference>
  1187. <Reference Include="Microsoft.Win32.Primitives">
  1188. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\Microsoft.Win32.Primitives.dll</HintPath>
  1189. </Reference>
  1190. <Reference Include="netstandard">
  1191. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\netstandard.dll</HintPath>
  1192. </Reference>
  1193. <Reference Include="System.AppContext">
  1194. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.AppContext.dll</HintPath>
  1195. </Reference>
  1196. <Reference Include="System.Collections.Concurrent">
  1197. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Concurrent.dll</HintPath>
  1198. </Reference>
  1199. <Reference Include="System.Collections">
  1200. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.dll</HintPath>
  1201. </Reference>
  1202. <Reference Include="System.Collections.NonGeneric">
  1203. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.NonGeneric.dll</HintPath>
  1204. </Reference>
  1205. <Reference Include="System.Collections.Specialized">
  1206. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Collections.Specialized.dll</HintPath>
  1207. </Reference>
  1208. <Reference Include="System.ComponentModel.Annotations">
  1209. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Annotations.dll</HintPath>
  1210. </Reference>
  1211. <Reference Include="System.ComponentModel">
  1212. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.dll</HintPath>
  1213. </Reference>
  1214. <Reference Include="System.ComponentModel.EventBasedAsync">
  1215. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.EventBasedAsync.dll</HintPath>
  1216. </Reference>
  1217. <Reference Include="System.ComponentModel.Primitives">
  1218. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.Primitives.dll</HintPath>
  1219. </Reference>
  1220. <Reference Include="System.ComponentModel.TypeConverter">
  1221. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ComponentModel.TypeConverter.dll</HintPath>
  1222. </Reference>
  1223. <Reference Include="System.Console">
  1224. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Console.dll</HintPath>
  1225. </Reference>
  1226. <Reference Include="System.Data.Common">
  1227. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Data.Common.dll</HintPath>
  1228. </Reference>
  1229. <Reference Include="System.Diagnostics.Contracts">
  1230. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Contracts.dll</HintPath>
  1231. </Reference>
  1232. <Reference Include="System.Diagnostics.Debug">
  1233. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Debug.dll</HintPath>
  1234. </Reference>
  1235. <Reference Include="System.Diagnostics.FileVersionInfo">
  1236. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.FileVersionInfo.dll</HintPath>
  1237. </Reference>
  1238. <Reference Include="System.Diagnostics.Process">
  1239. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Process.dll</HintPath>
  1240. </Reference>
  1241. <Reference Include="System.Diagnostics.StackTrace">
  1242. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.StackTrace.dll</HintPath>
  1243. </Reference>
  1244. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  1245. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  1246. </Reference>
  1247. <Reference Include="System.Diagnostics.Tools">
  1248. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.Tools.dll</HintPath>
  1249. </Reference>
  1250. <Reference Include="System.Diagnostics.TraceSource">
  1251. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Diagnostics.TraceSource.dll</HintPath>
  1252. </Reference>
  1253. <Reference Include="System.Drawing.Primitives">
  1254. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Drawing.Primitives.dll</HintPath>
  1255. </Reference>
  1256. <Reference Include="System.Dynamic.Runtime">
  1257. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Dynamic.Runtime.dll</HintPath>
  1258. </Reference>
  1259. <Reference Include="System.Globalization.Calendars">
  1260. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Calendars.dll</HintPath>
  1261. </Reference>
  1262. <Reference Include="System.Globalization">
  1263. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.dll</HintPath>
  1264. </Reference>
  1265. <Reference Include="System.Globalization.Extensions">
  1266. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Globalization.Extensions.dll</HintPath>
  1267. </Reference>
  1268. <Reference Include="System.IO.Compression.ZipFile">
  1269. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Compression.ZipFile.dll</HintPath>
  1270. </Reference>
  1271. <Reference Include="System.IO">
  1272. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.dll</HintPath>
  1273. </Reference>
  1274. <Reference Include="System.IO.FileSystem">
  1275. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.dll</HintPath>
  1276. </Reference>
  1277. <Reference Include="System.IO.FileSystem.DriveInfo">
  1278. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.DriveInfo.dll</HintPath>
  1279. </Reference>
  1280. <Reference Include="System.IO.FileSystem.Primitives">
  1281. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Primitives.dll</HintPath>
  1282. </Reference>
  1283. <Reference Include="System.IO.FileSystem.Watcher">
  1284. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.FileSystem.Watcher.dll</HintPath>
  1285. </Reference>
  1286. <Reference Include="System.IO.IsolatedStorage">
  1287. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.IsolatedStorage.dll</HintPath>
  1288. </Reference>
  1289. <Reference Include="System.IO.MemoryMappedFiles">
  1290. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.MemoryMappedFiles.dll</HintPath>
  1291. </Reference>
  1292. <Reference Include="System.IO.Pipes">
  1293. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.Pipes.dll</HintPath>
  1294. </Reference>
  1295. <Reference Include="System.IO.UnmanagedMemoryStream">
  1296. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.IO.UnmanagedMemoryStream.dll</HintPath>
  1297. </Reference>
  1298. <Reference Include="System.Linq">
  1299. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.dll</HintPath>
  1300. </Reference>
  1301. <Reference Include="System.Linq.Expressions">
  1302. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Expressions.dll</HintPath>
  1303. </Reference>
  1304. <Reference Include="System.Linq.Parallel">
  1305. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Parallel.dll</HintPath>
  1306. </Reference>
  1307. <Reference Include="System.Linq.Queryable">
  1308. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Linq.Queryable.dll</HintPath>
  1309. </Reference>
  1310. <Reference Include="System.Net.Http.Rtc">
  1311. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Http.Rtc.dll</HintPath>
  1312. </Reference>
  1313. <Reference Include="System.Net.NameResolution">
  1314. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NameResolution.dll</HintPath>
  1315. </Reference>
  1316. <Reference Include="System.Net.NetworkInformation">
  1317. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.NetworkInformation.dll</HintPath>
  1318. </Reference>
  1319. <Reference Include="System.Net.Ping">
  1320. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Ping.dll</HintPath>
  1321. </Reference>
  1322. <Reference Include="System.Net.Primitives">
  1323. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Primitives.dll</HintPath>
  1324. </Reference>
  1325. <Reference Include="System.Net.Requests">
  1326. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Requests.dll</HintPath>
  1327. </Reference>
  1328. <Reference Include="System.Net.Security">
  1329. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Security.dll</HintPath>
  1330. </Reference>
  1331. <Reference Include="System.Net.Sockets">
  1332. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.Sockets.dll</HintPath>
  1333. </Reference>
  1334. <Reference Include="System.Net.WebHeaderCollection">
  1335. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebHeaderCollection.dll</HintPath>
  1336. </Reference>
  1337. <Reference Include="System.Net.WebSockets.Client">
  1338. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.Client.dll</HintPath>
  1339. </Reference>
  1340. <Reference Include="System.Net.WebSockets">
  1341. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Net.WebSockets.dll</HintPath>
  1342. </Reference>
  1343. <Reference Include="System.ObjectModel">
  1344. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ObjectModel.dll</HintPath>
  1345. </Reference>
  1346. <Reference Include="System.Reflection">
  1347. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.dll</HintPath>
  1348. </Reference>
  1349. <Reference Include="System.Reflection.Emit">
  1350. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.dll</HintPath>
  1351. </Reference>
  1352. <Reference Include="System.Reflection.Emit.ILGeneration">
  1353. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.ILGeneration.dll</HintPath>
  1354. </Reference>
  1355. <Reference Include="System.Reflection.Emit.Lightweight">
  1356. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Emit.Lightweight.dll</HintPath>
  1357. </Reference>
  1358. <Reference Include="System.Reflection.Extensions">
  1359. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Extensions.dll</HintPath>
  1360. </Reference>
  1361. <Reference Include="System.Reflection.Primitives">
  1362. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Reflection.Primitives.dll</HintPath>
  1363. </Reference>
  1364. <Reference Include="System.Resources.Reader">
  1365. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Reader.dll</HintPath>
  1366. </Reference>
  1367. <Reference Include="System.Resources.ResourceManager">
  1368. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.ResourceManager.dll</HintPath>
  1369. </Reference>
  1370. <Reference Include="System.Resources.Writer">
  1371. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Resources.Writer.dll</HintPath>
  1372. </Reference>
  1373. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1374. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1375. </Reference>
  1376. <Reference Include="System.Runtime">
  1377. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.dll</HintPath>
  1378. </Reference>
  1379. <Reference Include="System.Runtime.Extensions">
  1380. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Extensions.dll</HintPath>
  1381. </Reference>
  1382. <Reference Include="System.Runtime.Handles">
  1383. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Handles.dll</HintPath>
  1384. </Reference>
  1385. <Reference Include="System.Runtime.InteropServices">
  1386. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.dll</HintPath>
  1387. </Reference>
  1388. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1389. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1390. </Reference>
  1391. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1392. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1393. </Reference>
  1394. <Reference Include="System.Runtime.Numerics">
  1395. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Numerics.dll</HintPath>
  1396. </Reference>
  1397. <Reference Include="System.Runtime.Serialization.Formatters">
  1398. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Formatters.dll</HintPath>
  1399. </Reference>
  1400. <Reference Include="System.Runtime.Serialization.Json">
  1401. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Json.dll</HintPath>
  1402. </Reference>
  1403. <Reference Include="System.Runtime.Serialization.Primitives">
  1404. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Primitives.dll</HintPath>
  1405. </Reference>
  1406. <Reference Include="System.Runtime.Serialization.Xml">
  1407. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Runtime.Serialization.Xml.dll</HintPath>
  1408. </Reference>
  1409. <Reference Include="System.Security.Claims">
  1410. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Claims.dll</HintPath>
  1411. </Reference>
  1412. <Reference Include="System.Security.Cryptography.Algorithms">
  1413. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Algorithms.dll</HintPath>
  1414. </Reference>
  1415. <Reference Include="System.Security.Cryptography.Csp">
  1416. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Csp.dll</HintPath>
  1417. </Reference>
  1418. <Reference Include="System.Security.Cryptography.Encoding">
  1419. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Encoding.dll</HintPath>
  1420. </Reference>
  1421. <Reference Include="System.Security.Cryptography.Primitives">
  1422. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.Primitives.dll</HintPath>
  1423. </Reference>
  1424. <Reference Include="System.Security.Cryptography.X509Certificates">
  1425. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Cryptography.X509Certificates.dll</HintPath>
  1426. </Reference>
  1427. <Reference Include="System.Security.Principal">
  1428. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.Principal.dll</HintPath>
  1429. </Reference>
  1430. <Reference Include="System.Security.SecureString">
  1431. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Security.SecureString.dll</HintPath>
  1432. </Reference>
  1433. <Reference Include="System.ServiceModel.Duplex">
  1434. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Duplex.dll</HintPath>
  1435. </Reference>
  1436. <Reference Include="System.ServiceModel.Http">
  1437. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Http.dll</HintPath>
  1438. </Reference>
  1439. <Reference Include="System.ServiceModel.NetTcp">
  1440. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.NetTcp.dll</HintPath>
  1441. </Reference>
  1442. <Reference Include="System.ServiceModel.Primitives">
  1443. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Primitives.dll</HintPath>
  1444. </Reference>
  1445. <Reference Include="System.ServiceModel.Security">
  1446. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ServiceModel.Security.dll</HintPath>
  1447. </Reference>
  1448. <Reference Include="System.Text.Encoding">
  1449. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.dll</HintPath>
  1450. </Reference>
  1451. <Reference Include="System.Text.Encoding.Extensions">
  1452. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.Encoding.Extensions.dll</HintPath>
  1453. </Reference>
  1454. <Reference Include="System.Text.RegularExpressions">
  1455. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Text.RegularExpressions.dll</HintPath>
  1456. </Reference>
  1457. <Reference Include="System.Threading">
  1458. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.dll</HintPath>
  1459. </Reference>
  1460. <Reference Include="System.Threading.Overlapped">
  1461. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Overlapped.dll</HintPath>
  1462. </Reference>
  1463. <Reference Include="System.Threading.Tasks">
  1464. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.dll</HintPath>
  1465. </Reference>
  1466. <Reference Include="System.Threading.Tasks.Parallel">
  1467. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Tasks.Parallel.dll</HintPath>
  1468. </Reference>
  1469. <Reference Include="System.Threading.Thread">
  1470. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Thread.dll</HintPath>
  1471. </Reference>
  1472. <Reference Include="System.Threading.ThreadPool">
  1473. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.ThreadPool.dll</HintPath>
  1474. </Reference>
  1475. <Reference Include="System.Threading.Timer">
  1476. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Threading.Timer.dll</HintPath>
  1477. </Reference>
  1478. <Reference Include="System.ValueTuple">
  1479. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.ValueTuple.dll</HintPath>
  1480. </Reference>
  1481. <Reference Include="System.Xml.ReaderWriter">
  1482. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.ReaderWriter.dll</HintPath>
  1483. </Reference>
  1484. <Reference Include="System.Xml.XDocument">
  1485. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XDocument.dll</HintPath>
  1486. </Reference>
  1487. <Reference Include="System.Xml.XmlDocument">
  1488. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlDocument.dll</HintPath>
  1489. </Reference>
  1490. <Reference Include="System.Xml.XmlSerializer">
  1491. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XmlSerializer.dll</HintPath>
  1492. </Reference>
  1493. <Reference Include="System.Xml.XPath">
  1494. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.dll</HintPath>
  1495. </Reference>
  1496. <Reference Include="System.Xml.XPath.XDocument">
  1497. <HintPath>D:\unity\2020.3.20f1\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Facades\System.Xml.XPath.XDocument.dll</HintPath>
  1498. </Reference>
  1499. <Reference Include="Unity.VSCode.Editor">
  1500. <HintPath>Library\ScriptAssemblies\Unity.VSCode.Editor.dll</HintPath>
  1501. </Reference>
  1502. <Reference Include="Unity.TextMeshPro.Editor">
  1503. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.Editor.dll</HintPath>
  1504. </Reference>
  1505. <Reference Include="Unity.VisualStudio.Editor">
  1506. <HintPath>Library\ScriptAssemblies\Unity.VisualStudio.Editor.dll</HintPath>
  1507. </Reference>
  1508. <Reference Include="Unity.Timeline.Editor">
  1509. <HintPath>Library\ScriptAssemblies\Unity.Timeline.Editor.dll</HintPath>
  1510. </Reference>
  1511. <Reference Include="Unity.Timeline">
  1512. <HintPath>Library\ScriptAssemblies\Unity.Timeline.dll</HintPath>
  1513. </Reference>
  1514. <Reference Include="Unity.TextMeshPro">
  1515. <HintPath>Library\ScriptAssemblies\Unity.TextMeshPro.dll</HintPath>
  1516. </Reference>
  1517. <Reference Include="UnityEditor.UI">
  1518. <HintPath>Library\ScriptAssemblies\UnityEditor.UI.dll</HintPath>
  1519. </Reference>
  1520. <Reference Include="Unity.PlasticSCM.Editor">
  1521. <HintPath>Library\ScriptAssemblies\Unity.PlasticSCM.Editor.dll</HintPath>
  1522. </Reference>
  1523. <Reference Include="Unity.Rider.Editor">
  1524. <HintPath>Library\ScriptAssemblies\Unity.Rider.Editor.dll</HintPath>
  1525. </Reference>
  1526. <Reference Include="UnityEngine.UI">
  1527. <HintPath>Library\ScriptAssemblies\UnityEngine.UI.dll</HintPath>
  1528. </Reference>
  1529. </ItemGroup>
  1530. <ItemGroup>
  1531. <ProjectReference Include="Assembly-CSharp-firstpass.csproj">
  1532. <Project>{3C1FE37E-CB0B-1825-1A01-349FF031729E}</Project>
  1533. <Name>Assembly-CSharp-firstpass</Name>
  1534. </ProjectReference>
  1535. </ItemGroup>
  1536. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1537. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1538. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1539. Other similar extension points exist, see Microsoft.Common.targets.
  1540. <Target Name="BeforeBuild">
  1541. </Target>
  1542. <Target Name="AfterBuild">
  1543. </Target>
  1544. -->
  1545. </Project>