Server.Model.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. <AssemblyName>Model</AssemblyName>
  5. <RootNamespace>Model</RootNamespace>
  6. <LangVersion>7.3</LangVersion>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
  10. </PropertyGroup>
  11. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  12. <DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;SERVER</DefineConstants>
  13. <OutputPath>..\..\Bin\</OutputPath>
  14. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  17. <DefineConstants>TRACE;RELEASE;NETCOREAPP2_0;SERVER</DefineConstants>
  18. <OutputPath>..\..\Bin\</OutputPath>
  19. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <Compile Remove="Libs\**" />
  23. <Compile Include="..\..\Unity\Assets\Model\Base\Async\AsyncETTaskMethodBuilder.cs">
  24. <Link>Base\Async\AsyncETTaskMethodBuilder.cs</Link>
  25. </Compile>
  26. <Compile Include="..\..\Unity\Assets\Model\Base\Async\AsyncETVoidMethodBuilder.cs">
  27. <Link>Base\Async\AsyncETVoidMethodBuilder.cs</Link>
  28. </Compile>
  29. <Compile Include="..\..\Unity\Assets\Model\Base\Async\ETCancellationToken.cs">
  30. <Link>Base\Async\ETCancellationToken.cs</Link>
  31. </Compile>
  32. <Compile Include="..\..\Unity\Assets\Model\Base\Async\ETCancellationTokenSource.cs">
  33. <Link>Base\Async\ETCancellationTokenSource.cs</Link>
  34. </Compile>
  35. <Compile Include="..\..\Unity\Assets\Model\Base\Async\ETTask.cs">
  36. <Link>Base\Async\ETTask.cs</Link>
  37. </Compile>
  38. <Compile Include="..\..\Unity\Assets\Model\Base\Async\ETTaskCompletionSource.cs">
  39. <Link>Base\Async\ETTaskCompletionSource.cs</Link>
  40. </Compile>
  41. <Compile Include="..\..\Unity\Assets\Model\Base\Async\ETTaskFactory.cs">
  42. <Link>Base\Async\ETTaskFactory.cs</Link>
  43. </Compile>
  44. <Compile Include="..\..\Unity\Assets\Model\Base\Async\ETVoid.cs">
  45. <Link>Base\Async\ETVoid.cs</Link>
  46. </Compile>
  47. <Compile Include="..\..\Unity\Assets\Model\Base\Async\IAwaiter.cs">
  48. <Link>Base\Async\IAwaiter.cs</Link>
  49. </Compile>
  50. <Compile Include="..\..\Unity\Assets\Model\Base\Async\MoveNextRunner.cs">
  51. <Link>Base\Async\MoveNextRunner.cs</Link>
  52. </Compile>
  53. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\MongoHelper.cs">
  54. <Link>Base\Helper\MongoHelper.cs</Link>
  55. </Compile>
  56. <Compile Include="..\..\Unity\Assets\Model\Base\ListComponent.cs">
  57. <Link>Base\ListComponent.cs</Link>
  58. </Compile>
  59. <Compile Include="..\..\Unity\Assets\Model\Base\MultiMapSet.cs">
  60. <Link>Base\MultiMapSet.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\Unity\Assets\Model\Base\Object\BaseAttribute.cs">
  63. <Link>Base\Object\BaseAttribute.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\Unity\Assets\Model\Base\Object\Entity.cs">
  66. <Link>Base\Object\Entity.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\Unity\Assets\Model\Base\Object\EntityCreateComponet.cs">
  69. <Link>Base\Object\EntityCreateComponet.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\Unity\Assets\Model\Base\Object\EntityEventAttribute.cs">
  72. <Link>Base\Object\EntityEventAttribute.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\Unity\Assets\Model\Base\Object\EntityFactory.cs">
  75. <Link>Base\Object\EntityFactory.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\Unity\Assets\Model\Base\Object\EventProxy.cs">
  78. <Link>Base\Object\EventProxy.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\Unity\Assets\Model\Base\Object\EventSystem.cs">
  81. <Link>Base\Object\EventSystem.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\Unity\Assets\Model\Base\Object\IAwakeSystem.cs">
  84. <Link>Base\Object\IAwakeSystem.cs</Link>
  85. </Compile>
  86. <Compile Include="..\..\Unity\Assets\Model\Base\Object\IChangeSystem.cs">
  87. <Link>Base\Object\IChangeSystem.cs</Link>
  88. </Compile>
  89. <Compile Include="..\..\Unity\Assets\Model\Base\Object\IDeserializeSystem.cs">
  90. <Link>Base\Object\IDeserializeSystem.cs</Link>
  91. </Compile>
  92. <Compile Include="..\..\Unity\Assets\Model\Base\Object\IDestroySystem.cs">
  93. <Link>Base\Object\IDestroySystem.cs</Link>
  94. </Compile>
  95. <Compile Include="..\..\Unity\Assets\Model\Base\Object\ILateUpdateSystem.cs">
  96. <Link>Base\Object\ILateUpdateSystem.cs</Link>
  97. </Compile>
  98. <Compile Include="..\..\Unity\Assets\Model\Base\Object\ILoadSystem.cs">
  99. <Link>Base\Object\ILoadSystem.cs</Link>
  100. </Compile>
  101. <Compile Include="..\..\Unity\Assets\Model\Base\Object\ISerializeToEntity.cs">
  102. <Link>Base\Object\ISerializeToEntity.cs</Link>
  103. </Compile>
  104. <Compile Include="..\..\Unity\Assets\Model\Base\Object\IStartSystem.cs">
  105. <Link>Base\Object\IStartSystem.cs</Link>
  106. </Compile>
  107. <Compile Include="..\..\Unity\Assets\Model\Base\Object\IUpdateSystem.cs">
  108. <Link>Base\Object\IUpdateSystem.cs</Link>
  109. </Compile>
  110. <Compile Include="..\..\Unity\Assets\Model\Base\Object\NoMemoryCheck.cs">
  111. <Link>Base\Object\NoMemoryCheck.cs</Link>
  112. </Compile>
  113. <Compile Include="..\..\Unity\Assets\Model\Base\Object\NoObjectPool.cs">
  114. <Link>Base\Object\NoObjectPool.cs</Link>
  115. </Compile>
  116. <Compile Include="..\..\Unity\Assets\Model\Base\Object\Object.cs">
  117. <Link>Base\Object\Object.cs</Link>
  118. </Compile>
  119. <Compile Include="..\..\Unity\Assets\Model\Base\Object\ObjectPool.cs">
  120. <Link>Base\Object\ObjectPool.cs</Link>
  121. </Compile>
  122. <Compile Include="..\..\Unity\Assets\Model\Base\Object\ObjectSystemAttribute.cs">
  123. <Link>Base\Object\ObjectSystemAttribute.cs</Link>
  124. </Compile>
  125. <Compile Include="..\..\Unity\Assets\Model\Base\Pool.cs">
  126. <Link>Base\Pool.cs</Link>
  127. </Compile>
  128. <Compile Include="..\..\Unity\Assets\Model\Base\ProcessHelper.cs">
  129. <Link>Base/ProcessHelper.cs</Link>
  130. </Compile>
  131. <Compile Include="..\..\Unity\Assets\Model\Base\StructBsonSerialize.cs">
  132. <Link>Base\StructBsonSerialize.cs</Link>
  133. </Compile>
  134. <Compile Include="..\..\Unity\Assets\Model\Base\UnOrderMultiMapSet.cs">
  135. <Link>Base\UnOrderMultiMapSet.cs</Link>
  136. </Compile>
  137. <Compile Include="..\..\Unity\Assets\Model\Entity\EntitySceneFactory.cs">
  138. <Link>Entity\EntitySceneFactory.cs</Link>
  139. </Compile>
  140. <Compile Include="..\..\Unity\Assets\Model\Entity\Game.cs">
  141. <Link>Entity\Game.cs</Link>
  142. </Compile>
  143. <Compile Include="..\..\Unity\Assets\Model\Entity\Scene.cs">
  144. <Link>Entity\Scene.cs</Link>
  145. </Compile>
  146. <Compile Include="..\..\Unity\Assets\Model\Entity\SceneType.cs">
  147. <Link>Entity\SceneType.cs</Link>
  148. </Compile>
  149. <Compile Include="..\..\Unity\Assets\Model\Module\ActorLocation\IActorLocationMessage.cs">
  150. <Link>Module\ActorLocation\IActorLocationMessage.cs</Link>
  151. </Compile>
  152. <Compile Include="..\..\Unity\Assets\Model\Module\Actor\IActorMessage.cs">
  153. <Link>Module\Actor\IActorMessage.cs</Link>
  154. </Compile>
  155. <Compile Include="..\..\Unity\Assets\Model\Module\Config\AConfigComponent.cs">
  156. <Link>Module\Config\AConfigComponent.cs</Link>
  157. </Compile>
  158. <Compile Include="..\..\Unity\Assets\Model\Module\CoroutineLock\CoroutineLock.cs">
  159. <Link>Module\CoroutineLock\CoroutineLock.cs</Link>
  160. </Compile>
  161. <Compile Include="..\..\Unity\Assets\Model\Module\CoroutineLock\CoroutineLockComponent.cs">
  162. <Link>Module\CoroutineLock\CoroutineLockComponent.cs</Link>
  163. </Compile>
  164. <Compile Include="..\..\Unity\Assets\Model\Module\CoroutineLock\CoroutineLockQueue.cs">
  165. <Link>Module\CoroutineLock\CoroutineLockQueue.cs</Link>
  166. </Compile>
  167. <Compile Include="..\..\Unity\Assets\Model\Module\CoroutineLock\CoroutineLockQueueType.cs">
  168. <Link>Module\CoroutineLock\CoroutineLockQueueType.cs</Link>
  169. </Compile>
  170. <Compile Include="..\..\Unity\Assets\Model\Module\CoroutineLock\CoroutineLockType.cs">
  171. <Link>Module\CoroutineLock\CoroutineLockType.cs</Link>
  172. </Compile>
  173. <Compile Include="..\..\Unity\Assets\Model\Module\Message\MessagePool.cs">
  174. <Link>Module\Message\MessagePool\ETModel\MessagePool.cs</Link>
  175. </Compile>
  176. <Compile Include="..\..\Unity\Assets\Model\Module\Message\NetOuterComponent.cs">
  177. <Link>Module\Message\NetOuterComponent.cs</Link>
  178. </Compile>
  179. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\WebSocket\WChannel.cs">
  180. <Link>Module\Message\Network\WebSocket\WChannel.cs</Link>
  181. </Compile>
  182. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\WebSocket\WService.cs">
  183. <Link>Module\Message\Network\WebSocket\WService.cs</Link>
  184. </Compile>
  185. <EmbeddedResource Remove="Libs\**" />
  186. <None Remove="Libs\**" />
  187. <None Remove="graph.bytes" />
  188. <Compile Remove="Module\Scene\**" />
  189. <EmbeddedResource Remove="Module\Scene\**" />
  190. <None Remove="Module\Scene\**" />
  191. </ItemGroup>
  192. <ItemGroup>
  193. <Compile Include="..\..\Unity\Assets\Model\Base\DoubleMap.cs" Link="Base\DoubleMap.cs" />
  194. <Compile Include="..\..\Unity\Assets\Model\Base\Event\Env.cs" Link="Base\Event\Env.cs" />
  195. <Compile Include="..\..\Unity\Assets\Model\Base\Event\EnvKey.cs" Link="Base\Event\EnvKey.cs" />
  196. <Compile Include="..\..\Unity\Assets\Model\Base\Event\EventAttribute.cs" Link="Base\Event\EventAttribute.cs" />
  197. <Compile Include="..\..\Unity\Assets\Model\Base\Event\IEvent.cs" Link="Base\Event\IEvent.cs" />
  198. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\ByteHelper.cs" Link="Base\Helper\ByteHelper.cs" />
  199. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\EnumHelper.cs" Link="Base\Helper\EnumHelper.cs" />
  200. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\FileHelper.cs" Link="Base\Helper\FileHelper.cs" />
  201. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\IdGenerater.cs" Link="Base\Helper\IdGenerater.cs" />
  202. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\MD5Helper.cs" Link="Base\Helper\MD5Helper.cs" />
  203. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\MethodInfoHelper.cs" Link="Base\Helper\MethodInfoHelper.cs" />
  204. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\NetHelper.cs" Link="Base\Helper\NetHelper.cs" />
  205. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\ObjectHelper.cs" Link="Base\Helper\ObjectHelper.cs" />
  206. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\RandomHelper.cs" Link="Base\Helper\RandomHelper.cs" />
  207. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\StringHelper.cs" Link="Base\Helper\StringHelper.cs" />
  208. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\TimeHelper.cs" Link="Base\Helper\TimeHelper.cs" />
  209. <Compile Include="..\..\Unity\Assets\Model\Base\Helper\ZipHelper.cs" Link="Base\Helper\ZipHelper.cs" />
  210. <Compile Include="..\..\Unity\Assets\Model\Base\MultiMap.cs" Link="Base\MultiMap.cs" />
  211. <Compile Include="..\..\Unity\Assets\Model\Base\OneThreadSynchronizationContext.cs" Link="Base\OneThreadSynchronizationContext.cs" />
  212. <Compile Include="..\..\Unity\Assets\Model\Base\QueueDictionary.cs" Link="Base\QueueDictionary.cs" />
  213. <Compile Include="..\..\Unity\Assets\Model\Base\RecyclableMemoryStream\Events.cs" Link="Base\RecyclableMemoryStream\Events.cs" />
  214. <Compile Include="..\..\Unity\Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStream.cs" Link="Base\RecyclableMemoryStream\RecyclableMemoryStream.cs" />
  215. <Compile Include="..\..\Unity\Assets\Model\Base\RecyclableMemoryStream\RecyclableMemoryStreamManager.cs" Link="Base\RecyclableMemoryStream\RecyclableMemoryStreamManager.cs" />
  216. <Compile Include="..\..\Unity\Assets\Model\Base\TryLocker.cs" Link="Base\TryLocker.cs" />
  217. <Compile Include="..\..\Unity\Assets\Model\Base\UnOrderMultiMap.cs" Link="Base\UnOrderMultiMap.cs" />
  218. <Compile Include="..\..\Unity\Assets\Model\Component\TimerComponent.cs" Link="Component\TimerComponent.cs" />
  219. <Compile Include="..\..\Unity\Assets\Model\Module\Config\ACategory.cs" Link="Module\Config\ACategory.cs" />
  220. <Compile Include="..\..\Unity\Assets\Model\Module\Config\ConfigAttribute.cs" Link="Module\Config\ConfigAttribute.cs" />
  221. <Compile Include="..\..\Unity\Assets\Model\Module\Config\IConfig.cs" Link="Module\Config\IConfig.cs" />
  222. <Compile Include="..\..\Unity\Assets\Model\Module\Message\AMHandler.cs" Link="Module\Message\AMHandler.cs" />
  223. <Compile Include="..\..\Unity\Assets\Model\Module\Message\ErrorCode.cs" Link="Module\Message\ErrorCode.cs" />
  224. <Compile Include="..\..\Unity\Assets\Model\Module\Message\IMessage.cs" Link="Module\Message\IMessage.cs" />
  225. <Compile Include="..\..\Unity\Assets\Model\Module\Message\IMessageDispatcher.cs" Link="Module\Message\IMessageDispatcher.cs" />
  226. <Compile Include="..\..\Unity\Assets\Model\Module\Message\IMessagePacker.cs" Link="Module\Message\IMessagePacker.cs" />
  227. <Compile Include="..\..\Unity\Assets\Model\Module\Message\IMHandler.cs" Link="Module\Message\IMHandler.cs" />
  228. <Compile Include="..\..\Unity\Assets\Model\Module\Message\MessageAttribute.cs" Link="Module\Message\MessageAttribute.cs" />
  229. <Compile Include="..\..\Unity\Assets\Model\Module\Message\MessageHandlerAttribute.cs" Link="Module\Message\MessageHandlerAttribute.cs" />
  230. <Compile Include="..\..\Unity\Assets\Model\Module\Message\MessageInfo.cs" Link="Module\Message\MessageInfo.cs" />
  231. <Compile Include="..\..\Unity\Assets\Model\Module\Message\NetworkComponent.cs" Link="Module\Message\NetworkComponent.cs" />
  232. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\AChannel.cs" Link="Module\Message\Network\AChannel.cs" />
  233. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\AService.cs" Link="Module\Message\Network\AService.cs" />
  234. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\Circularbuffer.cs" Link="Module\Message\Network\Circularbuffer.cs" />
  235. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\KCP\KChannel.cs" Link="Module\Message\Network\KCP\KChannel.cs" />
  236. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\KCP\KService.cs" Link="Module\Message\Network\KCP\KService.cs" />
  237. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\NetworkHelper.cs" Link="Module\Message\Network\NetworkHelper.cs" />
  238. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\TCP\PacketParser.cs" Link="Module\Message\Network\TCP\PacketParser.cs" />
  239. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\TCP\TChannel.cs" Link="Module\Message\Network\TCP\TChannel.cs" />
  240. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Network\TCP\TService.cs" Link="Module\Message\Network\TCP\TService.cs" />
  241. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Opcode.cs" Link="Module\Message\Opcode.cs" />
  242. <Compile Include="..\..\Unity\Assets\Model\Module\Message\OpcodeHelper.cs" Link="Module\Message\OpcodeHelper.cs" />
  243. <Compile Include="..\..\Unity\Assets\Model\Module\Message\OpcodeTypeComponent.cs" Link="Module\Message\OpcodeTypeComponent.cs" />
  244. <Compile Include="..\..\Unity\Assets\Model\Module\Message\OuterMessage.cs" Link="Module\Message\OuterMessage.cs" />
  245. <Compile Include="..\..\Unity\Assets\Model\Module\Message\OuterOpcode.cs" Link="Module\Message\OuterOpcode.cs" />
  246. <Compile Include="..\..\Unity\Assets\Model\Module\Message\ProtobufHelper.cs" Link="Module\Message\ProtobufHelper.cs" />
  247. <Compile Include="..\..\Unity\Assets\Model\Module\Message\ProtobufPacker.cs" Link="Module\Message\ProtobufPacker.cs" />
  248. <Compile Include="..\..\Unity\Assets\Model\Module\Message\RpcException.cs" Link="Module\Message\RpcException.cs" />
  249. <Compile Include="..\..\Unity\Assets\Model\Module\Message\Session.cs" Link="Module\Message\Session.cs" />
  250. <Compile Include="..\..\Unity\Assets\Model\Module\Message\SessionIdleCheckComponent.cs">
  251. <Link>Module\Message\SessionIdleCheckComponent.cs</Link>
  252. </Compile>
  253. <Compile Include="..\..\Unity\Assets\Model\Module\Numeric\INumericWatcher.cs" Link="Module\Numeric\INumericWatcher.cs" />
  254. <Compile Include="..\..\Unity\Assets\Model\Module\Numeric\NumericChangeEvent_NotifyWatcher.cs" Link="Module\Numeric\NumericChangeEvent_NotifyWatcher.cs" />
  255. <Compile Include="..\..\Unity\Assets\Model\Module\Numeric\NumericComponent.cs" Link="Module\Numeric\NumericComponent.cs" />
  256. <Compile Include="..\..\Unity\Assets\Model\Module\Numeric\NumericType.cs" Link="Module\Numeric\NumericType.cs" />
  257. <Compile Include="..\..\Unity\Assets\Model\Module\Numeric\NumericWatcherAttribute.cs" Link="Module\Numeric\NumericWatcherAttribute.cs" />
  258. <Compile Include="..\..\Unity\Assets\Model\Module\Numeric\NumericWatcherComponent.cs" Link="Module\Numeric\NumericWatcherComponent.cs" />
  259. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\ArrayPool.cs">
  260. <Link>Module\Pathfinding\Recast\ArrayPool.cs</Link>
  261. </Compile>
  262. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\AstarChecksum.cs">
  263. <Link>Module\Pathfinding\Recast\AstarChecksum.cs</Link>
  264. </Compile>
  265. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\AStarConfig.cs">
  266. <Link>Module\Pathfinding\Recast\AStarConfig.cs</Link>
  267. </Compile>
  268. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\AstarDeserializer.cs">
  269. <Link>Module\Pathfinding\Recast\AstarDeserializer.cs</Link>
  270. </Compile>
  271. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\AstarMath.cs">
  272. <Link>Module\Pathfinding\Recast\AstarMath.cs</Link>
  273. </Compile>
  274. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\AstarMemory.cs">
  275. <Link>Module\Pathfinding\Recast\AstarMemory.cs</Link>
  276. </Compile>
  277. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\BBTree.cs">
  278. <Link>Module\Pathfinding\Recast\BBTree.cs</Link>
  279. </Compile>
  280. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\BinaryHeap.cs">
  281. <Link>Module\Pathfinding\Recast\BinaryHeap.cs</Link>
  282. </Compile>
  283. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\EuclideanEmbedding.cs">
  284. <Link>Module\Pathfinding\Recast\EuclideanEmbedding.cs</Link>
  285. </Compile>
  286. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Funnel.cs">
  287. <Link>Module\Pathfinding\Recast\Funnel.cs</Link>
  288. </Compile>
  289. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\GraphNode.cs">
  290. <Link>Module\Pathfinding\Recast\GraphNode.cs</Link>
  291. </Compile>
  292. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\GraphTransform.cs">
  293. <Link>Module\Pathfinding\Recast\GraphTransform.cs</Link>
  294. </Compile>
  295. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Guid.cs">
  296. <Link>Module\Pathfinding\Recast\Guid.cs</Link>
  297. </Compile>
  298. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\INavmesh.cs">
  299. <Link>Module\Pathfinding\Recast\INavmesh.cs</Link>
  300. </Compile>
  301. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Int3.cs">
  302. <Link>Module\Pathfinding\Recast\Int3.cs</Link>
  303. </Compile>
  304. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\IntRect.cs">
  305. <Link>Module\Pathfinding\Recast\IntRect.cs</Link>
  306. </Compile>
  307. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\ListPool.cs">
  308. <Link>Module\Pathfinding\Recast\ListPool.cs</Link>
  309. </Compile>
  310. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\NavGraph.cs">
  311. <Link>Module\Pathfinding\Recast\NavGraph.cs</Link>
  312. </Compile>
  313. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\NavmeshBase.cs">
  314. <Link>Module\Pathfinding\Recast\NavmeshBase.cs</Link>
  315. </Compile>
  316. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\NavmeshTile.cs">
  317. <Link>Module\Pathfinding\Recast\NavmeshTile.cs</Link>
  318. </Compile>
  319. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\NN.cs">
  320. <Link>Module\Pathfinding\Recast\NN.cs</Link>
  321. </Compile>
  322. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\ObjectPool.cs">
  323. <Link>Module\Pathfinding\Recast\ObjectPool.cs</Link>
  324. </Compile>
  325. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Path.cs">
  326. <Link>Module\Pathfinding\Recast\Path.cs</Link>
  327. </Compile>
  328. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\ABPath.cs">
  329. <Link>Module\Pathfinding\Recast\Pathfinders\ABPath.cs</Link>
  330. </Compile>
  331. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\ConstantPath.cs">
  332. <Link>Module\Pathfinding\Recast\Pathfinders\ConstantPath.cs</Link>
  333. </Compile>
  334. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\FleePath.cs">
  335. <Link>Module\Pathfinding\Recast\Pathfinders\FleePath.cs</Link>
  336. </Compile>
  337. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\FloodPath.cs">
  338. <Link>Module\Pathfinding\Recast\Pathfinders\FloodPath.cs</Link>
  339. </Compile>
  340. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\FloodPathTracer.cs">
  341. <Link>Module\Pathfinding\Recast\FloodPathTracer.cs</Link>
  342. </Compile>
  343. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\MultiTargetPath.cs">
  344. <Link>Module\Pathfinding\Recast\Pathfinders\MultiTargetPath.cs</Link>
  345. </Compile>
  346. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\RandomPath.cs">
  347. <Link>Module\Pathfinding\Recast\Pathfinders\RandomPath.cs</Link>
  348. </Compile>
  349. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Pathfinders\XPath.cs">
  350. <Link>Module\Pathfinding\Recast\Pathfinders\XPath.cs</Link>
  351. </Compile>
  352. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\PathFindHelper.cs">
  353. <Link>Module\Pathfinding\Recast\PathFindHelper.cs</Link>
  354. </Compile>
  355. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\PathHandler.cs">
  356. <Link>Module\Pathfinding\Recast\PathHandler.cs</Link>
  357. </Compile>
  358. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\PathPool.cs">
  359. <Link>Module\Pathfinding\Recast\PathPool.cs</Link>
  360. </Compile>
  361. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\PathProcessor.cs">
  362. <Link>Module\Pathfinding\Recast\PathProcessor.cs</Link>
  363. </Compile>
  364. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\PathReturnQueue.cs">
  365. <Link>Module\Pathfinding\Recast\PathReturnQueue.cs</Link>
  366. </Compile>
  367. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\RecastGenerator.cs">
  368. <Link>Module\Pathfinding\Recast\RecastGenerator.cs</Link>
  369. </Compile>
  370. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Serialization\JsonSerializer.cs">
  371. <Link>Module\Pathfinding\Recast\Serialization\JsonSerializer.cs</Link>
  372. </Compile>
  373. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Serialization\SimpleZipReplacement.cs">
  374. <Link>Module\Pathfinding\Recast\Serialization\SimpleZipReplacement.cs</Link>
  375. </Compile>
  376. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\Serialization\TinyJson.cs">
  377. <Link>Module\Pathfinding\Recast\Serialization\TinyJson.cs</Link>
  378. </Compile>
  379. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\ThreadControlQueue.cs">
  380. <Link>Module\Pathfinding\Recast\ThreadControlQueue.cs</Link>
  381. </Compile>
  382. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\TriangleMeshNode.cs">
  383. <Link>Module\Pathfinding\Recast\TriangleMeshNode.cs</Link>
  384. </Compile>
  385. <Compile Include="..\..\Unity\Assets\Model\Module\Pathfinding\Recast\WindowsStoreCompatibility.cs">
  386. <Link>Module\Pathfinding\Recast\WindowsStoreCompatibility.cs</Link>
  387. </Compile>
  388. <Compile Include="..\..\Unity\Assets\Model\Other\AppType.cs" Link="Other\AppType.cs" />
  389. </ItemGroup>
  390. <ItemGroup>
  391. <PackageReference Include="CommandLineParser" Version="2.2.1" />
  392. <PackageReference Include="Microsoft.CodeAnalysis.Scripting" Version="2.9.0" />
  393. <PackageReference Include="NLog" Version="4.5.4" />
  394. <PackageReference Include="SharpZipLib" Version="1.0.0-alpha2" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <ProjectReference Include="..\ThirdParty\Google.Protobuf\Google.Protobuf.csproj" />
  398. <ProjectReference Include="..\ThirdParty\KcpLib\KcpLib.csproj" />
  399. <ProjectReference Include="..\ThirdParty\MongoDBDriver\MongoDB.Bson\MongoDB.Bson.csproj" />
  400. <ProjectReference Include="..\ThirdParty\MongoDBDriver\MongoDB.Driver.Core\MongoDB.Driver.Core.csproj" />
  401. <ProjectReference Include="..\ThirdParty\MongoDBDriver\MongoDB.Driver\MongoDB.Driver.csproj" />
  402. </ItemGroup>
  403. <ItemGroup>
  404. <Folder Include="Base\RecyclableMemoryStream\" />
  405. <Folder Include="Module\Message\Network\KCP\" />
  406. <Folder Include="Module\Message\Network\TCP\" />
  407. <Folder Include="Module\Message\MessagePool\" />
  408. <Folder Include="Module\Numeric\" />
  409. </ItemGroup>
  410. <ItemGroup>
  411. <Reference Include="Pathfinding.Ionic.Zip.Reduced, Version=1.9.1.9000, Culture=neutral, PublicKeyToken=null">
  412. <HintPath>..\ThirdParty\Pathfinding.Ionic.Zip.Reduced.dll</HintPath>
  413. </Reference>
  414. </ItemGroup>
  415. </Project>