Unity.Model.csproj 81 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  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>7.3</LangVersion>
  5. <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. </PropertyGroup>
  7. <PropertyGroup>
  8. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  9. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  10. <ProductVersion>10.0.20506</ProductVersion>
  11. <SchemaVersion>2.0</SchemaVersion>
  12. <RootNamespace></RootNamespace>
  13. <ProjectGuid>{B4BF9894-F5D9-41C4-13E3-3F26F7700E29}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <AssemblyName>Unity.Model</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <BaseDirectory>.</BaseDirectory>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>Temp\bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE;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_3_0;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_EVENT_QUEUE;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;NET452;ILRuntime;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <NoWarn>0169</NoWarn>
  30. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>Temp\bin\Release\</OutputPath>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <NoWarn>0169</NoWarn>
  39. <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <NoConfig>true</NoConfig>
  43. <NoStdLib>true</NoStdLib>
  44. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  45. <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
  46. <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="UnityEngine">
  50. <HintPath>C:\Apps\Unity2018\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
  51. </Reference>
  52. <Reference Include="UnityEditor">
  53. <HintPath>C:\Apps\Unity2018\Editor\Data\Managed/UnityEditor.dll</HintPath>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="Assets\Model\Base\Async\AsyncETTaskMethodBuilder.cs" />
  58. <Compile Include="Assets\Model\Base\Async\AsyncETVoidMethodBuilder.cs" />
  59. <Compile Include="Assets\Model\Base\Async\AsyncMethodBuilderAttribute.cs" />
  60. <Compile Include="Assets\Model\Base\Async\ETTask.cs" />
  61. <Compile Include="Assets\Model\Base\Async\ETTaskCompletionSource.cs" />
  62. <Compile Include="Assets\Model\Base\Async\ETTaskFactory.cs" />
  63. <Compile Include="Assets\Model\Base\Async\ETVoid.cs" />
  64. <Compile Include="Assets\Model\Base\Async\IAwaiter.cs" />
  65. <Compile Include="Assets\Model\Base\Async\MoveNextRunner.cs" />
  66. <Compile Include="Assets\Model\Base\DoubleMap.cs" />
  67. <Compile Include="Assets\Model\Base\Event\Env.cs" />
  68. <Compile Include="Assets\Model\Base\Event\EnvKey.cs" />
  69. <Compile Include="Assets\Model\Base\Event\EventAttribute.cs" />
  70. <Compile Include="Assets\Model\Base\Event\EventIdType.cs" />
  71. <Compile Include="Assets\Model\Base\Event\IEvent.cs" />
  72. <Compile Include="Assets\Model\Base\Helper\ByteHelper.cs" />
  73. <Compile Include="Assets\Model\Base\Helper\Dumper.cs" />
  74. <Compile Include="Assets\Model\Base\Helper\EnumHelper.cs" />
  75. <Compile Include="Assets\Model\Base\Helper\FileHelper.cs" />
  76. <Compile Include="Assets\Model\Base\Helper\IdGenerater.cs" />
  77. <Compile Include="Assets\Model\Base\Helper\JsonHelper.cs" />
  78. <Compile Include="Assets\Model\Base\Helper\MD5Helper.cs" />
  79. <Compile Include="Assets\Model\Base\Helper\MethodInfoHelper.cs" />
  80. <Compile Include="Assets\Model\Base\Helper\MongoHelper.cs" />
  81. <Compile Include="Assets\Model\Base\Helper\NetHelper.cs" />
  82. <Compile Include="Assets\Model\Base\Helper\ObjectHelper.cs" />
  83. <Compile Include="Assets\Model\Base\Helper\RandomHelper.cs" />
  84. <Compile Include="Assets\Model\Base\Helper\StringHelper.cs" />
  85. <Compile Include="Assets\Model\Base\Helper\TimeHelper.cs" />
  86. <Compile Include="Assets\Model\Base\Helper\ZipHelper.cs" />
  87. <Compile Include="Assets\Model\Base\IL\Adapt_IMessage.cs" />
  88. <Compile Include="Assets\Model\Base\IL\IAsyncStateMachineAdaptor.cs" />
  89. <Compile Include="Assets\Model\Base\IL\IDisposableAdaptor.cs" />
  90. <Compile Include="Assets\Model\Base\IL\ILAdapterAttribute.cs" />
  91. <Compile Include="Assets\Model\Base\IL\ILBindingAttribute.cs" />
  92. <Compile Include="Assets\Model\Base\Log.cs" />
  93. <Compile Include="Assets\Model\Base\LogType.cs" />
  94. <Compile Include="Assets\Model\Base\MultiMap.cs" />
  95. <Compile Include="Assets\Model\Base\Object\BaseAttribute.cs" />
  96. <Compile Include="Assets\Model\Base\Object\Component.cs" />
  97. <Compile Include="Assets\Model\Base\Object\ComponentFactory.cs" />
  98. <Compile Include="Assets\Model\Base\Object\ComponentView.cs" />
  99. <Compile Include="Assets\Model\Base\Object\ComponentWithId.cs" />
  100. <Compile Include="Assets\Model\Base\Object\Entity.cs" />
  101. <Compile Include="Assets\Model\Base\Object\EntityEventAttribute.cs" />
  102. <Compile Include="Assets\Model\Base\Object\EventProxy.cs" />
  103. <Compile Include="Assets\Model\Base\Object\EventSystem.cs" />
  104. <Compile Include="Assets\Model\Base\Object\HideInHierarchy.cs" />
  105. <Compile Include="Assets\Model\Base\Object\IAwakeSystem.cs" />
  106. <Compile Include="Assets\Model\Base\Object\IChangeSystem.cs" />
  107. <Compile Include="Assets\Model\Base\Object\IDeserializeSystem.cs" />
  108. <Compile Include="Assets\Model\Base\Object\IDestroySystem.cs" />
  109. <Compile Include="Assets\Model\Base\Object\ILateUpdateSystem.cs" />
  110. <Compile Include="Assets\Model\Base\Object\ILoadSystem.cs" />
  111. <Compile Include="Assets\Model\Base\Object\ISerializeToEntity.cs" />
  112. <Compile Include="Assets\Model\Base\Object\IStartSystem.cs" />
  113. <Compile Include="Assets\Model\Base\Object\IUpdateSystem.cs" />
  114. <Compile Include="Assets\Model\Base\Object\Object.cs" />
  115. <Compile Include="Assets\Model\Base\Object\ObjectPool.cs" />
  116. <Compile Include="Assets\Model\Base\Object\ObjectSystemAttribute.cs" />
  117. <Compile Include="Assets\Model\Base\OneThreadSynchronizationContext.cs" />
  118. <Compile Include="Assets\Model\Base\QueueDictionary.cs" />
  119. <Compile Include="Assets\Model\Base\RecyclableMemoryStream\Events.cs" />
  120. <Compile Include="Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStream.cs" />
  121. <Compile Include="Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStreamManager.cs" />
  122. <Compile Include="Assets\Model\Base\TryLocker.cs" />
  123. <Compile Include="Assets\Model\Base\UnityMath\Color32.cs" />
  124. <Compile Include="Assets\Model\Base\UnityMath\FrameworkResources.cs" />
  125. <Compile Include="Assets\Model\Base\UnityMath\Mathf.cs" />
  126. <Compile Include="Assets\Model\Base\UnityMath\MathHelper.cs" />
  127. <Compile Include="Assets\Model\Base\UnityMath\Matrix3x3.cs" />
  128. <Compile Include="Assets\Model\Base\UnityMath\Matrix4x4.cs" />
  129. <Compile Include="Assets\Model\Base\UnityMath\PackUtils.cs" />
  130. <Compile Include="Assets\Model\Base\UnityMath\Quaternion.cs" />
  131. <Compile Include="Assets\Model\Base\UnityMath\Vector2.cs" />
  132. <Compile Include="Assets\Model\Base\UnityMath\Vector3.cs" />
  133. <Compile Include="Assets\Model\Base\UnityMath\Vector4.cs" />
  134. <Compile Include="Assets\Model\Base\UnOrderMultiMap.cs" />
  135. <Compile Include="Assets\Model\Component\Config\ClientConfig.cs" />
  136. <Compile Include="Assets\Model\Component\Config\DBConfig.cs" />
  137. <Compile Include="Assets\Model\Component\Config\GlobalProto.cs" />
  138. <Compile Include="Assets\Model\Component\Config\HttpConfig.cs" />
  139. <Compile Include="Assets\Model\Component\Config\InnerConfig.cs" />
  140. <Compile Include="Assets\Model\Component\Config\OuterConfig.cs" />
  141. <Compile Include="Assets\Model\Component\Config\RunServerConfig.cs" />
  142. <Compile Include="Assets\Model\Component\Config\StartConfig.cs" />
  143. <Compile Include="Assets\Model\Component\GlobalConfigComponent.cs" />
  144. <Compile Include="Assets\Model\Component\SceneChangeComponent.cs" />
  145. <Compile Include="Assets\Model\Component\TimerComponent.cs" />
  146. <Compile Include="Assets\Model\Entity\Game.cs" />
  147. <Compile Include="Assets\Model\Entity\Hotfix.cs" />
  148. <Compile Include="Assets\Model\Entity\Scene.cs" />
  149. <Compile Include="Assets\Model\Entity\UnityWebRequestAsync.cs" />
  150. <Compile Include="Assets\Model\Helper\ActionHelper.cs" />
  151. <Compile Include="Assets\Model\Helper\BundleHelper.cs" />
  152. <Compile Include="Assets\Model\Helper\GameObjectHelper.cs" />
  153. <Compile Include="Assets\Model\Helper\ILHelper.cs" />
  154. <Compile Include="Assets\Model\Helper\PathHelper.cs" />
  155. <Compile Include="Assets\Model\Helper\PositionHelper.cs" />
  156. <Compile Include="Assets\Model\Helper\ResourcesHelper.cs" />
  157. <Compile Include="Assets\Model\ILBinding\CLRBindings.cs" />
  158. <Compile Include="Assets\Model\ILBinding\ETModel_ActionHelper_Binding.cs" />
  159. <Compile Include="Assets\Model\ILBinding\ETModel_Actor_Test_Binding.cs" />
  160. <Compile Include="Assets\Model\ILBinding\ETModel_AnimatorComponent_Binding.cs" />
  161. <Compile Include="Assets\Model\ILBinding\ETModel_AppTypeHelper_Binding.cs" />
  162. <Compile Include="Assets\Model\ILBinding\ETModel_AssetBundleHelper_Binding.cs" />
  163. <Compile Include="Assets\Model\ILBinding\ETModel_AsyncETVoidMethodBuilder_Binding.cs" />
  164. <Compile Include="Assets\Model\ILBinding\ETModel_ByteHelper_Binding.cs" />
  165. <Compile Include="Assets\Model\ILBinding\ETModel_C2G_EnterMap_Binding.cs" />
  166. <Compile Include="Assets\Model\ILBinding\ETModel_Component_Binding.cs" />
  167. <Compile Include="Assets\Model\ILBinding\ETModel_ComponentFactory_Binding.cs" />
  168. <Compile Include="Assets\Model\ILBinding\ETModel_ComponentView_Binding.cs" />
  169. <Compile Include="Assets\Model\ILBinding\ETModel_ConfigAttribute_Binding.cs" />
  170. <Compile Include="Assets\Model\ILBinding\ETModel_Define_Binding.cs" />
  171. <Compile Include="Assets\Model\ILBinding\ETModel_DoubleMap_2_UInt16_Type_Binding.cs" />
  172. <Compile Include="Assets\Model\ILBinding\ETModel_Entity_Binding.cs" />
  173. <Compile Include="Assets\Model\ILBinding\ETModel_ErrorCode_Binding.cs" />
  174. <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs" />
  175. <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding_Await_t.cs" />
  176. <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_Binding.cs" />
  177. <Compile Include="Assets\Model\ILBinding\ETModel_ETTask_Binding_Awaiter_Binding.cs" />
  178. <Compile Include="Assets\Model\ILBinding\ETModel_ETTaskCompletionSource_1_Google_Protobuf_Adapt_IMessage_Binding_Adapt_t.cs" />
  179. <Compile Include="Assets\Model\ILBinding\ETModel_ETVoid_Binding.cs" />
  180. <Compile Include="Assets\Model\ILBinding\ETModel_EventAttribute_Binding.cs" />
  181. <Compile Include="Assets\Model\ILBinding\ETModel_EventProxy_Binding.cs" />
  182. <Compile Include="Assets\Model\ILBinding\ETModel_EventSystem_Binding.cs" />
  183. <Compile Include="Assets\Model\ILBinding\ETModel_Frame_ClickMap_Binding.cs" />
  184. <Compile Include="Assets\Model\ILBinding\ETModel_G2C_EnterMap_Binding.cs" />
  185. <Compile Include="Assets\Model\ILBinding\ETModel_Game_Binding.cs" />
  186. <Compile Include="Assets\Model\ILBinding\ETModel_GameObjectHelper_Binding.cs" />
  187. <Compile Include="Assets\Model\ILBinding\ETModel_GizmosDebug_Binding.cs" />
  188. <Compile Include="Assets\Model\ILBinding\ETModel_GlobalConfigComponent_Binding.cs" />
  189. <Compile Include="Assets\Model\ILBinding\ETModel_GlobalProto_Binding.cs" />
  190. <Compile Include="Assets\Model\ILBinding\ETModel_Hotfix_Binding.cs" />
  191. <Compile Include="Assets\Model\ILBinding\ETModel_IdGenerater_Binding.cs" />
  192. <Compile Include="Assets\Model\ILBinding\ETModel_IMessagePacker_Binding.cs" />
  193. <Compile Include="Assets\Model\ILBinding\ETModel_LayerNames_Binding.cs" />
  194. <Compile Include="Assets\Model\ILBinding\ETModel_Log_Binding.cs" />
  195. <Compile Include="Assets\Model\ILBinding\ETModel_M2C_CreateUnits_Binding.cs" />
  196. <Compile Include="Assets\Model\ILBinding\ETModel_M2C_PathfindingResult_Binding.cs" />
  197. <Compile Include="Assets\Model\ILBinding\ETModel_MessageAttribute_Binding.cs" />
  198. <Compile Include="Assets\Model\ILBinding\ETModel_MessageDispatcherComponent_Binding.cs" />
  199. <Compile Include="Assets\Model\ILBinding\ETModel_MessageInfo_Binding.cs" />
  200. <Compile Include="Assets\Model\ILBinding\ETModel_MessageProxy_Binding.cs" />
  201. <Compile Include="Assets\Model\ILBinding\ETModel_MongoHelper_Binding.cs" />
  202. <Compile Include="Assets\Model\ILBinding\ETModel_NetworkComponent_Binding.cs" />
  203. <Compile Include="Assets\Model\ILBinding\ETModel_OpcodeHelper_Binding.cs" />
  204. <Compile Include="Assets\Model\ILBinding\ETModel_OpcodeTypeComponent_Binding.cs" />
  205. <Compile Include="Assets\Model\ILBinding\ETModel_Player_Binding.cs" />
  206. <Compile Include="Assets\Model\ILBinding\ETModel_PlayerComponent_Binding.cs" />
  207. <Compile Include="Assets\Model\ILBinding\ETModel_ResourcesComponent_Binding.cs" />
  208. <Compile Include="Assets\Model\ILBinding\ETModel_RpcException_Binding.cs" />
  209. <Compile Include="Assets\Model\ILBinding\ETModel_SceneChangeComponent_Binding.cs" />
  210. <Compile Include="Assets\Model\ILBinding\ETModel_Session_Binding.cs" />
  211. <Compile Include="Assets\Model\ILBinding\ETModel_SessionCallbackComponent_Binding.cs" />
  212. <Compile Include="Assets\Model\ILBinding\ETModel_SessionComponent_Binding.cs" />
  213. <Compile Include="Assets\Model\ILBinding\ETModel_Unit_Binding.cs" />
  214. <Compile Include="Assets\Model\ILBinding\ETModel_UnitComponent_Binding.cs" />
  215. <Compile Include="Assets\Model\ILBinding\ETModel_UnitFactory_Binding.cs" />
  216. <Compile Include="Assets\Model\ILBinding\ETModel_UnitInfo_Binding.cs" />
  217. <Compile Include="Assets\Model\ILBinding\ETModel_UnitPathComponent_Binding.cs" />
  218. <Compile Include="Assets\Model\ILBinding\ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs" />
  219. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_ByteString_Binding.cs" />
  220. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_CodedInputStream_Binding.cs" />
  221. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_CodedOutputStream_Binding.cs" />
  222. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Bi_t.cs" />
  223. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Int32_Binding.cs" />
  224. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Int64_Binding.cs" />
  225. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Single_Binding.cs" />
  226. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_String_Binding.cs" />
  227. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding.cs" />
  228. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_FieldCodec_Binding.cs" />
  229. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adapto_t.cs" />
  230. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_ProtoPreconditions_Binding.cs" />
  231. <Compile Include="Assets\Model\ILBinding\LitJson_JsonMapper_Binding.cs" />
  232. <Compile Include="Assets\Model\ILBinding\PF_Vector3_Binding.cs" />
  233. <Compile Include="Assets\Model\ILBinding\ReferenceCollector_Binding.cs" />
  234. <Compile Include="Assets\Model\ILBinding\System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs" />
  235. <Compile Include="Assets\Model\ILBinding\System_Activator_Binding.cs" />
  236. <Compile Include="Assets\Model\ILBinding\System_Array_Binding.cs" />
  237. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt__t.cs" />
  238. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding.cs" />
  239. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding.cs" />
  240. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t.cs" />
  241. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t_t.cs" />
  242. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.cs" />
  243. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding.cs" />
  244. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_Enumerato_t.cs" />
  245. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t.cs" />
  246. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t_t.cs" />
  247. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding.cs" />
  248. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding.cs" />
  249. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_UInt16_Object_Binding.cs" />
  250. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs" />
  251. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Bindin_t.cs" />
  252. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_IEnumerator_1_UnitInfo_Binding.cs" />
  253. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_KeyValuePair_2_Type_ILTypeInstance_Binding.cs" />
  254. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_ILTypeInstance_Binding.cs" />
  255. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding.cs" />
  256. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Object_Binding.cs" />
  257. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Type_Binding.cs" />
  258. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding.cs" />
  259. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Vector3_Binding.cs" />
  260. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs" />
  261. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_Int64_Binding.cs" />
  262. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_Object_Binding.cs" />
  263. <Compile Include="Assets\Model\ILBinding\System_Collections_IDictionary_Binding.cs" />
  264. <Compile Include="Assets\Model\ILBinding\System_Collections_IEnumerable_Binding.cs" />
  265. <Compile Include="Assets\Model\ILBinding\System_Collections_IEnumerator_Binding.cs" />
  266. <Compile Include="Assets\Model\ILBinding\System_Exception_Binding.cs" />
  267. <Compile Include="Assets\Model\ILBinding\System_IDisposable_Binding.cs" />
  268. <Compile Include="Assets\Model\ILBinding\System_Linq_Enumerable_Binding.cs" />
  269. <Compile Include="Assets\Model\ILBinding\System_NotImplementedException_Binding.cs" />
  270. <Compile Include="Assets\Model\ILBinding\System_Object_Binding.cs" />
  271. <Compile Include="Assets\Model\ILBinding\System_Reflection_MemberInfo_Binding.cs" />
  272. <Compile Include="Assets\Model\ILBinding\System_Reflection_MethodBase_Binding.cs" />
  273. <Compile Include="Assets\Model\ILBinding\System_Reflection_PropertyInfo_Binding.cs" />
  274. <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs" />
  275. <Compile Include="Assets\Model\ILBinding\System_String_Binding.cs" />
  276. <Compile Include="Assets\Model\ILBinding\System_Text_StringBuilder_Binding.cs" />
  277. <Compile Include="Assets\Model\ILBinding\System_Threading_CancellationToken_Binding.cs" />
  278. <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_Task_1_IResponse_Binding.cs" />
  279. <Compile Include="Assets\Model\ILBinding\System_Type_Binding.cs" />
  280. <Compile Include="Assets\Model\ILBinding\UnityEngine_Camera_Binding.cs" />
  281. <Compile Include="Assets\Model\ILBinding\UnityEngine_Canvas_Binding.cs" />
  282. <Compile Include="Assets\Model\ILBinding\UnityEngine_Component_Binding.cs" />
  283. <Compile Include="Assets\Model\ILBinding\UnityEngine_Debug_Binding.cs" />
  284. <Compile Include="Assets\Model\ILBinding\UnityEngine_GameObject_Binding.cs" />
  285. <Compile Include="Assets\Model\ILBinding\UnityEngine_Input_Binding.cs" />
  286. <Compile Include="Assets\Model\ILBinding\UnityEngine_LayerMask_Binding.cs" />
  287. <Compile Include="Assets\Model\ILBinding\UnityEngine_Object_Binding.cs" />
  288. <Compile Include="Assets\Model\ILBinding\UnityEngine_Physics_Binding.cs" />
  289. <Compile Include="Assets\Model\ILBinding\UnityEngine_RaycastHit_Binding.cs" />
  290. <Compile Include="Assets\Model\ILBinding\UnityEngine_TextAsset_Binding.cs" />
  291. <Compile Include="Assets\Model\ILBinding\UnityEngine_Transform_Binding.cs" />
  292. <Compile Include="Assets\Model\ILBinding\UnityEngine_UI_Button_Binding.cs" />
  293. <Compile Include="Assets\Model\ILBinding\UnityEngine_UI_InputField_Binding.cs" />
  294. <Compile Include="Assets\Model\ILBinding\UnityEngine_Vector3_Binding.cs" />
  295. <Compile Include="Assets\Model\Init.cs" />
  296. <Compile Include="Assets\Model\Module\Actor\IActorMessage.cs" />
  297. <Compile Include="Assets\Model\Module\ActorLocation\IActorLocationMessage.cs" />
  298. <Compile Include="Assets\Model\Module\AssetsBundle\AssetsBundleLoaderAsync.cs" />
  299. <Compile Include="Assets\Model\Module\AssetsBundle\AssetsLoaderAsync.cs" />
  300. <Compile Include="Assets\Model\Module\AssetsBundle\BundleDownloaderComponent.cs" />
  301. <Compile Include="Assets\Model\Module\AssetsBundle\ResourcesComponent.cs" />
  302. <Compile Include="Assets\Model\Module\AssetsBundle\VersionConfig.cs" />
  303. <Compile Include="Assets\Model\Module\Config\ACategory.cs" />
  304. <Compile Include="Assets\Model\Module\Config\AConfigComponent.cs" />
  305. <Compile Include="Assets\Model\Module\Config\ConfigAttribute.cs" />
  306. <Compile Include="Assets\Model\Module\Config\ConfigComponent.cs" />
  307. <Compile Include="Assets\Model\Module\Config\ConfigHelper.cs" />
  308. <Compile Include="Assets\Model\Module\Config\IConfig.cs" />
  309. <Compile Include="Assets\Model\Module\Demo\AnimatorComponent.cs" />
  310. <Compile Include="Assets\Model\Module\Demo\CameraComponent.cs" />
  311. <Compile Include="Assets\Model\Module\Demo\MoveComponent.cs" />
  312. <Compile Include="Assets\Model\Module\Demo\Player.cs" />
  313. <Compile Include="Assets\Model\Module\Demo\PlayerComponent.cs" />
  314. <Compile Include="Assets\Model\Module\Demo\PlayerFactory.cs" />
  315. <Compile Include="Assets\Model\Module\Demo\SessionComponent.cs" />
  316. <Compile Include="Assets\Model\Module\Demo\TurnComponent.cs" />
  317. <Compile Include="Assets\Model\Module\Demo\UI\UILoading\Component\UILoadingComponent.cs" />
  318. <Compile Include="Assets\Model\Module\Demo\UI\UILoading\System\LoadingBeginEvent_CreateLoadingUI.cs" />
  319. <Compile Include="Assets\Model\Module\Demo\UI\UILoading\System\LoadingFinishEvent_RemoveLoadingUI.cs" />
  320. <Compile Include="Assets\Model\Module\Demo\UI\UILoading\System\UILoadingFactory.cs" />
  321. <Compile Include="Assets\Model\Module\Demo\Unit.cs" />
  322. <Compile Include="Assets\Model\Module\Demo\UnitComponent.cs" />
  323. <Compile Include="Assets\Model\Module\Demo\UnitConfig.cs" />
  324. <Compile Include="Assets\Model\Module\Demo\UnitFactory.cs" />
  325. <Compile Include="Assets\Model\Module\Demo\UnitPathComponent.cs" />
  326. <Compile Include="Assets\Model\Module\Filter\FilterAttribute.cs" />
  327. <Compile Include="Assets\Model\Module\Filter\FilterComponent.cs" />
  328. <Compile Include="Assets\Model\Module\Filter\FilterEntity.cs" />
  329. <Compile Include="Assets\Model\Module\Filter\IFilter.cs" />
  330. <Compile Include="Assets\Model\Module\Message\AMHandler.cs" />
  331. <Compile Include="Assets\Model\Module\Message\ErrorCode.cs" />
  332. <Compile Include="Assets\Model\Module\Message\IMessage.cs" />
  333. <Compile Include="Assets\Model\Module\Message\IMessageDispatcher.cs" />
  334. <Compile Include="Assets\Model\Module\Message\IMessagePacker.cs" />
  335. <Compile Include="Assets\Model\Module\Message\IMHandler.cs" />
  336. <Compile Include="Assets\Model\Module\Message\MessageAttribute.cs" />
  337. <Compile Include="Assets\Model\Module\Message\MessageDispatcherComponent.cs" />
  338. <Compile Include="Assets\Model\Module\Message\MessageHandlerAttribute.cs" />
  339. <Compile Include="Assets\Model\Module\Message\MessageInfo.cs" />
  340. <Compile Include="Assets\Model\Module\Message\MessagePool.cs" />
  341. <Compile Include="Assets\Model\Module\Message\MessageProxy.cs" />
  342. <Compile Include="Assets\Model\Module\Message\NetOuterComponent.cs" />
  343. <Compile Include="Assets\Model\Module\Message\NetOuterComponentSystem.cs" />
  344. <Compile Include="Assets\Model\Module\Message\Network\AChannel.cs" />
  345. <Compile Include="Assets\Model\Module\Message\Network\AService.cs" />
  346. <Compile Include="Assets\Model\Module\Message\Network\Circularbuffer.cs" />
  347. <Compile Include="Assets\Model\Module\Message\Network\KCP\KChannel.cs" />
  348. <Compile Include="Assets\Model\Module\Message\Network\KCP\Kcp.cs" />
  349. <Compile Include="Assets\Model\Module\Message\Network\KCP\KService.cs" />
  350. <Compile Include="Assets\Model\Module\Message\Network\NetworkHelper.cs" />
  351. <Compile Include="Assets\Model\Module\Message\Network\TCP\PacketParser.cs" />
  352. <Compile Include="Assets\Model\Module\Message\Network\TCP\TChannel.cs" />
  353. <Compile Include="Assets\Model\Module\Message\Network\TCP\TService.cs" />
  354. <Compile Include="Assets\Model\Module\Message\Network\WebSocket\WChannel.cs" />
  355. <Compile Include="Assets\Model\Module\Message\Network\WebSocket\WService.cs" />
  356. <Compile Include="Assets\Model\Module\Message\NetworkComponent.cs" />
  357. <Compile Include="Assets\Model\Module\Message\Opcode.cs" />
  358. <Compile Include="Assets\Model\Module\Message\OpcodeHelper.cs" />
  359. <Compile Include="Assets\Model\Module\Message\OpcodeTypeComponent.cs" />
  360. <Compile Include="Assets\Model\Module\Message\OuterMessage.cs" />
  361. <Compile Include="Assets\Model\Module\Message\OuterMessageDispatcher.cs" />
  362. <Compile Include="Assets\Model\Module\Message\OuterOpcode.cs" />
  363. <Compile Include="Assets\Model\Module\Message\ProtobufHelper.cs" />
  364. <Compile Include="Assets\Model\Module\Message\ProtobufPacker.cs" />
  365. <Compile Include="Assets\Model\Module\Message\RpcException.cs" />
  366. <Compile Include="Assets\Model\Module\Message\Session.cs" />
  367. <Compile Include="Assets\Model\Module\Message\SessionCallbackComponent.cs" />
  368. <Compile Include="Assets\Model\Module\Numeric\INumericWatcher.cs" />
  369. <Compile Include="Assets\Model\Module\Numeric\NumericChangeEvent_NotifyWatcher.cs" />
  370. <Compile Include="Assets\Model\Module\Numeric\NumericComponent.cs" />
  371. <Compile Include="Assets\Model\Module\Numeric\NumericType.cs" />
  372. <Compile Include="Assets\Model\Module\Numeric\NumericWatcher_Hp_ShowUI.cs" />
  373. <Compile Include="Assets\Model\Module\Numeric\NumericWatcherAttribute.cs" />
  374. <Compile Include="Assets\Model\Module\Numeric\NumericWatcherComponent.cs" />
  375. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Behaviors\AIDestinationSetter.cs" />
  376. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Behaviors\Patrol.cs" />
  377. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\changelog.cs" />
  378. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\AIBase.cs" />
  379. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\AILerp.cs" />
  380. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\AIPath.cs" />
  381. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\IAstarAI.cs" />
  382. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\NavmeshController.cs" />
  383. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\Seeker.cs" />
  384. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AI\TurnBasedAI.cs" />
  385. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\astarclasses.cs" />
  386. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AstarData.cs" />
  387. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\AstarPath.cs" />
  388. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\GraphUpdateScene.cs" />
  389. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\GraphUpdateShape.cs" />
  390. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\AstarDebugger.cs" />
  391. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\Draw.cs" />
  392. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\EditorResourceHelper.cs" />
  393. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphEditorBase.cs" />
  394. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphModifier.cs" />
  395. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphUpdateProcessor.cs" />
  396. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\GraphUtilities.cs" />
  397. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\MovementUtilities.cs" />
  398. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\NodeLink.cs" />
  399. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\PathInterpolator.cs" />
  400. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\StackPool.cs" />
  401. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\Misc\WorkItemProcessor.cs" />
  402. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOAgent.cs" />
  403. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOCoreObstacle.cs" />
  404. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOCoreSimulator.cs" />
  405. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOLine.cs" />
  406. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Core\RVO\RVOQuadtree.cs" />
  407. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\Example3_Recast_Navmesh1\MecanimBridge.cs" />
  408. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\MineBotAnimation.cs" />
  409. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\RecastTileUpdate.cs" />
  410. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\RecastTileUpdateHandler.cs" />
  411. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\ExampleScripts\TargetMover.cs" />
  412. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\ObjImporter.cs" />
  413. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\RecastBBTree.cs" />
  414. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\RecastMeshGatherer.cs" />
  415. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\RecastMeshObj.cs" />
  416. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelClasses.cs" />
  417. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelContour.cs" />
  418. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelMesh.cs" />
  419. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelPolygonClipper.cs" />
  420. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelRasterization.cs" />
  421. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelRegion.cs" />
  422. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Generators\Utilities\Voxels\VoxelUtility.cs" />
  423. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\MathHelper.cs" />
  424. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\AdvancedSmooth.cs" />
  425. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\AlternativePath.cs" />
  426. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\FunnelModifier.cs" />
  427. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\Modifiers.cs" />
  428. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\RadiusModifier.cs" />
  429. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\RaycastModifier.cs" />
  430. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\SimpleSmoothModifier.cs" />
  431. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Modifiers\StartEndModifier.cs" />
  432. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Navmesh\RelevantGraphSurface.cs" />
  433. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\PackageTools\EnumFlagAttribute.cs" />
  434. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\PackageTools\UniqueComponentAttribute.cs" />
  435. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\PackageTools\VersionedMonoBehaviour.cs" />
  436. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOController.cs" />
  437. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVONavmesh.cs" />
  438. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOObstacle.cs" />
  439. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOSimulator.cs" />
  440. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\RVO\RVOSquareObstacle.cs" />
  441. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\TurnBased\BlockManager.cs" />
  442. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\TurnBased\SingleNodeBlocker.cs" />
  443. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\UnityHelper.cs" />
  444. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\AstarParallel.cs" />
  445. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\AstarProfiler.cs" />
  446. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\GraphGizmoHelper.cs" />
  447. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\GraphUpdateUtilities.cs" />
  448. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\PathUtilities.cs" />
  449. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\ProfileHelper.cs" />
  450. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\RetainedGizmos.cs" />
  451. <Compile Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Utilities\UnityReferenceHelper.cs" />
  452. <Compile Include="Assets\Model\Module\Pathfinding\Recast\ArrayPool.cs" />
  453. <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarChecksum.cs" />
  454. <Compile Include="Assets\Model\Module\Pathfinding\Recast\AStarConfig.cs" />
  455. <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarDeserializer.cs" />
  456. <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarMath.cs" />
  457. <Compile Include="Assets\Model\Module\Pathfinding\Recast\AstarMemory.cs" />
  458. <Compile Include="Assets\Model\Module\Pathfinding\Recast\BBTree.cs" />
  459. <Compile Include="Assets\Model\Module\Pathfinding\Recast\BinaryHeap.cs" />
  460. <Compile Include="Assets\Model\Module\Pathfinding\Recast\EuclideanEmbedding.cs" />
  461. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Funnel.cs" />
  462. <Compile Include="Assets\Model\Module\Pathfinding\Recast\GraphNode.cs" />
  463. <Compile Include="Assets\Model\Module\Pathfinding\Recast\GraphTransform.cs" />
  464. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Guid.cs" />
  465. <Compile Include="Assets\Model\Module\Pathfinding\Recast\INavmesh.cs" />
  466. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Int3.cs" />
  467. <Compile Include="Assets\Model\Module\Pathfinding\Recast\IntRect.cs" />
  468. <Compile Include="Assets\Model\Module\Pathfinding\Recast\ListPool.cs" />
  469. <Compile Include="Assets\Model\Module\Pathfinding\Recast\NavGraph.cs" />
  470. <Compile Include="Assets\Model\Module\Pathfinding\Recast\NavmeshBase.cs" />
  471. <Compile Include="Assets\Model\Module\Pathfinding\Recast\NavmeshTile.cs" />
  472. <Compile Include="Assets\Model\Module\Pathfinding\Recast\NN.cs" />
  473. <Compile Include="Assets\Model\Module\Pathfinding\Recast\ObjectPool.cs" />
  474. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Path.cs" />
  475. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\ABPath.cs" />
  476. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\ConstantPath.cs" />
  477. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\FleePath.cs" />
  478. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\FloodPath.cs" />
  479. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\FloodPathTracer.cs" />
  480. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\MultiTargetPath.cs" />
  481. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\RandomPath.cs" />
  482. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Pathfinders\XPath.cs" />
  483. <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathFindHelper.cs" />
  484. <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathHandler.cs" />
  485. <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathPool.cs" />
  486. <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathProcessor.cs" />
  487. <Compile Include="Assets\Model\Module\Pathfinding\Recast\PathReturnQueue.cs" />
  488. <Compile Include="Assets\Model\Module\Pathfinding\Recast\RecastGenerator.cs" />
  489. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Serialization\JsonSerializer.cs" />
  490. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Serialization\SimpleZipReplacement.cs" />
  491. <Compile Include="Assets\Model\Module\Pathfinding\Recast\Serialization\TinyJson.cs" />
  492. <Compile Include="Assets\Model\Module\Pathfinding\Recast\ThreadControlQueue.cs" />
  493. <Compile Include="Assets\Model\Module\Pathfinding\Recast\TriangleMeshNode.cs" />
  494. <Compile Include="Assets\Model\Module\Pathfinding\Recast\WindowsStoreCompatibility.cs" />
  495. <Compile Include="Assets\Model\Module\UI\CanvasConfig.cs" />
  496. <Compile Include="Assets\Model\Module\UI\LayerNames.cs" />
  497. <Compile Include="Assets\Model\Module\UI\UI.cs" />
  498. <Compile Include="Assets\Model\Module\UI\UIComponent.cs" />
  499. <Compile Include="Assets\Model\Module\UI\UIFactoryAttribute.cs" />
  500. <Compile Include="Assets\Model\Module\UI\UIType.cs" />
  501. <Compile Include="Assets\Model\Other\AppType.cs" />
  502. <Compile Include="Assets\Model\Other\Define.cs" />
  503. <Compile Include="Assets\Model\Other\GizmosDebug.cs" />
  504. <Compile Include="Assets\Model\Other\IInstanceMethod.cs" />
  505. <Compile Include="Assets\Model\Other\ILStaticMethod.cs" />
  506. <Compile Include="Assets\Model\Other\MonoStaticMethod.cs" />
  507. <Compile Include="Assets\Model\Other\MotionType.cs" />
  508. <Compile Include="Assets\Model\Other\ReferenceCollector.cs" />
  509. <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\Materials\DiffuseAlwaysVisible.shader" />
  510. <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\_Example Scenes.txt" />
  511. <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Readme_upgrading.txt" />
  512. <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\ExampleScenes\Materials\Projector Light.shader" />
  513. <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\Readme.txt" />
  514. <None Include="Assets\Model\Unity.Model.asmdef" />
  515. <None Include="Assets\Model\Module\Pathfinding\AstarPathfindingProject\link.xml" />
  516. <Reference Include="UnityEngine.AIModule">
  517. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  518. </Reference>
  519. <Reference Include="UnityEngine.ARModule">
  520. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  521. </Reference>
  522. <Reference Include="UnityEngine.AccessibilityModule">
  523. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  524. </Reference>
  525. <Reference Include="UnityEngine.AnimationModule">
  526. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  527. </Reference>
  528. <Reference Include="UnityEngine.AssetBundleModule">
  529. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  530. </Reference>
  531. <Reference Include="UnityEngine.AudioModule">
  532. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  533. </Reference>
  534. <Reference Include="UnityEngine.BaselibModule">
  535. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
  536. </Reference>
  537. <Reference Include="UnityEngine.ClothModule">
  538. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  539. </Reference>
  540. <Reference Include="UnityEngine.ClusterInputModule">
  541. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  542. </Reference>
  543. <Reference Include="UnityEngine.ClusterRendererModule">
  544. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  545. </Reference>
  546. <Reference Include="UnityEngine.CoreModule">
  547. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  548. </Reference>
  549. <Reference Include="UnityEngine.CrashReportingModule">
  550. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  551. </Reference>
  552. <Reference Include="UnityEngine.DirectorModule">
  553. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  554. </Reference>
  555. <Reference Include="UnityEngine.FileSystemHttpModule">
  556. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
  557. </Reference>
  558. <Reference Include="UnityEngine.GameCenterModule">
  559. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  560. </Reference>
  561. <Reference Include="UnityEngine.GridModule">
  562. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  563. </Reference>
  564. <Reference Include="UnityEngine.HotReloadModule">
  565. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
  566. </Reference>
  567. <Reference Include="UnityEngine.IMGUIModule">
  568. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  569. </Reference>
  570. <Reference Include="UnityEngine.ImageConversionModule">
  571. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  572. </Reference>
  573. <Reference Include="UnityEngine.InputModule">
  574. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  575. </Reference>
  576. <Reference Include="UnityEngine.JSONSerializeModule">
  577. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  578. </Reference>
  579. <Reference Include="UnityEngine.LocalizationModule">
  580. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
  581. </Reference>
  582. <Reference Include="UnityEngine.ParticleSystemModule">
  583. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  584. </Reference>
  585. <Reference Include="UnityEngine.PerformanceReportingModule">
  586. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  587. </Reference>
  588. <Reference Include="UnityEngine.PhysicsModule">
  589. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  590. </Reference>
  591. <Reference Include="UnityEngine.Physics2DModule">
  592. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  593. </Reference>
  594. <Reference Include="UnityEngine.ProfilerModule">
  595. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
  596. </Reference>
  597. <Reference Include="UnityEngine.ScreenCaptureModule">
  598. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  599. </Reference>
  600. <Reference Include="UnityEngine.SharedInternalsModule">
  601. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  602. </Reference>
  603. <Reference Include="UnityEngine.SpriteMaskModule">
  604. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  605. </Reference>
  606. <Reference Include="UnityEngine.SpriteShapeModule">
  607. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  608. </Reference>
  609. <Reference Include="UnityEngine.StreamingModule">
  610. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
  611. </Reference>
  612. <Reference Include="UnityEngine.StyleSheetsModule">
  613. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  614. </Reference>
  615. <Reference Include="UnityEngine.SubstanceModule">
  616. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
  617. </Reference>
  618. <Reference Include="UnityEngine.TLSModule">
  619. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
  620. </Reference>
  621. <Reference Include="UnityEngine.TerrainModule">
  622. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  623. </Reference>
  624. <Reference Include="UnityEngine.TerrainPhysicsModule">
  625. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  626. </Reference>
  627. <Reference Include="UnityEngine.TextCoreModule">
  628. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
  629. </Reference>
  630. <Reference Include="UnityEngine.TextRenderingModule">
  631. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  632. </Reference>
  633. <Reference Include="UnityEngine.TilemapModule">
  634. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  635. </Reference>
  636. <Reference Include="UnityEngine.TimelineModule">
  637. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
  638. </Reference>
  639. <Reference Include="UnityEngine.UIModule">
  640. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  641. </Reference>
  642. <Reference Include="UnityEngine.UIElementsModule">
  643. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  644. </Reference>
  645. <Reference Include="UnityEngine.UNETModule">
  646. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  647. </Reference>
  648. <Reference Include="UnityEngine.UmbraModule">
  649. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
  650. </Reference>
  651. <Reference Include="UnityEngine.UnityConnectModule">
  652. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  653. </Reference>
  654. <Reference Include="UnityEngine.UnityTestProtocolModule">
  655. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
  656. </Reference>
  657. <Reference Include="UnityEngine.UnityWebRequestModule">
  658. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  659. </Reference>
  660. <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
  661. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
  662. </Reference>
  663. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  664. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  665. </Reference>
  666. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  667. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  668. </Reference>
  669. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  670. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  671. </Reference>
  672. <Reference Include="UnityEngine.VFXModule">
  673. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
  674. </Reference>
  675. <Reference Include="UnityEngine.VehiclesModule">
  676. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  677. </Reference>
  678. <Reference Include="UnityEngine.VideoModule">
  679. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  680. </Reference>
  681. <Reference Include="UnityEngine.WindModule">
  682. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  683. </Reference>
  684. <Reference Include="Unity.Locator">
  685. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/Unity.Locator.dll</HintPath>
  686. </Reference>
  687. <Reference Include="UnityEngine.UI">
  688. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  689. </Reference>
  690. <Reference Include="UnityEditor.UI">
  691. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
  692. </Reference>
  693. <Reference Include="UnityEditor.TestRunner">
  694. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
  695. </Reference>
  696. <Reference Include="UnityEngine.TestRunner">
  697. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
  698. </Reference>
  699. <Reference Include="nunit.framework">
  700. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
  701. </Reference>
  702. <Reference Include="UnityEngine.Timeline">
  703. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
  704. </Reference>
  705. <Reference Include="UnityEditor.Timeline">
  706. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
  707. </Reference>
  708. <Reference Include="UnityEngine.Networking">
  709. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
  710. </Reference>
  711. <Reference Include="UnityEditor.Networking">
  712. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
  713. </Reference>
  714. <Reference Include="UnityEditor.GoogleAudioSpatializer">
  715. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
  716. </Reference>
  717. <Reference Include="UnityEngine.GoogleAudioSpatializer">
  718. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
  719. </Reference>
  720. <Reference Include="UnityEditor.SpatialTracking">
  721. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
  722. </Reference>
  723. <Reference Include="UnityEngine.SpatialTracking">
  724. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
  725. </Reference>
  726. <Reference Include="UnityEditor.VR">
  727. <HintPath>C:/Apps/Unity2018/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
  728. </Reference>
  729. <Reference Include="UnityEditor.Graphs">
  730. <HintPath>C:/Apps/Unity2018/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
  731. </Reference>
  732. <Reference Include="UnityEditor.Android.Extensions">
  733. <HintPath>C:/Apps/Unity2018/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
  734. </Reference>
  735. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  736. <HintPath>C:/Apps/Unity2018/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  737. </Reference>
  738. <Reference Include="ICSharpCode.SharpZipLib">
  739. <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
  740. </Reference>
  741. <Reference Include="Pathfinding.ClipperLib">
  742. <HintPath>D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Clipper/Pathfinding.ClipperLib.dll</HintPath>
  743. </Reference>
  744. <Reference Include="Pathfinding.Ionic.Zip.Reduced">
  745. <HintPath>D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/DotNetZip/Pathfinding.Ionic.Zip.Reduced.dll</HintPath>
  746. </Reference>
  747. <Reference Include="Pathfinding.Poly2Tri">
  748. <HintPath>D:/Source/ET/Unity/Assets/Plugins/AstarPathfindingProject/Poly2Tri/Pathfinding.Poly2Tri.dll</HintPath>
  749. </Reference>
  750. <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
  751. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
  752. </Reference>
  753. <Reference Include="NPOI">
  754. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
  755. </Reference>
  756. <Reference Include="NPOI.OOXML">
  757. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
  758. </Reference>
  759. <Reference Include="NPOI.OpenXml4Net">
  760. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
  761. </Reference>
  762. <Reference Include="NPOI.OpenXmlFormats">
  763. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
  764. </Reference>
  765. <Reference Include="mscorlib">
  766. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
  767. </Reference>
  768. <Reference Include="System">
  769. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
  770. </Reference>
  771. <Reference Include="System.Core">
  772. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
  773. </Reference>
  774. <Reference Include="System.Runtime.Serialization">
  775. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
  776. </Reference>
  777. <Reference Include="System.Xml">
  778. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
  779. </Reference>
  780. <Reference Include="System.Xml.Linq">
  781. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
  782. </Reference>
  783. <Reference Include="System.Numerics">
  784. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
  785. </Reference>
  786. <Reference Include="System.Numerics.Vectors">
  787. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
  788. </Reference>
  789. <Reference Include="System.Net.Http">
  790. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
  791. </Reference>
  792. <Reference Include="Microsoft.CSharp">
  793. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
  794. </Reference>
  795. <Reference Include="System.Data">
  796. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
  797. </Reference>
  798. <Reference Include="Microsoft.Win32.Primitives">
  799. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
  800. </Reference>
  801. <Reference Include="netstandard">
  802. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
  803. </Reference>
  804. <Reference Include="System.AppContext">
  805. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
  806. </Reference>
  807. <Reference Include="System.Collections.Concurrent">
  808. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
  809. </Reference>
  810. <Reference Include="System.Collections">
  811. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
  812. </Reference>
  813. <Reference Include="System.Collections.NonGeneric">
  814. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
  815. </Reference>
  816. <Reference Include="System.Collections.Specialized">
  817. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
  818. </Reference>
  819. <Reference Include="System.ComponentModel.Annotations">
  820. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
  821. </Reference>
  822. <Reference Include="System.ComponentModel">
  823. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
  824. </Reference>
  825. <Reference Include="System.ComponentModel.EventBasedAsync">
  826. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
  827. </Reference>
  828. <Reference Include="System.ComponentModel.Primitives">
  829. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
  830. </Reference>
  831. <Reference Include="System.ComponentModel.TypeConverter">
  832. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
  833. </Reference>
  834. <Reference Include="System.Console">
  835. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
  836. </Reference>
  837. <Reference Include="System.Data.Common">
  838. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
  839. </Reference>
  840. <Reference Include="System.Diagnostics.Contracts">
  841. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
  842. </Reference>
  843. <Reference Include="System.Diagnostics.Debug">
  844. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
  845. </Reference>
  846. <Reference Include="System.Diagnostics.FileVersionInfo">
  847. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
  848. </Reference>
  849. <Reference Include="System.Diagnostics.Process">
  850. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
  851. </Reference>
  852. <Reference Include="System.Diagnostics.StackTrace">
  853. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
  854. </Reference>
  855. <Reference Include="System.Diagnostics.TextWriterTraceListener">
  856. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
  857. </Reference>
  858. <Reference Include="System.Diagnostics.Tools">
  859. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
  860. </Reference>
  861. <Reference Include="System.Diagnostics.TraceSource">
  862. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
  863. </Reference>
  864. <Reference Include="System.Drawing.Primitives">
  865. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
  866. </Reference>
  867. <Reference Include="System.Dynamic.Runtime">
  868. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
  869. </Reference>
  870. <Reference Include="System.Globalization.Calendars">
  871. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
  872. </Reference>
  873. <Reference Include="System.Globalization">
  874. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
  875. </Reference>
  876. <Reference Include="System.Globalization.Extensions">
  877. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
  878. </Reference>
  879. <Reference Include="System.IO.Compression.ZipFile">
  880. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
  881. </Reference>
  882. <Reference Include="System.IO">
  883. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
  884. </Reference>
  885. <Reference Include="System.IO.FileSystem">
  886. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
  887. </Reference>
  888. <Reference Include="System.IO.FileSystem.DriveInfo">
  889. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
  890. </Reference>
  891. <Reference Include="System.IO.FileSystem.Primitives">
  892. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
  893. </Reference>
  894. <Reference Include="System.IO.FileSystem.Watcher">
  895. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
  896. </Reference>
  897. <Reference Include="System.IO.IsolatedStorage">
  898. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
  899. </Reference>
  900. <Reference Include="System.IO.MemoryMappedFiles">
  901. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
  902. </Reference>
  903. <Reference Include="System.IO.Pipes">
  904. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
  905. </Reference>
  906. <Reference Include="System.IO.UnmanagedMemoryStream">
  907. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
  908. </Reference>
  909. <Reference Include="System.Linq">
  910. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
  911. </Reference>
  912. <Reference Include="System.Linq.Expressions">
  913. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
  914. </Reference>
  915. <Reference Include="System.Linq.Parallel">
  916. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
  917. </Reference>
  918. <Reference Include="System.Linq.Queryable">
  919. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
  920. </Reference>
  921. <Reference Include="System.Net.Http.Rtc">
  922. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
  923. </Reference>
  924. <Reference Include="System.Net.NameResolution">
  925. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
  926. </Reference>
  927. <Reference Include="System.Net.NetworkInformation">
  928. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
  929. </Reference>
  930. <Reference Include="System.Net.Ping">
  931. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
  932. </Reference>
  933. <Reference Include="System.Net.Primitives">
  934. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
  935. </Reference>
  936. <Reference Include="System.Net.Requests">
  937. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
  938. </Reference>
  939. <Reference Include="System.Net.Security">
  940. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
  941. </Reference>
  942. <Reference Include="System.Net.Sockets">
  943. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
  944. </Reference>
  945. <Reference Include="System.Net.WebHeaderCollection">
  946. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
  947. </Reference>
  948. <Reference Include="System.Net.WebSockets.Client">
  949. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
  950. </Reference>
  951. <Reference Include="System.Net.WebSockets">
  952. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
  953. </Reference>
  954. <Reference Include="System.ObjectModel">
  955. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
  956. </Reference>
  957. <Reference Include="System.Reflection">
  958. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
  959. </Reference>
  960. <Reference Include="System.Reflection.Emit">
  961. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
  962. </Reference>
  963. <Reference Include="System.Reflection.Emit.ILGeneration">
  964. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
  965. </Reference>
  966. <Reference Include="System.Reflection.Emit.Lightweight">
  967. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
  968. </Reference>
  969. <Reference Include="System.Reflection.Extensions">
  970. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
  971. </Reference>
  972. <Reference Include="System.Reflection.Primitives">
  973. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
  974. </Reference>
  975. <Reference Include="System.Resources.Reader">
  976. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
  977. </Reference>
  978. <Reference Include="System.Resources.ResourceManager">
  979. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
  980. </Reference>
  981. <Reference Include="System.Resources.Writer">
  982. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
  983. </Reference>
  984. <Reference Include="System.Runtime.CompilerServices.VisualC">
  985. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
  986. </Reference>
  987. <Reference Include="System.Runtime">
  988. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
  989. </Reference>
  990. <Reference Include="System.Runtime.Extensions">
  991. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
  992. </Reference>
  993. <Reference Include="System.Runtime.Handles">
  994. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
  995. </Reference>
  996. <Reference Include="System.Runtime.InteropServices">
  997. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
  998. </Reference>
  999. <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
  1000. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  1001. </Reference>
  1002. <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
  1003. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
  1004. </Reference>
  1005. <Reference Include="System.Runtime.Numerics">
  1006. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
  1007. </Reference>
  1008. <Reference Include="System.Runtime.Serialization.Formatters">
  1009. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
  1010. </Reference>
  1011. <Reference Include="System.Runtime.Serialization.Json">
  1012. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
  1013. </Reference>
  1014. <Reference Include="System.Runtime.Serialization.Primitives">
  1015. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
  1016. </Reference>
  1017. <Reference Include="System.Runtime.Serialization.Xml">
  1018. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
  1019. </Reference>
  1020. <Reference Include="System.Security.Claims">
  1021. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
  1022. </Reference>
  1023. <Reference Include="System.Security.Cryptography.Algorithms">
  1024. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
  1025. </Reference>
  1026. <Reference Include="System.Security.Cryptography.Csp">
  1027. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
  1028. </Reference>
  1029. <Reference Include="System.Security.Cryptography.Encoding">
  1030. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
  1031. </Reference>
  1032. <Reference Include="System.Security.Cryptography.Primitives">
  1033. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
  1034. </Reference>
  1035. <Reference Include="System.Security.Cryptography.X509Certificates">
  1036. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
  1037. </Reference>
  1038. <Reference Include="System.Security.Principal">
  1039. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
  1040. </Reference>
  1041. <Reference Include="System.Security.SecureString">
  1042. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
  1043. </Reference>
  1044. <Reference Include="System.ServiceModel.Duplex">
  1045. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
  1046. </Reference>
  1047. <Reference Include="System.ServiceModel.Http">
  1048. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
  1049. </Reference>
  1050. <Reference Include="System.ServiceModel.NetTcp">
  1051. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
  1052. </Reference>
  1053. <Reference Include="System.ServiceModel.Primitives">
  1054. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
  1055. </Reference>
  1056. <Reference Include="System.ServiceModel.Security">
  1057. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
  1058. </Reference>
  1059. <Reference Include="System.Text.Encoding">
  1060. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
  1061. </Reference>
  1062. <Reference Include="System.Text.Encoding.Extensions">
  1063. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
  1064. </Reference>
  1065. <Reference Include="System.Text.RegularExpressions">
  1066. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
  1067. </Reference>
  1068. <Reference Include="System.Threading">
  1069. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
  1070. </Reference>
  1071. <Reference Include="System.Threading.Overlapped">
  1072. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
  1073. </Reference>
  1074. <Reference Include="System.Threading.Tasks">
  1075. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
  1076. </Reference>
  1077. <Reference Include="System.Threading.Tasks.Parallel">
  1078. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
  1079. </Reference>
  1080. <Reference Include="System.Threading.Thread">
  1081. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
  1082. </Reference>
  1083. <Reference Include="System.Threading.ThreadPool">
  1084. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
  1085. </Reference>
  1086. <Reference Include="System.Threading.Timer">
  1087. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
  1088. </Reference>
  1089. <Reference Include="System.ValueTuple">
  1090. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
  1091. </Reference>
  1092. <Reference Include="System.Xml.ReaderWriter">
  1093. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
  1094. </Reference>
  1095. <Reference Include="System.Xml.XDocument">
  1096. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
  1097. </Reference>
  1098. <Reference Include="System.Xml.XmlDocument">
  1099. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
  1100. </Reference>
  1101. <Reference Include="System.Xml.XmlSerializer">
  1102. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
  1103. </Reference>
  1104. <Reference Include="System.Xml.XPath">
  1105. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
  1106. </Reference>
  1107. <Reference Include="System.Xml.XPath.XDocument">
  1108. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
  1109. </Reference>
  1110. <Reference Include="UnityScript">
  1111. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
  1112. </Reference>
  1113. <Reference Include="UnityScript.Lang">
  1114. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
  1115. </Reference>
  1116. <Reference Include="Boo.Lang">
  1117. <HintPath>C:/Apps/Unity2018/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
  1118. </Reference>
  1119. </ItemGroup>
  1120. <ItemGroup>
  1121. <ProjectReference Include="Unity.ThirdParty.csproj">
  1122. <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
  1123. <Name>Unity.ThirdParty</Name>
  1124. </ProjectReference>
  1125. </ItemGroup>
  1126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  1127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  1128. Other similar extension points exist, see Microsoft.Common.targets.
  1129. <Target Name="BeforeBuild">
  1130. </Target>
  1131. <Target Name="AfterBuild">
  1132. </Target>
  1133. -->
  1134. <ItemGroup>
  1135. <Reference Include="Microsoft.CSharp">
  1136. <HintPath>C:\Apps\Unity2018\Editor\Data\MonoBleedingEdge\lib\mono\4.7.1-api\Microsoft.CSharp.dll</HintPath>
  1137. </Reference>
  1138. </ItemGroup>
  1139. </Project>