Unity.Model.csproj 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  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>6</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>Assets</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_2017_4_11;UNITY_2017_4;UNITY_2017;PLATFORM_ARCH_64;UNITY_64;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_RAKNET;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_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;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_EVENT_QUEUE;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_NATIVE_ARRAY_CHECKS;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. <ItemGroup>
  42. <Reference Include="System" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="UnityEngine">
  48. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
  49. </Reference>
  50. <Reference Include="UnityEditor">
  51. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEditor.dll</HintPath>
  52. </Reference>
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Assets\Model\Base\DoubleMap.cs" />
  56. <Compile Include="Assets\Model\Base\Event\Env.cs" />
  57. <Compile Include="Assets\Model\Base\Event\EnvKey.cs" />
  58. <Compile Include="Assets\Model\Base\Event\EventAttribute.cs" />
  59. <Compile Include="Assets\Model\Base\Event\EventIdType.cs" />
  60. <Compile Include="Assets\Model\Base\Event\IEvent.cs" />
  61. <Compile Include="Assets\Model\Base\Helper\ByteHelper.cs" />
  62. <Compile Include="Assets\Model\Base\Helper\EnumHelper.cs" />
  63. <Compile Include="Assets\Model\Base\Helper\FileHelper.cs" />
  64. <Compile Include="Assets\Model\Base\Helper\IdGenerater.cs" />
  65. <Compile Include="Assets\Model\Base\Helper\JsonHelper.cs" />
  66. <Compile Include="Assets\Model\Base\Helper\MD5Helper.cs" />
  67. <Compile Include="Assets\Model\Base\Helper\MethodInfoHelper.cs" />
  68. <Compile Include="Assets\Model\Base\Helper\NetHelper.cs" />
  69. <Compile Include="Assets\Model\Base\Helper\ObjectHelper.cs" />
  70. <Compile Include="Assets\Model\Base\Helper\RandomHelper.cs" />
  71. <Compile Include="Assets\Model\Base\Helper\StringHelper.cs" />
  72. <Compile Include="Assets\Model\Base\Helper\TimeHelper.cs" />
  73. <Compile Include="Assets\Model\Base\Helper\ZipHelper.cs" />
  74. <Compile Include="Assets\Model\Base\IL\Adapt_IMessage.cs" />
  75. <Compile Include="Assets\Model\Base\IL\IAsyncStateMachineAdaptor.cs" />
  76. <Compile Include="Assets\Model\Base\IL\IDisposableAdaptor.cs" />
  77. <Compile Include="Assets\Model\Base\IL\ILAdapterAttribute.cs" />
  78. <Compile Include="Assets\Model\Base\IL\ILBindingAttribute.cs" />
  79. <Compile Include="Assets\Model\Base\Log.cs" />
  80. <Compile Include="Assets\Model\Base\LogType.cs" />
  81. <Compile Include="Assets\Model\Base\Math\AcosLookupTable.cs" />
  82. <Compile Include="Assets\Model\Base\Math\Atan2LookupTable.cs" />
  83. <Compile Include="Assets\Model\Base\Math\IntMath.cs" />
  84. <Compile Include="Assets\Model\Base\Math\SinCosLookupTable.cs" />
  85. <Compile Include="Assets\Model\Base\Math\VFactor.cs" />
  86. <Compile Include="Assets\Model\Base\Math\VInt.cs" />
  87. <Compile Include="Assets\Model\Base\Math\VInt2.cs" />
  88. <Compile Include="Assets\Model\Base\Math\VInt3.cs" />
  89. <Compile Include="Assets\Model\Base\Math\VLine.cs" />
  90. <Compile Include="Assets\Model\Base\Math\VRect.cs" />
  91. <Compile Include="Assets\Model\Base\MultiMap.cs" />
  92. <Compile Include="Assets\Model\Base\Object\BaseAttribute.cs" />
  93. <Compile Include="Assets\Model\Base\Object\Component.cs" />
  94. <Compile Include="Assets\Model\Base\Object\ComponentFactory.cs" />
  95. <Compile Include="Assets\Model\Base\Object\ComponentWithId.cs" />
  96. <Compile Include="Assets\Model\Base\Object\Entity.cs" />
  97. <Compile Include="Assets\Model\Base\Object\EntityEventAttribute.cs" />
  98. <Compile Include="Assets\Model\Base\Object\EventProxy.cs" />
  99. <Compile Include="Assets\Model\Base\Object\EventSystem.cs" />
  100. <Compile Include="Assets\Model\Base\Object\IAwakeSystem.cs" />
  101. <Compile Include="Assets\Model\Base\Object\IChangeSystem.cs" />
  102. <Compile Include="Assets\Model\Base\Object\IComponentSerialize.cs" />
  103. <Compile Include="Assets\Model\Base\Object\IDestroySystem.cs" />
  104. <Compile Include="Assets\Model\Base\Object\ILateUpdateSystem.cs" />
  105. <Compile Include="Assets\Model\Base\Object\ILoadSystem.cs" />
  106. <Compile Include="Assets\Model\Base\Object\ISerializeToEntity.cs" />
  107. <Compile Include="Assets\Model\Base\Object\IStartSystem.cs" />
  108. <Compile Include="Assets\Model\Base\Object\IUpdateSystem.cs" />
  109. <Compile Include="Assets\Model\Base\Object\Object.cs" />
  110. <Compile Include="Assets\Model\Base\Object\ObjectPool.cs" />
  111. <Compile Include="Assets\Model\Base\Object\ObjectSystemAttribute.cs" />
  112. <Compile Include="Assets\Model\Base\OneThreadSynchronizationContext.cs" />
  113. <Compile Include="Assets\Model\Base\QueueDictionary.cs" />
  114. <Compile Include="Assets\Model\Base\RecyclableMemoryStream\Events.cs" />
  115. <Compile Include="Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStream.cs" />
  116. <Compile Include="Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStreamManager.cs" />
  117. <Compile Include="Assets\Model\Base\TryLocker.cs" />
  118. <Compile Include="Assets\Model\Base\UnOrderMultiMap.cs" />
  119. <Compile Include="Assets\Model\Component\Config\ClientConfig.cs" />
  120. <Compile Include="Assets\Model\Component\Config\DBConfig.cs" />
  121. <Compile Include="Assets\Model\Component\Config\GlobalProto.cs" />
  122. <Compile Include="Assets\Model\Component\Config\HttpConfig.cs" />
  123. <Compile Include="Assets\Model\Component\Config\InnerConfig.cs" />
  124. <Compile Include="Assets\Model\Component\Config\OuterConfig.cs" />
  125. <Compile Include="Assets\Model\Component\Config\RunServerConfig.cs" />
  126. <Compile Include="Assets\Model\Component\Config\StartConfig.cs" />
  127. <Compile Include="Assets\Model\Component\GlobalConfigComponent.cs" />
  128. <Compile Include="Assets\Model\Component\SceneChangeComponent.cs" />
  129. <Compile Include="Assets\Model\Component\TimerComponent.cs" />
  130. <Compile Include="Assets\Model\Entity\Config\UnitConfig.cs" />
  131. <Compile Include="Assets\Model\Entity\Game.cs" />
  132. <Compile Include="Assets\Model\Entity\Hotfix.cs" />
  133. <Compile Include="Assets\Model\Entity\Scene.cs" />
  134. <Compile Include="Assets\Model\Entity\UnityWebRequestAsync.cs" />
  135. <Compile Include="Assets\Model\Entity\WWWAsync.cs" />
  136. <Compile Include="Assets\Model\Helper\ActionHelper.cs" />
  137. <Compile Include="Assets\Model\Helper\BundleHelper.cs" />
  138. <Compile Include="Assets\Model\Helper\Dumper.cs" />
  139. <Compile Include="Assets\Model\Helper\GameObjectHelper.cs" />
  140. <Compile Include="Assets\Model\Helper\ILHelper.cs" />
  141. <Compile Include="Assets\Model\Helper\PathHelper.cs" />
  142. <Compile Include="Assets\Model\Helper\PositionHelper.cs" />
  143. <Compile Include="Assets\Model\Helper\ResourcesHelper.cs" />
  144. <Compile Include="Assets\Model\ILBinding\CLRBindings.cs" />
  145. <Compile Include="Assets\Model\ILBinding\ETModel_ActionHelper_Binding.cs" />
  146. <Compile Include="Assets\Model\ILBinding\ETModel_Actor_CreateUnits_Binding.cs" />
  147. <Compile Include="Assets\Model\ILBinding\ETModel_Actor_Test_Binding.cs" />
  148. <Compile Include="Assets\Model\ILBinding\ETModel_Actor_TestRequest_Binding.cs" />
  149. <Compile Include="Assets\Model\ILBinding\ETModel_Actor_TransferRequest_Binding.cs" />
  150. <Compile Include="Assets\Model\ILBinding\ETModel_C2G_EnterMap_Binding.cs" />
  151. <Compile Include="Assets\Model\ILBinding\ETModel_CameraComponent_Binding.cs" />
  152. <Compile Include="Assets\Model\ILBinding\ETModel_CanvasConfig_Binding.cs" />
  153. <Compile Include="Assets\Model\ILBinding\ETModel_Component_Binding.cs" />
  154. <Compile Include="Assets\Model\ILBinding\ETModel_ComponentFactory_Binding.cs" />
  155. <Compile Include="Assets\Model\ILBinding\ETModel_ComponentWithId_Binding.cs" />
  156. <Compile Include="Assets\Model\ILBinding\ETModel_DoubleMap_2_UInt16_Type_Binding.cs" />
  157. <Compile Include="Assets\Model\ILBinding\ETModel_Entity_Binding.cs" />
  158. <Compile Include="Assets\Model\ILBinding\ETModel_ErrorCode_Binding.cs" />
  159. <Compile Include="Assets\Model\ILBinding\ETModel_EventAttribute_Binding.cs" />
  160. <Compile Include="Assets\Model\ILBinding\ETModel_EventProxy_Binding.cs" />
  161. <Compile Include="Assets\Model\ILBinding\ETModel_EventSystem_Binding.cs" />
  162. <Compile Include="Assets\Model\ILBinding\ETModel_Frame_ClickMap_Binding.cs" />
  163. <Compile Include="Assets\Model\ILBinding\ETModel_Game_Binding.cs" />
  164. <Compile Include="Assets\Model\ILBinding\ETModel_GameObjectHelper_Binding.cs" />
  165. <Compile Include="Assets\Model\ILBinding\ETModel_GlobalConfigComponent_Binding.cs" />
  166. <Compile Include="Assets\Model\ILBinding\ETModel_GlobalProto_Binding.cs" />
  167. <Compile Include="Assets\Model\ILBinding\ETModel_Hotfix_Binding.cs" />
  168. <Compile Include="Assets\Model\ILBinding\ETModel_IdGenerater_Binding.cs" />
  169. <Compile Include="Assets\Model\ILBinding\ETModel_IMessagePacker_Binding.cs" />
  170. <Compile Include="Assets\Model\ILBinding\ETModel_Log_Binding.cs" />
  171. <Compile Include="Assets\Model\ILBinding\ETModel_MessageAttribute_Binding.cs" />
  172. <Compile Include="Assets\Model\ILBinding\ETModel_MessageDispatherComponent_Binding.cs" />
  173. <Compile Include="Assets\Model\ILBinding\ETModel_MessageInfo_Binding.cs" />
  174. <Compile Include="Assets\Model\ILBinding\ETModel_MessageProxy_Binding.cs" />
  175. <Compile Include="Assets\Model\ILBinding\ETModel_MoveComponent_Binding.cs" />
  176. <Compile Include="Assets\Model\ILBinding\ETModel_NetworkComponent_Binding.cs" />
  177. <Compile Include="Assets\Model\ILBinding\ETModel_OpcodeTypeComponent_Binding.cs" />
  178. <Compile Include="Assets\Model\ILBinding\ETModel_Player_Binding.cs" />
  179. <Compile Include="Assets\Model\ILBinding\ETModel_PlayerComponent_Binding.cs" />
  180. <Compile Include="Assets\Model\ILBinding\ETModel_ResourcesComponent_Binding.cs" />
  181. <Compile Include="Assets\Model\ILBinding\ETModel_RpcException_Binding.cs" />
  182. <Compile Include="Assets\Model\ILBinding\ETModel_Scene_Binding.cs" />
  183. <Compile Include="Assets\Model\ILBinding\ETModel_Session_Binding.cs" />
  184. <Compile Include="Assets\Model\ILBinding\ETModel_SessionCallbackComponent_Binding.cs" />
  185. <Compile Include="Assets\Model\ILBinding\ETModel_SessionComponent_Binding.cs" />
  186. <Compile Include="Assets\Model\ILBinding\ETModel_UIFactoryAttribute_Binding.cs" />
  187. <Compile Include="Assets\Model\ILBinding\ETModel_Unit_Binding.cs" />
  188. <Compile Include="Assets\Model\ILBinding\ETModel_UnitComponent_Binding.cs" />
  189. <Compile Include="Assets\Model\ILBinding\ETModel_UnitFactory_Binding.cs" />
  190. <Compile Include="Assets\Model\ILBinding\ETModel_UnitInfo_Binding.cs" />
  191. <Compile Include="Assets\Model\ILBinding\ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs" />
  192. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_CodedInputStream_Binding.cs" />
  193. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_CodedOutputStream_Binding.cs" />
  194. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Google_Protobuf_Adapt_IMessage_Bi_t.cs" />
  195. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Int32_Binding.cs" />
  196. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_Int64_Binding.cs" />
  197. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_String_Binding.cs" />
  198. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_Collections_RepeatedField_1_UnitInfo_Binding.cs" />
  199. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_FieldCodec_Binding.cs" />
  200. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_MessageParser_1_Google_Protobuf_Adapt_IMessage_Binding_Adapto_t.cs" />
  201. <Compile Include="Assets\Model\ILBinding\Google_Protobuf_ProtoPreconditions_Binding.cs" />
  202. <Compile Include="Assets\Model\ILBinding\LitJson_JsonMapper_Binding.cs" />
  203. <Compile Include="Assets\Model\ILBinding\ReferenceCollector_Binding.cs" />
  204. <Compile Include="Assets\Model\ILBinding\System_Action_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor_Binding.cs" />
  205. <Compile Include="Assets\Model\ILBinding\System_Activator_Binding.cs" />
  206. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Int32_Action_1_Google_Protobuf_Adapt__t.cs" />
  207. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_Binding.cs" />
  208. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding.cs" />
  209. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t.cs" />
  210. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_ILTypeInstance_Binding_ValueCo_t_t.cs" />
  211. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_String_List_1_ILTypeInstance_Binding.cs" />
  212. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding.cs" />
  213. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t.cs" />
  214. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Binding_ValueColl_t_t.cs" />
  215. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeInstance_Binding.cs" />
  216. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_Type_Queue_1_Object_Binding.cs" />
  217. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeInstance_Binding.cs" />
  218. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Dictionary_2_UInt16_Object_Binding.cs" />
  219. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs" />
  220. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_Enumerator_Bindin_t.cs" />
  221. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_IEnumerator_1_UnitInfo_Binding.cs" />
  222. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_ILTypeInstance_Binding.cs" />
  223. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_ILTypeInstance_Binding_Enumerator_Binding.cs" />
  224. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Object_Binding.cs" />
  225. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_String_Binding.cs" />
  226. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Type_Binding.cs" />
  227. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_List_1_Type_Binding_Enumerator_Binding.cs" />
  228. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs" />
  229. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_Int64_Binding.cs" />
  230. <Compile Include="Assets\Model\ILBinding\System_Collections_Generic_Queue_1_Object_Binding.cs" />
  231. <Compile Include="Assets\Model\ILBinding\System_Collections_IDictionary_Binding.cs" />
  232. <Compile Include="Assets\Model\ILBinding\System_Collections_IEnumerator_Binding.cs" />
  233. <Compile Include="Assets\Model\ILBinding\System_Exception_Binding.cs" />
  234. <Compile Include="Assets\Model\ILBinding\System_IDisposable_Binding.cs" />
  235. <Compile Include="Assets\Model\ILBinding\System_Linq_Enumerable_Binding.cs" />
  236. <Compile Include="Assets\Model\ILBinding\System_NotImplementedException_Binding.cs" />
  237. <Compile Include="Assets\Model\ILBinding\System_Object_Binding.cs" />
  238. <Compile Include="Assets\Model\ILBinding\System_Reflection_MemberInfo_Binding.cs" />
  239. <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_AsyncVoidMethodBuilder_Binding.cs" />
  240. <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_TaskAwaiter_1_Google_Protobuf_Adapt_IMessage__t.cs" />
  241. <Compile Include="Assets\Model\ILBinding\System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Binding.cs" />
  242. <Compile Include="Assets\Model\ILBinding\System_String_Binding.cs" />
  243. <Compile Include="Assets\Model\ILBinding\System_Threading_CancellationToken_Binding.cs" />
  244. <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_Task_1_Google_Protobuf_Adapt_IMessage_Binding_Adaptor__t.cs" />
  245. <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_Task_1_IResponse_Binding.cs" />
  246. <Compile Include="Assets\Model\ILBinding\System_Threading_Tasks_TaskCompletionSource_1_Google_Protobuf_Adapt_IMessage__t.cs" />
  247. <Compile Include="Assets\Model\ILBinding\System_Type_Binding.cs" />
  248. <Compile Include="Assets\Model\ILBinding\UnityEngine_Camera_Binding.cs" />
  249. <Compile Include="Assets\Model\ILBinding\UnityEngine_Component_Binding.cs" />
  250. <Compile Include="Assets\Model\ILBinding\UnityEngine_GameObject_Binding.cs" />
  251. <Compile Include="Assets\Model\ILBinding\UnityEngine_Input_Binding.cs" />
  252. <Compile Include="Assets\Model\ILBinding\UnityEngine_LayerMask_Binding.cs" />
  253. <Compile Include="Assets\Model\ILBinding\UnityEngine_Object_Binding.cs" />
  254. <Compile Include="Assets\Model\ILBinding\UnityEngine_Physics_Binding.cs" />
  255. <Compile Include="Assets\Model\ILBinding\UnityEngine_RaycastHit_Binding.cs" />
  256. <Compile Include="Assets\Model\ILBinding\UnityEngine_TextAsset_Binding.cs" />
  257. <Compile Include="Assets\Model\ILBinding\UnityEngine_Transform_Binding.cs" />
  258. <Compile Include="Assets\Model\ILBinding\UnityEngine_UI_Button_Binding.cs" />
  259. <Compile Include="Assets\Model\ILBinding\UnityEngine_UI_InputField_Binding.cs" />
  260. <Compile Include="Assets\Model\ILBinding\UnityEngine_Vector3_Binding.cs" />
  261. <Compile Include="Assets\Model\ILBinding\VInt3_Binding.cs" />
  262. <Compile Include="Assets\Model\Init.cs" />
  263. <Compile Include="Assets\Model\Module\Actor\IActorMessage.cs" />
  264. <Compile Include="Assets\Model\Module\ActorLocation\IActorLocationMessage.cs" />
  265. <Compile Include="Assets\Model\Module\AssetsBundle\AssetsBundleLoaderAsync.cs" />
  266. <Compile Include="Assets\Model\Module\AssetsBundle\AssetsLoaderAsync.cs" />
  267. <Compile Include="Assets\Model\Module\AssetsBundle\BundleDownloaderComponent.cs" />
  268. <Compile Include="Assets\Model\Module\AssetsBundle\ResourcesComponent.cs" />
  269. <Compile Include="Assets\Model\Module\AssetsBundle\VersionConfig.cs" />
  270. <Compile Include="Assets\Model\Module\Config\ACategory.cs" />
  271. <Compile Include="Assets\Model\Module\Config\AConfigComponent.cs" />
  272. <Compile Include="Assets\Model\Module\Config\ConfigAttribute.cs" />
  273. <Compile Include="Assets\Model\Module\Config\ConfigComponent.cs" />
  274. <Compile Include="Assets\Model\Module\Config\ConfigHelper.cs" />
  275. <Compile Include="Assets\Model\Module\Config\IConfig.cs" />
  276. <Compile Include="Assets\Model\Module\Filter\FilterAttribute.cs" />
  277. <Compile Include="Assets\Model\Module\Filter\FilterComponent.cs" />
  278. <Compile Include="Assets\Model\Module\Filter\FilterEntity.cs" />
  279. <Compile Include="Assets\Model\Module\Filter\IFilter.cs" />
  280. <Compile Include="Assets\Model\Module\FrameSync\AnimatorComponent.cs" />
  281. <Compile Include="Assets\Model\Module\FrameSync\CameraComponent.cs" />
  282. <Compile Include="Assets\Model\Module\FrameSync\ClientFrameComponent.cs" />
  283. <Compile Include="Assets\Model\Module\FrameSync\FrameMessage.cs" />
  284. <Compile Include="Assets\Model\Module\FrameSync\FrameOpcode.cs" />
  285. <Compile Include="Assets\Model\Module\FrameSync\MoveComponent.cs" />
  286. <Compile Include="Assets\Model\Module\FrameSync\Player.cs" />
  287. <Compile Include="Assets\Model\Module\FrameSync\PlayerComponent.cs" />
  288. <Compile Include="Assets\Model\Module\FrameSync\PlayerFactory.cs" />
  289. <Compile Include="Assets\Model\Module\FrameSync\SessionComponent.cs" />
  290. <Compile Include="Assets\Model\Module\FrameSync\Unit.cs" />
  291. <Compile Include="Assets\Model\Module\FrameSync\UnitComponent.cs" />
  292. <Compile Include="Assets\Model\Module\FrameSync\UnitFactory.cs" />
  293. <Compile Include="Assets\Model\Module\Message\AMHandler.cs" />
  294. <Compile Include="Assets\Model\Module\Message\ErrorCode.cs" />
  295. <Compile Include="Assets\Model\Module\Message\IMessage.cs" />
  296. <Compile Include="Assets\Model\Module\Message\IMessageDispatcher.cs" />
  297. <Compile Include="Assets\Model\Module\Message\IMessagePacker.cs" />
  298. <Compile Include="Assets\Model\Module\Message\IMHandler.cs" />
  299. <Compile Include="Assets\Model\Module\Message\MessageAttribute.cs" />
  300. <Compile Include="Assets\Model\Module\Message\MessageDispatherComponent.cs" />
  301. <Compile Include="Assets\Model\Module\Message\MessageHandlerAttribute.cs" />
  302. <Compile Include="Assets\Model\Module\Message\MessageInfo.cs" />
  303. <Compile Include="Assets\Model\Module\Message\MessagePool.cs" />
  304. <Compile Include="Assets\Model\Module\Message\MessageProxy.cs" />
  305. <Compile Include="Assets\Model\Module\Message\NetOuterComponent.cs" />
  306. <Compile Include="Assets\Model\Module\Message\NetOuterComponentSystem.cs" />
  307. <Compile Include="Assets\Model\Module\Message\Network\AChannel.cs" />
  308. <Compile Include="Assets\Model\Module\Message\Network\AService.cs" />
  309. <Compile Include="Assets\Model\Module\Message\Network\Circularbuffer.cs" />
  310. <Compile Include="Assets\Model\Module\Message\Network\KCP\KChannel.cs" />
  311. <Compile Include="Assets\Model\Module\Message\Network\KCP\Kcp.cs" />
  312. <Compile Include="Assets\Model\Module\Message\Network\KCP\KService.cs" />
  313. <Compile Include="Assets\Model\Module\Message\Network\NetworkHelper.cs" />
  314. <Compile Include="Assets\Model\Module\Message\Network\TCP\PacketParser.cs" />
  315. <Compile Include="Assets\Model\Module\Message\Network\TCP\TChannel.cs" />
  316. <Compile Include="Assets\Model\Module\Message\Network\TCP\TService.cs" />
  317. <Compile Include="Assets\Model\Module\Message\Network\WebSocket\WChannel.cs" />
  318. <Compile Include="Assets\Model\Module\Message\Network\WebSocket\WService.cs" />
  319. <Compile Include="Assets\Model\Module\Message\NetworkComponent.cs" />
  320. <Compile Include="Assets\Model\Module\Message\Opcode.cs" />
  321. <Compile Include="Assets\Model\Module\Message\OpcodeHelper.cs" />
  322. <Compile Include="Assets\Model\Module\Message\OpcodeTypeComponent.cs" />
  323. <Compile Include="Assets\Model\Module\Message\OuterMessage.cs" />
  324. <Compile Include="Assets\Model\Module\Message\OuterMessageDispatcher.cs" />
  325. <Compile Include="Assets\Model\Module\Message\OuterOpcode.cs" />
  326. <Compile Include="Assets\Model\Module\Message\ProtobufHelper.cs" />
  327. <Compile Include="Assets\Model\Module\Message\ProtobufPacker.cs" />
  328. <Compile Include="Assets\Model\Module\Message\RpcException.cs" />
  329. <Compile Include="Assets\Model\Module\Message\Session.cs" />
  330. <Compile Include="Assets\Model\Module\Message\SessionCallbackComponent.cs" />
  331. <Compile Include="Assets\Model\Module\Numeric\INumericWatcher.cs" />
  332. <Compile Include="Assets\Model\Module\Numeric\NumericChangeEvent_NotifyWatcher.cs" />
  333. <Compile Include="Assets\Model\Module\Numeric\NumericComponent.cs" />
  334. <Compile Include="Assets\Model\Module\Numeric\NumericType.cs" />
  335. <Compile Include="Assets\Model\Module\Numeric\NumericWatcher_Hp_ShowUI.cs" />
  336. <Compile Include="Assets\Model\Module\Numeric\NumericWatcherAttribute.cs" />
  337. <Compile Include="Assets\Model\Module\Numeric\NumericWatcherComponent.cs" />
  338. <Compile Include="Assets\Model\Module\UI\CanvasConfig.cs" />
  339. <Compile Include="Assets\Model\Module\UI\IUIFactory.cs" />
  340. <Compile Include="Assets\Model\Module\UI\LayerNames.cs" />
  341. <Compile Include="Assets\Model\Module\UI\UI.cs" />
  342. <Compile Include="Assets\Model\Module\UI\UIComponent.cs" />
  343. <Compile Include="Assets\Model\Module\UI\UIFactoryAttribute.cs" />
  344. <Compile Include="Assets\Model\Module\UI\UIType.cs" />
  345. <Compile Include="Assets\Model\Other\AppType.cs" />
  346. <Compile Include="Assets\Model\Other\Define.cs" />
  347. <Compile Include="Assets\Model\Other\ECSView.cs" />
  348. <Compile Include="Assets\Model\Other\IInstanceMethod.cs" />
  349. <Compile Include="Assets\Model\Other\ILMethod.cs" />
  350. <Compile Include="Assets\Model\Other\MonoMethod.cs" />
  351. <Compile Include="Assets\Model\Other\MotionType.cs" />
  352. <Compile Include="Assets\Model\Other\ReferenceCollector.cs" />
  353. <Compile Include="Assets\Model\UI\UILoading\Component\UILoadingComponent.cs" />
  354. <Compile Include="Assets\Model\UI\UILoading\Event\LoadingBeginEvent_CreateLoadingUI.cs" />
  355. <Compile Include="Assets\Model\UI\UILoading\Event\LoadingFinishEvent_RemoveLoadingUI.cs" />
  356. <Compile Include="Assets\Model\UI\UILoading\Factory\UILoadingFactory.cs" />
  357. <Reference Include="UnityEngine.CoreModule">
  358. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
  359. </Reference>
  360. <Reference Include="UnityEngine.AccessibilityModule">
  361. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
  362. </Reference>
  363. <Reference Include="UnityEngine.ParticleSystemModule">
  364. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
  365. </Reference>
  366. <Reference Include="UnityEngine.PhysicsModule">
  367. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
  368. </Reference>
  369. <Reference Include="UnityEngine.VehiclesModule">
  370. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
  371. </Reference>
  372. <Reference Include="UnityEngine.ClothModule">
  373. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
  374. </Reference>
  375. <Reference Include="UnityEngine.AIModule">
  376. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
  377. </Reference>
  378. <Reference Include="UnityEngine.AnimationModule">
  379. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
  380. </Reference>
  381. <Reference Include="UnityEngine.TextRenderingModule">
  382. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
  383. </Reference>
  384. <Reference Include="UnityEngine.UIModule">
  385. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
  386. </Reference>
  387. <Reference Include="UnityEngine.TerrainPhysicsModule">
  388. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
  389. </Reference>
  390. <Reference Include="UnityEngine.IMGUIModule">
  391. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
  392. </Reference>
  393. <Reference Include="UnityEngine.ClusterInputModule">
  394. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
  395. </Reference>
  396. <Reference Include="UnityEngine.ClusterRendererModule">
  397. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
  398. </Reference>
  399. <Reference Include="UnityEngine.UNETModule">
  400. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
  401. </Reference>
  402. <Reference Include="UnityEngine.DirectorModule">
  403. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
  404. </Reference>
  405. <Reference Include="UnityEngine.UnityAnalyticsModule">
  406. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
  407. </Reference>
  408. <Reference Include="UnityEngine.PerformanceReportingModule">
  409. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
  410. </Reference>
  411. <Reference Include="UnityEngine.UnityConnectModule">
  412. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
  413. </Reference>
  414. <Reference Include="UnityEngine.WebModule">
  415. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.WebModule.dll</HintPath>
  416. </Reference>
  417. <Reference Include="UnityEngine.ARModule">
  418. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
  419. </Reference>
  420. <Reference Include="UnityEngine.VRModule">
  421. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
  422. </Reference>
  423. <Reference Include="UnityEngine.UIElementsModule">
  424. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
  425. </Reference>
  426. <Reference Include="UnityEngine.StyleSheetsModule">
  427. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
  428. </Reference>
  429. <Reference Include="UnityEngine.AssetBundleModule">
  430. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
  431. </Reference>
  432. <Reference Include="UnityEngine.AudioModule">
  433. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
  434. </Reference>
  435. <Reference Include="UnityEngine.CrashReportingModule">
  436. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
  437. </Reference>
  438. <Reference Include="UnityEngine.GameCenterModule">
  439. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
  440. </Reference>
  441. <Reference Include="UnityEngine.GridModule">
  442. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
  443. </Reference>
  444. <Reference Include="UnityEngine.ImageConversionModule">
  445. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
  446. </Reference>
  447. <Reference Include="UnityEngine.InputModule">
  448. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
  449. </Reference>
  450. <Reference Include="UnityEngine.JSONSerializeModule">
  451. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
  452. </Reference>
  453. <Reference Include="UnityEngine.ParticlesLegacyModule">
  454. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ParticlesLegacyModule.dll</HintPath>
  455. </Reference>
  456. <Reference Include="UnityEngine.Physics2DModule">
  457. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
  458. </Reference>
  459. <Reference Include="UnityEngine.ScreenCaptureModule">
  460. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
  461. </Reference>
  462. <Reference Include="UnityEngine.SharedInternalsModule">
  463. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
  464. </Reference>
  465. <Reference Include="UnityEngine.SpriteMaskModule">
  466. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
  467. </Reference>
  468. <Reference Include="UnityEngine.SpriteShapeModule">
  469. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
  470. </Reference>
  471. <Reference Include="UnityEngine.TerrainModule">
  472. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
  473. </Reference>
  474. <Reference Include="UnityEngine.TilemapModule">
  475. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
  476. </Reference>
  477. <Reference Include="UnityEngine.UnityWebRequestModule">
  478. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
  479. </Reference>
  480. <Reference Include="UnityEngine.UnityWebRequestAudioModule">
  481. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
  482. </Reference>
  483. <Reference Include="UnityEngine.UnityWebRequestTextureModule">
  484. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
  485. </Reference>
  486. <Reference Include="UnityEngine.UnityWebRequestWWWModule">
  487. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
  488. </Reference>
  489. <Reference Include="UnityEngine.VideoModule">
  490. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
  491. </Reference>
  492. <Reference Include="UnityEngine.WindModule">
  493. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
  494. </Reference>
  495. <Reference Include="UnityEngine.UI">
  496. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
  497. </Reference>
  498. <Reference Include="UnityEditor.UI">
  499. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
  500. </Reference>
  501. <Reference Include="UnityEditor.TestRunner">
  502. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
  503. </Reference>
  504. <Reference Include="UnityEngine.TestRunner">
  505. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
  506. </Reference>
  507. <Reference Include="nunit.framework">
  508. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
  509. </Reference>
  510. <Reference Include="UnityEngine.Timeline">
  511. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
  512. </Reference>
  513. <Reference Include="UnityEditor.Timeline">
  514. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
  515. </Reference>
  516. <Reference Include="UnityEditor.TreeEditor">
  517. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
  518. </Reference>
  519. <Reference Include="UnityEngine.UIAutomation">
  520. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll</HintPath>
  521. </Reference>
  522. <Reference Include="UnityEditor.UIAutomation">
  523. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UIAutomation/Editor/UnityEditor.UIAutomation.dll</HintPath>
  524. </Reference>
  525. <Reference Include="UnityEngine.Networking">
  526. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
  527. </Reference>
  528. <Reference Include="UnityEditor.Networking">
  529. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
  530. </Reference>
  531. <Reference Include="UnityEditor.GoogleAudioSpatializer">
  532. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
  533. </Reference>
  534. <Reference Include="UnityEngine.GoogleAudioSpatializer">
  535. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
  536. </Reference>
  537. <Reference Include="UnityEditor.HoloLens">
  538. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
  539. </Reference>
  540. <Reference Include="UnityEngine.HoloLens">
  541. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
  542. </Reference>
  543. <Reference Include="UnityEditor.SpatialTracking">
  544. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
  545. </Reference>
  546. <Reference Include="UnityEngine.SpatialTracking">
  547. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
  548. </Reference>
  549. <Reference Include="UnityEditor.VR">
  550. <HintPath>C:/Apps/Unity2017/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
  551. </Reference>
  552. <Reference Include="UnityEditor.Graphs">
  553. <HintPath>C:/Apps/Unity2017/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
  554. </Reference>
  555. <Reference Include="UnityEditor.Android.Extensions">
  556. <HintPath>C:/Apps/Unity2017/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
  557. </Reference>
  558. <Reference Include="UnityEditor.WindowsStandalone.Extensions">
  559. <HintPath>C:/Apps/Unity2017/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
  560. </Reference>
  561. <Reference Include="ICSharpCode.SharpZipLib">
  562. <HintPath>D:/Source/ET/Unity/Assets/Plugins/ICSharpCode.SharpZipLib.dll</HintPath>
  563. </Reference>
  564. <Reference Include="JetBrains.Rider.Unity.Editor.Plugin.Repacked">
  565. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/JetBrains/JetBrains.Rider.Unity.Editor.Plugin.Repacked.dll</HintPath>
  566. </Reference>
  567. <Reference Include="NPOI">
  568. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.dll</HintPath>
  569. </Reference>
  570. <Reference Include="NPOI.OOXML">
  571. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OOXML.dll</HintPath>
  572. </Reference>
  573. <Reference Include="NPOI.OpenXml4Net">
  574. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXml4Net.dll</HintPath>
  575. </Reference>
  576. <Reference Include="NPOI.OpenXmlFormats">
  577. <HintPath>D:/Source/ET/Unity/Assets/Plugins/Editor/npoi/NPOI.OpenXmlFormats.dll</HintPath>
  578. </Reference>
  579. <Reference Include="UnityEditor.Advertisements">
  580. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
  581. </Reference>
  582. <Reference Include="UnityEngine.Analytics">
  583. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/UnityEngine.Analytics.dll</HintPath>
  584. </Reference>
  585. <Reference Include="UnityEditor.Analytics">
  586. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.analytics@2.0.13/Editor/UnityEditor.Analytics.dll</HintPath>
  587. </Reference>
  588. <Reference Include="UnityEngine.Purchasing">
  589. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/UnityEngine.Purchasing.dll</HintPath>
  590. </Reference>
  591. <Reference Include="UnityEditor.Purchasing">
  592. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.purchasing@0.0.19/Editor/UnityEditor.Purchasing.dll</HintPath>
  593. </Reference>
  594. <Reference Include="UnityEngine.StandardEvents">
  595. <HintPath>C:/Users/USER-PC/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.standardevents@1.0.10/UnityEngine.StandardEvents.dll</HintPath>
  596. </Reference>
  597. </ItemGroup>
  598. <ItemGroup>
  599. <ProjectReference Include="Unity.ThirdParty.csproj">
  600. <Project>{E15BADD2-3A26-309A-AB0F-DC5B08044350}</Project>
  601. <Name>Unity.ThirdParty</Name>
  602. </ProjectReference>
  603. </ItemGroup>
  604. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  605. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  606. Other similar extension points exist, see Microsoft.Common.targets.
  607. <Target Name="BeforeBuild">
  608. </Target>
  609. <Target Name="AfterBuild">
  610. </Target>
  611. -->
  612. <ItemGroup>
  613. <Reference Include="Microsoft.CSharp">
  614. <HintPath>C:\Apps\Unity2017\Editor\Data\MonoBleedingEdge\lib\mono\4.6.2-api\Microsoft.CSharp.dll</HintPath>
  615. </Reference>
  616. </ItemGroup>
  617. </Project>