xmds-handlers.csproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  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>{C72F73A9-AE1C-4FF8-BB28-82C4DD5F3EAD}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>xmds_handlers</RootNamespace>
  11. <AssemblyName>xmds-handlers</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\..\..\Library\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <NoWarn>1591</NoWarn>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\..\..\Library\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\Debug_JSGProfile\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <NoWarn>1591</NoWarn>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="protobuf-net">
  49. <HintPath>..\..\..\Library\Debug\protobuf-net.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="csharp_all\AbyssDungeonHandler.cs" />
  60. <Compile Include="csharp_all\AchievementHandler.cs" />
  61. <Compile Include="csharp_all\ActivityFavorHandler.cs" />
  62. <Compile Include="csharp_all\ActivityHandler.cs" />
  63. <Compile Include="csharp_all\ActivityRevelryHandler.cs" />
  64. <Compile Include="csharp_all\AmuletHandler.cs" />
  65. <Compile Include="csharp_all\AnimaInscriptionHandler.cs" />
  66. <Compile Include="csharp_all\ArenaHandler.cs" />
  67. <Compile Include="csharp_all\AttendanceHandler.cs" />
  68. <Compile Include="csharp_all\AuctionHandler.cs" />
  69. <Compile Include="csharp_all\BagHandler.cs" />
  70. <Compile Include="csharp_all\BattleHandler.cs" />
  71. <Compile Include="csharp_all\BloodHandler.cs" />
  72. <Compile Include="csharp_all\CardHandler.cs" />
  73. <Compile Include="csharp_all\CaveHandler.cs" />
  74. <Compile Include="csharp_all\ChatHandler.cs" />
  75. <Compile Include="csharp_all\ConsignmentLineHandler.cs" />
  76. <Compile Include="csharp_all\CrossAreaHandler.cs" />
  77. <Compile Include="csharp_all\CrossAreaHandlerExt.cs" />
  78. <Compile Include="csharp_all\CrossServerHandler.cs" />
  79. <Compile Include="csharp_all\DailyActivityHandler.cs" />
  80. <Compile Include="csharp_all\DaoYouHandler.cs" />
  81. <Compile Include="csharp_all\DemonTowerHandler.cs" />
  82. <Compile Include="csharp_all\DiaryHandler.cs" />
  83. <Compile Include="csharp_all\EntryHandler.cs" />
  84. <Compile Include="csharp_all\EquipHandler.cs" />
  85. <Compile Include="csharp_all\ExchangeHandler.cs" />
  86. <Compile Include="csharp_all\FarmHandler.cs" />
  87. <Compile Include="csharp_all\FashionHandler.cs" />
  88. <Compile Include="csharp_all\FightLevelHandler.cs" />
  89. <Compile Include="csharp_all\FishBossHandler.cs" />
  90. <Compile Include="csharp_all\Five2FiveHandler.cs" />
  91. <Compile Include="csharp_all\FleeHandler.cs" />
  92. <Compile Include="csharp_all\FollowerHandler.cs" />
  93. <Compile Include="csharp_all\FriendHandler.cs" />
  94. <Compile Include="csharp_all\FunctionHandler.cs" />
  95. <Compile Include="csharp_all\FunctionOpenHandler.cs" />
  96. <Compile Include="csharp_all\FuwaHandler.cs" />
  97. <Compile Include="csharp_all\GameSocket.cs" />
  98. <Compile Include="csharp_all\GateHandler.cs" />
  99. <Compile Include="csharp_all\GateSocket.cs" />
  100. <Compile Include="csharp_all\GiftOnlineHandler.cs" />
  101. <Compile Include="csharp_all\GoddessHandler.cs" />
  102. <Compile Include="csharp_all\GrowingHandler.cs" />
  103. <Compile Include="csharp_all\GuildBlessHandler.cs" />
  104. <Compile Include="csharp_all\GuildBossHandler.cs" />
  105. <Compile Include="csharp_all\GuildCelestialHandler.cs" />
  106. <Compile Include="csharp_all\GuildDepotHandler.cs" />
  107. <Compile Include="csharp_all\GuildExtHandler.cs" />
  108. <Compile Include="csharp_all\GuildFortHandler.cs" />
  109. <Compile Include="csharp_all\GuildHandler.cs" />
  110. <Compile Include="csharp_all\GuildMagicMatrixHandler.cs" />
  111. <Compile Include="csharp_all\GuildManagerHandler.cs" />
  112. <Compile Include="csharp_all\GuildShopHandler.cs" />
  113. <Compile Include="csharp_all\GuildTechHandler.cs" />
  114. <Compile Include="csharp_all\HookSetHandler.cs" />
  115. <Compile Include="csharp_all\InteractHandler.cs" />
  116. <Compile Include="csharp_all\IntergalMallHandler.cs" />
  117. <Compile Include="csharp_all\ItemHandler.cs" />
  118. <Compile Include="csharp_all\LeaderBoardHandler.cs" />
  119. <Compile Include="csharp_all\LimitTimeActivityHandler.cs" />
  120. <Compile Include="csharp_all\LoginHandler.cs" />
  121. <Compile Include="csharp_all\LotteryHandler.cs" />
  122. <Compile Include="csharp_all\MailHandler.cs" />
  123. <Compile Include="csharp_all\MapHandler.cs" />
  124. <Compile Include="csharp_all\MasteryHandler.cs" />
  125. <Compile Include="csharp_all\MedalHandler.cs" />
  126. <Compile Include="csharp_all\MessageHandler.cs" />
  127. <Compile Include="csharp_all\MountHandler.cs" />
  128. <Compile Include="csharp_all\NpcGoodFeelingHandler.cs" />
  129. <Compile Include="csharp_all\NpcHandler.cs" />
  130. <Compile Include="csharp_all\OfflineAwardHandler.cs" />
  131. <Compile Include="csharp_all\OnlineGiftHandler.cs" />
  132. <Compile Include="csharp_all\OpenArtifactHandler.cs" />
  133. <Compile Include="csharp_all\PayGiftHandler.cs" />
  134. <Compile Include="csharp_all\PetHandler.cs" />
  135. <Compile Include="csharp_all\PetNewHandler.cs" />
  136. <Compile Include="csharp_all\PickLotusAreaHandler.cs" />
  137. <Compile Include="csharp_all\PlayerHandler.cs" />
  138. <Compile Include="csharp_all\PlayerHandlerExt.cs" />
  139. <Compile Include="csharp_all\PrepaidHandler.cs" />
  140. <Compile Include="csharp_all\PvpKillHandler.cs" />
  141. <Compile Include="csharp_all\RankHandler.cs" />
  142. <Compile Include="csharp_all\RedPacketHandler.cs" />
  143. <Compile Include="csharp_all\ResourceDungeonHandler.cs" />
  144. <Compile Include="csharp_all\ResourceHandler.cs" />
  145. <Compile Include="csharp_all\RewardHandler.cs" />
  146. <Compile Include="csharp_all\RichHandler.cs" />
  147. <Compile Include="csharp_all\RobberyHandler.cs" />
  148. <Compile Include="csharp_all\RoleHandler.cs" />
  149. <Compile Include="csharp_all\RuneHandler.cs" />
  150. <Compile Include="csharp_all\SaleHandler.cs" />
  151. <Compile Include="csharp_all\SevenGoalHandler.cs" />
  152. <Compile Include="csharp_all\ShopMallHandler.cs" />
  153. <Compile Include="csharp_all\SkillHandler.cs" />
  154. <Compile Include="csharp_all\SkillKeysHandler.cs" />
  155. <Compile Include="csharp_all\SkillStrongHandler.cs" />
  156. <Compile Include="csharp_all\SoloHandler.cs" />
  157. <Compile Include="csharp_all\SpiritualHelpHandler.cs" />
  158. <Compile Include="csharp_all\StealHandler.cs" />
  159. <Compile Include="csharp_all\SysSetHandler.cs" />
  160. <Compile Include="csharp_all\TaskHandler.cs" />
  161. <Compile Include="csharp_all\TeamHandler.cs" />
  162. <Compile Include="csharp_all\TradeHandler.cs" />
  163. <Compile Include="csharp_all\TreasureHandler.cs" />
  164. <Compile Include="csharp_all\UndergroundPlaceHandler.cs" />
  165. <Compile Include="csharp_all\UpLevelHandler.cs" />
  166. <Compile Include="csharp_all\VipHandler.cs" />
  167. <Compile Include="csharp_all\VitalityHandler.cs" />
  168. <Compile Include="csharp_all\WeekendStarDungeonHandler.cs" />
  169. <Compile Include="csharp_all\WingHandler.cs" />
  170. <Compile Include="csharp_all\XianYuanHandler.cs" />
  171. <Compile Include="csharp_all\ZhanYaoHandler.cs" />
  172. <Compile Include="Properties\AssemblyInfo.cs" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <WCFMetadata Include="Connected Services\" />
  176. </ItemGroup>
  177. <ItemGroup>
  178. <ProjectReference Include="..\..\..\Common\Pomelo\pomelo-dotnetClient\pomelo-dotnetClient.csproj">
  179. <Project>{0752f53d-46ef-44e2-aaa9-f2fab9f0c4fa}</Project>
  180. <Name>pomelo-dotnetClient</Name>
  181. </ProjectReference>
  182. <ProjectReference Include="..\proto\xmds-proto.csproj">
  183. <Project>{b5a9ab4f-77f7-4d9e-87d9-c5fc6dd3c506}</Project>
  184. <Name>xmds-proto</Name>
  185. </ProjectReference>
  186. </ItemGroup>
  187. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  188. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  189. Other similar extension points exist, see Microsoft.Common.targets.
  190. <Target Name="BeforeBuild">
  191. </Target>
  192. <Target Name="AfterBuild">
  193. </Target>
  194. -->
  195. </Project>