Server.Model.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{820D3488-76B9-4EE8-872A-BE06C2350B20}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Model</RootNamespace>
  11. <AssemblyName>Model</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\..\Bin\</OutputPath>
  20. <DefineConstants>TRACE;DEBUG;SERVER</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>..\..\Bin\</OutputPath>
  28. <DefineConstants>TRACE;SERVER</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>..\Lib\CommandLine.dll</HintPath>
  36. </Reference>
  37. <Reference Include="MongoDB.Bson, Version=2.3.0.157, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>..\Lib\MongoDB.Bson.dll</HintPath>
  40. </Reference>
  41. <Reference Include="MongoDB.Driver">
  42. <HintPath>..\Lib\MongoDB.Driver.dll</HintPath>
  43. </Reference>
  44. <Reference Include="MongoDB.Driver.Core">
  45. <HintPath>..\Lib\MongoDB.Driver.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Newtonsoft.Json">
  48. <HintPath>..\Lib\Newtonsoft.Json.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Numerics" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="..\..\Unity\Assets\Scripts\Base\DoubleMap.cs">
  56. <Link>Entity\DoubleMap.cs</Link>
  57. </Compile>
  58. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\AppType.cs">
  59. <Link>Message\AppType.cs</Link>
  60. </Compile>
  61. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\IMessageDispatcher.cs">
  62. <Link>Message\IMessageDispatcher.cs</Link>
  63. </Compile>
  64. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\IMessagePacker.cs">
  65. <Link>Message\IMessagePacker.cs</Link>
  66. </Compile>
  67. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\MessageInfo.cs">
  68. <Link>Base\Message\MessageInfo.cs</Link>
  69. </Compile>
  70. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\MongoPacker.cs">
  71. <Link>Message\MongoPacker.cs</Link>
  72. </Compile>
  73. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\ProtobufPacker.cs">
  74. <Link>Message\ProtobufPacker.cs</Link>
  75. </Compile>
  76. <Compile Include="..\..\Unity\Assets\Scripts\Base\Message\RpcException.cs">
  77. <Link>Message\RpcException.cs</Link>
  78. </Compile>
  79. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\Component.cs">
  80. <Link>Base\Object\Component.cs</Link>
  81. </Compile>
  82. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\ComponentFactory.cs">
  83. <Link>Base\Object\ComponentFactory.cs</Link>
  84. </Compile>
  85. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\Disposer.cs">
  86. <Link>Base\Object\Disposer.cs</Link>
  87. </Compile>
  88. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\Entity.cs">
  89. <Link>Base\Object\Entity.cs</Link>
  90. </Compile>
  91. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\EntityFactory.cs">
  92. <Link>Base\Object\EntityFactory.cs</Link>
  93. </Compile>
  94. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\IAwake.cs">
  95. <Link>Base\Object\IAwake.cs</Link>
  96. </Compile>
  97. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\ILoad.cs">
  98. <Link>Base\Object\ILoad.cs</Link>
  99. </Compile>
  100. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\IStart.cs">
  101. <Link>Base\Object\IStart.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\IUpdate.cs">
  104. <Link>Base\Object\IUpdate.cs</Link>
  105. </Compile>
  106. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\Object.cs">
  107. <Link>Base\Object\Object.cs</Link>
  108. </Compile>
  109. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\ObjectEventAttribute.cs">
  110. <Link>Base\Object\ObjectEventAttribute.cs</Link>
  111. </Compile>
  112. <Compile Include="..\..\Unity\Assets\Scripts\Base\Object\ObjectPool.cs">
  113. <Link>Base\Object\ObjectPool.cs</Link>
  114. </Compile>
  115. <Compile Include="..\..\Unity\Assets\Scripts\Component\ConfigComponent.cs">
  116. <Link>Component\ConfigComponent.cs</Link>
  117. </Compile>
  118. <Compile Include="..\..\Unity\Assets\Scripts\Component\EventComponent.cs">
  119. <Link>Component\EventComponent.cs</Link>
  120. </Compile>
  121. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetworkComponent.cs">
  122. <Link>Component\NetworkComponent.cs</Link>
  123. </Compile>
  124. <Compile Include="..\..\Unity\Assets\Scripts\Component\TimerComponent.cs">
  125. <Link>Component\TimerComponent.cs</Link>
  126. </Compile>
  127. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\Opcode.cs">
  128. <Link>Entity\Message\Opcode.cs</Link>
  129. </Compile>
  130. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\OuterMessage.cs">
  131. <Link>Entity\Message\OuterMessage.cs</Link>
  132. </Compile>
  133. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Session.cs">
  134. <Link>Entity\Session.cs</Link>
  135. </Compile>
  136. <Compile Include="..\..\Unity\Assets\Scripts\Helper\MongoHelper.cs">
  137. <Link>Helper\MongoHelper.cs</Link>
  138. </Compile>
  139. <Compile Include="Component\ActorProxyComponent.cs" />
  140. <Compile Include="Component\ServerFrameComponent.cs" />
  141. <Compile Include="Component\PlayerComponent.cs" />
  142. <Compile Include="Component\Unit\UnitGateComponent.cs" />
  143. <Compile Include="Entity\Player.cs" />
  144. <Compile Include="Entity\Location.cs" />
  145. <Compile Include="Base\Message\AMRpcHandler.cs" />
  146. <Compile Include="Base\Message\IEntityActorHandler.cs" />
  147. <Compile Include="Component\OpcodeTypeComponent.cs" />
  148. <Compile Include="Component\ActorManagerComponent.cs" />
  149. <Compile Include="Component\BenchmarkComponent.cs" />
  150. <Compile Include="Component\Config\ClientConfig.cs" />
  151. <Compile Include="Component\Config\DBConfig.cs" />
  152. <Compile Include="Component\Config\HttpConfig.cs" />
  153. <Compile Include="Component\Config\InnerConfig.cs" />
  154. <Compile Include="Component\Config\OuterConfig.cs" />
  155. <Compile Include="Component\DBCacheComponent.cs" />
  156. <Compile Include="Component\DBComponent.cs" />
  157. <Compile Include="Component\DBProxyComponent.cs" />
  158. <Compile Include="Component\KVComponent.cs" />
  159. <Compile Include="Component\LocationProxyComponent.cs" />
  160. <Compile Include="Component\ActorMessageDispatherComponent.cs" />
  161. <Compile Include="Component\MessageDispatherComponent.cs" />
  162. <Compile Include="Component\NetInnerComponent.cs" />
  163. <Compile Include="Component\NetOuterComponent.cs" />
  164. <Compile Include="Component\RobotComponent.cs" />
  165. <Compile Include="Component\Session\SessionPlayerComponent.cs" />
  166. <Compile Include="Component\LocationComponent.cs" />
  167. <Compile Include="Component\ActorComponent.cs" />
  168. <Compile Include="Component\UnitComponent.cs" />
  169. <Compile Include="Component\Player\SessionInfoComponent.cs" />
  170. <Compile Include="Component\Unit\MasterComponent.cs" />
  171. <Compile Include="Component\Unit\LockComponent.cs" />
  172. <Compile Include="Component\AppManagerComponent.cs" />
  173. <Compile Include="Component\GateSessionKeyComponent.cs" />
  174. <Compile Include="Component\RealmGateAddressComponent.cs" />
  175. <Compile Include="Component\OptionComponent.cs" />
  176. <Compile Include="Component\StartConfigComponent.cs" />
  177. <Compile Include="Base\Config\ACategory.cs" />
  178. <Compile Include="Base\Config\AConfig.cs" />
  179. <Compile Include="Base\Config\AConfigComponent.cs" />
  180. <Compile Include="Base\Config\ConfigAttribute.cs" />
  181. <Compile Include="Base\Config\ConfigHelper.cs" />
  182. <Compile Include="Base\Config\ICategory.cs" />
  183. <Compile Include="Entity\Config\BuffConfig.cs" />
  184. <Compile Include="Entity\Config\StartConfig.cs" />
  185. <Compile Include="Entity\ActorProxy.cs" />
  186. <Compile Include="Entity\SceneEntity.cs" />
  187. <Compile Include="Entity\EntityDB.cs" />
  188. <Compile Include="Entity\DBTask.cs" />
  189. <Compile Include="Entity\DBTaskQueue.cs" />
  190. <Compile Include="Entity\Game.cs" />
  191. <Compile Include="Entity\Http.cs" />
  192. <Compile Include="Entity\Message\InnerMessage.cs" />
  193. <Compile Include="Entity\Message\InnerOpcode.cs" />
  194. <Compile Include="Entity\Scene.cs" />
  195. <Compile Include="Entity\Unit.cs" />
  196. <Compile Include="Base\Event\AEventAttribute.cs" />
  197. <Compile Include="Base\Event\Env.cs" />
  198. <Compile Include="Base\Event\EnvKey.cs" />
  199. <Compile Include="Base\Event\EventAttribute.cs" />
  200. <Compile Include="Base\Event\EventIdType.cs" />
  201. <Compile Include="Base\Event\IEvent.cs" />
  202. <Compile Include="Base\Helper\DllHelper.cs" />
  203. <Compile Include="Base\Message\AActorMessage.cs" />
  204. <Compile Include="Base\Message\AMessage.cs" />
  205. <Compile Include="Base\Message\AMActorHandler.cs" />
  206. <Compile Include="Base\Message\ErrorCode.cs" />
  207. <Compile Include="Base\Message\IMActorHandler.cs" />
  208. <Compile Include="Base\Message\IMHandler.cs" />
  209. <Compile Include="Base\Message\ActorMessageAttribute.cs" />
  210. <Compile Include="Base\Message\MessageAttribute.cs" />
  211. <Compile Include="Base\Message\ActorMessageHandlerAttribute.cs" />
  212. <Compile Include="Base\Message\MessageHandlerAttribute.cs" />
  213. <Compile Include="Base\Message\OpcodeHelper.cs" />
  214. <Compile Include="Base\Object\ComponentDB.cs" />
  215. <Compile Include="Base\Object\EntityType.cs" />
  216. <Compile Include="Base\Object\ObjectEvents.cs" />
  217. <Compile Include="Message\AMHandler.cs" />
  218. <Compile Include="Other\OneThreadSynchronizationContext.cs" />
  219. <Compile Include="Other\Options.cs" />
  220. <Compile Include="Properties\AssemblyInfo.cs" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <ProjectReference Include="..\Base\Server.Base.csproj">
  224. <Project>{e5078ec6-2b0e-4711-be8b-d99f69638316}</Project>
  225. <Name>Server.Base</Name>
  226. </ProjectReference>
  227. </ItemGroup>
  228. <ItemGroup />
  229. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  230. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  231. Other similar extension points exist, see Microsoft.Common.targets.
  232. <Target Name="BeforeBuild">
  233. </Target>
  234. <Target Name="AfterBuild">
  235. </Target>
  236. -->
  237. </Project>