Unity.Model.csproj 81 KB

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