Server.Model.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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\EventComponent.cs">
  45. <Link>Component\EventComponent.cs</Link>
  46. </Compile>
  47. <Compile Include="..\..\Unity\Assets\Scripts\Component\KVComponent.cs">
  48. <Link>Component\KVComponent.cs</Link>
  49. </Compile>
  50. <Compile Include="..\..\Unity\Assets\Scripts\Component\MessageDispatherComponent.cs">
  51. <Link>Component\MessageDispatherComponent.cs</Link>
  52. </Compile>
  53. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetInnerComponent.cs">
  54. <Link>Component\NetInnerComponent.cs</Link>
  55. </Compile>
  56. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetOuterComponent.cs">
  57. <Link>Component\NetOuterComponent.cs</Link>
  58. </Compile>
  59. <Compile Include="..\..\Unity\Assets\Scripts\Component\NetworkComponent.cs">
  60. <Link>Component\NetworkComponent.cs</Link>
  61. </Compile>
  62. <Compile Include="..\..\Unity\Assets\Scripts\Component\TimerComponent.cs">
  63. <Link>Component\TimerComponent.cs</Link>
  64. </Compile>
  65. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Game.cs">
  66. <Link>Entity\Game.cs</Link>
  67. </Compile>
  68. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Scene.cs">
  69. <Link>Entity\Scene.cs</Link>
  70. </Compile>
  71. <Compile Include="..\..\Unity\Assets\Scripts\Entity\Session.cs">
  72. <Link>Entity\Session.cs</Link>
  73. </Compile>
  74. <Compile Include="..\..\Unity\Assets\Scripts\Event\AEventAttribute.cs">
  75. <Link>Event\AEventAttribute.cs</Link>
  76. </Compile>
  77. <Compile Include="..\..\Unity\Assets\Scripts\Event\Env.cs">
  78. <Link>Event\Env.cs</Link>
  79. </Compile>
  80. <Compile Include="..\..\Unity\Assets\Scripts\Event\EnvKey.cs">
  81. <Link>Event\EnvKey.cs</Link>
  82. </Compile>
  83. <Compile Include="..\..\Unity\Assets\Scripts\Event\EventAttribute.cs">
  84. <Link>Event\EventAttribute.cs</Link>
  85. </Compile>
  86. <Compile Include="..\..\Unity\Assets\Scripts\Event\EventIdType.cs">
  87. <Link>Event\EventIdType.cs</Link>
  88. </Compile>
  89. <Compile Include="..\..\Unity\Assets\Scripts\Event\IEvent.cs">
  90. <Link>Event\IEvent.cs</Link>
  91. </Compile>
  92. <Compile Include="..\..\Unity\Assets\Scripts\Message\AMessage.cs">
  93. <Link>Message\AMessage.cs</Link>
  94. </Compile>
  95. <Compile Include="..\..\Unity\Assets\Scripts\Message\AMEvent.cs">
  96. <Link>Message\AMEvent.cs</Link>
  97. </Compile>
  98. <Compile Include="..\..\Unity\Assets\Scripts\Message\AppType.cs">
  99. <Link>Message\AppType.cs</Link>
  100. </Compile>
  101. <Compile Include="..\..\Unity\Assets\Scripts\Message\ErrorCode.cs">
  102. <Link>Message\ErrorCode.cs</Link>
  103. </Compile>
  104. <Compile Include="..\..\Unity\Assets\Scripts\Message\IMRegister.cs">
  105. <Link>Message\IMRegister.cs</Link>
  106. </Compile>
  107. <Compile Include="..\..\Unity\Assets\Scripts\Message\Message.cs">
  108. <Link>Message\Message.cs</Link>
  109. </Compile>
  110. <Compile Include="..\..\Unity\Assets\Scripts\Message\MessageAttribute.cs">
  111. <Link>Message\MessageAttribute.cs</Link>
  112. </Compile>
  113. <Compile Include="..\..\Unity\Assets\Scripts\Message\MessageHandlerAttribute.cs">
  114. <Link>Message\MessageHandlerAttribute.cs</Link>
  115. </Compile>
  116. <Compile Include="..\..\Unity\Assets\Scripts\Message\OpcodeHelper.cs">
  117. <Link>Message\OpcodeHelper.cs</Link>
  118. </Compile>
  119. <Compile Include="..\..\Unity\Assets\Scripts\Message\RpcException.cs">
  120. <Link>Message\RpcException.cs</Link>
  121. </Compile>
  122. <Compile Include="..\..\Unity\Assets\Scripts\Other\BsonClassMapRegister.cs">
  123. <Link>Other\BsonClassMapRegister.cs</Link>
  124. </Compile>
  125. <Compile Include="..\..\Unity\Assets\Scripts\Other\EntityType.cs">
  126. <Link>Other\EntityType.cs</Link>
  127. </Compile>
  128. <Compile Include="..\..\Unity\Assets\Scripts\Other\Options.cs">
  129. <Link>Other\Options.cs</Link>
  130. </Compile>
  131. <Compile Include="..\..\Unity\Assets\Scripts\Other\StartConfig.cs">
  132. <Link>Other\StartConfig.cs</Link>
  133. </Compile>
  134. <Compile Include="Component\AppManagerComponent.cs" />
  135. <Compile Include="Component\LogToClientComponent.cs" />
  136. <Compile Include="Component\GateSessionKeyComponent.cs" />
  137. <Compile Include="Component\RealmGateAddressComponent.cs" />
  138. <Compile Include="Component\StartConfigComponent.cs" />
  139. <Compile Include="Helper\DllHelper.cs" />
  140. <Compile Include="Properties\AssemblyInfo.cs" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\Base\Server.Base.csproj">
  144. <Project>{e5078ec6-2b0e-4711-be8b-d99f69638316}</Project>
  145. <Name>Server.Base</Name>
  146. </ProjectReference>
  147. </ItemGroup>
  148. <ItemGroup />
  149. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  150. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  151. Other similar extension points exist, see Microsoft.Common.targets.
  152. <Target Name="BeforeBuild">
  153. </Target>
  154. <Target Name="AfterBuild">
  155. </Target>
  156. -->
  157. </Project>