Assembly-CSharp.csproj 86 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <LangVersion>latest</LangVersion>
  5. </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>DEBUG;TRACE;UNITY_2019_4_16;UNITY_2019_4;UNITY_2019;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;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;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_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;GFXDEVICE_WAITFOREVENT_MESSAGEPUMP;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_STANDARD_2_0;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;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>Unity/VSTU</UnityProjectGenerator>
  50. <UnityProjectGeneratorVersion>4.11.4.0</UnityProjectGeneratorVersion>
  51. <UnityProjectType>Game:1</UnityProjectType>
  52. <UnityBuildTarget>StandaloneWindows64:19</UnityBuildTarget>
  53. <UnityVersion>2019.4.16f1</UnityVersion>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Reference Include="UnityEngine">
  60. <HintPath>D:\unity\2019.4.16f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  61. </Reference>
  62. <Reference Include="UnityEditor">
  63. <HintPath>D:\unity\2019.4.16f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
  64. </Reference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleAudio.cs" />
  68. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModulePhysics.cs" />
  69. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModulePhysics2D.cs" />
  70. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleSprite.cs" />
  71. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleUI.cs" />
  72. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleUnityVersion.cs" />
  73. <Compile Include="Assets\BundleEditing\Plugins\DOTween\Modules\DOTweenModuleUtils.cs" />
  74. <Compile Include="Assets\BundleEditing\Plugins\Reporter\MultiKeyDictionary.cs" />
  75. <Compile Include="Assets\BundleEditing\Plugins\Reporter\Reporter.cs" />
  76. <Compile Include="Assets\BundleEditing\Plugins\Reporter\ReporterGUI.cs" />
  77. <Compile Include="Assets\BundleEditing\Plugins\Reporter\ReporterMessageReceiver.cs" />
  78. <Compile Include="Assets\BundleEditing\Plugins\Simple UI\Samples\IconPreview.cs" />
  79. <Compile Include="Assets\SFramework\Module\SCoroutineRunner.cs" />
  80. <Compile Include="Assets\SFramework\Module\SEventManager.cs" />
  81. <Compile Include="Assets\SFramework\Module\SLuaBehaviour.cs" />
  82. <Compile Include="Assets\SFramework\Module\SLuaComponent.cs" />
  83. <Compile Include="Assets\SFramework\Module\SLuaEnv.cs" />
  84. <Compile Include="Assets\SFramework\Module\SResourceManager.cs" />
  85. <Compile Include="Assets\SFramework\Module\SUpdateManager.cs" />
  86. <Compile Include="Assets\SFramework\Module\SVersionInfo.cs" />
  87. <Compile Include="Assets\SFramework\SFrameworkDef.cs" />
  88. <Compile Include="Assets\SFramework\Tools\SPlatformInfo.cs" />
  89. <Compile Include="Assets\SFramework\Tools\SToolFunction.cs" />
  90. <Compile Include="Assets\SFramework\UI\SUIObjectBase.cs" />
  91. <Compile Include="Assets\SFramework\UI\SUIPanelTips.cs" />
  92. <Compile Include="Assets\SFramework\UI\SUIPanelUpdate.cs" />
  93. <Compile Include="Assets\Scripts\SStartSceneLoader.cs" />
  94. <Compile Include="Assets\Scripts\SUIPanelStart.cs" />
  95. <Compile Include="Assets\TestXLua\Scripts\TestXLua.cs" />
  96. <Compile Include="Assets\TestXLua\Scripts\UIGamePanel.cs" />
  97. <Compile Include="Assets\TestXLua\Scripts\UILoginPanel.cs" />
  98. <Compile Include="Assets\XLua\Examples\01_Helloworld\Helloworld.cs" />
  99. <Compile Include="Assets\XLua\Examples\02_U3DScripting\LuaBehaviour.cs" />
  100. <Compile Include="Assets\XLua\Examples\04_LuaObjectOrented\InvokeLua.cs" />
  101. <Compile Include="Assets\XLua\Examples\05_NoGc\NoGc.cs" />
  102. <Compile Include="Assets\XLua\Examples\06_Coroutine\CoroutineTest.cs" />
  103. <Compile Include="Assets\XLua\Examples\06_Coroutine\Coroutine_Runner.cs" />
  104. <Compile Include="Assets\XLua\Examples\07_AsyncTest\AsyncTest.cs" />
  105. <Compile Include="Assets\XLua\Examples\07_AsyncTest\MessageBox.cs" />
  106. <Compile Include="Assets\XLua\Examples\08_Hotfix\HotfixTest.cs" />
  107. <Compile Include="Assets\XLua\Examples\08_Hotfix\HotfixTest2.cs" />
  108. <Compile Include="Assets\XLua\Examples\08_Hotfix\StatefullTest.cs" />
  109. <Compile Include="Assets\XLua\Examples\09_GenericMethod\Foo.cs" />
  110. <Compile Include="Assets\XLua\Examples\09_GenericMethod\GenericMethodExample.cs" />
  111. <Compile Include="Assets\XLua\Examples\10_SignatureLoader\SignatureLoaderTest.cs" />
  112. <Compile Include="Assets\XLua\Examples\11_RawObject\RawObjectTest.cs" />
  113. <Compile Include="Assets\XLua\Examples\12_ReImplementInLua\ReImplementInLua.cs" />
  114. <Compile Include="Assets\XLua\Examples\ExampleGenConfig.cs" />
  115. <Compile Include="Assets\XLua\Gen\DG_Tweening_Color2Wrap.cs" />
  116. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstructionWrap.cs" />
  117. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForCompletionWrap.cs" />
  118. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForElapsedLoopsWrap.cs" />
  119. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForKillWrap.cs" />
  120. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForPositionWrap.cs" />
  121. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForRewindWrap.cs" />
  122. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenCYInstruction_WaitForStartWrap.cs" />
  123. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleAudioWrap.cs" />
  124. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModulePhysics2DWrap.cs" />
  125. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModulePhysicsWrap.cs" />
  126. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleSpriteWrap.cs" />
  127. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUIWrap.cs" />
  128. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUI_UtilsWrap.cs" />
  129. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUnityVersionWrap.cs" />
  130. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUtilsWrap.cs" />
  131. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenModuleUtils_PhysicsWrap.cs" />
  132. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOTweenWrap.cs" />
  133. <Compile Include="Assets\XLua\Gen\DG_Tweening_DOVirtualWrap.cs" />
  134. <Compile Include="Assets\XLua\Gen\DG_Tweening_EaseFactoryWrap.cs" />
  135. <Compile Include="Assets\XLua\Gen\DG_Tweening_SequenceWrap.cs" />
  136. <Compile Include="Assets\XLua\Gen\DG_Tweening_ShortcutExtensionsWrap.cs" />
  137. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenExtensionsWrap.cs" />
  138. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenParamsWrap.cs" />
  139. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenSettingsExtensionsWrap.cs" />
  140. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenWrap.cs" />
  141. <Compile Include="Assets\XLua\Gen\DG_Tweening_TweenerWrap.cs" />
  142. <Compile Include="Assets\XLua\Gen\DelegatesGensBridge.cs" />
  143. <Compile Include="Assets\XLua\Gen\EnumWrap.cs" />
  144. <Compile Include="Assets\XLua\Gen\ExampleGenConfigWrap.cs" />
  145. <Compile Include="Assets\XLua\Gen\IconPreviewWrap.cs" />
  146. <Compile Include="Assets\XLua\Gen\ImagesWrap.cs" />
  147. <Compile Include="Assets\XLua\Gen\LuaAssetWrap.cs" />
  148. <Compile Include="Assets\XLua\Gen\LuaCallCsWrap.cs" />
  149. <Compile Include="Assets\XLua\Gen\PackUnpack.cs" />
  150. <Compile Include="Assets\XLua\Gen\ReporterGUIWrap.cs" />
  151. <Compile Include="Assets\XLua\Gen\ReporterMessageReceiverWrap.cs" />
  152. <Compile Include="Assets\XLua\Gen\ReporterWrap.cs" />
  153. <Compile Include="Assets\XLua\Gen\Reporter_LogWrap.cs" />
  154. <Compile Include="Assets\XLua\Gen\Reporter_SampleWrap.cs" />
  155. <Compile Include="Assets\XLua\Gen\SFramework_InjectionWrap.cs" />
  156. <Compile Include="Assets\XLua\Gen\SFramework_SCoroutineRunnerWrap.cs" />
  157. <Compile Include="Assets\XLua\Gen\SFramework_SEventManagerWrap.cs" />
  158. <Compile Include="Assets\XLua\Gen\SFramework_SFileInfoWrap.cs" />
  159. <Compile Include="Assets\XLua\Gen\SFramework_SFrameworkDefWrap.cs" />
  160. <Compile Include="Assets\XLua\Gen\SFramework_SLuaBehaviourWrap.cs" />
  161. <Compile Include="Assets\XLua\Gen\SFramework_SLuaComponentWrap.cs" />
  162. <Compile Include="Assets\XLua\Gen\SFramework_SLuaEnvWrap.cs" />
  163. <Compile Include="Assets\XLua\Gen\SFramework_SPlatformInfoWrap.cs" />
  164. <Compile Include="Assets\XLua\Gen\SFramework_SResourceManagerWrap.cs" />
  165. <Compile Include="Assets\XLua\Gen\SFramework_SToolFunctionWrap.cs" />
  166. <Compile Include="Assets\XLua\Gen\SFramework_SUIObjectBaseWrap.cs" />
  167. <Compile Include="Assets\XLua\Gen\SFramework_SUIPanelTipsWrap.cs" />
  168. <Compile Include="Assets\XLua\Gen\SFramework_SUIPanelUpdateWrap.cs" />
  169. <Compile Include="Assets\XLua\Gen\SFramework_SUpdateManagerWrap.cs" />
  170. <Compile Include="Assets\XLua\Gen\SFramework_SVersionInfoWrap.cs" />
  171. <Compile Include="Assets\XLua\Gen\SStartSceneLoaderWrap.cs" />
  172. <Compile Include="Assets\XLua\Gen\SUIPanelStartWrap.cs" />
  173. <Compile Include="Assets\XLua\Gen\Security_XXTEAWrap.cs" />
  174. <Compile Include="Assets\XLua\Gen\System_Collections_Generic_List_1_System_Int32_Wrap.cs" />
  175. <Compile Include="Assets\XLua\Gen\System_Collections_IEnumeratorBridge.cs" />
  176. <Compile Include="Assets\XLua\Gen\System_ObjectWrap.cs" />
  177. <Compile Include="Assets\XLua\Gen\TestXLuaWrap.cs" />
  178. <Compile Include="Assets\XLua\Gen\Tutorial_BaseClassWrap.cs" />
  179. <Compile Include="Assets\XLua\Gen\Tutorial_ByFileWrap.cs" />
  180. <Compile Include="Assets\XLua\Gen\Tutorial_ByStringWrap.cs" />
  181. <Compile Include="Assets\XLua\Gen\Tutorial_CSCallLuaWrap.cs" />
  182. <Compile Include="Assets\XLua\Gen\Tutorial_CSCallLua_DClassWrap.cs" />
  183. <Compile Include="Assets\XLua\Gen\Tutorial_CSCallLua_ItfDBridge.cs" />
  184. <Compile Include="Assets\XLua\Gen\Tutorial_CustomLoaderWrap.cs" />
  185. <Compile Include="Assets\XLua\Gen\Tutorial_DerivedClassExtensionsWrap.cs" />
  186. <Compile Include="Assets\XLua\Gen\Tutorial_DerivedClassWrap.cs" />
  187. <Compile Include="Assets\XLua\Gen\Tutorial_ICalcWrap.cs" />
  188. <Compile Include="Assets\XLua\Gen\Tutorial_Param1Wrap.cs" />
  189. <Compile Include="Assets\XLua\Gen\UIGamePanelWrap.cs" />
  190. <Compile Include="Assets\XLua\Gen\UILoginPanelWrap.cs" />
  191. <Compile Include="Assets\XLua\Gen\UnityEngine_AccelerationEventWrap.cs" />
  192. <Compile Include="Assets\XLua\Gen\UnityEngine_AnchoredJoint2DWrap.cs" />
  193. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationClipWrap.cs" />
  194. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationCurveWrap.cs" />
  195. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationEventWrap.cs" />
  196. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationStateWrap.cs" />
  197. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimationWrap.cs" />
  198. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorClipInfoWrap.cs" />
  199. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorControllerParameterWrap.cs" />
  200. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorOverrideControllerWrap.cs" />
  201. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorStateInfoWrap.cs" />
  202. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorTransitionInfoWrap.cs" />
  203. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorUtilityWrap.cs" />
  204. <Compile Include="Assets\XLua\Gen\UnityEngine_AnimatorWrap.cs" />
  205. <Compile Include="Assets\XLua\Gen\UnityEngine_ApplicationWrap.cs" />
  206. <Compile Include="Assets\XLua\Gen\UnityEngine_AreaEffector2DWrap.cs" />
  207. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleCreateRequestWrap.cs" />
  208. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleManifestWrap.cs" />
  209. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleRecompressOperationWrap.cs" />
  210. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleRequestWrap.cs" />
  211. <Compile Include="Assets\XLua\Gen\UnityEngine_AssetBundleWrap.cs" />
  212. <Compile Include="Assets\XLua\Gen\UnityEngine_AsyncOperationWrap.cs" />
  213. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioBehaviourWrap.cs" />
  214. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioChorusFilterWrap.cs" />
  215. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioClipWrap.cs" />
  216. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioConfigurationWrap.cs" />
  217. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioDistortionFilterWrap.cs" />
  218. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioEchoFilterWrap.cs" />
  219. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioHighPassFilterWrap.cs" />
  220. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioListenerWrap.cs" />
  221. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioLowPassFilterWrap.cs" />
  222. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioRendererWrap.cs" />
  223. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioReverbFilterWrap.cs" />
  224. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioReverbZoneWrap.cs" />
  225. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioSettingsWrap.cs" />
  226. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioSettings_MobileWrap.cs" />
  227. <Compile Include="Assets\XLua\Gen\UnityEngine_AudioSourceWrap.cs" />
  228. <Compile Include="Assets\XLua\Gen\UnityEngine_AvatarBuilderWrap.cs" />
  229. <Compile Include="Assets\XLua\Gen\UnityEngine_AvatarMaskWrap.cs" />
  230. <Compile Include="Assets\XLua\Gen\UnityEngine_AvatarWrap.cs" />
  231. <Compile Include="Assets\XLua\Gen\UnityEngine_BehaviourWrap.cs" />
  232. <Compile Include="Assets\XLua\Gen\UnityEngine_BillboardAssetWrap.cs" />
  233. <Compile Include="Assets\XLua\Gen\UnityEngine_BillboardRendererWrap.cs" />
  234. <Compile Include="Assets\XLua\Gen\UnityEngine_BoneWeight1Wrap.cs" />
  235. <Compile Include="Assets\XLua\Gen\UnityEngine_BoneWeightWrap.cs" />
  236. <Compile Include="Assets\XLua\Gen\UnityEngine_BoundingSphereWrap.cs" />
  237. <Compile Include="Assets\XLua\Gen\UnityEngine_BoundsIntWrap.cs" />
  238. <Compile Include="Assets\XLua\Gen\UnityEngine_BoundsWrap.cs" />
  239. <Compile Include="Assets\XLua\Gen\UnityEngine_BoxCollider2DWrap.cs" />
  240. <Compile Include="Assets\XLua\Gen\UnityEngine_BoxColliderWrap.cs" />
  241. <Compile Include="Assets\XLua\Gen\UnityEngine_BoxcastCommandWrap.cs" />
  242. <Compile Include="Assets\XLua\Gen\UnityEngine_BuildCompressionWrap.cs" />
  243. <Compile Include="Assets\XLua\Gen\UnityEngine_BuoyancyEffector2DWrap.cs" />
  244. <Compile Include="Assets\XLua\Gen\UnityEngine_CacheWrap.cs" />
  245. <Compile Include="Assets\XLua\Gen\UnityEngine_CachedAssetBundleWrap.cs" />
  246. <Compile Include="Assets\XLua\Gen\UnityEngine_CachingWrap.cs" />
  247. <Compile Include="Assets\XLua\Gen\UnityEngine_CameraWrap.cs" />
  248. <Compile Include="Assets\XLua\Gen\UnityEngine_Camera_GateFitParametersWrap.cs" />
  249. <Compile Include="Assets\XLua\Gen\UnityEngine_CanvasGroupWrap.cs" />
  250. <Compile Include="Assets\XLua\Gen\UnityEngine_CanvasRendererWrap.cs" />
  251. <Compile Include="Assets\XLua\Gen\UnityEngine_CanvasWrap.cs" />
  252. <Compile Include="Assets\XLua\Gen\UnityEngine_CapsuleCollider2DWrap.cs" />
  253. <Compile Include="Assets\XLua\Gen\UnityEngine_CapsuleColliderWrap.cs" />
  254. <Compile Include="Assets\XLua\Gen\UnityEngine_CapsulecastCommandWrap.cs" />
  255. <Compile Include="Assets\XLua\Gen\UnityEngine_CharacterControllerWrap.cs" />
  256. <Compile Include="Assets\XLua\Gen\UnityEngine_CharacterInfoWrap.cs" />
  257. <Compile Include="Assets\XLua\Gen\UnityEngine_CharacterJointWrap.cs" />
  258. <Compile Include="Assets\XLua\Gen\UnityEngine_CircleCollider2DWrap.cs" />
  259. <Compile Include="Assets\XLua\Gen\UnityEngine_ClothSkinningCoefficientWrap.cs" />
  260. <Compile Include="Assets\XLua\Gen\UnityEngine_ClothSphereColliderPairWrap.cs" />
  261. <Compile Include="Assets\XLua\Gen\UnityEngine_ClothWrap.cs" />
  262. <Compile Include="Assets\XLua\Gen\UnityEngine_Collider2DWrap.cs" />
  263. <Compile Include="Assets\XLua\Gen\UnityEngine_ColliderDistance2DWrap.cs" />
  264. <Compile Include="Assets\XLua\Gen\UnityEngine_ColliderWrap.cs" />
  265. <Compile Include="Assets\XLua\Gen\UnityEngine_Collision2DWrap.cs" />
  266. <Compile Include="Assets\XLua\Gen\UnityEngine_CollisionWrap.cs" />
  267. <Compile Include="Assets\XLua\Gen\UnityEngine_Color32Wrap.cs" />
  268. <Compile Include="Assets\XLua\Gen\UnityEngine_ColorUtilityWrap.cs" />
  269. <Compile Include="Assets\XLua\Gen\UnityEngine_ColorWrap.cs" />
  270. <Compile Include="Assets\XLua\Gen\UnityEngine_CombineInstanceWrap.cs" />
  271. <Compile Include="Assets\XLua\Gen\UnityEngine_CompassWrap.cs" />
  272. <Compile Include="Assets\XLua\Gen\UnityEngine_ComponentWrap.cs" />
  273. <Compile Include="Assets\XLua\Gen\UnityEngine_CompositeCollider2DWrap.cs" />
  274. <Compile Include="Assets\XLua\Gen\UnityEngine_ComputeBufferWrap.cs" />
  275. <Compile Include="Assets\XLua\Gen\UnityEngine_ComputeShaderWrap.cs" />
  276. <Compile Include="Assets\XLua\Gen\UnityEngine_ConfigurableJointWrap.cs" />
  277. <Compile Include="Assets\XLua\Gen\UnityEngine_ConstantForce2DWrap.cs" />
  278. <Compile Include="Assets\XLua\Gen\UnityEngine_ConstantForceWrap.cs" />
  279. <Compile Include="Assets\XLua\Gen\UnityEngine_ContactFilter2DWrap.cs" />
  280. <Compile Include="Assets\XLua\Gen\UnityEngine_ContactPoint2DWrap.cs" />
  281. <Compile Include="Assets\XLua\Gen\UnityEngine_ContactPointWrap.cs" />
  282. <Compile Include="Assets\XLua\Gen\UnityEngine_ControllerColliderHitWrap.cs" />
  283. <Compile Include="Assets\XLua\Gen\UnityEngine_CoroutineWrap.cs" />
  284. <Compile Include="Assets\XLua\Gen\UnityEngine_CrashReportWrap.cs" />
  285. <Compile Include="Assets\XLua\Gen\UnityEngine_CubemapArrayWrap.cs" />
  286. <Compile Include="Assets\XLua\Gen\UnityEngine_CubemapWrap.cs" />
  287. <Compile Include="Assets\XLua\Gen\UnityEngine_CullingGroupEventWrap.cs" />
  288. <Compile Include="Assets\XLua\Gen\UnityEngine_CullingGroupWrap.cs" />
  289. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomRenderTextureUpdateZoneWrap.cs" />
  290. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomRenderTextureWrap.cs" />
  291. <Compile Include="Assets\XLua\Gen\UnityEngine_CustomYieldInstructionWrap.cs" />
  292. <Compile Include="Assets\XLua\Gen\UnityEngine_DebugWrap.cs" />
  293. <Compile Include="Assets\XLua\Gen\UnityEngine_DefaultExecutionOrderWrap.cs" />
  294. <Compile Include="Assets\XLua\Gen\UnityEngine_DisplayWrap.cs" />
  295. <Compile Include="Assets\XLua\Gen\UnityEngine_DistanceJoint2DWrap.cs" />
  296. <Compile Include="Assets\XLua\Gen\UnityEngine_DrivenRectTransformTrackerWrap.cs" />
  297. <Compile Include="Assets\XLua\Gen\UnityEngine_DynamicGIWrap.cs" />
  298. <Compile Include="Assets\XLua\Gen\UnityEngine_EdgeCollider2DWrap.cs" />
  299. <Compile Include="Assets\XLua\Gen\UnityEngine_Effector2DWrap.cs" />
  300. <Compile Include="Assets\XLua\Gen\UnityEngine_EventWrap.cs" />
  301. <Compile Include="Assets\XLua\Gen\UnityEngine_ExecuteAlwaysWrap.cs" />
  302. <Compile Include="Assets\XLua\Gen\UnityEngine_ExposedPropertyResolverWrap.cs" />
  303. <Compile Include="Assets\XLua\Gen\UnityEngine_FixedJoint2DWrap.cs" />
  304. <Compile Include="Assets\XLua\Gen\UnityEngine_FixedJointWrap.cs" />
  305. <Compile Include="Assets\XLua\Gen\UnityEngine_FlareLayerWrap.cs" />
  306. <Compile Include="Assets\XLua\Gen\UnityEngine_FlareWrap.cs" />
  307. <Compile Include="Assets\XLua\Gen\UnityEngine_FontWrap.cs" />
  308. <Compile Include="Assets\XLua\Gen\UnityEngine_FrameTimingManagerWrap.cs" />
  309. <Compile Include="Assets\XLua\Gen\UnityEngine_FrameTimingWrap.cs" />
  310. <Compile Include="Assets\XLua\Gen\UnityEngine_FrictionJoint2DWrap.cs" />
  311. <Compile Include="Assets\XLua\Gen\UnityEngine_FrustumPlanesWrap.cs" />
  312. <Compile Include="Assets\XLua\Gen\UnityEngine_GLWrap.cs" />
  313. <Compile Include="Assets\XLua\Gen\UnityEngine_GameObjectWrap.cs" />
  314. <Compile Include="Assets\XLua\Gen\UnityEngine_GeometryUtilityWrap.cs" />
  315. <Compile Include="Assets\XLua\Gen\UnityEngine_GradientAlphaKeyWrap.cs" />
  316. <Compile Include="Assets\XLua\Gen\UnityEngine_GradientColorKeyWrap.cs" />
  317. <Compile Include="Assets\XLua\Gen\UnityEngine_GradientWrap.cs" />
  318. <Compile Include="Assets\XLua\Gen\UnityEngine_GraphicsBufferWrap.cs" />
  319. <Compile Include="Assets\XLua\Gen\UnityEngine_GraphicsWrap.cs" />
  320. <Compile Include="Assets\XLua\Gen\UnityEngine_GridBrushBaseWrap.cs" />
  321. <Compile Include="Assets\XLua\Gen\UnityEngine_GridLayoutWrap.cs" />
  322. <Compile Include="Assets\XLua\Gen\UnityEngine_GridWrap.cs" />
  323. <Compile Include="Assets\XLua\Gen\UnityEngine_GyroscopeWrap.cs" />
  324. <Compile Include="Assets\XLua\Gen\UnityEngine_HDROutputSettingsWrap.cs" />
  325. <Compile Include="Assets\XLua\Gen\UnityEngine_Hash128Wrap.cs" />
  326. <Compile Include="Assets\XLua\Gen\UnityEngine_HashUnsafeUtilitiesWrap.cs" />
  327. <Compile Include="Assets\XLua\Gen\UnityEngine_HashUtilitiesWrap.cs" />
  328. <Compile Include="Assets\XLua\Gen\UnityEngine_HingeJoint2DWrap.cs" />
  329. <Compile Include="Assets\XLua\Gen\UnityEngine_HingeJointWrap.cs" />
  330. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanBoneWrap.cs" />
  331. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanDescriptionWrap.cs" />
  332. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanLimitWrap.cs" />
  333. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanPoseHandlerWrap.cs" />
  334. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanPoseWrap.cs" />
  335. <Compile Include="Assets\XLua\Gen\UnityEngine_HumanTraitWrap.cs" />
  336. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageConversionWrap.cs" />
  337. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectAfterScaleWrap.cs" />
  338. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectAllowedInSceneViewWrap.cs" />
  339. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectOpaqueWrap.cs" />
  340. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectTransformsToLDRWrap.cs" />
  341. <Compile Include="Assets\XLua\Gen\UnityEngine_ImageEffectUsesCommandBufferWrap.cs" />
  342. <Compile Include="Assets\XLua\Gen\UnityEngine_InputWrap.cs" />
  343. <Compile Include="Assets\XLua\Gen\UnityEngine_IntegratedSubsystemDescriptorWrap.cs" />
  344. <Compile Include="Assets\XLua\Gen\UnityEngine_IntegratedSubsystemWrap.cs" />
  345. <Compile Include="Assets\XLua\Gen\UnityEngine_Joint2DWrap.cs" />
  346. <Compile Include="Assets\XLua\Gen\UnityEngine_JointAngleLimits2DWrap.cs" />
  347. <Compile Include="Assets\XLua\Gen\UnityEngine_JointDriveWrap.cs" />
  348. <Compile Include="Assets\XLua\Gen\UnityEngine_JointLimitsWrap.cs" />
  349. <Compile Include="Assets\XLua\Gen\UnityEngine_JointMotor2DWrap.cs" />
  350. <Compile Include="Assets\XLua\Gen\UnityEngine_JointMotorWrap.cs" />
  351. <Compile Include="Assets\XLua\Gen\UnityEngine_JointSpringWrap.cs" />
  352. <Compile Include="Assets\XLua\Gen\UnityEngine_JointSuspension2DWrap.cs" />
  353. <Compile Include="Assets\XLua\Gen\UnityEngine_JointTranslationLimits2DWrap.cs" />
  354. <Compile Include="Assets\XLua\Gen\UnityEngine_JointWrap.cs" />
  355. <Compile Include="Assets\XLua\Gen\UnityEngine_JsonUtilityWrap.cs" />
  356. <Compile Include="Assets\XLua\Gen\UnityEngine_KeyframeWrap.cs" />
  357. <Compile Include="Assets\XLua\Gen\UnityEngine_LODGroupWrap.cs" />
  358. <Compile Include="Assets\XLua\Gen\UnityEngine_LODWrap.cs" />
  359. <Compile Include="Assets\XLua\Gen\UnityEngine_LayerMaskWrap.cs" />
  360. <Compile Include="Assets\XLua\Gen\UnityEngine_LensFlareWrap.cs" />
  361. <Compile Include="Assets\XLua\Gen\UnityEngine_LightBakingOutputWrap.cs" />
  362. <Compile Include="Assets\XLua\Gen\UnityEngine_LightProbeGroupWrap.cs" />
  363. <Compile Include="Assets\XLua\Gen\UnityEngine_LightProbeProxyVolumeWrap.cs" />
  364. <Compile Include="Assets\XLua\Gen\UnityEngine_LightProbesWrap.cs" />
  365. <Compile Include="Assets\XLua\Gen\UnityEngine_LightWrap.cs" />
  366. <Compile Include="Assets\XLua\Gen\UnityEngine_LightmapDataWrap.cs" />
  367. <Compile Include="Assets\XLua\Gen\UnityEngine_LightmapSettingsWrap.cs" />
  368. <Compile Include="Assets\XLua\Gen\UnityEngine_LineRendererWrap.cs" />
  369. <Compile Include="Assets\XLua\Gen\UnityEngine_LineUtilityWrap.cs" />
  370. <Compile Include="Assets\XLua\Gen\UnityEngine_LocalizationAssetWrap.cs" />
  371. <Compile Include="Assets\XLua\Gen\UnityEngine_LocationInfoWrap.cs" />
  372. <Compile Include="Assets\XLua\Gen\UnityEngine_LocationServiceWrap.cs" />
  373. <Compile Include="Assets\XLua\Gen\UnityEngine_LoggerWrap.cs" />
  374. <Compile Include="Assets\XLua\Gen\UnityEngine_MatchTargetWeightMaskWrap.cs" />
  375. <Compile Include="Assets\XLua\Gen\UnityEngine_MaterialPropertyBlockWrap.cs" />
  376. <Compile Include="Assets\XLua\Gen\UnityEngine_MaterialWrap.cs" />
  377. <Compile Include="Assets\XLua\Gen\UnityEngine_MathfWrap.cs" />
  378. <Compile Include="Assets\XLua\Gen\UnityEngine_Matrix4x4Wrap.cs" />
  379. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshColliderWrap.cs" />
  380. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshFilterWrap.cs" />
  381. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshRendererWrap.cs" />
  382. <Compile Include="Assets\XLua\Gen\UnityEngine_MeshWrap.cs" />
  383. <Compile Include="Assets\XLua\Gen\UnityEngine_MicrophoneWrap.cs" />
  384. <Compile Include="Assets\XLua\Gen\UnityEngine_MissingComponentExceptionWrap.cs" />
  385. <Compile Include="Assets\XLua\Gen\UnityEngine_MissingReferenceExceptionWrap.cs" />
  386. <Compile Include="Assets\XLua\Gen\UnityEngine_MonoBehaviourWrap.cs" />
  387. <Compile Include="Assets\XLua\Gen\UnityEngine_Networking_UnityWebRequestWrap.cs" />
  388. <Compile Include="Assets\XLua\Gen\UnityEngine_ObjectWrap.cs" />
  389. <Compile Include="Assets\XLua\Gen\UnityEngine_OcclusionAreaWrap.cs" />
  390. <Compile Include="Assets\XLua\Gen\UnityEngine_OcclusionPortalWrap.cs" />
  391. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleCollisionEventWrap.cs" />
  392. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticlePhysicsExtensionsWrap.cs" />
  393. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystemForceFieldWrap.cs" />
  394. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystemRendererWrap.cs" />
  395. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystemWrap.cs" />
  396. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_BurstWrap.cs" />
  397. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_CollisionModuleWrap.cs" />
  398. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ColorBySpeedModuleWrap.cs" />
  399. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ColorOverLifetimeModuleWrap.cs" />
  400. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_CustomDataModuleWrap.cs" />
  401. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_EmissionModuleWrap.cs" />
  402. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_EmitParamsWrap.cs" />
  403. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ExternalForcesModuleWrap.cs" />
  404. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ForceOverLifetimeModuleWrap.cs" />
  405. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_InheritVelocityModuleWrap.cs" />
  406. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_LightsModuleWrap.cs" />
  407. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_LimitVelocityOverLifetimeModuleWrap.cs" />
  408. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_MainModuleWrap.cs" />
  409. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_MinMaxCurveWrap.cs" />
  410. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_MinMaxGradientWrap.cs" />
  411. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_NoiseModuleWrap.cs" />
  412. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ParticleWrap.cs" />
  413. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_PlaybackStateWrap.cs" />
  414. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_RotationBySpeedModuleWrap.cs" />
  415. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_RotationOverLifetimeModuleWrap.cs" />
  416. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_ShapeModuleWrap.cs" />
  417. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_SizeBySpeedModuleWrap.cs" />
  418. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_SizeOverLifetimeModuleWrap.cs" />
  419. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_SubEmittersModuleWrap.cs" />
  420. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TextureSheetAnimationModuleWrap.cs" />
  421. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TrailModuleWrap.cs" />
  422. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TrailsWrap.cs" />
  423. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_TriggerModuleWrap.cs" />
  424. <Compile Include="Assets\XLua\Gen\UnityEngine_ParticleSystem_VelocityOverLifetimeModuleWrap.cs" />
  425. <Compile Include="Assets\XLua\Gen\UnityEngine_PatchExtentsWrap.cs" />
  426. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicMaterialWrap.cs" />
  427. <Compile Include="Assets\XLua\Gen\UnityEngine_Physics2DWrap.cs" />
  428. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsJobOptions2DWrap.cs" />
  429. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsMaterial2DWrap.cs" />
  430. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsScene2DWrap.cs" />
  431. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsSceneExtensions2DWrap.cs" />
  432. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsSceneExtensionsWrap.cs" />
  433. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsSceneWrap.cs" />
  434. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsUpdateBehaviour2DWrap.cs" />
  435. <Compile Include="Assets\XLua\Gen\UnityEngine_PhysicsWrap.cs" />
  436. <Compile Include="Assets\XLua\Gen\UnityEngine_PlaneWrap.cs" />
  437. <Compile Include="Assets\XLua\Gen\UnityEngine_PlatformEffector2DWrap.cs" />
  438. <Compile Include="Assets\XLua\Gen\UnityEngine_PlayerPrefsExceptionWrap.cs" />
  439. <Compile Include="Assets\XLua\Gen\UnityEngine_PlayerPrefsWrap.cs" />
  440. <Compile Include="Assets\XLua\Gen\UnityEngine_PointEffector2DWrap.cs" />
  441. <Compile Include="Assets\XLua\Gen\UnityEngine_PolygonCollider2DWrap.cs" />
  442. <Compile Include="Assets\XLua\Gen\UnityEngine_PoseWrap.cs" />
  443. <Compile Include="Assets\XLua\Gen\UnityEngine_PreferBinarySerializationWrap.cs" />
  444. <Compile Include="Assets\XLua\Gen\UnityEngine_ProjectorWrap.cs" />
  445. <Compile Include="Assets\XLua\Gen\UnityEngine_PropertyNameWrap.cs" />
  446. <Compile Include="Assets\XLua\Gen\UnityEngine_QualitySettingsWrap.cs" />
  447. <Compile Include="Assets\XLua\Gen\UnityEngine_QuaternionWrap.cs" />
  448. <Compile Include="Assets\XLua\Gen\UnityEngine_RandomWrap.cs" />
  449. <Compile Include="Assets\XLua\Gen\UnityEngine_Random_StateWrap.cs" />
  450. <Compile Include="Assets\XLua\Gen\UnityEngine_RangeIntWrap.cs" />
  451. <Compile Include="Assets\XLua\Gen\UnityEngine_Ray2DWrap.cs" />
  452. <Compile Include="Assets\XLua\Gen\UnityEngine_RayWrap.cs" />
  453. <Compile Include="Assets\XLua\Gen\UnityEngine_RaycastCommandWrap.cs" />
  454. <Compile Include="Assets\XLua\Gen\UnityEngine_RaycastHit2DWrap.cs" />
  455. <Compile Include="Assets\XLua\Gen\UnityEngine_RaycastHitWrap.cs" />
  456. <Compile Include="Assets\XLua\Gen\UnityEngine_RectIntWrap.cs" />
  457. <Compile Include="Assets\XLua\Gen\UnityEngine_RectOffsetWrap.cs" />
  458. <Compile Include="Assets\XLua\Gen\UnityEngine_RectTransformUtilityWrap.cs" />
  459. <Compile Include="Assets\XLua\Gen\UnityEngine_RectTransformWrap.cs" />
  460. <Compile Include="Assets\XLua\Gen\UnityEngine_RectWrap.cs" />
  461. <Compile Include="Assets\XLua\Gen\UnityEngine_ReflectionProbeWrap.cs" />
  462. <Compile Include="Assets\XLua\Gen\UnityEngine_RelativeJoint2DWrap.cs" />
  463. <Compile Include="Assets\XLua\Gen\UnityEngine_RemoteConfigSettingsWrap.cs" />
  464. <Compile Include="Assets\XLua\Gen\UnityEngine_RemoteSettingsWrap.cs" />
  465. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderBufferWrap.cs" />
  466. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderSettingsWrap.cs" />
  467. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderTargetSetupWrap.cs" />
  468. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderTextureDescriptorWrap.cs" />
  469. <Compile Include="Assets\XLua\Gen\UnityEngine_RenderTextureWrap.cs" />
  470. <Compile Include="Assets\XLua\Gen\UnityEngine_RendererExtensionsWrap.cs" />
  471. <Compile Include="Assets\XLua\Gen\UnityEngine_RendererWrap.cs" />
  472. <Compile Include="Assets\XLua\Gen\UnityEngine_ResolutionWrap.cs" />
  473. <Compile Include="Assets\XLua\Gen\UnityEngine_ResourceRequestWrap.cs" />
  474. <Compile Include="Assets\XLua\Gen\UnityEngine_ResourcesWrap.cs" />
  475. <Compile Include="Assets\XLua\Gen\UnityEngine_Rigidbody2DWrap.cs" />
  476. <Compile Include="Assets\XLua\Gen\UnityEngine_RigidbodyWrap.cs" />
  477. <Compile Include="Assets\XLua\Gen\UnityEngine_RuntimeAnimatorControllerWrap.cs" />
  478. <Compile Include="Assets\XLua\Gen\UnityEngine_ScalableBufferManagerWrap.cs" />
  479. <Compile Include="Assets\XLua\Gen\UnityEngine_ScreenCaptureWrap.cs" />
  480. <Compile Include="Assets\XLua\Gen\UnityEngine_ScreenWrap.cs" />
  481. <Compile Include="Assets\XLua\Gen\UnityEngine_ScriptableObjectWrap.cs" />
  482. <Compile Include="Assets\XLua\Gen\UnityEngine_SecondarySpriteTextureWrap.cs" />
  483. <Compile Include="Assets\XLua\Gen\UnityEngine_SecurityWrap.cs" />
  484. <Compile Include="Assets\XLua\Gen\UnityEngine_SerializeReferenceWrap.cs" />
  485. <Compile Include="Assets\XLua\Gen\UnityEngine_ShaderWrap.cs" />
  486. <Compile Include="Assets\XLua\Gen\UnityEngine_SkeletonBoneWrap.cs" />
  487. <Compile Include="Assets\XLua\Gen\UnityEngine_SkinnedMeshRendererWrap.cs" />
  488. <Compile Include="Assets\XLua\Gen\UnityEngine_SkyboxWrap.cs" />
  489. <Compile Include="Assets\XLua\Gen\UnityEngine_SleepTimeoutWrap.cs" />
  490. <Compile Include="Assets\XLua\Gen\UnityEngine_SliderJoint2DWrap.cs" />
  491. <Compile Include="Assets\XLua\Gen\UnityEngine_SnappingWrap.cs" />
  492. <Compile Include="Assets\XLua\Gen\UnityEngine_SoftJointLimitSpringWrap.cs" />
  493. <Compile Include="Assets\XLua\Gen\UnityEngine_SoftJointLimitWrap.cs" />
  494. <Compile Include="Assets\XLua\Gen\UnityEngine_SortingLayerWrap.cs" />
  495. <Compile Include="Assets\XLua\Gen\UnityEngine_SparseTextureWrap.cs" />
  496. <Compile Include="Assets\XLua\Gen\UnityEngine_SphereColliderWrap.cs" />
  497. <Compile Include="Assets\XLua\Gen\UnityEngine_SpherecastCommandWrap.cs" />
  498. <Compile Include="Assets\XLua\Gen\UnityEngine_SpringJoint2DWrap.cs" />
  499. <Compile Include="Assets\XLua\Gen\UnityEngine_SpringJointWrap.cs" />
  500. <Compile Include="Assets\XLua\Gen\UnityEngine_SpriteMaskWrap.cs" />
  501. <Compile Include="Assets\XLua\Gen\UnityEngine_SpriteRendererWrap.cs" />
  502. <Compile Include="Assets\XLua\Gen\UnityEngine_SpriteWrap.cs" />
  503. <Compile Include="Assets\XLua\Gen\UnityEngine_StackTraceUtilityWrap.cs" />
  504. <Compile Include="Assets\XLua\Gen\UnityEngine_StateMachineBehaviourWrap.cs" />
  505. <Compile Include="Assets\XLua\Gen\UnityEngine_StaticBatchingUtilityWrap.cs" />
  506. <Compile Include="Assets\XLua\Gen\UnityEngine_StreamingControllerWrap.cs" />
  507. <Compile Include="Assets\XLua\Gen\UnityEngine_SubsystemDescriptorWrap.cs" />
  508. <Compile Include="Assets\XLua\Gen\UnityEngine_SubsystemManagerWrap.cs" />
  509. <Compile Include="Assets\XLua\Gen\UnityEngine_SubsystemWrap.cs" />
  510. <Compile Include="Assets\XLua\Gen\UnityEngine_SurfaceEffector2DWrap.cs" />
  511. <Compile Include="Assets\XLua\Gen\UnityEngine_SystemInfoWrap.cs" />
  512. <Compile Include="Assets\XLua\Gen\UnityEngine_TargetJoint2DWrap.cs" />
  513. <Compile Include="Assets\XLua\Gen\UnityEngine_TextAssetWrap.cs" />
  514. <Compile Include="Assets\XLua\Gen\UnityEngine_TextGenerationSettingsWrap.cs" />
  515. <Compile Include="Assets\XLua\Gen\UnityEngine_TextMeshWrap.cs" />
  516. <Compile Include="Assets\XLua\Gen\UnityEngine_Texture2DArrayWrap.cs" />
  517. <Compile Include="Assets\XLua\Gen\UnityEngine_Texture2DWrap.cs" />
  518. <Compile Include="Assets\XLua\Gen\UnityEngine_Texture3DWrap.cs" />
  519. <Compile Include="Assets\XLua\Gen\UnityEngine_TextureWrap.cs" />
  520. <Compile Include="Assets\XLua\Gen\UnityEngine_TimeWrap.cs" />
  521. <Compile Include="Assets\XLua\Gen\UnityEngine_TouchWrap.cs" />
  522. <Compile Include="Assets\XLua\Gen\UnityEngine_TrailRendererWrap.cs" />
  523. <Compile Include="Assets\XLua\Gen\UnityEngine_TransformWrap.cs" />
  524. <Compile Include="Assets\XLua\Gen\UnityEngine_UICharInfoWrap.cs" />
  525. <Compile Include="Assets\XLua\Gen\UnityEngine_UILineInfoWrap.cs" />
  526. <Compile Include="Assets\XLua\Gen\UnityEngine_UISystemProfilerApiWrap.cs" />
  527. <Compile Include="Assets\XLua\Gen\UnityEngine_UIVertexWrap.cs" />
  528. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_AnimationTriggersWrap.cs" />
  529. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_AspectRatioFitterWrap.cs" />
  530. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_BaseMeshEffectWrap.cs" />
  531. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ButtonWrap.cs" />
  532. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Button_ButtonClickedEventWrap.cs" />
  533. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_CanvasScalerWrap.cs" />
  534. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_CanvasUpdateRegistryWrap.cs" />
  535. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ClipperRegistryWrap.cs" />
  536. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ClippingWrap.cs" />
  537. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ColorBlockWrap.cs" />
  538. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ContentSizeFitterWrap.cs" />
  539. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_DefaultControlsWrap.cs" />
  540. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_DefaultControls_ResourcesWrap.cs" />
  541. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_DropdownWrap.cs" />
  542. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Dropdown_DropdownEventWrap.cs" />
  543. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Dropdown_OptionDataListWrap.cs" />
  544. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Dropdown_OptionDataWrap.cs" />
  545. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_FontDataWrap.cs" />
  546. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_FontUpdateTrackerWrap.cs" />
  547. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GraphicRaycasterWrap.cs" />
  548. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GraphicRegistryWrap.cs" />
  549. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GraphicWrap.cs" />
  550. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_GridLayoutGroupWrap.cs" />
  551. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_HorizontalLayoutGroupWrap.cs" />
  552. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_HorizontalOrVerticalLayoutGroupWrap.cs" />
  553. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ImageWrap.cs" />
  554. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_InputFieldWrap.cs" />
  555. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_InputField_OnChangeEventWrap.cs" />
  556. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_InputField_SubmitEventWrap.cs" />
  557. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutElementWrap.cs" />
  558. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutGroupWrap.cs" />
  559. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutRebuilderWrap.cs" />
  560. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_LayoutUtilityWrap.cs" />
  561. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskUtilitiesWrap.cs" />
  562. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskWrap.cs" />
  563. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskableGraphicWrap.cs" />
  564. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_MaskableGraphic_CullStateChangedEventWrap.cs" />
  565. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_NavigationWrap.cs" />
  566. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_OutlineWrap.cs" />
  567. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_PositionAsUV1Wrap.cs" />
  568. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_RawImageWrap.cs" />
  569. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_RectMask2DWrap.cs" />
  570. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ScrollRectWrap.cs" />
  571. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ScrollRect_ScrollRectEventWrap.cs" />
  572. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ScrollbarWrap.cs" />
  573. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Scrollbar_ScrollEventWrap.cs" />
  574. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_SelectableWrap.cs" />
  575. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ShadowWrap.cs" />
  576. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_SliderWrap.cs" />
  577. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Slider_SliderEventWrap.cs" />
  578. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_SpriteStateWrap.cs" />
  579. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_StencilMaterialWrap.cs" />
  580. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_TextWrap.cs" />
  581. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ToggleGroupWrap.cs" />
  582. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_ToggleWrap.cs" />
  583. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_Toggle_ToggleEventWrap.cs" />
  584. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_VertexHelperWrap.cs" />
  585. <Compile Include="Assets\XLua\Gen\UnityEngine_UI_VerticalLayoutGroupWrap.cs" />
  586. <Compile Include="Assets\XLua\Gen\UnityEngine_UnassignedReferenceExceptionWrap.cs" />
  587. <Compile Include="Assets\XLua\Gen\UnityEngine_UnityEventQueueSystemWrap.cs" />
  588. <Compile Include="Assets\XLua\Gen\UnityEngine_UnityExceptionWrap.cs" />
  589. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector2IntWrap.cs" />
  590. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector2Wrap.cs" />
  591. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector3IntWrap.cs" />
  592. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector3Wrap.cs" />
  593. <Compile Include="Assets\XLua\Gen\UnityEngine_Vector4Wrap.cs" />
  594. <Compile Include="Assets\XLua\Gen\UnityEngine_WWWFormWrap.cs" />
  595. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForEndOfFrameWrap.cs" />
  596. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForFixedUpdateWrap.cs" />
  597. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForSecondsRealtimeWrap.cs" />
  598. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitForSecondsWrap.cs" />
  599. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitUntilWrap.cs" />
  600. <Compile Include="Assets\XLua\Gen\UnityEngine_WaitWhileWrap.cs" />
  601. <Compile Include="Assets\XLua\Gen\UnityEngine_WebCamDeviceWrap.cs" />
  602. <Compile Include="Assets\XLua\Gen\UnityEngine_WebCamTextureWrap.cs" />
  603. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelColliderWrap.cs" />
  604. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelFrictionCurveWrap.cs" />
  605. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelHitWrap.cs" />
  606. <Compile Include="Assets\XLua\Gen\UnityEngine_WheelJoint2DWrap.cs" />
  607. <Compile Include="Assets\XLua\Gen\UnityEngine_WindZoneWrap.cs" />
  608. <Compile Include="Assets\XLua\Gen\UnityEngine_YieldInstructionWrap.cs" />
  609. <Compile Include="Assets\XLua\Gen\WrapPusher.cs" />
  610. <Compile Include="Assets\XLua\Gen\XLuaGenAutoRegister.cs" />
  611. <Compile Include="Assets\XLua\Gen\XLuaTest_BaseTestWrap.cs" />
  612. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo1ChildWrap.cs" />
  613. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo1ParentWrap.cs" />
  614. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo2ChildWrap.cs" />
  615. <Compile Include="Assets\XLua\Gen\XLuaTest_Foo2ParentWrap.cs" />
  616. <Compile Include="Assets\XLua\Gen\XLuaTest_FooExtensionWrap.cs" />
  617. <Compile Include="Assets\XLua\Gen\XLuaTest_FooWrap.cs" />
  618. <Compile Include="Assets\XLua\Gen\XLuaTest_IExchangerBridge.cs" />
  619. <Compile Include="Assets\XLua\Gen\XLuaTest_InvokeLua_ICalcBridge.cs" />
  620. <Compile Include="Assets\XLua\Gen\XLuaTest_LuaBehaviourWrap.cs" />
  621. <Compile Include="Assets\XLua\Gen\XLuaTest_MyStructWrap.cs" />
  622. <Compile Include="Assets\XLua\Gen\XLuaTest_NoGcWrap.cs" />
  623. <Compile Include="Assets\XLua\Gen\XLuaTest_PeddingWrap.cs" />
  624. <Compile Include="Assets\XLua\Src\CodeEmit.cs" />
  625. <Compile Include="Assets\XLua\Src\CopyByValue.cs" />
  626. <Compile Include="Assets\XLua\Src\DelegateBridge.cs" />
  627. <Compile Include="Assets\XLua\Src\GenAttributes.cs" />
  628. <Compile Include="Assets\XLua\Src\GenericDelegateBridge.cs" />
  629. <Compile Include="Assets\XLua\Src\InternalGlobals.cs" />
  630. <Compile Include="Assets\XLua\Src\LuaAsset.cs" />
  631. <Compile Include="Assets\XLua\Src\LuaBase.cs" />
  632. <Compile Include="Assets\XLua\Src\LuaDLL.cs" />
  633. <Compile Include="Assets\XLua\Src\LuaEnv.cs" />
  634. <Compile Include="Assets\XLua\Src\LuaException.cs" />
  635. <Compile Include="Assets\XLua\Src\LuaFunction.cs" />
  636. <Compile Include="Assets\XLua\Src\LuaTable.cs" />
  637. <Compile Include="Assets\XLua\Src\MethodWarpsCache.cs" />
  638. <Compile Include="Assets\XLua\Src\ObjectCasters.cs" />
  639. <Compile Include="Assets\XLua\Src\ObjectPool.cs" />
  640. <Compile Include="Assets\XLua\Src\ObjectTranslator.cs" />
  641. <Compile Include="Assets\XLua\Src\ObjectTranslatorPool.cs" />
  642. <Compile Include="Assets\XLua\Src\RawObject.cs" />
  643. <Compile Include="Assets\XLua\Src\SignatureLoader.cs" />
  644. <Compile Include="Assets\XLua\Src\StaticLuaCallbacks.cs" />
  645. <Compile Include="Assets\XLua\Src\TemplateEngine\TemplateEngine.cs" />
  646. <Compile Include="Assets\XLua\Src\TypeExtensions.cs" />
  647. <Compile Include="Assets\XLua\Src\Utils.cs" />
  648. <Compile Include="Assets\XLua\Tutorial\CSharpCallLua\CSCallLua.cs" />
  649. <Compile Include="Assets\XLua\Tutorial\LoadLuaScript\ByFile\ByFile.cs" />
  650. <Compile Include="Assets\XLua\Tutorial\LoadLuaScript\ByString\ByString.cs" />
  651. <Compile Include="Assets\XLua\Tutorial\LoadLuaScript\Loader\CustomLoader.cs" />
  652. <Compile Include="Assets\XLua\Tutorial\LuaCallCSharp\LuaCallCs.cs" />
  653. <Compile Include="Assets\XLua\util\Xxtea.cs" />
  654. <None Include="Assets\XLua\Examples\07_AsyncTest\Resources\async_test.lua.txt" />
  655. <None Include="Assets\StreamingAssets\build_info.txt" />
  656. <None Include="Assets\XLua\Tutorial\LoadLuaScript\ByFile\Resources\byfile.lua.txt" />
  657. <None Include="Assets\BundleResource\LuaScripts\UI\SUILoginPanel.lua.txt" />
  658. <None Include="Assets\XLua\Gen\link.xml" />
  659. <None Include="Assets\BundleResource\LuaScripts\Base\CoroutineHelper.lua.txt" />
  660. <None Include="Assets\XLua\Examples\06_Coroutine\Resources\coruntine_test.lua.txt" />
  661. <None Include="Assets\XLua\Resources\xlua\util.lua.txt" />
  662. <None Include="Assets\BundleResource\LuaScripts\Start\existed.lua.txt" />
  663. <None Include="Assets\BundleResource\LuaScripts\Base\json.lua.txt" />
  664. <None Include="Assets\BundleResource\LuaScripts\Base\Utils.lua.txt" />
  665. <None Include="Assets\BundleResource\main.lua.txt" />
  666. <None Include="Assets\BundleResource\LuaScripts\Base\SEventDispatchCenter.lua.txt" />
  667. <None Include="Assets\TestXLua\Lua\first.lua.txt" />
  668. <None Include="Assets\BundleEditing\Plugins\DOTween\readme.txt" />
  669. <None Include="Assets\XLua\Resources\perf\profiler.lua.txt" />
  670. <None Include="Assets\BundleResource\LuaScripts\Start\existed2.lua.txt" />
  671. <None Include="Assets\TestXLua\Lua\hotfix.lua.txt" />
  672. <None Include="Assets\XLua\Resources\perf\memory.lua.txt" />
  673. <None Include="Assets\XLua\CHANGELOG.txt" />
  674. <None Include="Assets\BundleEditing\Plugins\Simple UI\Fonts\OFL.txt" />
  675. <None Include="Assets\XLua\Examples\03_UIEvent\ButtonInteraction.lua.txt" />
  676. <None Include="Assets\BundleResource\LuaScripts\Base\SkillIndicator.lua.txt" />
  677. <None Include="Assets\XLua\Examples\02_U3DScripting\LuaTestScript.lua.txt" />
  678. <None Include="Assets\XLua\Examples\07_AsyncTest\Resources\message_box.lua.txt" />
  679. <None Include="Assets\BundleResource\LuaScripts\Start\main.lua.txt" />
  680. <None Include="Assets\XLua\Resources\tdr\tdr.lua.txt" />
  681. <None Include="Assets\XLua\Examples\06_Coroutine\Resources\cs_coroutine.lua.txt" />
  682. <None Include="Assets\BundleResource\LuaScripts\Base\UIHelper.lua.txt" />
  683. <None Include="Assets\BundleResource\LuaScripts\Base\GlobalFunctions.lua.txt" />
  684. <Reference Include="UnityEngine">
  685. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  686. </Reference>
  687. <Reference Include="UnityEngine.AIModule">
  688. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  689. </Reference>
  690. <Reference Include="UnityEngine.ARModule">
  691. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  692. </Reference>
  693. <Reference Include="UnityEngine.AccessibilityModule">
  694. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  695. </Reference>
  696. <Reference Include="UnityEngine.AndroidJNIModule">
  697. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
  698. </Reference>
  699. <Reference Include="UnityEngine.AnimationModule">
  700. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  701. </Reference>
  702. <Reference Include="UnityEngine.AssetBundleModule">
  703. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  704. </Reference>
  705. <Reference Include="UnityEngine.AudioModule">
  706. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  707. </Reference>
  708. <Reference Include="UnityEngine.ClothModule">
  709. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  710. </Reference>
  711. <Reference Include="UnityEngine.ClusterInputModule">
  712. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  713. </Reference>
  714. <Reference Include="UnityEngine.ClusterRendererModule">
  715. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  716. </Reference>
  717. <Reference Include="UnityEngine.CoreModule">
  718. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  719. </Reference>
  720. <Reference Include="UnityEngine.CrashReportingModule">
  721. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  722. </Reference>
  723. <Reference Include="UnityEngine.DSPGraphModule">
  724. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
  725. </Reference>
  726. <Reference Include="UnityEngine.DirectorModule">
  727. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  728. </Reference>
  729. <Reference Include="UnityEngine.GameCenterModule">
  730. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  731. </Reference>
  732. <Reference Include="UnityEngine.GridModule">
  733. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  734. </Reference>
  735. <Reference Include="UnityEngine.HotReloadModule">
  736. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  737. </Reference>
  738. <Reference Include="UnityEngine.IMGUIModule">
  739. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  740. </Reference>
  741. <Reference Include="UnityEngine.ImageConversionModule">
  742. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  743. </Reference>
  744. <Reference Include="UnityEngine.InputModule">
  745. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  746. </Reference>
  747. <Reference Include="UnityEngine.InputLegacyModule">
  748. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
  749. </Reference>
  750. <Reference Include="UnityEngine.JSONSerializeModule">
  751. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  752. </Reference>
  753. <Reference Include="UnityEngine.LocalizationModule">
  754. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  755. </Reference>
  756. <Reference Include="UnityEngine.ParticleSystemModule">
  757. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  758. </Reference>
  759. <Reference Include="UnityEngine.PerformanceReportingModule">
  760. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  761. </Reference>
  762. <Reference Include="UnityEngine.PhysicsModule">
  763. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  764. </Reference>
  765. <Reference Include="UnityEngine.Physics2DModule">
  766. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  767. </Reference>
  768. <Reference Include="UnityEngine.ProfilerModule">
  769. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  770. </Reference>
  771. <Reference Include="UnityEngine.ScreenCaptureModule">
  772. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  773. </Reference>
  774. <Reference Include="UnityEngine.SharedInternalsModule">
  775. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  776. </Reference>
  777. <Reference Include="UnityEngine.SpriteMaskModule">
  778. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  779. </Reference>
  780. <Reference Include="UnityEngine.SpriteShapeModule">
  781. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  782. </Reference>
  783. <Reference Include="UnityEngine.StreamingModule">
  784. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  785. </Reference>
  786. <Reference Include="UnityEngine.SubstanceModule">
  787. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  788. </Reference>
  789. <Reference Include="UnityEngine.SubsystemsModule">
  790. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
  791. </Reference>
  792. <Reference Include="UnityEngine.TLSModule">
  793. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  794. </Reference>
  795. <Reference Include="UnityEngine.TerrainModule">
  796. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  797. </Reference>
  798. <Reference Include="UnityEngine.TerrainPhysicsModule">
  799. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  800. </Reference>
  801. <Reference Include="UnityEngine.TextCoreModule">
  802. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  803. </Reference>
  804. <Reference Include="UnityEngine.TextRenderingModule">
  805. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  806. </Reference>
  807. <Reference Include="UnityEngine.TilemapModule">
  808. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  809. </Reference>
  810. <Reference Include="UnityEngine.UIModule">
  811. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  812. </Reference>
  813. <Reference Include="UnityEngine.UIElementsModule">
  814. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  815. </Reference>
  816. <Reference Include="UnityEngine.UNETModule">
  817. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  818. </Reference>
  819. <Reference Include="UnityEngine.UmbraModule">
  820. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  821. </Reference>
  822. <Reference Include="UnityEngine.UnityAnalyticsModule">
  823. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  824. </Reference>
  825. <Reference Include="UnityEngine.UnityConnectModule">
  826. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  827. </Reference>
  828. <Reference Include="UnityEngine.UnityTestProtocolModule">
  829. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  830. </Reference>
  831. <Reference Include="UnityEngine.UnityWebRequestModule">
  832. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  833. </Reference>
  834. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  835. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  836. </Reference>
  837. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  838. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  839. </Reference>
  840. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  841. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  842. </Reference>
  843. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  844. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  845. </Reference>
  846. <Reference Include="UnityEngine.VFXModule">
  847. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  848. </Reference>
  849. <Reference Include="UnityEngine.VRModule">
  850. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  851. </Reference>
  852. <Reference Include="UnityEngine.VehiclesModule">
  853. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  854. </Reference>
  855. <Reference Include="UnityEngine.VideoModule">
  856. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  857. </Reference>
  858. <Reference Include="UnityEngine.WindModule">
  859. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  860. </Reference>
  861. <Reference Include="UnityEngine.XRModule">
  862. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
  863. </Reference>
  864. <Reference Include="UnityEditor">
  865. <HintPath>D:/unity/2019.4.16f1/Editor/Data/Managed/UnityEditor.dll</HintPath>
  866. </Reference>
  867. <Reference Include="DOTween">
  868. <HintPath>D:/work/LinkGame/LuaDemo/Assets/BundleEditing/Plugins/DOTween/DOTween.dll</HintPath>
  869. </Reference>
  870. <Reference Include="LitJson">
  871. <HintPath>D:/work/LinkGame/LuaDemo/Assets/BundleEditing/Plugins/LitJson/LitJson.dll</HintPath>
  872. </Reference>
  873. <Reference Include="netstandard">
  874. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/ref/2.0.0/netstandard.dll</HintPath>
  875. </Reference>
  876. <Reference Include="Microsoft.Win32.Primitives">
  877. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
  878. </Reference>
  879. <Reference Include="System.AppContext">
  880. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.AppContext.dll</HintPath>
  881. </Reference>
  882. <Reference Include="System.Collections.Concurrent">
  883. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
  884. </Reference>
  885. <Reference Include="System.Collections">
  886. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.dll</HintPath>
  887. </Reference>
  888. <Reference Include="System.Collections.NonGeneric">
  889. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
  890. </Reference>
  891. <Reference Include="System.Collections.Specialized">
  892. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
  893. </Reference>
  894. <Reference Include="System.ComponentModel">
  895. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.dll</HintPath>
  896. </Reference>
  897. <Reference Include="System.ComponentModel.EventBasedAsync">
  898. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
  899. </Reference>
  900. <Reference Include="System.ComponentModel.Primitives">
  901. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
  902. </Reference>
  903. <Reference Include="System.ComponentModel.TypeConverter">
  904. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
  905. </Reference>
  906. <Reference Include="System.Console">
  907. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Console.dll</HintPath>
  908. </Reference>
  909. <Reference Include="System.Data.Common">
  910. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Data.Common.dll</HintPath>
  911. </Reference>
  912. <Reference Include="System.Diagnostics.Contracts">
  913. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
  914. </Reference>
  915. <Reference Include="System.Diagnostics.Debug">
  916. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
  917. </Reference>
  918. <Reference Include="System.Diagnostics.FileVersionInfo">
  919. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
  920. </Reference>
  921. <Reference Include="System.Diagnostics.Process">
  922. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
  923. </Reference>
  924. <Reference Include="System.Diagnostics.StackTrace">
  925. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
  926. </Reference>
  927. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  928. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  929. </Reference>
  930. <Reference Include="System.Diagnostics.Tools">
  931. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
  932. </Reference>
  933. <Reference Include="System.Diagnostics.TraceSource">
  934. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
  935. </Reference>
  936. <Reference Include="System.Diagnostics.Tracing">
  937. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
  938. </Reference>
  939. <Reference Include="System.Drawing.Primitives">
  940. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
  941. </Reference>
  942. <Reference Include="System.Dynamic.Runtime">
  943. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
  944. </Reference>
  945. <Reference Include="System.Globalization.Calendars">
  946. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
  947. </Reference>
  948. <Reference Include="System.Globalization">
  949. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.dll</HintPath>
  950. </Reference>
  951. <Reference Include="System.Globalization.Extensions">
  952. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
  953. </Reference>
  954. <Reference Include="System.IO.Compression">
  955. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.dll</HintPath>
  956. </Reference>
  957. <Reference Include="System.IO.Compression.ZipFile">
  958. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
  959. </Reference>
  960. <Reference Include="System.IO">
  961. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.dll</HintPath>
  962. </Reference>
  963. <Reference Include="System.IO.FileSystem">
  964. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
  965. </Reference>
  966. <Reference Include="System.IO.FileSystem.DriveInfo">
  967. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
  968. </Reference>
  969. <Reference Include="System.IO.FileSystem.Primitives">
  970. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
  971. </Reference>
  972. <Reference Include="System.IO.FileSystem.Watcher">
  973. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
  974. </Reference>
  975. <Reference Include="System.IO.IsolatedStorage">
  976. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
  977. </Reference>
  978. <Reference Include="System.IO.MemoryMappedFiles">
  979. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
  980. </Reference>
  981. <Reference Include="System.IO.Pipes">
  982. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
  983. </Reference>
  984. <Reference Include="System.IO.UnmanagedMemoryStream">
  985. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
  986. </Reference>
  987. <Reference Include="System.Linq">
  988. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.dll</HintPath>
  989. </Reference>
  990. <Reference Include="System.Linq.Expressions">
  991. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
  992. </Reference>
  993. <Reference Include="System.Linq.Parallel">
  994. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
  995. </Reference>
  996. <Reference Include="System.Linq.Queryable">
  997. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
  998. </Reference>
  999. <Reference Include="System.Net.Http">
  1000. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Http.dll</HintPath>
  1001. </Reference>
  1002. <Reference Include="System.Net.NameResolution">
  1003. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
  1004. </Reference>
  1005. <Reference Include="System.Net.NetworkInformation">
  1006. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
  1007. </Reference>
  1008. <Reference Include="System.Net.Ping">
  1009. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Ping.dll</HintPath>
  1010. </Reference>
  1011. <Reference Include="System.Net.Primitives">
  1012. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
  1013. </Reference>
  1014. <Reference Include="System.Net.Requests">
  1015. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Requests.dll</HintPath>
  1016. </Reference>
  1017. <Reference Include="System.Net.Security">
  1018. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Security.dll</HintPath>
  1019. </Reference>
  1020. <Reference Include="System.Net.Sockets">
  1021. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
  1022. </Reference>
  1023. <Reference Include="System.Net.WebHeaderCollection">
  1024. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
  1025. </Reference>
  1026. <Reference Include="System.Net.WebSockets.Client">
  1027. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
  1028. </Reference>
  1029. <Reference Include="System.Net.WebSockets">
  1030. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
  1031. </Reference>
  1032. <Reference Include="System.ObjectModel">
  1033. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ObjectModel.dll</HintPath>
  1034. </Reference>
  1035. <Reference Include="System.Reflection">
  1036. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.dll</HintPath>
  1037. </Reference>
  1038. <Reference Include="System.Reflection.Extensions">
  1039. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
  1040. </Reference>
  1041. <Reference Include="System.Reflection.Primitives">
  1042. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
  1043. </Reference>
  1044. <Reference Include="System.Resources.Reader">
  1045. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
  1046. </Reference>
  1047. <Reference Include="System.Resources.ResourceManager">
  1048. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
  1049. </Reference>
  1050. <Reference Include="System.Resources.Writer">
  1051. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
  1052. </Reference>
  1053. <Reference Include="System.Runtime.CompilerServices.VisualC">
  1054. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  1055. </Reference>
  1056. <Reference Include="System.Runtime">
  1057. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.dll</HintPath>
  1058. </Reference>
  1059. <Reference Include="System.Runtime.Extensions">
  1060. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
  1061. </Reference>
  1062. <Reference Include="System.Runtime.Handles">
  1063. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
  1064. </Reference>
  1065. <Reference Include="System.Runtime.InteropServices">
  1066. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
  1067. </Reference>
  1068. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1069. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1070. </Reference>
  1071. <Reference Include="System.Runtime.Numerics">
  1072. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
  1073. </Reference>
  1074. <Reference Include="System.Runtime.Serialization.Formatters">
  1075. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
  1076. </Reference>
  1077. <Reference Include="System.Runtime.Serialization.Json">
  1078. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
  1079. </Reference>
  1080. <Reference Include="System.Runtime.Serialization.Primitives">
  1081. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
  1082. </Reference>
  1083. <Reference Include="System.Runtime.Serialization.Xml">
  1084. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
  1085. </Reference>
  1086. <Reference Include="System.Security.Claims">
  1087. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Claims.dll</HintPath>
  1088. </Reference>
  1089. <Reference Include="System.Security.Cryptography.Algorithms">
  1090. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
  1091. </Reference>
  1092. <Reference Include="System.Security.Cryptography.Csp">
  1093. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
  1094. </Reference>
  1095. <Reference Include="System.Security.Cryptography.Encoding">
  1096. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
  1097. </Reference>
  1098. <Reference Include="System.Security.Cryptography.Primitives">
  1099. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
  1100. </Reference>
  1101. <Reference Include="System.Security.Cryptography.X509Certificates">
  1102. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
  1103. </Reference>
  1104. <Reference Include="System.Security.Principal">
  1105. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.Principal.dll</HintPath>
  1106. </Reference>
  1107. <Reference Include="System.Security.SecureString">
  1108. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
  1109. </Reference>
  1110. <Reference Include="System.Text.Encoding">
  1111. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
  1112. </Reference>
  1113. <Reference Include="System.Text.Encoding.Extensions">
  1114. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
  1115. </Reference>
  1116. <Reference Include="System.Text.RegularExpressions">
  1117. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
  1118. </Reference>
  1119. <Reference Include="System.Threading">
  1120. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.dll</HintPath>
  1121. </Reference>
  1122. <Reference Include="System.Threading.Overlapped">
  1123. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
  1124. </Reference>
  1125. <Reference Include="System.Threading.Tasks">
  1126. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
  1127. </Reference>
  1128. <Reference Include="System.Threading.Tasks.Parallel">
  1129. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
  1130. </Reference>
  1131. <Reference Include="System.Threading.Thread">
  1132. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
  1133. </Reference>
  1134. <Reference Include="System.Threading.ThreadPool">
  1135. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
  1136. </Reference>
  1137. <Reference Include="System.Threading.Timer">
  1138. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
  1139. </Reference>
  1140. <Reference Include="System.ValueTuple">
  1141. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.ValueTuple.dll</HintPath>
  1142. </Reference>
  1143. <Reference Include="System.Xml.ReaderWriter">
  1144. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
  1145. </Reference>
  1146. <Reference Include="System.Xml.XDocument">
  1147. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
  1148. </Reference>
  1149. <Reference Include="System.Xml.XmlDocument">
  1150. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
  1151. </Reference>
  1152. <Reference Include="System.Xml.XmlSerializer">
  1153. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
  1154. </Reference>
  1155. <Reference Include="System.Xml.XPath">
  1156. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
  1157. </Reference>
  1158. <Reference Include="System.Xml.XPath.XDocument">
  1159. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
  1160. </Reference>
  1161. <Reference Include="System.Numerics.Vectors">
  1162. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/Extensions/2.0.0/System.Numerics.Vectors.dll</HintPath>
  1163. </Reference>
  1164. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1165. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1166. </Reference>
  1167. <Reference Include="mscorlib">
  1168. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/mscorlib.dll</HintPath>
  1169. </Reference>
  1170. <Reference Include="System.ComponentModel.Composition">
  1171. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
  1172. </Reference>
  1173. <Reference Include="System.Core">
  1174. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Core.dll</HintPath>
  1175. </Reference>
  1176. <Reference Include="System.Data">
  1177. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Data.dll</HintPath>
  1178. </Reference>
  1179. <Reference Include="System">
  1180. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.dll</HintPath>
  1181. </Reference>
  1182. <Reference Include="System.Drawing">
  1183. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Drawing.dll</HintPath>
  1184. </Reference>
  1185. <Reference Include="System.IO.Compression.FileSystem">
  1186. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
  1187. </Reference>
  1188. <Reference Include="System.Net">
  1189. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Net.dll</HintPath>
  1190. </Reference>
  1191. <Reference Include="System.Numerics">
  1192. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Numerics.dll</HintPath>
  1193. </Reference>
  1194. <Reference Include="System.Runtime.Serialization">
  1195. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
  1196. </Reference>
  1197. <Reference Include="System.ServiceModel.Web">
  1198. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
  1199. </Reference>
  1200. <Reference Include="System.Transactions">
  1201. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Transactions.dll</HintPath>
  1202. </Reference>
  1203. <Reference Include="System.Web">
  1204. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Web.dll</HintPath>
  1205. </Reference>
  1206. <Reference Include="System.Windows">
  1207. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Windows.dll</HintPath>
  1208. </Reference>
  1209. <Reference Include="System.Xml">
  1210. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.dll</HintPath>
  1211. </Reference>
  1212. <Reference Include="System.Xml.Linq">
  1213. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Linq.dll</HintPath>
  1214. </Reference>
  1215. <Reference Include="System.Xml.Serialization">
  1216. <HintPath>D:/unity/2019.4.16f1/Editor/Data/NetStandard/compat/2.0.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
  1217. </Reference>
  1218. <Reference Include="Unity.Timeline.Editor">
  1219. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
  1220. </Reference>
  1221. <Reference Include="Unity.VSCode.Editor">
  1222. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
  1223. </Reference>
  1224. <Reference Include="Unity.TextMeshPro.Editor">
  1225. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
  1226. </Reference>
  1227. <Reference Include="UnityEngine.UI">
  1228. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
  1229. </Reference>
  1230. <Reference Include="Unity.Timeline">
  1231. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
  1232. </Reference>
  1233. <Reference Include="Unity.CollabProxy.Editor">
  1234. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll</HintPath>
  1235. </Reference>
  1236. <Reference Include="Unity.Rider.Editor">
  1237. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
  1238. </Reference>
  1239. <Reference Include="Unity.VisualStudio.Editor">
  1240. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll</HintPath>
  1241. </Reference>
  1242. <Reference Include="Unity.TextMeshPro">
  1243. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
  1244. </Reference>
  1245. <Reference Include="UnityEditor.UI">
  1246. <HintPath>D:/work/LinkGame/LuaDemo/Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
  1247. </Reference>
  1248. </ItemGroup>
  1249. <ItemGroup></ItemGroup>
  1250. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1251. <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  1252. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1253. Other similar extension points exist, see Microsoft.Common.targets.
  1254. <Target Name="BeforeBuild">
  1255. </Target>
  1256. <Target Name="AfterBuild">
  1257. </Target>
  1258. -->
  1259. </Project>