Server.Model.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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</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">
  38. <HintPath>..\Lib\MongoDB.Bson.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="..\..\Unity\Assets\Scripts\Component\BenchmarkComponent.cs">
  45. <Link>Component\BenchmarkComponent.cs</Link>
  46. </Compile>
  47. <Compile Include="..\..\Unity\Assets\Scripts\Component\ConfigComponent.cs">
  48. <Link>Component\ConfigComponent.cs</Link>
  49. </Compile>
  50. <Compile Include="..\..\Unity\Assets\Scripts\Component\Config\ClientConfig.cs">
  51. <Link>Component\Config\ClientConfig.cs</Link>
  52. </Compile>
  53. <Compile Include="..\..\Unity\Assets\Scripts\Component\Config\InnerConfig.cs">
  54. <Link>Component\Config\InnerConfig.cs</Link>
  55. </Compile>
  56. <Compile Include="..\..\Unity\Assets\Scripts\Component\Config\OuterConfig.cs">
  57. <Link>Component\Config\OuterConfig.cs</Link>
  58. </Compile>
  59. <Compile Include="..\..\Unity\Assets\Scripts\Component\KVComponent.cs">
  60. <Link>Component\KVComponent.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetInnerComponent.cs">
  63. <Link>Component\NetInnerComponent.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetOuterComponent.cs">
  66. <Link>Component\NetOuterComponent.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetworkComponent.cs">
  69. <Link>Component\NetworkComponent.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\Unity\Assets\Scripts\Component\RobotComponent.cs">
  72. <Link>Component\RobotComponent.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\Unity\Assets\Scripts\Component\TimerComponent.cs">
  75. <Link>Component\TimerComponent.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\Unity\Assets\Scripts\Component\UnitComponent.cs">
  78. <Link>Component\UnitComponent.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\Unity\Assets\Scripts\Config\ACategory.cs">
  81. <Link>Config\ACategory.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\Unity\Assets\Scripts\Config\AConfig.cs">
  84. <Link>Config\AConfig.cs</Link>
  85. </Compile>
  86. <Compile Include="..\..\Unity\Assets\Scripts\Config\AConfigComponent.cs">
  87. <Link>Config\AConfigComponent.cs</Link>
  88. </Compile>
  89. <Compile Include="..\..\Unity\Assets\Scripts\Config\ConfigAttribute.cs">
  90. <Link>Config\ConfigAttribute.cs</Link>
  91. </Compile>
  92. <Compile Include="..\..\Unity\Assets\Scripts\Config\ICategory.cs">
  93. <Link>Config\ICategory.cs</Link>
  94. </Compile>
  95. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Config\BuffConfig.cs">
  96. <Link>Entity\Config\BuffConfig.cs</Link>
  97. </Compile>
  98. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Config\StartConfig.cs">
  99. <Link>Entity\Config\StartConfig.cs</Link>
  100. </Compile>
  101. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Game.cs">
  102. <Link>Entity\Game.cs</Link>
  103. </Compile>
  104. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\InnerMessage.cs">
  105. <Link>Entity\Message\InnerMessage.cs</Link>
  106. </Compile>
  107. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\Opcode.cs">
  108. <Link>Message\Opcode.cs</Link>
  109. </Compile>
  110. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Message\OuterMessage.cs">
  111. <Link>Entity\Message\OuterMessage.cs</Link>
  112. </Compile>
  113. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Scene.cs">
  114. <Link>Entity\Scene.cs</Link>
  115. </Compile>
  116. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Session.cs">
  117. <Link>Entity\Session.cs</Link>
  118. </Compile>
  119. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Unit.cs">
  120. <Link>Entity\Unit.cs</Link>
  121. </Compile>
  122. <Compile Include="..\..\Unity\Assets\Scripts\Event\AEventAttribute.cs">
  123. <Link>Event\AEventAttribute.cs</Link>
  124. </Compile>
  125. <Compile Include="..\..\Unity\Assets\Scripts\Event\Env.cs">
  126. <Link>Event\Env.cs</Link>
  127. </Compile>
  128. <Compile Include="..\..\Unity\Assets\Scripts\Event\EnvKey.cs">
  129. <Link>Event\EnvKey.cs</Link>
  130. </Compile>
  131. <Compile Include="..\..\Unity\Assets\Scripts\Event\EventAttribute.cs">
  132. <Link>Event\EventAttribute.cs</Link>
  133. </Compile>
  134. <Compile Include="..\..\Unity\Assets\Scripts\Event\EventIdType.cs">
  135. <Link>Event\EventIdType.cs</Link>
  136. </Compile>
  137. <Compile Include="..\..\Unity\Assets\Scripts\Event\IEvent.cs">
  138. <Link>Event\IEvent.cs</Link>
  139. </Compile>
  140. <Compile Include="..\..\Unity\Assets\Scripts\Message\AMessage.cs">
  141. <Link>Message\AMessage.cs</Link>
  142. </Compile>
  143. <Compile Include="..\..\Unity\Assets\Scripts\Message\AppType.cs">
  144. <Link>Message\AppType.cs</Link>
  145. </Compile>
  146. <Compile Include="..\..\Unity\Assets\Scripts\Message\ErrorCode.cs">
  147. <Link>Message\ErrorCode.cs</Link>
  148. </Compile>
  149. <Compile Include="..\..\Unity\Assets\Scripts\Message\MessageAttribute.cs">
  150. <Link>Message\MessageAttribute.cs</Link>
  151. </Compile>
  152. <Compile Include="..\..\Unity\Assets\Scripts\Message\MessageInfo.cs">
  153. <Link>Message\MessageInfo.cs</Link>
  154. </Compile>
  155. <Compile Include="..\..\Unity\Assets\Scripts\Message\OpcodeHelper.cs">
  156. <Link>Message\OpcodeHelper.cs</Link>
  157. </Compile>
  158. <Compile Include="..\..\Unity\Assets\Scripts\Message\RpcException.cs">
  159. <Link>Message\RpcException.cs</Link>
  160. </Compile>
  161. <Compile Include="..\..\Unity\Assets\Scripts\Object\Component.cs">
  162. <Link>Object\Component.cs</Link>
  163. </Compile>
  164. <Compile Include="..\..\Unity\Assets\Scripts\Object\Disposer.cs">
  165. <Link>Object\Disposer.cs</Link>
  166. </Compile>
  167. <Compile Include="..\..\Unity\Assets\Scripts\Object\Entity.cs">
  168. <Link>Object\Entity.cs</Link>
  169. </Compile>
  170. <Compile Include="..\..\Unity\Assets\Scripts\Object\EntityEventAttribute.cs">
  171. <Link>Object\EntityEventAttribute.cs</Link>
  172. </Compile>
  173. <Compile Include="..\..\Unity\Assets\Scripts\Object\EntityEventManager.cs">
  174. <Link>Object\EntityEventManager.cs</Link>
  175. </Compile>
  176. <Compile Include="..\..\Unity\Assets\Scripts\Object\EntityType.cs">
  177. <Link>Object\EntityType.cs</Link>
  178. </Compile>
  179. <Compile Include="..\..\Unity\Assets\Scripts\Object\Object.cs">
  180. <Link>Object\Object.cs</Link>
  181. </Compile>
  182. <Compile Include="..\..\Unity\Assets\Scripts\Other\EntityEventId.cs">
  183. <Link>Other\EntityEventId.cs</Link>
  184. </Compile>
  185. <Compile Include="..\..\Unity\Assets\Scripts\Other\IInstanceMethod.cs">
  186. <Link>Other\IInstanceMethod.cs</Link>
  187. </Compile>
  188. <Compile Include="..\..\Unity\Assets\Scripts\Other\ILBindingAttribute.cs">
  189. <Link>Other\ILBindingAttribute.cs</Link>
  190. </Compile>
  191. <Compile Include="..\..\Unity\Assets\Scripts\Other\MonoMethod.cs">
  192. <Link>Other\MonoMethod.cs</Link>
  193. </Compile>
  194. <Compile Include="..\..\Unity\Assets\Scripts\Other\Options.cs">
  195. <Link>Other\Options.cs</Link>
  196. </Compile>
  197. <Compile Include="Component\EventComponent.cs" />
  198. <Compile Include="Component\MessageDispatherComponent.cs" />
  199. <Compile Include="Component\Unit\MasterComponent.cs" />
  200. <Compile Include="Component\Unit\LockComponent.cs" />
  201. <Compile Include="Component\AppManagerComponent.cs" />
  202. <Compile Include="Component\GateSessionKeyComponent.cs" />
  203. <Compile Include="Component\RealmGateAddressComponent.cs" />
  204. <Compile Include="Component\OptionComponent.cs" />
  205. <Compile Include="Component\StartConfigComponent.cs" />
  206. <Compile Include="Config\ConfigHelper.cs" />
  207. <Compile Include="Helper\DllHelper.cs" />
  208. <Compile Include="Message\AMHandler.cs" />
  209. <Compile Include="Message\IMHandler.cs" />
  210. <Compile Include="Message\MessageHandlerAttribute.cs" />
  211. <Compile Include="Other\OneThreadSynchronizationContext.cs" />
  212. <Compile Include="Properties\AssemblyInfo.cs" />
  213. </ItemGroup>
  214. <ItemGroup>
  215. <ProjectReference Include="..\Base\Server.Base.csproj">
  216. <Project>{e5078ec6-2b0e-4711-be8b-d99f69638316}</Project>
  217. <Name>Server.Base</Name>
  218. </ProjectReference>
  219. </ItemGroup>
  220. <ItemGroup />
  221. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  222. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  223. Other similar extension points exist, see Microsoft.Common.targets.
  224. <Target Name="BeforeBuild">
  225. </Target>
  226. <Target Name="AfterBuild">
  227. </Target>
  228. -->
  229. </Project>